commit | b36b4244a2f6767f6096e9ab98184e6316fb35b4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 04 20:59:39 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:19 2010 +0200 |
tree | 7df1d7b3dac765950ec019439f5a2f3a8ac759eb | |
parent | 7999ddbc953cf40c5f0213e29847a3bd40620b65 [diff] |
[MINOR] session: differenciate between accepted connections and received connections Now we're able to reject connections very early, so we need to use a different counter for the connections that are received and the ones that are accepted and converted into sessions, so that the rate limits can still apply to the accepted ones. The session rate must still be used to compute the rate limit, so that we can reject undesired traffic without affecting the rate.