Skip to content

Commit 337cd1e

Browse files
committed
ENR structure: Add tcp6, quic6 and udp6.
As discussed in ACDC ethereum#139.
1 parent d46d275 commit 337cd1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/phase0/p2p-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,9 +959,9 @@ The Ethereum Node Record (ENR) for an Ethereum consensus client MUST contain the
959959
The 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

966966
Specifications of these parameters can be found in the [ENR Specification](http://eips.ethereum.org/EIPS/eip-778).
967967

0 commit comments

Comments
 (0)