-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use separate udp endpoint (with separate ephemeral port) for minmdns …
…unicast queries (#12161) * Separate out listening and querying ports for UDP * Correct port typo and make query port do UDP listen as well * Update unicast queries for the resolver to use a separate unicast function (bound to a random port) * Update minmdns client example to send unicast queries using ephemeral port as well * Do not assume having a query in a reply is a bad packet (because unicast replies will include the query) * Added comments to broadcast delegate implementations * Address some review comments * fix typo * Added more comments * More review comments * Rename things to filter/picker to make code slightly clearer
- Loading branch information
Showing
5 changed files
with
167 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.