diff options
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-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 ab9a3d1b..cacf97e8 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -263,6 +263,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 |