Date: Tue, 3 May 2011 05:42:50 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet/ipfw ip_dn_io.c Message-ID: <201105030543.p435hBAs000300@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ae 2011-05-03 05:42:50 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet/ipfw ip_dn_io.c
Log:
SVN rev 221360 on 2011-05-03 05:42:50Z by ae
MFC r218360 (by luigi):
correct the 'output_time' of packets generated by dummynet.
In the dec.2009 rewrite I introduced a bug, using for the
computation the arrival time instead of the time the packet
has exited from the queue.
The bandwidth computation was still correct because it is
computed elsewhere, but traffic was sent out in bursts.
The bug is also present in RELENG_8 after dec.2009
Thanks to Daikichi Osuga for investingating, finding and fixing the
bug with detailed graphs of the behaviour before and after the fix.
Submitted by: Daikichi Osuga
Revision Changes Path
1.2.2.6 +1 -1 src/sys/netinet/ipfw/ip_dn_io.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105030543.p435hBAs000300>
