haproxy/include
Willy Tarreau 93e7c006c1 MEDIUM: listener: add support for limiting the session rate in addition to the connection rate
It's sometimes useful to be able to limit the connection rate on a machine
running many haproxy instances (eg: per customer) but it removes the ability
for that machine to defend itself against a DoS. Thus, better also provide a
limit on the session rate, which does not include the connections rejected by
"tcp-request connection" rules. This permits to have much higher limits on
the connection rate without having to raise the session rate limit to insane
values.

The limit can be changed on the CLI using "set rate-limit sessions global",
or in the global section using "maxsessrate".
2014-01-28 15:49:27 +01:00
..
common BUILD: listener: fix recent accept4() again 2014-01-15 16:45:17 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MINOR: cli: add more information to the "show info" output 2014-01-28 15:19:44 +01:00
types MEDIUM: listener: add support for limiting the session rate in addition to the connection rate 2014-01-28 15:49:27 +01:00