Skip to content

Commit

Permalink
p2p-interface.md: Add quic ENR entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae authored Apr 2, 2024
1 parent a2c4c27 commit d46d275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/phase0/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,8 @@ The Ethereum Node Record (ENR) for an Ethereum consensus client MUST contain the
The ENR MAY contain the following entries:

- An IPv4 address (`ip` field) and/or IPv6 address (`ip6` field).
- A TCP port (`tcp` field) representing the local libp2p listening port.
- A TCP port (`tcp` field) representing the local libp2p TCP listening port.
- A QUIC port (`quic` field) representing the local libp2p QUIC (UDP) listening port.
- A UDP port (`udp` field) representing the local discv5 listening port.

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

0 comments on commit d46d275

Please sign in to comment.