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.
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