-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Listen on IPv6 by default #5691
Comments
To expand a little bit, there are two issues:
|
We probably need to set this this to |
By default |
I have opened libp2p/rust-libp2p#1555. Instead of setting IPV6_V6ONLY to false I set it to true. It allows us to bind two sockets to the same port, avoids mixed comparisons and works on more operating systems (on those that do not (want to) support IPv4-mapped IPv6 addresses such as OpenBSD). |
cc #5687
We had to revert listening by default because of benign libp2p errors.
The text was updated successfully, but these errors were encountered: