Do TCP window parameter settings in the OS affect the window size used by iperf? For example, if I make the following registry edits in Win2K: GlobalMaxTcpWindowSize=17520 Tcp1323Opts=1 TcpWindowSize=17520 and the start iperf with the following: iperf -s -w 65700 will iperf use a 65700 byte window or will it use a 17520 window? It reports that is using a window size of 64K but I just want to verify that what it's reporting is actually true. Thanks