Date: Mon, 15 Feb 1999 16:16:59 -0800 (PST) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp README.changes command.c defs.h modem.c physical.h ppp.8 Message-ID: <199902160016.QAA66703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/02/15 16:16:58 PST Modified files: usr.sbin/ppp README.changes command.c defs.h modem.c physical.h ppp.8 Log: Wait by default for one second after the login script is complete before checking carrier. If it's there, the device supports carrier. If it's not it doesn't. Add the ``set cd'' command for deciding how soon to check for carrier, and for deciding if carrier is REQUIRED. The default has changed: Pre 2.0 versions of ppp waited for 1 second. Version 2 didn't wait, but this causes problems with some (few?) modems that don't assert carrier immediately on reporting CONNECT. The one second delay is back now and can be removed with ``set cd 0''. Bump the ppp version number in case this needs to be changed again.... Revision Changes Path 1.5 +2 -0 src/usr.sbin/ppp/README.changes 1.181 +19 -3 src/usr.sbin/ppp/command.c 1.39 +2 -1 src/usr.sbin/ppp/defs.h 1.102 +49 -31 src/usr.sbin/ppp/modem.c 1.6 +5 -1 src/usr.sbin/ppp/physical.h 1.149 +32 -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?199902160016.QAA66703>