Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mdns] update mdns libraries #152

Merged
merged 1 commit into from
Aug 24, 2023
Merged

[mdns] update mdns libraries #152

merged 1 commit into from
Aug 24, 2023

Conversation

xshuqun
Copy link
Collaborator

@xshuqun xshuqun commented Aug 24, 2023

  • fix compatibility issue with lwip_v2.1.2
  • mdns support to send response to interface 1 for concurrent mode

* fix compatibility issue with lwip_v2.1.2
* mdns support to send response to interface 1 for concurrent mode
@@ -34,4 +35,36 @@ char *mDNSPlatformHostname(void)
#endif
}

/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
* WEAK functions
Copy link
Collaborator

@step0035 step0035 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are strong functions that will override the weak functions, comment is misleading, but this is the way it was written in 7.1, so we just sync it

@step0035 step0035 merged commit e28adf5 into main Aug 24, 2023
@step0035 step0035 deleted the update_mdns branch August 24, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants