Skip to content

Remove unused netmgr->worker->sendbuf

Ondřej Surý requested to merge ondrej/remove-unused-netmgr-worker-sendbuf into main

By inspecting the code, it was discovered that .sendbuf member of the isc__nm_networker_t was unused and just consuming ~64k per worker. Remove the member and the association allocation/deallocation.

Merge request reports