jkorell/iperf

explore using Linux lql in iperf3 for pacing

Opened this issue · 1 comments


User level pacing of TCP does not work well, as packets still burst out of the 
NIC at line rate. 

This might be a better approach:

http://www.coverfire.com/lql/

However, I'm not sure we want to add this library dependency.

Is this for discussion later.



Original issue reported on code.google.com by bltier...@es.net on 11 Dec 2013 at 7:00

To make this even more difficult, the traffic shaping stuff generally requires 
root privileges, so either the entirety of iperf3, or some subset of it will 
need to be running as root to setup the traffic shaping. Doing that in bwctl as 
well becomes even more taxing...

Original comment by AaronMat...@gmail.com on 11 Dec 2013 at 7:35