Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 1999 03:32: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 README.changes bundle.c bundle.h command.c datalink.c defs.h ipcp.c mp.c mp.h physical.c ppp.8 throughput.c throughput.h tun.c
Message-ID:  <199908051032.DAA09752@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/08/05 03:32:18 PDT

  Modified files:
    usr.sbin/ppp         README.changes bundle.c bundle.h 
                         command.c datalink.c defs.h ipcp.c mp.c 
                         mp.h physical.c ppp.8 throughput.c 
                         throughput.h tun.c 
  Log:
  o Obsolete the undocumented ``set weight'' command.
  o If we're using RADIUS and the RADIUS mtu is less than our
    peers mru/mrru, reduce our mtu to this value for NetBSD too.
  o Make struct throughput's sample period dynamic and tweak the ppp
    version number to reflect the extra stuff being passed through
    the local domain socket as a result (MP mode).
  o Measure the current throughput based on the number of samples actually
    taken rather than on the full sample period.
  o Keep the throughput statisics persistent while being passed to
    another ppp invocation through the local domain socket.
  o When showing throughput statistics after the timer has stopped, use
    the stopped time for overall calculations, not the current time.
    Also show the stopped time and how long the current throughput has
    been sampled for.
  o Use time() consistently in throughput.c
  o Tighten up the ``show bundle'' output.
  o Introduce the ``set bandwidth'' command.
  o Rewrite the ``set autoload'' command.  It now takes three arguments
    and works based on a rolling bundle throughput average compared against
    the theoretical bundle bandwidth over a given period (read: it's now
    functional).
  
  Revision  Changes    Path
  1.11      +4 -0      src/usr.sbin/ppp/README.changes
  1.59      +157 -187  src/usr.sbin/ppp/bundle.c
  1.24      +9 -16     src/usr.sbin/ppp/bundle.h
  1.205     +39 -16    src/usr.sbin/ppp/command.c
  1.42      +4 -1      src/usr.sbin/ppp/datalink.c
  1.45      +1 -2      src/usr.sbin/ppp/defs.h
  1.82      +2 -2      src/usr.sbin/ppp/ipcp.c
  1.26      +75 -17    src/usr.sbin/ppp/mp.c
  1.7       +11 -3     src/usr.sbin/ppp/mp.h
  1.19      +17 -8     src/usr.sbin/ppp/physical.c
  1.187     +36 -24    src/usr.sbin/ppp/ppp.8
  1.10      +101 -34   src/usr.sbin/ppp/throughput.c
  1.7       +16 -7     src/usr.sbin/ppp/throughput.h
  1.15      +6 -11     src/usr.sbin/ppp/tun.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?199908051032.DAA09752>