TCP window scaling and broken routers
Posted Jul 16, 2007 8:01 UTC (Mon) by
ssabchew (guest, #46279)
Parent article:
TCP window scaling and broken routers
I made an work around as I decrease the TCP outgoing buffer:
from
net.ipv4.tcp_rmem = 4096 87380 4194304
to this
net.ipv4.tcp_rmem = 4096 87380 207520
(
Log in to post comments)