Skip to content

Add log message when hard quota is reached in TCP accept

Ondřej Surý requested to merge ondrej-log-hard-quota into main

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.

Merge request reports