]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert isc_astack usage in netmgr to mempool and ISC_LIST
authorOndřej Surý <ondrej@isc.org>
Wed, 4 Jan 2023 14:57:00 +0000 (15:57 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 10 Jan 2023 19:31:24 +0000 (20:31 +0100)
commit359faf2ff76c0230ccec2366ecc82017b4472c09
tree8090907b9c3024e6e2a393b77904432b3584c4cd
parent8de2c73fd52471a248413c0067cd68dc153789be
Convert isc_astack usage in netmgr to mempool and ISC_LIST

Change the per-socket inactive uvreq cache (implemented as isc_astack)
to per-worker memory pool.

Change the per-socket inactive nmhandle cache (implemented as
isc_astack) to unlocked per-socket ISC_LIST.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c