]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc__nm_udp_shutdown() function
authorOndřej Surý <ondrej@sury.org>
Mon, 26 Oct 2020 11:30:54 +0000 (12:30 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 30 Oct 2020 10:11:54 +0000 (11:11 +0100)
commit7a6056bc8f95040cfb613b790fc966644558d2b1
tree940bbee97843086ad505fb6b7b5ed49c61a84cfa
parent5dcdc00b93d82d4feb5edeb4cd2b73a77325c29a
Add isc__nm_udp_shutdown() function

This function will be called during isc_nm_closedown() to ensure
that all UDP sockets are closed and detached.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/udp.c