I was testing the throughput between two pcs, connected on the same router, one with 100mbps lan, the other with 54mbps wifi.
Here is the interesting part:
- using
nc
, I get 2.63MB/s when sending from A to B (measured withpv -r|nc ipB
) - using
iperf
, I get 23MB/s which is pretty much ok.
What could be wrong with nc
?
The OS is ubuntu 11.04 for both.