From owner-cvs-all Tue Aug 15 3:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F0837B67F; Tue, 15 Aug 2000 03:25:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11630; Tue, 15 Aug 2000 03:25:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200008151025.DAA11630@freefall.freebsd.org> From: Brian Somers Date: Tue, 15 Aug 2000 03:25:43 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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