On Fri, Jan 30, 2009 at 3:53 PM, Brian Keefer <[email protected]> wrote: > I'm probably ignorant, but I can't seem to find a way to increase the window > scaling multiplier on an OpenBSD client. It's always zero.
"What problem are you trying to solve?" The scale factor is *ONLY* a means to increase the maximum possible receive window size. It doesn't matter if the scale factor is changed if the actual advertised receive window is the same. > It seems the > only significantly value for net.inet.tcp.rfc1323 is 0 (disabled) vs. non-0 > (ws=0). Am I missing something? You'll never see a scale size larger than zero unless the involved program sets a socket receive buffer size larger than 64KB before calling listen() or connect(), that being the value from which the receive window size is derived. Philip Guetnher

