How to Modify the TCP/IP Maximum Retransmission TimeoutLast reviewed: October 3, 1997Article ID: Q170359 |
The information in this article applies to:
SUMMARYTCP starts a retransmission timer when each outbound segment is handed down to IP. If no acknowledgment has been received for the data in a given segment before the timer expires, then the segment is retransmitted, up to the TcpMaxDataRetransmissions times. The default value for this parameter is 5. The retransmission timer is initialized to three seconds when a TCP connection is established; however, it is adjusted on the fly to match the characteristics of the connection using Smoothed Round Trip Time (SRTT) calculations as described in RFC793. The timer for a given segment is doubled after each retransmission of that segment. Using this algorithm, TCP tunes itself to the normal delay of a connection. TCP connections over high-delay links will take much longer to time out than those over low- delay links. By default, after the retransmission timer hits 240 seconds, it uses that value for retransmission of any segment that needs to be retransmitted. This can be a cause of long delays for a client to time out on a slow link.
MORE INFORMATIONWindows NT provides a mechanism to tune the maximum retransmission timer. WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk. To change from the default value of 240 seconds, adjust the default maximum retransmission timer by changing the following registry entry:
|
Additional reference words: lpr lpd lpdsvc tcpip print
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |