]> 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@sury.org>
Wed, 9 Dec 2020 09:46:16 +0000 (10:46 +0100)
commite9354e7bfed3ab2201b0ae03fe1e6aaca159d112
treeb251f661a9ec34d75f003c3fb3968ec4c6a0f4e5
parentc919a3338f5f5e1f488725e2320bd560cfb322a7
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.

(cherry picked from commit 7a6056bc8f95040cfb613b790fc966644558d2b1)
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/udp.c