Date: Sun, 17 Aug 1997 13:45:51 -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 command.c fsm.c ppp.8 vars.c vars.h Message-ID: <199708172045.NAA04955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1997/08/17 13:45:51 PDT
Modified files:
usr.sbin/ppp command.c fsm.c ppp.8 vars.c vars.h
Log:
Allow the use of a "stopped" timeout via the
"set stopped" directive. If the timeout occurs
it will cause a "Down" event, hanging up the line
if it's still up. This *isn't* part of the FSM
diagram, but I consider it ok as a "higher level
implementation specific timeout" as specified in
the rfc ;-}
Discussed briefly with: joerg
Revision Changes Path
1.68 +29 -1 src/usr.sbin/ppp/command.c
1.14 +38 -2 src/usr.sbin/ppp/fsm.c
1.48 +22 -4 src/usr.sbin/ppp/ppp.8
1.21 +3 -3 src/usr.sbin/ppp/vars.c
1.22 +3 -1 src/usr.sbin/ppp/vars.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708172045.NAA04955>
