diff options
author | Brian Somers <brian@FreeBSD.org> | 2000-08-15 10:25:42 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2000-08-15 10:25:42 +0000 |
commit | 91cbd2eec0d10f7e8be60a45cb28464a8dd47f06 (patch) | |
tree | 11629aeb2a3f3c617f8ee4f27cd3cf523e2e8286 /usr.sbin/ppp/ppp.8.m4 | |
parent | 3c28a656f285b560be07b8e0fc680def3e7dc548 (diff) | |
download | src-91cbd2eec0d10f7e8be60a45cb28464a8dd47f06.tar.gz src-91cbd2eec0d10f7e8be60a45cb28464a8dd47f06.zip |
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.
Notes
Notes:
svn path=/head/; revision=64670
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 93276bfff47e..935f988577d9 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -3860,9 +3860,10 @@ percent or less of the total bundle bandwidth for .Ar period seconds, a .Ar demand-dial -link will be brought down as long as it's not the last active -.Ar demand-dial -link. +link will be brought down as long as it's not the last active link. +.Pp +Bundle throughput is measured as the maximum of inbound and outbound +traffic. .Pp The default values cause .Ar demand-dial |