-
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.
Remove the kDNSServiceFlagsTimeout flag when calling DNSServiceGetAdd… (
#33266) * Remove the kDNSServiceFlagsTimeout flag when calling DNSServiceGetAddrInfo - We should not be terminating the queries if we do not get anything back quickly The queries should be running until we get something back * Remove the constants for the DNSServiceFlags - Either use the DNSServiceFlags value directly in the DNS SD API calls or define a local scoped variable * Make the registerFlags const * Restyled by clang-format * Address review comment * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
Showing
1 changed file
with
10 additions
and
14 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