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
It's been many years at least. I've changed the link above. Also PR here: #2631
My use case is similar to this: saltstack/salt#23246 although on the client side, so it's probably not a new problem. The function is called from tcp_connecter and listener.
zmq::enable_ipv4_mapping in ip.cpp causes an assertion failure (EINVAL) on OpenBSD. The IPV6_V6ONLY socket option cannot be set.
See also https://man.openbsd.org/OpenBSD-current/ip6#IPV6_V6ONLY
I believe a simple addition to the ifdef to read like
#if defined IPV6_V6ONLY && !defined ZMQ_HAVE_OPENBSD
would be enough.
The text was updated successfully, but these errors were encountered: