LBT-RU receivers initiate UDP connections toward LBT-RU sources for delivering NAKs and ACKs. LBT-RU sources then initiate connections toward LBT-RU receivers for delivery of UMS messages.
transport_lbtru_port_low
is the lowest port that UMS will allocate for LBT-RU sources in a context; transport_lbtru_port_high
is the highest. No more than transport_lbtru_maximum_ports
ports will be assigned to
LBT-RU sources within a single context.
Creation of an UMS source on an LBT-RU transport will
allocate an unused UDP port from the range if less than transport_lbtru_maximum_ports
ports have already been
allocated. Setting transport_lbtru_maximum_ports
to a fraction of the range
allows the corresponding multiple number of UMS processes to
share a common configuration.
If a particular UDP port is desired by a source, it may be given with transport_lbtru_port
. If the desired port is already in use,
then an unused port will be sought as described above. A value of 0 (the default) expresses no preference and results in the default
open port seeking behavior described above.
transport_lbtru_interface
may be used on LBT-RU sources to
choose particular interface, overriding the default INADDR_ANY
which accepts connections on all interfaces. Similarly, transport_lbtru_interface
may be used on receivers to choose
a particular interface for outgoing connections.
Specifies the network interface over which UM LBT-RU receivers read application data messages. Can specify full IP address of interface, or just network part (see Specifying Interfaces for details).
Specifies the network interface over which UM LBT-RU sources receive connection requests from topic receivers. Can specify full IP address of interface, or just network part (see Specifying Interfaces for details). Be aware that this option is applied to the transport session when the first topic is created on that session. Thus, setting a different interface for a subsequent topic that maps onto the same transport session will have no effect. Default is set to INADDR_ANY, meaning that it will accept incoming connection requests from any interface.
Maximum number of unicast port numbers that LBT-RU will use for all implicitly allocated sessions.
The preferred unicast port number for this Topic. If 0, the context will attempt to find one in the given LBT-RU source port range.
High unicast port number to assign LBT-RU sources to. Clients will send connection requests, ACKs, and NAKs to a port number in this range.
High port number to use for receiving LBT-RU data. All LBT-RU data for the topic will arrive on this range.
Low unicast port number to assign LBT-RU sources to. Clients will send connection requests, ACKs, and NAKs to a port number in this range.
Low port number to use for receiving LBT-RU data. All LBT-RU data for the topic will arrive on this range.
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.