Skip to content

Commit d46d275

Browse files
authored
p2p-interface.md: Add quic ENR entry.
1 parent a2c4c27 commit d46d275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specs/phase0/p2p-interface.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,8 @@ 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 listening port.
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.
963964
- A UDP port (`udp` field) representing the local discv5 listening port.
964965

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

0 commit comments

Comments
 (0)