Date: Sun, 3 May 1998 15:13:16 -0700 (PDT) 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 bundle.c mp.c mp.h ppp.8 Message-ID: <199805032213.PAA22647@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/05/03 15:13:15 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c mp.c mp.h ppp.8 Log: o Display current link throughput in `show links' (assuming throughput measurement is enabled). o Load balance the links based on weight *and* on a round-robin basis. This makes things fairly even on an output basis. We don't try to allow for the peer sending all his data down one link (and try to send ours back up the other). o Show the number of pending input buffers that can't be processed in ``show mp''. o Fix a typo in the man page. Revision Changes Path 1.1.2.70 +8 -3 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.21 +72 -40 src/usr.sbin/ppp/Attic/mp.c 1.1.2.12 +6 -2 src/usr.sbin/ppp/Attic/mp.h 1.97.2.27 +2 -2 src/usr.sbin/ppp/ppp.8 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?199805032213.PAA22647>