summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-15 10:25:42 +0000
committerbrian <brian@FreeBSD.org>2000-08-15 10:25:42 +0000
commit2e8f0fe474c0ef6857cb0581ea2879daccbf85b1 (patch)
tree9d83481cb2a113087032c12eb168892b507b84f6 /usr.sbin/ppp/command.c
parentead30e83239251cba3bf2fd08387ab9e4963dbe7 (diff)
downloadFreeBSD-src-2e8f0fe474c0ef6857cb0581ea2879daccbf85b1.zip
FreeBSD-src-2e8f0fe474c0ef6857cb0581ea2879daccbf85b1.tar.gz
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.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index e21ab2f..f1b0be1 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -153,7 +153,7 @@
#define NEG_SHORTSEQ 52
#define NEG_VJCOMP 53
-const char Version[] = "2.26";
+const char Version[] = "2.27";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
OpenPOWER on IntegriCloud