Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 18:13:37 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c ppp.8
Message-ID:  <199805210113.SAA17983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/05/20 18:13:36 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h command.c ppp.8 
  Log:
  o Add `set autoload'.  You can now set the minimum and maximum
    thresholds (in terms of queued packets for a period of time)
    where -auto links will be brought up and down.  By default,
    all auto links come up when we reach NETWORK phase and never
    go down.
  o Display current autoload state in `show bundle'.
  o Disable the idle timer as soon as it's called.
  o Disable the idle and autoload timers when exiting (in case
    we're abending).
  
  Revision  Changes    Path
  1.1.2.89  +252 -70   src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.42  +15 -2     src/usr.sbin/ppp/Attic/bundle.h
  1.131.2.88 +42 -21    src/usr.sbin/ppp/command.c
  1.97.2.38 +31 -1     src/usr.sbin/ppp/ppp.8

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805210113.SAA17983>