From 6b04e5778c1c0c9686066dd44caccfd755917c25 Mon Sep 17 00:00:00 2001 From: Vladislav Grishenko Date: Sat, 7 Mar 2020 04:25:00 +0500 Subject: session: add global [common]max-starting option usually there's no need to have per-proto limitation, since the need of max starting limitation affects the whole server, not particular protocol only. --- accel-pppd/accel-ppp.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'accel-pppd/accel-ppp.conf') diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 1dc7176e..290a19c8 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -41,6 +41,7 @@ thread-count=4 #sid-case=upper #sid-source=seq #max-sessions=1000 +#max-starting=0 #check-ip=0 [ppp] -- cgit v1.2.3