-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple IP address support in ResolvedNodeData structure and cache (#…
…11149) * Add multiple addresses to ResolvedNodeData * Use ResolvedNodeData directly for cache. Added expiry time to ResolvedNodeId, which the resolvers should set as appropriate from the TTL. Using ResolvedNodeData for the DNS-SD cache directly means we don't need to copy everything over, which is becoming more cumbersome as we add support for more addresses. Also change test to use test time structure. * Update src/lib/dnssd/DnssdCache.h Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Address review comments. * Reduce mdns cache size for platforms. Maintaining size for darwin, linux and android, other have the cache size called out explicitly in the platform config so the platform maintainers can set this as appropriate. * Restyled by whitespace Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
1 parent
32baf11
commit 9164605
Showing
24 changed files
with
175 additions
and
130 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
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
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
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
Oops, something went wrong.