]> git.ipfire.org Git - thirdparty/bind9.git/commit
implement isc_nm_cancelread()
authorEvan Hunt <each@isc.org>
Sat, 6 Jun 2020 00:32:36 +0000 (17:32 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 1 Oct 2020 14:44:43 +0000 (16:44 +0200)
commitd9d482e9e222d3aff0be2a5d1e5c27bddd0ece70
treec45912dc6d78bb659b22d4a101373f3353a1c789
parente1ebbaacea346dafb3f77d37396647153b1c4ca7
implement isc_nm_cancelread()

The isc_nm_cancelread() function cancels reading on a connected
socket and calls its read callback function with a 'result'
parameter of ISC_R_CANCELED.

(cherry picked from commit 5191ec8f86717c0c709aff8971b26951ab5f7353)
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/win32/libisc.def.in