Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 16:44:30 -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 async.c auth.c bundle.c bundle.h ccp.c chap.c chat.c command.c datalink.c deflate.c filter.c fsm.c hdlc.c hdlc.h ip.c ipcp.c lcp.c link.c lqr.c lqr.h main.c modem.c pap.c physical.c ppp.8 pred.c prompt.c route.c tun.c vars.c ...
Message-ID:  <199803130044.QAA29523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/03/12 16:44:30 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         async.c auth.c bundle.c bundle.h ccp.c 
                         chap.c chat.c command.c datalink.c 
                         deflate.c filter.c fsm.c hdlc.c hdlc.h 
                         ip.c ipcp.c lcp.c link.c lqr.c lqr.h 
                         main.c modem.c pap.c physical.c ppp.8 
                         pred.c prompt.c route.c tun.c vars.c 
                         vjcomp.c 
  Log:
  De-staticise LQR information
  Increment OutPackets for any packet - not just LQRs
  
  MFC:
    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 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.
  
  Revision  Changes    Path
  1.15.2.8  +2 -1      src/usr.sbin/ppp/async.c
  1.27.2.12 +2 -1      src/usr.sbin/ppp/auth.c
  1.1.2.21  +15 -1     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.14  +2 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.18 +2 -1      src/usr.sbin/ppp/ccp.c
  1.28.2.14 +2 -1      src/usr.sbin/ppp/chap.c
  1.44.2.15 +2 -1      src/usr.sbin/ppp/chat.c
  1.131.2.34 +5 -4      src/usr.sbin/ppp/command.c
  1.1.2.18  +2 -1      src/usr.sbin/ppp/Attic/datalink.c
  1.6.4.7   +2 -1      src/usr.sbin/ppp/deflate.c
  1.22.2.6  +2 -1      src/usr.sbin/ppp/filter.c
  1.27.2.17 +6 -8      src/usr.sbin/ppp/fsm.c
  1.28.2.16 +40 -28    src/usr.sbin/ppp/hdlc.c
  1.14.2.7  +26 -5     src/usr.sbin/ppp/hdlc.h
  1.38.2.11 +2 -1      src/usr.sbin/ppp/ip.c
  1.50.2.20 +2 -1      src/usr.sbin/ppp/ipcp.c
  1.55.2.26 +4 -10     src/usr.sbin/ppp/lcp.c
  1.1.2.10  +2 -1      src/usr.sbin/ppp/Attic/link.c
  1.22.2.9  +119 -115  src/usr.sbin/ppp/lqr.c
  1.12.2.2  +20 -27    src/usr.sbin/ppp/lqr.h
  1.121.2.30 +2 -1      src/usr.sbin/ppp/main.c
  1.77.2.32 +2 -1      src/usr.sbin/ppp/modem.c
  1.20.2.15 +2 -1      src/usr.sbin/ppp/pap.c
  1.1.2.15  +2 -1      src/usr.sbin/ppp/Attic/physical.c
  1.97.2.3  +7 -5      src/usr.sbin/ppp/ppp.8
  1.20.2.5  +2 -1      src/usr.sbin/ppp/pred.c
  1.1.2.11  +2 -1      src/usr.sbin/ppp/Attic/prompt.c
  1.42.2.9  +2 -1      src/usr.sbin/ppp/route.c
  1.6.4.5   +2 -1      src/usr.sbin/ppp/tun.c
  1.45.2.15 +3 -2      src/usr.sbin/ppp/vars.c
  1.16.2.6  +2 -1      src/usr.sbin/ppp/vjcomp.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803130044.QAA29523>