bind9/lib/isc/netmgr
Ondřej Surý e4b0730387 Call the isc__nm_failed_connect_cb() early when shutting down
When shutting down, calling the isc__nm_failed_connect_cb() was delayed
until the connect callback would be called.  It turned out that the
connect callback might not get called at all when the socket is being
shut down.  Call the failed_connect_cb() directly in the
tlsdns_shutdown() instead of waiting for the connect callback to call it.
2021-03-18 14:31:15 -07:00
..
http.c Fix TCPDNS and TLSDNS timers 2021-03-18 16:37:57 +01:00
netmgr-int.h Fix memory accounting bug in TLSDNS 2021-03-18 18:14:38 +01:00
netmgr.c Fix typo in processbuffer() - tcpdns vs tlsdns 2021-03-18 21:35:13 +01:00
tcp.c Fix TCPDNS and TLSDNS timers 2021-03-18 16:37:57 +01:00
tcpdns.c Merge the common parts between udp, tcpdns and tlsdns protocol 2021-03-18 16:37:57 +01:00
tlsdns.c Call the isc__nm_failed_connect_cb() early when shutting down 2021-03-18 14:31:15 -07:00
tlsstream.c Fix TCPDNS and TLSDNS timers 2021-03-18 16:37:57 +01:00
udp.c Merge the common parts between udp, tcpdns and tlsdns protocol 2021-03-18 16:37:57 +01:00
uv-compat.c Use sock->nchildren instead of mgr->nworkers when initializing NM 2020-12-03 18:03:25 +01:00
uv-compat.h Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
uverr2result.c Distribute queries among threads even on platforms without lb sockets 2020-12-03 09:20:33 +01:00