Skip to content

Add log message when hard quota is reached in TCP accept

When isc_quota_attach_cb() API returns ISC_R_QUOTA (meaning hard quota was reached) the accept_connection() would return without logging a message about quota reached.

Change the connection callback to log the quota reached message.

(cherry picked from commit 2ae84702)

Closes #3125 (closed)

Merge request reports