commit | a975b8f381acc5a7486a8287d5ef6495dbd0b72b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 05 19:13:27 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 15:10:25 2010 +0200 |
tree | 94de95888394f007df9f3388045033f17004cdff | |
parent | 41883e2041bdd635dfc9402cef9bd6d1863268ce [diff] |
[MINOR] tcp: add per-source connection rate limiting This change makes use of the stick-tables to keep track of any source address activity. Two ACLs make it possible to check the count of an entry or update it and act accordingly. The typical usage will be to reject a TCP request upon match of an excess value.