bneradt commented on code in PR #10688: URL: https://github.com/apache/trafficserver/pull/10688#discussion_r1383776021
########## doc/admin-guide/files/records.yaml.en.rst: ########## @@ -507,6 +507,23 @@ Network between `proxy.config.net.max_connections_in` and `proxy.config.net.max_requests_in` is the amount of maximum idle (keepalive) connections |TS| will maintain. +.. ts:cv:: CONFIG proxy.config.net.per_client.max_connections_in INT 0 + :reloadable: + + The total number of concurrent client connections that |TS| will accept from + a given client. Any received connections from a client beyond this limit will + be immediately closed. Once the number of concurrent client connections + drops below this configured value, |TS| will begin accepting new connections + while the number of concurrent connections remains below this limit. A value + of 0 disables the per client concurrent connection limit. + +.. ts:cv:: CONFIG proxy.config.http.per_client.connection.alert_delay INT 60 + :reloadable: + :units: seconds + + Throttle alerts per client group to be no more often than this many seconds. Summary Review Comment: Thanks, good catch. I copied this from the server side language. I'll clarify that this is all IP-based. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org