You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on WAN-TCP tunneling over DDS. When running using a integration-service. After subscriber for my topic matched. I see the following message on the subscriber [RTCP_MSG_IN Error] Bad RTCP header identifier, closing connection. -> Function Receive
I am running the following
A publisher are publishing 15 topics. Each topic contains data with:
- Size of the message: 2kB
- Frequency: 40 hz
wan_config.xml
- TCPv4
- Number of listening port: 1
Note If I publish only 2 topics, the error will not came up.
Question
What is the maximum size of the message and maximum bandwidth that WAN-TCP tunneling over DDS allows for sending message?
The text was updated successfully, but these errors were encountered:
This issue on TCP transport has already been addressed in [Fast-DDS repo](https://github.com/eProsima/Fast-DDS repo).
Please retry updating the Fast-DDS package on your ros2 distribution to our last release.
I am currently working on WAN-TCP tunneling over DDS. When running using a integration-service. After subscriber for my topic matched. I see the following message on the subscriber
[RTCP_MSG_IN Error] Bad RTCP header identifier, closing connection. -> Function Receive
I am running the following
- Size of the message: 2kB
- Frequency: 40 hz
- TCPv4
- Number of listening port: 1
Note If I publish only 2 topics, the error will not came up.
Question
The text was updated successfully, but these errors were encountered: