Date: Fri, 20 Apr 2007 08:22:58 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ppp.c Message-ID: <200704200822.l3K8MwZT036762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2007-04-20 08:22:58 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: - 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) Revision Changes Path 1.63 +22 -6 src/sys/netgraph/ng_ppp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704200822.l3K8MwZT036762>