TCPIP.MaxSockets Property

Read/write. Accesses the maximum number of sockets that the RT-TCP/IP stack will provide. The specified value must be in the range 1 to 327651024. After changing this property, the RT-TCP/IP stack must be restarted for the changes to take effect.

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

Syntax
public uint MaxSockets { get; set; }

Property Value

Type: UInt32

Implements

IConfigTCPIPMaxSockets
Exceptions
ExceptionCondition
RTX64InvalidPropertyValueException Thrown if an attempt is made to set this property to a value outisde of the value 1-2551024
See Also