FOR UK ADSL USERS
These are my Windows 2000 registry entries for maximum TCP/IP performance on the Internet (should be same as XP): -
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"DefaultTTL"=dword:00000080
"TcpRecvSegmentSize"=dword:00000572
"TcpWindowSize"=dword:00005720
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000001
"Tcp1323Opts"=dword:00000002
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
I recommend a good read of RFC1323.
The above settings enable the Van Jacobson retransmit/recovery algorithm.
N.B. Anyone who uses these settings does so at their own risk. Do take care to make sure that they are suitable for your own purposes. I have found that setting Window Scaling to ON packets is a NoNo - a 16% performance loss results. I also observe that the
speed test is only a rough guide to actual speed. My settings do not yield the best statistical performance but do yield the fastest PERCEIVED performance and that is what matters to me.