bind9/lib/isccc/include
Ondřej Surý f7c82e406e Fix the isc_nm_closedown() to actually close the pending connections
1. The isc__nm_tcp_send() and isc__nm_tcp_read() was not checking
   whether the socket was still alive and scheduling reads/sends on
   closed socket.

2. The isc_nm_read(), isc_nm_send() and isc_nm_resumeread() have been
   changed to always return the error conditions via the callbacks, so
   they always succeed.  This applies to all protocols (UDP, TCP and
   TCPDNS).
2020-10-22 11:37:16 -07:00
..
isccc Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00