Skip to content

Attach to children socket quota instead of server socket quota cb

Ondřej Surý requested to merge ondrej/fix-tcp-quota-cb into main

When attaching to the quota in the TCP accept_connection(), the API requires a fresh isc_quota_cb_t object every time we do the attach and put the connection on the waiting list.

Merge request reports