NetworkInterface.Mtu Property

Accesses the Maximum Transmission Unit (MTU) size, in bytes, for this network interface. This value must be within the range 1500 to 9000.

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

Syntax
public uint Mtu { get; set; }

Property Value

Type: UInt32

Implements

IConfigNetworkInterfaceMtu
Exceptions
ExceptionCondition
RTX64InvalidPropertyValueException Thrown if an attempt is made to set this property to a value less than 64 or greater than 9000
See Also