RTI Connext Java API
Version 5.0.0
|
Working with pluggable transports. More...
Working with pluggable transports.
The behavior of the automatically registered builtin transports can be altered by changing their properties.
Change the property fields as desired. Note that the properties should be changed carefully, as inappropriate values may prevent communications. For example, the com.rti.ndds.transport.UDPv4Transport properties can be changed to support large messages (assuming the underlying operating system's UDPv4 stack supports the large message size). Note: if message_size_max is increased from the default for any of the built-in transports, then the DDS_ReceiverPoolQosPolicy::buffer_size on the DomainParticipant should also be changed.