We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
p2p-interface.md
quic
1 parent a2c4c27 commit d46d275Copy full SHA for d46d275
specs/phase0/p2p-interface.md
@@ -959,7 +959,8 @@ The Ethereum Node Record (ENR) for an Ethereum consensus client MUST contain the
959
The ENR MAY contain the following entries:
960
961
- An IPv4 address (`ip` field) and/or IPv6 address (`ip6` field).
962
-- A TCP port (`tcp` field) representing the local libp2p listening port.
+- 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.
965
966
Specifications of these parameters can be found in the [ENR Specification](http://eips.ethereum.org/EIPS/eip-778).
0 commit comments