Ashfaat / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

explore using Linux lql in iperf3 for pacing #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
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