oxen-io / oxen-mq

Communications layer used for both the Oxen storage server and oxend
https://oxen.io
BSD 3-Clause "New" or "Revised" License
19 stars 35 forks source link

Disable IPv6 by default #71

Closed jagerman closed 2 years ago

jagerman commented 2 years ago

libzmq's IPv6 support is buggy when also using DNS hostname: in particular, if you try to connect to a DNS name that has an IPv6 address, then zmq will only try an IPv6 connection, even if the local client has no IPv6 connectivity, and even if the remote is only listening on its IPv4 address.

This is much too unreliable to enable by default.