summaryrefslogtreecommitdiffstats
path: root/share/examples/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-17 19:23:49 +0000
committerbrian <brian@FreeBSD.org>1999-08-17 19:23:49 +0000
commit038fe873dd8c91ddd852d81bc5c30d02b5c76fa9 (patch)
treea65c64700443fc02e8cd791ae8a8749c9383e23e /share/examples/ppp
parenteacdecd413d07e7d0b0a3af3c0fd03c4564237d3 (diff)
downloadFreeBSD-src-038fe873dd8c91ddd852d81bc5c30d02b5c76fa9.zip
FreeBSD-src-038fe873dd8c91ddd852d81bc5c30d02b5c76fa9.tar.gz
Add a second arg to ``set timeout'' as an example of a minimum idle
period.
Diffstat (limited to 'share/examples/ppp')
-rw-r--r--share/examples/ppp/ppp.conf.isdn6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/ppp/ppp.conf.isdn b/share/examples/ppp/ppp.conf.isdn
index 14c7126..659634b 100644
--- a/share/examples/ppp/ppp.conf.isdn
+++ b/share/examples/ppp/ppp.conf.isdn
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: sig.c,v 1.13.2.2 1999/05/02 08:59:53 brian Exp $
+# $Id: ppp.conf.isdn,v 1.1 1999/08/09 22:57:47 brian Exp $
# This is an example ppp profile for bringing up a multilink ppp connection
# over ISDN. It needs at least version 0.83.0 of the i4b code. An example
@@ -44,11 +44,13 @@ isdn:
enable lqr
set reconnect 3 5
set redial 3 10
- set timeout 60
set lqrperiod 45
disable pred1 deflate
deny pred1 deflate
+ # Our minimum charge period is 5 minutes, so don't hangup before then
+ set timeout 60 600
+
# We have no chat scripts in the ISDN world (yet)
set dial
set login
OpenPOWER on IntegriCloud