RTI Connext DDS Micro C++ API  Version 3.0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups
max_routes_per_reader
NAME
DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader
DESCRIPTION
Each DDSDataWriter maintains information about the state of its peer datareaders (those it has matched with). Part of this state is which locaters (or destination addresses) it should use to send data to a particular DDSDataReader. The DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader resource-limit limits the number of routes that can be saved per DDSDataReader.
NOTES
This resource-limit is shared across all matched datareaders per DDSDataWriter. Thus, if DDS_DataWriterResourceLimitsQosPolicy::max_remote_readers is 2 and DDS_DataWriterResourceLimitsQosPolicy::max_routes_per_reader is 4, a total of 8 routes can be saved for both datareaders. One DDSDataReader may have 6 routes and the other 2.

RTI Connext DDS Micro C++ API Version 3.0.2 Copyright © Thu Dec 12 2019 Real-Time Innovations, Inc