forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[avahi] Fix usage of searched address type (project-chip#11377)
The Avahi-based service resolver mixes two things up: - searched address type (A or AAAA record) - IP protocol version to be used for doing the query. The service browse callbacks uses the latter as the former. Consequently, if an IPv6 commissionable service is published only via IPv4 mDNS server, it can't be properly discovered.
- Loading branch information
1 parent
249ccbc
commit 38fe11e
Showing
3 changed files
with
23 additions
and
25 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