paho.mqtt.c
paho.mqtt.c copied to clipboard
Fix IpV6 link local address connections
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
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.