System.Net.NetworkInformation.TcpStatistics.MinimumTransmissionTimeout Property

Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments.

Syntax

public abstract long MinimumTransmissionTimeout { get; }

Value

Documentation for this section has not yet been entered.

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 The timer can be set to any value between the TcpStatistics.MinimumTransmissionTimeOut value and the TcpStatistics.MaximumTransmissionTimeOut value.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0