RTI Connext Modern C++ API Version 7.5.0
|
Use these QoS fields to configure features which help to control the rate at which data is sent, preventing network congestion.
Use these QoS fields to configure features which help to control the rate at which data is sent, preventing network congestion.
Basic Settings
dds::core::policy::Reliability | max_blocking_time |
<<basic>> <<spec>> The maximum time a DataWriter can block on a write() call. | |
rti::core::policy::PublishMode | kind |
<<basic>> <<extension>> Publishing mode | |
rti::core::policy::RtpsReliableWriterProtocol | min_send_window_size |
<<basic>> <<extension>> Minimum size of send window of unacknowledged samples | |
rti::core::policy::RtpsReliableWriterProtocol | max_send_window_size |
<<basic>> <<extension>> Maximum size of send window of unacknowledged samples | |
Advanced Settings