|
RTI Connext Java API Version 7.6.0
|
Use these QoS fields to configure aspects of the transports (udp, shared memory, etc.) used for communication.
Use these QoS fields to configure aspects of the transports (udp, shared memory, etc.) used for communication.
Basic Settings
| com.rti.dds.infrastructure.TransportBuiltinQosPolicy | mask |
| <<basic>> <<extension>> Specifies the built-in transports that are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. | |
| com.rti.dds.infrastructure.TransportMulticastQosPolicy | value |
| <<basic>> <<extension>> A sequence of multicast communications settings. | |
| com.rti.dds.infrastructure.DiscoveryQosPolicy | initial_peers |
| <<basic>> <<extension>> Determines the initial list of peers that will be contacted by the Discovery mechanism to send announcements about the presence of this participant. | |
| com.rti.dds.infrastructure.DiscoveryQosPolicy | multicast_receive_addresses |
| <<basic>> <<extension>> Specifies the multicast group addresses on which discovery-related meta-traffic can be received by the DomainParticipant. | |
| com.rti.dds.infrastructure.DiscoveryQosPolicy | accept_unknown_peers |
| <<basic>> <<extension>> Whether to accept a new participant that is not in the initial peers list. | |
Advanced Settings