]> git.ipfire.org Git - thirdparty/bind9.git/commit
netmgr: actively close all sockets when shutting down server
authorWitold Kręcicki <wpk@isc.org>
Fri, 22 Nov 2019 13:13:19 +0000 (14:13 +0100)
committerEvan Hunt <each@isc.org>
Sat, 23 Nov 2019 00:46:32 +0000 (16:46 -0800)
commitd6c5052f7e48971c537cdfc985fcbc8ba7a95de6
treef98f013bff4a7ac27ecf63930c098220596b4287
parent37354ee225314862a493bc64ac56618327233166
netmgr: actively close all sockets when shutting down server

without this change, named could sometimes lag for a while on shutdown
while it waited for open TCP connections to time out.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c