Date: Tue, 23 Oct 2001 06:52:19 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c datalink.c Message-ID: <200110231352.f9NDqJa86469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/10/23 06:52:19 PDT Modified files: usr.sbin/ppp command.c datalink.c Log: Don't avoid setting a 0 second timer in datalink_StartDialTimer() by not setting any timer. Instead, set a 1 millisecond timer. This ensures that ppp will come out of it's select() call after losing carrier in -ddial mode with a reconnect period of 0 and going to ST_OPENING, rather than waiting indefinitely for some other event to wake ppp up. Bump the ppp version number to indicate the event. MFC after: 3 days Revision Changes Path 1.276 +2 -2 src/usr.sbin/ppp/command.c 1.68 +11 -13 src/usr.sbin/ppp/datalink.c 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?200110231352.f9NDqJa86469>