diff options
author | brian <brian@FreeBSD.org> | 1999-08-22 23:18:42 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-22 23:18:42 +0000 |
commit | ae2e544f3743b1296b1d9f6d4159e8691138053a (patch) | |
tree | 8dee7d3a50cebc922f2b2b88389a2a66fdb84fe6 /share/examples/ppp | |
parent | 185ca62b176534478595a689583db9d8e84b105c (diff) | |
download | FreeBSD-src-ae2e544f3743b1296b1d9f6d4159e8691138053a.zip FreeBSD-src-ae2e544f3743b1296b1d9f6d4159e8691138053a.tar.gz |
Decrease the isdn recovery time to 1 second and mention that it
should always be less than ppps redial timeout.
Diffstat (limited to 'share/examples/ppp')
-rw-r--r-- | share/examples/ppp/isdnd.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/ppp/isdnd.rc b/share/examples/ppp/isdnd.rc index 8ff3f4f..7e0cfc3 100644 --- a/share/examples/ppp/isdnd.rc +++ b/share/examples/ppp/isdnd.rc @@ -43,7 +43,7 @@ unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on -recoverytime = 25 +recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 @@ -69,7 +69,7 @@ unitlength = 90 unitlengthsrc = rate dialretries = 1 dialrandincr = on -recoverytime = 25 +recoverytime = 1 # Should be smaller than ppps redial usedown = off downtries = 2 downtime = 30 |