Skip to content
Discussion options

You must be logged in to vote

You are right, TCP is already enabled for publishing, but not for receiving. In order to get TCP to work, you have to enable it in the subscriber settings. And yes, you are right, the documentation seems to be confusing / outdated in this regard.

Which of the (enabled) layers will be used for a data transfer is determined by:

  1. The layer priority of the publisher
  2. The enabled layers of the subscriber

By default, the ecal.yaml should look as follows:

publisher:

  # [...]

  # Priority list for layer usage in cloud mode (Default: UDP > TCP)
  priority_network: ["udp", "tcp"]

Thus, if a topic by this default publisher encounters a subscriber that has UDP enabled, it will provide its data via…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cvilas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants