bind9/lib
Ondřej Surý 88a14985db
Add isc_nm_read_stop() and remove .reading member from ccmsg
We need to stop reading when calling isc_ccmsg_disconnect() as the
reading handle doesn't have to be last because sending might be in
progress.  After that, we can safely remove .reading member because the
reading would not be called after the disconnect has been called.

The ccmsg_senddone() should also not call the recv callback if the
sending failed, that's the job of the caller's send callback - in fact
it already does that, so the code in ccmsg_senddone() was superfluous.
2024-02-08 17:23:39 +01:00
..
dns Reduce sizeof isc_sockaddr from 152 to 48 bytes 2024-02-08 15:13:47 +01:00
isc Add memory pools for isc_nmsocket_t structures 2024-02-08 15:13:47 +01:00
isccc Add isc_nm_read_stop() and remove .reading member from ccmsg 2024-02-08 17:23:39 +01:00
isccfg cleanup isc_symtab_define with isc_symexists_replace 2024-02-07 13:52:10 +11:00
ns Improve the definition of the DNS_GETDB_* flags 2024-02-02 14:15:31 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00