Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2000 17:59:21 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp bundle.c command.c link.c link.h mp.c physical.c
Message-ID:  <200008150059.RAA36752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/08/14 17:59:21 PDT

  Modified files:
    usr.sbin/ppp         bundle.c command.c link.c link.h mp.c 
                         physical.c 
  Log:
  Calculate the average link throughput using a counter based on the
  cumulative total of all active links rather than basing it on the
  total of PROTO_MP traffic.
  
  This fixes a problem whereby Cisco routers send PROTO_IP packets only
  when there's only one link (hmm, what a good idea!).
  
  Revision  Changes    Path
  1.101     +5 -5      src/usr.sbin/ppp/bundle.c
  1.242     +2 -2      src/usr.sbin/ppp/command.c
  1.17      +13 -5     src/usr.sbin/ppp/link.c
  1.10      +6 -5      src/usr.sbin/ppp/link.h
  1.40      +20 -15    src/usr.sbin/ppp/mp.c
  1.38      +17 -11    src/usr.sbin/ppp/physical.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?200008150059.RAA36752>