When using the above QoS profile, Connext DDS will load the LBST plug-in from the library lbst.dll and call the function LBS_Transport_create_plugin, which will create the LBST. The LBST is designed to work over the Connext DDS UDPv4 transport. The LBST will connect with the LBSM on the IP address 192.168.1.21 and UDP port 5002. The LBSM knows the LBST by the participant ID. The LBST will be registered in Connext DDS with the participant that uses this QoS profile.
Note: Connext DDS does not assign initial peers to the LBS transport plug-in. You can set the ini- tial peers with NDDS_DISCOVERY_PEERS, as described in the chapter on Discovery in the RTI Connext DDS Core Libraries User’s Manual. The LBS transport plug-in examples use an NDDS_DISCOVERY_PEERS file to set the multicast address, lbst.udpv4://239.255.0.1.
The following table describes the name/value pairs that you can use to configure the LBST.