atom feed8 messages in org.freebsd.freebsd-ipfwPatch to add burst to dummynet ?
FromSent OnAttachments
Donald BaudFeb 21, 2006 6:11 am 
Luigi RizzoFeb 21, 2006 6:35 am 
Donald BaudFeb 21, 2006 6:57 am 
Luigi RizzoFeb 21, 2006 7:41 am 
Donald BaudFeb 21, 2006 8:15 am 
Luigi RizzoFeb 21, 2006 8:25 am 
Donald BaudFeb 21, 2006 8:38 am 
Luigi RizzoFeb 21, 2006 9:41 am 
Subject:Patch to add burst to dummynet ?
From:Donald Baud (dona@yahoo.com)
Date:Feb 21, 2006 6:11:52 am
List:org.freebsd.freebsd-ipfw

Looking back in the mailing archives
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=62536+0+archive/2003/freebsd-ipfw/20030907.freebsd-ipfw
, I found a message saying that it would be trivial to add burst support in
dummynet. In that message, it says to change in ip_dummynet.c :

- if (len_scaled > q->numbytes ) + if (len_scaled > q->numbytes + q->burst_size)

I did that, even tried len_scaled = 0 But I don't see any difference after recompiling, kldunload/kldload dummynet.

I still get the same throughput with wget --progress=dot some_file