]> git.ipfire.org Git - thirdparty/bind9.git/commit
Handle TCP sockets in isc__nmsocket_reset()
authorOndřej Surý <ondrej@isc.org>
Mon, 28 Feb 2022 09:25:06 +0000 (10:25 +0100)
committerEvan Hunt <each@isc.org>
Mon, 28 Feb 2022 10:06:03 +0000 (02:06 -0800)
commitb220fb32bdb3c70f80b95d3611807deceab2bd55
tree0b0037a9f439908213abd6e66fe474595ecdab75
parente2636b1de044b8056d02aa29f7ba14c6203d59a0
Handle TCP sockets in isc__nmsocket_reset()

The isc__nmsocket_reset() was missing a case for raw TCP sockets (used
by RNDC and DoH) which would case a assertion failure when write timeout
would be triggered.

TCP sockets are now also properly handled in isc__nmsocket_reset().
lib/isc/netmgr/netmgr.c