System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout Property

Gets the maximum amount of time within which all fragments of an Internet Protocol (IP) packet must arrive.

Syntax

public abstract long PacketReassemblyTimeout { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Packets that exceed the maximum size for IP transport are broken into fragments and reassembled at the destination. If all fragments that make up a fragmented IP packet do not arrive within the allowed time, the packet is discarded.

Requirements

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