Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS-SD: Implement browse retries for avahi #28720

Merged
merged 7 commits into from
Aug 22, 2023

Commits on Aug 16, 2023

  1. check

    cecille committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a4bfacd View commit details
    Browse the repository at this point in the history
  2. check

    cecille committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d6f18d9 View commit details
    Browse the repository at this point in the history
  3. 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.
    cecille committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    333ca02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b451e8 View commit details
    Browse the repository at this point in the history
  5. Restyled by clang-format

    restyled-commits authored and cecille committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    971601e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Actually hook up the stop

    cecille committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    445ad71 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    df4efef View commit details
    Browse the repository at this point in the history