-
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.
Fix setting port to 0 in Server (#20489)
When setting ServerInitParams::operationalServicePort to 0 before calling Server::Init(), commissioning would fail due to a failure to discover the commissionee. This was because DNS-SD was advertising port 0 instead of the actual bound port.
- Loading branch information
1 parent
d23106c
commit b7a7788
Showing
2 changed files
with
12 additions
and
1 deletion.
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