-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dnssd: windows: Greatly enhance code
The previous code was very complex and was not working properly with IPv6 addresses. The new code will use the SRV records to find the hostnames that support IIO functionality, and then add new entries when a AAAA record provides a new IPv6 address for a hostname we already know of. Link-local addresses are now supported, and the interface number will be appended to the address. Global addresses are supported as well. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information
Showing
2 changed files
with
71 additions
and
118 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