]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r218360 (by luigi):
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 May 2011 05:42:50 +0000 (05:42 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 3 May 2011 05:42:50 +0000 (05:42 +0000)
commit7297ab0c2db683d22f6167f2ff6366b0834f0b15
tree17828fc9c276fcdc2d791c9ca58483d3419515b1
parent56cb63654f8a226a8d12832a07f5d0d5e594bd35
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@221360 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/ipfw/ip_dn_io.c