Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending message more than 4kB using WAN-TCP tunneling over DDS method #165

Open
Tim-ThanaphatJ opened this issue Aug 26, 2021 · 1 comment

Comments

@Tim-ThanaphatJ
Copy link

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?
@MiguelBarro
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants