diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2017-04-18 16:07:35 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2017-04-18 16:12:13 +0300 |
commit | 9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6 (patch) | |
tree | 252abd7360053dcfb57234ff64785e354a85e620 /accel-pppd/accel-ppp.conf | |
parent | 29e80de7214199500b56e4ac3a667a40df1a7f20 (diff) | |
download | accel-ppp-9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6.tar.gz accel-ppp-9ea88bac7d5bf8fc5cf2d5f7d0a734ec7a9e6df6.zip |
implemented session count limiting
new config option:
[common]
max-sessions=N
If set then accel-pppd stops reply to new connection requests if total number of sessions (active and starting) is reached specified limit.
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 98ca8850..49466b1c 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -40,6 +40,7 @@ thread-count=4 #single-session=replace #sid-case=upper #sid-source=seq +#max-sessions=1000 [ppp] verbose=1 |