Date: Tue, 15 Aug 2000 03:25:43 -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 command.c mp.c physical.c ppp.8 throughput.c throughput.h Message-ID: <200008151025.DAA11630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/08/15 03:25:43 PDT
Modified files:
usr.sbin/ppp README.changes bundle.c command.c mp.c
physical.c ppp.8 throughput.c
throughput.h
Log:
Maintain input and output throughput averages and choose the highest
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.
This makes more sense as all links I know of are full-duplex. This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).
This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.
Revision Changes Path
1.20 +3 -1 src/usr.sbin/ppp/README.changes
1.102 +10 -7 src/usr.sbin/ppp/bundle.c
1.243 +2 -2 src/usr.sbin/ppp/command.c
1.41 +4 -2 src/usr.sbin/ppp/mp.c
1.39 +7 -3 src/usr.sbin/ppp/physical.c
1.235 +5 -4 src/usr.sbin/ppp/ppp.8
1.14 +45 -27 src/usr.sbin/ppp/throughput.c
1.9 +5 -3 src/usr.sbin/ppp/throughput.h
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?200008151025.DAA11630>
