From: CaT <[EMAIL PROTECTED]> Date: Thu, 29 Jun 2006 13:09:23 +1000 > Yup. Must've. Just tried it now and setting tcp_window_scaling to 0 > makes the site load. Sorry about that. Looks like I'll have to remember > to make sure that gets set to zero on any servers I wind up having to > upgrade to 2.6.17 and beyond. > > Bugger. :/
You can save yourself that hassle by informing the site admin of the affected site that they have a firewall that misinterprets the RFC standard window scaling field of the TCP headers. These devices assume it is zero because they don't remember the window scale negotiated at the beginning of the TCP connection. Your TCP performance will suffer greatly if you disable window scaling across the board. It means that only a 64K window will be usable by TCP, and you'll not be able to fill the pipe. Please don't use a screwdriver to pound in a nail :) - 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