[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <19f9d171.497edb0.47ae4c9e.87c28@o2.pl>
Date: Sun, 10 Feb 2008 02:00:14 +0100
From: Marcin Koziej <marcinkoziej@...pl>
To: Eric Dumazet <dada1@...mosbay.com>
Cc: netdev@...r.kernel.org
Subject: [solved] Re: Bug? Kernels 2.6.2x drops TCP packets over wireless (independentofcard used)
Dnia 7 lutego 2008 20:24 Eric Dumazet <dada1@...mosbay.com> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists