bind9/lib/isc/netmgr
Evan Hunt 55896df79d use handles for isc_nm_pauseread() and isc_nm_resumeread()
by having these functions act on netmgr handles instead of socket
objects, they can be used in callback functions outside the netgmr.
2020-07-13 13:17:08 -07:00
..
netmgr-int.h Don't destroy a non-closed socket, wait for all the callbacks. 2020-07-01 17:35:10 +02:00
netmgr.c use handles for isc_nm_pauseread() and isc_nm_resumeread() 2020-07-13 13:17:08 -07:00
tcp.c Fix possible race in isc__nm_tcpconnect. 2020-07-01 13:52:12 +00:00
tcpdns.c use handles for isc_nm_pauseread() and isc_nm_resumeread() 2020-07-13 13:17:08 -07:00
udp.c Fix a shutdown race in netmgr udp 2020-06-26 00:19:42 -07:00
uv-compat.c isc_uv_import must pass UV__IPC_SOCKET_XFER_TCP_CONNECTION, not SERVER. 2020-06-03 20:08:54 +00:00
uv-compat.h Use libuv-provided uv_{export,import} if available. 2020-02-18 12:17:55 +01:00
uverr2result.c Proper accounting of active TCP connections 2020-03-05 18:02:27 +00:00