Date: Wed, 11 Mar 1998 18:23:45 -0800 (PST) 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 hdlc.c lqr.c ppp.8 Message-ID: <199803120223.SAA04794@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/03/11 18:23:45 PST
Modified files:
usr.sbin/ppp command.c hdlc.c lqr.c ppp.8
Log:
o Fix a few comment typos.
o Fix ``set timeout'' usage message and documentation.
o Change ifOutPackets, ifOutOctets and ifOutLQRs to `u_int32_t's
so that they wrap correctly.
o Put the LQR in network byte order using the correct struct size
(sizeof u_int32_t, not sizeof u_long).
o Wrap LQR ECHO counters correctly.
o Don't increment OutLQR count if the last LQR hasn't been replied
to.
o Initialise HisLqrData (last received LQR) in StartLqm.
o Don't start the LQR timer if we're `disabled' and `accepted'.
o Generate LQR responses when both sides are using a timer and
we're not going to send our next LQR before the peers max timeout.
LQR should now be fully functional.
Revision Changes Path
1.132 +4 -4 src/usr.sbin/ppp/command.c
1.29 +15 -6 src/usr.sbin/ppp/hdlc.c
1.23 +39 -30 src/usr.sbin/ppp/lqr.c
1.98 +7 -5 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?199803120223.SAA04794>
