You can configure the unicast port used by ac DataReader to receive data using the TRANSPORT_UNICAST Qos Policy of the DDS DataReader. That same Qos Policy on the DataWriter can be used to configure the port where the DataWriter receives ACKs/NACKs. You can find the documentation for the TransportUnicastQosPolicy here.
In addition you can control the multicast port (and address) used by a DataReader via the TrasportMulticastQosPolicyDataReader Qos Policy.
Gerardo
This website uses cookies in order to optimize your browsing experience, better meet your needs, and perform analytical tasks.
Hi,
You can configure the unicast port used by ac DataReader to receive data using the TRANSPORT_UNICAST Qos Policy of the DDS DataReader. That same Qos Policy on the DataWriter can be used to configure the port where the DataWriter receives ACKs/NACKs. You can find the documentation for the TransportUnicastQosPolicy here.
In addition you can control the multicast port (and address) used by a DataReader via the TrasportMulticastQosPolicy DataReader Qos Policy.
Gerardo