]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Fix a few comment typos.
authorbrian <brian@FreeBSD.org>
Thu, 12 Mar 1998 02:23:42 +0000 (02:23 +0000)
committerbrian <brian@FreeBSD.org>
Thu, 12 Mar 1998 02:23:42 +0000 (02:23 +0000)
commita8479404200bfc50e062e281337d95b91d6a9a75
tree96c444d4e63628df31d0714b1d5172c8979882f4
parent279390da0fed6c4baa132126919daedde8bcd717
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.
usr.sbin/ppp/command.c
usr.sbin/ppp/hdlc.c
usr.sbin/ppp/lqr.c
usr.sbin/ppp/ppp.8
usr.sbin/ppp/ppp.8.m4