The information in this article applies to:
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe. SUMMARY
TCP 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.
MORE INFORMATION
Windows NT provides a mechanism to control the initial retransmit time, and then the retransmit time is self-tuning.
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters Description: This parameter controls the number of times TCP retransmits an individual data segment (non connect segment) 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. For additional information about retransmit time, click the article numbers below to view the articles in the Microsoft Knowledge Base: Q232512 TCP/IP may Retransmit Packets Prematurely Q223450 TCP Initial Retransmission Timer Adjustment Added to Windows NTFor additional information, search the Web for RFC 793 (Section 3.7) TCP Protocol Specification. Additional query words: lpr lpd lpdsvc tcpip print
Keywords : kbnetwork nttcp NTSrvWkst |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |