From 72844dd1064711193bc59cad41b046e453a24749 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Dec 2001 21:20:33 +0000 Subject: Userland part of making the LCP restart timer configurable. Obtained from: i4b (with changes) --- sbin/spppcontrol/spppcontrol.8 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sbin/spppcontrol/spppcontrol.8') 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 -- cgit v1.1