Skip to content

Commit

Permalink
Revert "Update the Dnssd srp resolve default timeout to 3 secs (#33150)"
Browse files Browse the repository at this point in the history
This reverts commit a2c18ac.
  • Loading branch information
woody-apple authored Apr 25, 2024
1 parent 1bc65f7 commit 995044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Darwin/DnssdImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ constexpr char kLocalDot[] = "local.";
constexpr char kSRPDot[] = "default.service.arpa.";

// The extra time in milliseconds that we will wait for the resolution on the SRP domain to complete.
constexpr uint16_t kSRPTimeoutInMsec = 3000;
constexpr uint16_t kSRPTimeoutInMsec = 250;

constexpr DNSServiceFlags kRegisterFlags = kDNSServiceFlagsNoAutoRename;
constexpr DNSServiceFlags kBrowseFlags = kDNSServiceFlagsShareConnection;
Expand Down

0 comments on commit 995044e

Please sign in to comment.