2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-10-17 14:20:17 +00:00
Files
bind/lib/isc/netmgr
Ondřej Surý 359faf2ff7 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.
2023-01-10 20:31:24 +01:00
..