REGEDIT4

; Thanks to Eric Gisin <ericg@unixg.ubc.ca>

; Add TCP/IP parameters to the Property sheet under ControlPanel/Network.
; - backup your registry!
; - use regedit to find were TCP/IP resides under the following key
;   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans
;   it will be a four-digit subkey.
; - change the next two occurrences of 000# in this file to your subkey.
; - use the command "regedit mstcp.reg" to merge this file into the registry.
; - you can now change these parameters from the TCP/IP Advanced tab.

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\000#\Ndi\params\DefaultRcvWindow]
"location"="System\\CurrentControlSet\\Services\\Vxd\\MSTCP"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\Ndi\params\DefaultRcvWindow]
"ParamDesc"="Default Receive Window"
"default"="8192"
"type"="int"
"min"="1024"
"max"="16384"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\000#\Ndi\params\MaxConnectRetries]
"location"="System\\CurrentControlSet\\Services\\Vxd\\MSTCP"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\MSTCP\Ndi\params\MaxConnectRetries]
"ParamDesc"="Maximum Connection Retries"
"default"="3"
"type"="int"
"min"="0"
"max"="720"
