66.2 Configuring the TCP Transport
TCP Transport is distributed as a both shared and static library in <NDDSHOME>/lib/<architecture>. The library is called nddstransporttcp.
Mechanisms for Configuring the Transport:
- By explicitly instantiating a new transport (see 66.2.2 Explicitly Instantiating the TCP Transport Plugin) and then registering it with the DomainParticipant (see 63.3.2 Installing Transport Plugin Instances with register_transport()). (Not available in the Java and C# APIs.)
- Through the Property QoS policy of the DomainParticipant (on Linux and Windows systems only). This process is described in 66.2.3 Configuring the TCP Transport with the Property QosPolicy.
This section describes: