diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2019-06-18 11:13:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 11:13:27 +0300 |
commit | 278d45e41739522ab5488498e7b29437bcd58018 (patch) | |
tree | 9e69694424a82bfcce926d23a7e2e66ac9d84ba3 /accel-pppd | |
parent | 35b6d11f2ec6884c5ef1385d1cf2dbd7e3745420 (diff) | |
download | accel-ppp-278d45e41739522ab5488498e7b29437bcd58018.tar.gz accel-ppp-278d45e41739522ab5488498e7b29437bcd58018.zip |
Update accel-ppp.conf.5
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 7c4b57a..8561e55 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -260,6 +260,12 @@ then password will be same as Calling-Station-Id. Or you can specify fixed password in .B <string>. .TP +.BI "session-timeout=" n +Specifies max sessions time in seconds. After this time session will be terminated. May redefine with radius attribute Session-Timeout +.TP +.BI "idle-timeout=" n +Specifies timeout in seconds to wait for any packets from client, after this time session will terminated if client don`t send any packet. Often used with mode=L3. +.TP .BI "lease-time=" n Specifies lease time in seconds to be sent to dhcp client. .TP |