TCPIP.MaxArpEntries Property

Read/write. Accesses the maximum number of ARP entries that the RT-TCP/IP Stack will allow. The specified value must be within the range 1 to unlimited. After changing this property, the RT-TCP/IP Stack must be restarted for the changes to take effect. This property can be used only in RTX64 version 3.2 or later.

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

Syntax
public uint MaxArpEntries { get; set; }

Property Value

Type: UInt32

Implements

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