-
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.
DNS-SD: Implement browse retries for avahi (#28720)
* check * check * Implement retries for Avahi The current avahi implementation uses a one-shot browse that completes in approximately one second. This is insufficient for thread devices that need time to propagage SRP messages through the BR. The majority of the dnssd timeout is unused. This implements a browse retry with backoff and also implements the StopBrowse function. Test: chip-tool pairing started before app, now works. StopBrowse is checked in the TestDnssd platform tests. * Restyled by clang-format * Actually hook up the stop * Fix the deletion on stop browse --------- Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
2 changed files
with
79 additions
and
9 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