Optimize Windows TCP/IP Data Retransmissions (Windows NT/2000/XP) Category: Home > Network > Protocols > TCP-IP
This parameter controls the number of times TCP will retransmit an individual data segment (not connection request segments) before aborting the connection.
The retransmission timeout is doubled with each successive retransmission on a connection. It is reset when responses resume. The base timeout value is dynamically determined by the measured round-trip time on the connection.
Note: The Windows NT/2000 TCP/IP implementation is largely self tuning. Adjusting registry parameters may adversely affect system performance.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | TcpMaxDataRetransmissions | REG_DWORD | 0x00000006 (6) |  |
 |
 | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters |  |
 |
Settings: |
System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
Name: TcpMaxDataRetransmissions
Type: REG_DWORD (DWORD Value)
Value: 0 - 0xFFFFFFFF (default = 5)
|
Related Tweaks
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: May 14, 2002
|