You can boost your network throughput performance with Windows 95/98/ME by making these adjustments to your registry, or by using
DrTCP. I suggest using this free utility to make any changes and prevent much of the
risk involved editing the registry manually.
If you still wish to edit these values manually, open regedit
and navigate to the keys
below and make the suggested changes.
DefaultTTL="128" (String
Value)
Specifies time to live (TTL) for TCP/IP packets. The default value is 32.
DefaultRcvWindow = "32767"
(String Value)
Specifies the default receive window advertised by the TCP/IP stack. The default is 8192.
PMTUBlackHoleDetect = "0"
(String Value)
Specifies if the stack will attempt to detect MTU that does not send back ICMP . The default is 0.
PMTUDiscovery = "1" (String
Value)
Specifies if the TCP/IP stack will attempt to perform MTU discovery as specified in RFC 1191. The default is 1.
SackOpts = "1" (String Value)
Enables support for selective acknowledgements as documented by Request for Comment (RFC) 2018. Default is 0.
Tcp1323Opts = "1" (DWORD
Value)
Controls RFC 1323 time stamps and window scaling options. Values include: "0" = disable RFC 1323 options, "1" = window scale enabled only,
"2" = time stamps enabled only and "3" = both options enabled.
The MaxMTU should be at a value of 1500. If you're using PPPoE,
change this value to 1492
Close regedit and restart Windows for the change to take effect.
 |