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
Add a bind Endpoint config option. For example: tcp/192.168.0.10:7447#bind=192.168.0.5:0
When this option is set to a connect/endpoint Zenoh should call the system bind() function with the given socket address on the created socket before connecting to the remote address.
This should work for IP based links: (TCP, UDP, Quic, TLS).
The text was updated successfully, but these errors were encountered:
OlivierHecart
changed the title
Add option to bind TCP client ports to a given socket_address
Add option to bind connect endpoint ports to a given socket_address
Mar 4, 2025
Describe the feature
Add a
bind
Endpoint config option. For example:tcp/192.168.0.10:7447#bind=192.168.0.5:0
When this option is set to a
connect/endpoint
Zenoh should call the systembind()
function with the given socket address on the created socket before connecting to the remote address.This should work for IP based links: (TCP, UDP, Quic, TLS).
The text was updated successfully, but these errors were encountered: