Skip to content

Commit

Permalink
Merge pull request #3644 from nalepae/patch-2
Browse files Browse the repository at this point in the history
`p2p-interface.md`: Add `quic` ENR entry.
  • Loading branch information
jtraglia authored Dec 2, 2024
2 parents efb554f + d46d275 commit bc7f927
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 @@ -960,7 +960,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 bc7f927

Please sign in to comment.