Zenoh default endpoint configuration behaviour #202
Unanswered
tjrmarques
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi @tjrmarques! Could you please share the steps and the settings to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When not configuring any endpoints, Zenoh (1.0.0) seems to default to listening on a "random" TCP port on all interfaces.
This is really useful for some setups where one doesn't need/want to specifically select a port.
However, with this kind of configuration on Windows and nodes on the same computer, I'm seeing that (at least sometimes) a Zenoh peer does not actually bind to the port it claims to be bound on the trace (checked via netstat), and so connecting nodes fail during the TCP handshake (checked via Wireshark). Discovery seems to be working fine, as nodes do know what port to connect to. Also, I have multiple sessions being started by the same binary, which might not be the standard approach.
Is this expected behaviour?
I haven't found any issue filed for this, so I'm assuming I'm doing something weird...
Beta Was this translation helpful? Give feedback.
All reactions