1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/system/async-dns
Andy Green 9eb4c4fac2 client: rfc6724 dns results sorting
RFC6724 defines an ipv6-centric DNS result sorting algorithm, that
takes route and source address route information for the results
given by the DNS resolution, and sorts them in order of preferability,
which defines the order they should be tried in.

If LWS_WITH_NETLINK, then lws takes care about collecting and monitoring
the interface, route and source address information, and uses it to
perform the RFC6724 sorting to re-sort the DNS before trying to make
the connections.
2020-11-28 10:58:07 +00:00
..
async-dns-parse.c windows: async dns: fix typo 2020-04-10 17:49:19 +01:00
async-dns.c client: rfc6724 dns results sorting 2020-11-28 10:58:07 +00:00
private-lib-async-dns.h async dns: recursion 2019-10-13 11:55:59 +01:00