NetworkInterface.NumReceiveBuffers Property

Accesses the number of receive buffers used by this network interface. The minimum value for this member is 64. The maximum value for this member is hardware-dependent.

See Device-Specific Interface Values for the device-specific defaults and value ranges for this property.

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

Syntax
public uint NumReceiveBuffers { get; set; }

Property Value

Type: UInt32

Implements

IConfigNetworkInterfaceNumReceiveBuffers
See Also