]> git.ipfire.org Git - thirdparty/bind9.git/commit
change the signature of recv callbacks to include a result code
authorEvan Hunt <each@isc.org>
Thu, 16 Apr 2020 02:26:49 +0000 (19:26 -0700)
committerEvan Hunt <each@isc.org>
Fri, 19 Jun 2020 19:33:26 +0000 (12:33 -0700)
commit75c985c07f2208d434977b27fe3eb41a433924d7
treee96e39798e2085c1721ea2d0696d0a6edb5f55ed
parent5191ec8f86717c0c709aff8971b26951ab5f7353
change the signature of recv callbacks to include a result code

this will allow recv event handlers to distinguish between cases
in which the region is NULL because of error, shutdown, or cancelation.
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/tcp.c
lib/isc/netmgr/tcpdns.c
lib/isc/netmgr/udp.c
lib/ns/client.c
lib/ns/include/ns/client.h