summaryrefslogtreecommitdiff
path: root/src/resolv/async_resolv.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Sort SRV replies according to RFC 2782Jakub Hrozek1-0/+4
RFC 2782 defines a way to sort replies to a SRV query. In short, the algorithm sorts all replies by priority and then does a weight-based selection for every priority level. For details, please see the sections "Usage rules" for overview of the algorithm and section "The 'Weight' field" for description on the weight selection.
2010-02-22Restrict family lookupsJakub Hrozek1-1/+9
Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+95
Also update BUILD.txt