mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add a second arg to ``set timeout'' as an example of a minimum idle
period.
This commit is contained in:
parent
0e70993526
commit
14bbfc5ddc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49981
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user