]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fixed mistakes in latency and xmitBytes calculation math
authorAlexander Motin <mav@FreeBSD.org>
Fri, 20 Apr 2007 08:22:57 +0000 (08:22 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Fri, 20 Apr 2007 08:22:57 +0000 (08:22 +0000)
commitfd58342c2684fdd73f6011b9432031df380a1831
tree826b2d0e6a7d656f21b401fdc99b859090bdb0f4
parentcd4cf11a4d9eb5579bcc74efa6fc2f5e3e012046
- Fixed mistakes in latency and xmitBytes calculation math
which lead to ineffective multilink packet distribution plans.
- Changed bytesInQueue calculation math to have more precise information
about links utilization.
- Taken rough account of the link overhead. Better way to do it could be to
get exact overhead from user-level, but I have not done it to keep
binary compatibility.

Reviewed by: archie
Approved by: glebius (mentor)
sys/netgraph/ng_ppp.c