File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -959,9 +959,9 @@ The Ethereum Node Record (ENR) for an Ethereum consensus client MUST contain the
959959The ENR MAY contain the following entries:
960960
961961- An IPv4 address (` ip ` field) and/or IPv6 address (` ip6 ` field).
962- - A TCP port (` tcp ` field) representing the local libp2p TCP listening port.
963- - A QUIC port (` quic ` field) representing the local libp2p QUIC (UDP) listening port.
964- - A UDP port (` udp ` field) representing the local discv5 listening port.
962+ - An IPv4 TCP port (` tcp ` field) representing the local libp2p TCP listening port and/or the corresponding IPv6 port ( ` tcp6 ` field) .
963+ - An IPv4 QUIC port (` quic ` field) representing the local libp2p QUIC (UDP) listening port and/or the corresponding IPv6 port ( ` quic6 ` field) .
964+ - An IPv4 UDP port (` udp ` field) representing the local discv5 listening port and/or the corresponding IPv6 port ( ` udp6 ` field) .
965965
966966Specifications of these parameters can be found in the [ ENR Specification] ( http://eips.ethereum.org/EIPS/eip-778 ) .
967967
You can’t perform that action at this time.
0 commit comments