diff options
author | joerg <joerg@FreeBSD.org> | 2001-12-27 21:20:33 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-12-27 21:20:33 +0000 |
commit | 72844dd1064711193bc59cad41b046e453a24749 (patch) | |
tree | 50f23cc1feb7d0f68e0eba4ebb9c71061bc5cd2a /sbin/spppcontrol/spppcontrol.8 | |
parent | c3e53c63c1bc50f3dba08cc9a313b56f7092b0da (diff) | |
download | FreeBSD-src-72844dd1064711193bc59cad41b046e453a24749.zip FreeBSD-src-72844dd1064711193bc59cad41b046e453a24749.tar.gz |
Userland part of making the LCP restart timer configurable.
Obtained from: i4b (with changes)
Diffstat (limited to 'sbin/spppcontrol/spppcontrol.8')
-rw-r--r-- | sbin/spppcontrol/spppcontrol.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/spppcontrol/spppcontrol.8 b/sbin/spppcontrol/spppcontrol.8 index 8db48bc..ca227c9 100644 --- a/sbin/spppcontrol/spppcontrol.8 +++ b/sbin/spppcontrol/spppcontrol.8 @@ -164,6 +164,10 @@ through approximately 800 seconds.) This is the default, and will not be explicitly displayed in .Ql list mode. +.It Ar lcp-timeout Ns \&= Ns Em timeout-value +Allows to change the value of the LCP restart timer. Values are +specified in milliseconds. The value must be between 10 and 20000 ms, +defaulting to 3000 ms. .It Ar enable-vj Enable negotiation of Van Jacobsen header compression. (Enabled by default.) .It Ar disable-vj @@ -175,6 +179,7 @@ Disable negotiation of Van Jacobsen header compression. bppp0: phase=dead myauthproto=chap myauthname="uriah" hisauthproto=chap hisauthname="ifb-gw" norechallenge + lcp-timeout=3000 enable-vj .Ed .Pp |