mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() In the case that we try ipv6 that isn't routable, we get a POLLHUP, that marks the wsi as unusable (for writes, not pending reads), that's what we want. But in the case we go around and retry other dns results that are routable, we have to clear the wsi unusable flag. Otherwise we will connect and find that we can't write on the connection... |
||
---|---|---|
.. | ||
client.c | ||
connect.c | ||
connect2.c | ||
connect3.c | ||
connect4.c | ||
sort-dns.c |