Skip to main content
Skip table of contents

t_ChannelConnections_UDPConnection

UDPConnection

A UDP environment specific connection.

Properties

channel : string

Connection channel.

condition : string

The property to which the directive is applied.

The property specified here is typically set in the .environment file. It must be prefixed with "-Dnexj" if specified on the JVM command line.
Example


condition="reporting.enabled" ... reporting.enabled="true" or "-Dnexj.reporting.enabled=true"

description : string

Channel connection description.

directive : directive

A conditional directive determining the operation to apply to the property specified in "condition".

If the operation is set to "if" or "ifnot", the property can be null. "ifdef" means "if defined". "ifndef" means "if not defined". If the operation is set to either, the property must not be null.
Example


"if", "ifnot", "ifdef", "ifndef"

Valid values based on“string”.
if
ifnot
ifdef
ifndef
enabled : boolean

The default state of enablement. (default="true")

encoding : string

Character encoding for string messages. Overrides the channel setting.

group : string

Multicast group IP address. Overrides the channel setting.

host : string

Remote UDP host or multicast group.

localHost : string

Local UDP host for binding (* or empty binds to all interfaces).

localPort : unsignedShort

Local UDP port (0 or empty for a random port). Overrides the channel setting.

maxReceivers : nonNegativeInt

Maximum UDP receiver threads per server. Overrides the channel setting.

Valid values based on“int”.
0 (minInclusive)
maxSenders : integer

Maximum UDP sender connections per server. Overrides the channel setting.

merged : boolean

port : unsignedShort

Remote UDP port. Overrides the channel setting.

tos : unsignedByte

RFC 1349 type-of-service value (sum of lowCost=2, reliability=4, throughput=8, lowDelay=16).

ttl : unsignedByte

Packet time-to-live in hops (0..255). Overrides the channel setting.

warningTimeout : nonNegativeLong

Timeout in milliseconds before a warning is generated, 0 for infinite timeout.

Valid values based on“long”.
0 (minInclusive)

Parents

Parent topic: t_Connections_ChannelConnections

Parent topic: t_Environment_ChannelConnections

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.