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
In bitcoin core IPv4 and IPv6 are distinct fields in netaddress::Network enum.
This has some interesting consequences. For example, the node will try to keep at least 1 connection to ipv4 and ipv6 peer. It doesn't make much sense so the task is to investigate why they do it.
The text was updated successfully, but these errors were encountered:
In bitcoin core IPv4 and IPv6 are distinct fields in
netaddress::Network
enum.This has some interesting consequences. For example, the node will try to keep at least 1 connection to ipv4 and ipv6 peer. It doesn't make much sense so the task is to investigate why they do it.
The text was updated successfully, but these errors were encountered: