From 5c8d9c33ca6d3c22473e8f2cd3cba4ecb47f0d71 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Thu, 19 Jan 2012 17:47:42 +0400 Subject: connlimit: if burst timeout was detected don't increase burst counter --- accel-pppd/extra/connlimit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accel-pppd/extra/connlimit.c b/accel-pppd/extra/connlimit.c index 243634e7..dcfc2deb 100644 --- a/accel-pppd/extra/connlimit.c +++ b/accel-pppd/extra/connlimit.c @@ -49,6 +49,8 @@ int __export connlimit_check(uint64_t key) it->ts = ts; list_move(&it->entry, &items); it->count = 0; + r = 0; + break; } it->count++; if (it->count >= conf_burst) { -- cgit v1.2.3