]> git.ipfire.org Git - thirdparty/bind9.git/commit
add isc_nmhandle_settimeout() function
authorEvan Hunt <each@isc.org>
Tue, 3 Nov 2020 03:58:05 +0000 (19:58 -0800)
committerOndřej Surý <ondrej@sury.org>
Sat, 7 Nov 2020 19:49:53 +0000 (20:49 +0100)
commit4be63c5b00700f83a96da67cc092bb3b87efaf15
tree6058aa83e9bd130af188917c49f11c258fb1794b
parente12dc1faa24322ea9da31b72c9f33a48a4d3a440
add isc_nmhandle_settimeout() function

this function sets the read timeout for the socket associated
with a netmgr handle and, if the timer is running, resets it.
for TCPDNS sockets it also sets the read timeout and resets the
timer on the outer TCP socket.
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/tcpdns.c
lib/isc/netmgr/udp.c
lib/isc/win32/libisc.def.in