January 2008
Intermediate to advanced
624 pages
14h 16m
English
TCP uses the following exponential backoff behavior to determine the RTO of successive retransmissions of the same segment:
When the TCP segment is initially sent, the RTO for the segment is set to the currently known RTO for the connection.
After RTO number of seconds, when the RTO expires, the segment RTO is set to twice the RTO for the segment’s previous transmission and retransmitted.
Step 2 is repeated for the maximum number of retransmissions before the TCP connection is abandoned. The TcpMaxDataRetransmissions registry value controls the maximum number of retransmissions for TCP in Windows Server 2008 and Windows Vista.
TcpMaxDataRetransmissions
Location: HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Services\Tcpip\Parameters ...