Skip to content

Convert isc_astack usage in netmgr to mempool and ISC_LIST

Ondřej Surý requested to merge ondrej/cleanup-isc_astack-usage-in-netmgr into main

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.

Merge request reports