1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
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
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c buflist: additional helpers 2020-11-09 07:40:40 +00:00
CMakeLists.txt deprecation: remove lws_dll1 2020-06-02 08:37:10 +01:00
context.c osx: work around some big sur machines getting MAX_LONG ulimit -n 2020-11-26 09:23:30 +00:00
libwebsockets.c smp: lws_mutex_refcount: add assert held helper 2020-08-31 16:51:37 +01:00
logs.c lws_spawn: windows 2020-04-13 19:29:09 +01:00
lws_dll2.c client: rfc6724 dns results sorting 2020-11-28 10:58:07 +00:00
private-lib-core.h roles: netlink 2020-10-19 16:35:03 +01:00
vfs.c cleaning 2020-01-05 22:17:58 +00:00