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 efc35fe1e1 async dns: recursion
Handle the situation that we are told to use a CNAME, but the CNAME is not resolved
by the remote server... adapt the query to resolve the CNAME and restart it, while
retaining the original query name for the cache entry generation.

"Recursion" doesn't mean function-calling-a-function type recursion, it remains
completely asynchronous on the event loop.
2019-10-13 11:55:59 +01:00
..
async-dns-parse.c async dns: recursion 2019-10-13 11:55:59 +01:00
async-dns.c async dns: recursion 2019-10-13 11:55:59 +01:00
private-lib-async-dns.h async dns: recursion 2019-10-13 11:55:59 +01:00