jacek wrote:
that was it , ifq.drop number was high 70000 sth, i increased ifx.maxlen to
300, and now im getting 25Mbytes/s ~ 200 Mbitsto obsd box using scp, still
seems to be a bit slow 5 times less then ( 1Gb links) but it's better then
it was :) . Thanks again for a tip.

Be aware that scp (or rather ssh) is sensitive to latency on high bandwidth links (the SSH2 channels are currently limited to around 64Kbytes, so if you have more than that in-flight then you will hit performance limits).

There's some work going on elsewhere on this ("hpn-ssh") or you can try using SSH protocol 1 (it doesn't have channels).

--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.

Reply via email to