1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/core-net/client
Andy Green 27cc9e33e0 client: DNS failure should retry while waiting for connect timeout
If the DNS lookup fails, we just sit out the remaining connect time.

The adapts it to reuse the wsi->sul_connect_timeout to schedule DNS lookup
retries until we're out of time.

Eventually we want to try other things as well, this is aligned with that.

Found with fault injection.
2021-03-10 20:30:51 +00:00
..
client.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
connect.c lws_metrics 2021-03-08 21:47:28 +00:00
connect2.c lws_metrics 2021-03-08 21:47:28 +00:00
connect3.c client: DNS failure should retry while waiting for connect timeout 2021-03-10 20:30:51 +00:00
connect4.c lws_metrics 2021-03-08 21:47:28 +00:00
sort-dns.c netlink: migrate to context 2021-03-08 20:43:19 +00:00