]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix netmgr read/connect timeout issues
authorOndřej Surý <ondrej@sury.org>
Mon, 26 Oct 2020 13:19:37 +0000 (14:19 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 30 Oct 2020 10:11:54 +0000 (11:11 +0100)
commitcdccac4993e6d2d5c67472702bb52cd3ddd56f63
treea0694a27f14a78a518ee4320676f6ba47b2bf8ee
parent7a6056bc8f95040cfb613b790fc966644558d2b1
Fix netmgr read/connect timeout issues

- don't bother closing sockets that are already closing.
- UDP read timeout timer was not stopped after reading.
- improve handling of TCP connection failures.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/udp.c