TCPIP.IpReassemblyTimeout Property

Specifies the timeout, in seconds, for the stack to reassemble a fragmented IP packet. This value must be within the range 0 to 120.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public uint IpFragmentTimeout { get; set; }

Property Value

Type: UInt32

Implements

IConfigTCPIPIpReassemblyTimeout
Exceptions
ExceptionCondition
RTX64InvalidPropertyValueException Thrown if an attempt is made to set this property to a value lower than 1
See Also