-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
LEA mDNS v2 #7540
LEA mDNS v2 #7540
Conversation
Labor-Et-Ars
commented
Aug 20, 2020
•
edited by d-a-v
Loading
edited by d-a-v
- based on real @LaborEtArs's work on LEAmDNSv2
- Interface agnostic: a single instance for all interfaces
- compatible with IPv6
- experimental, WIP
- not enabled by default (enabled mDNS remains the same)
- adapted/updated by @hreintke and @d-a-v
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, after discussion, I'm approving this as-is due to the size of the PR and complexity of the code, with the understanding that the remaining comments must be addressed in follow up PRs. Some of my comments are of minor impact and open for discussion (e.g.: use of smart ptrs is meant to reduce code fragility), some of my comments are of high impact and eventual must-haves (e.g.: about the define that disables the extern statement for the global MDNS instance).
A general issue should be opened to track the follow up work as a whole, but we can discuss individual comments here for now.
Let's get this one merged!