paho.mqtt.c icon indicating copy to clipboard operation
paho.mqtt.c copied to clipboard

Fix IpV6 link local address connections

Open jumoog opened this issue 1 year ago • 1 comments

Fix IpV6 link local address connections

Paho currently successfully resolves IPv6 link-local addresses (of the form tcp://[xxxx::xxxx:xxxx:xxxx%eth0]:1883). But it does not copy the resolved link information over when attempting to make the connection.

This is a 3-line fix.

See: https://github.com/eclipse/paho.mqtt.c/issues/1464

jumoog avatar Apr 10 '24 17:04 jumoog

What needs to happen to get this change landed and released? We're running (@ my employer) with a local vendored fork (+ Rust bindings) and would prefer to be using upstream.

rdaum avatar Apr 24 '24 16:04 rdaum