mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
* Add the ipV6 flag to the datagram socket options, this creates a socket that handles both ipv4 and ipv6 socket connections. * Set the IPv6 flag state based on the presence or absence of an IPv6 address. i.e. if your machine runs IPv6 it will accept IPv6 bootnodes and peers. However link-local IPv6 is not fully supported (see issue #288). Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>