Dnia 7 lutego 2008 20:24 Eric Dumazet <[EMAIL PROTECTED]> napisaƂ(a):
> Typical window scaling problem here... (well, for previous traces, with 
> wscaling of 5, since with wscale 2 it seems to work), you probably have a 
> buggy router or something...
> 
> http://lwn.net/Articles/92727/
> 
> Try :
> 
> # echo 0 >/proc/sys/net/ipv4/tcp_window_scaling
> 
> And retry to connect to this ftp server
> 
> You could alternativly play with /proc/sys/net/ipv4/tcp_rmem
> 
> # echo "4096 8192 50000" >/proc/sys/net/ipv4/tcp_rmem

Thanks! That solves the problem! Now I read about TCP window scaling and I 
understand the issue, but I wouldn't figure/google that out myself! 
Thank You for Your time!

m.

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to