In The Hand - .NET Components for Mobility
MinimumTransmissionTimeout Property
NamespacesInTheHand.Net.NetworkInformationTcpStatisticsMinimumTransmissionTimeout
Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments.
Declaration Syntax
C#Visual Basic
public long MinimumTransmissionTimeout { get; }
Public ReadOnly Property MinimumTransmissionTimeout As Long
Value
An Int64 value that specifies the minimum number of milliseconds permitted by a TCP implementation for the retransmission time-out value.
Remarks
TCP starts a retransmission timer when each outbound segment is passed to the network layer (IP). If no acknowledgement is received for the data in the segment before the timer expires, the segment is retransmitted. The timer can be set to any value between the [!:MinimumTransmissionTimeOut] value and the [!:MaximumTransmissionTimeOut] value.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0