Maximise network transfer speed of various applications

Posted by Alex on Super User See other posts from Super User or by Alex
Published on 2012-06-06T03:14:14Z Indexed on 2012/06/06 4:42 UTC
Read the original article Hit count: 199

When using nc, scp, wget to transfer files between 2 machines on a dedicated 2Mbps link, I get speeds between 0.5 and 1 Mbps. However, when I use iperf -c 10.0.1.4 -t 20 -P 12 (for example) I can maximise the speed of the link (getting stable 2Mbps).

Is there a way to make single stream transfers (such as those done by scp) to utilise all/most of the link? Some kind of tcp settings, or iptables...?

© Super User or respective owner

Related posts about linux

Related posts about networking