diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-05-02 14:30:37 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-05-02 14:30:37 +0400 |
commit | aff9450a3b95e848f761533a4c659269477a2fd4 (patch) | |
tree | 4b2eb94d5661aeeffced9daffe6e91ffd3598525 /accel-pppd/accel-ppp.conf.5 | |
parent | 7d5c456ceba4732293aa0e85c6fef87a48daa5a6 (diff) | |
download | accel-ppp-aff9450a3b95e848f761533a4c659269477a2fd4.tar.gz accel-ppp-aff9450a3b95e848f761533a4c659269477a2fd4.zip |
ppp: implemented adaptive lcp echo functionality
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 201ade7..71163db 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -174,6 +174,9 @@ seconds. .BI "lcp-echo-failure=" n Specifies maximum number of echo-requests may be sent without valid echo-reply, if exceeds connection will be terminated. .TP +.BI "lcp-echo-timeout=" sec +Specifies timeout in seconds to wait for any peer activity. If this option specified it turns on adaptive lcp echo functionality and "lcp-echo-failure" is not used. +.TP .SH [dns] .TP .BI "dns1=" x.x.x.x |