You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
--p2p-quic-port value The QUIC port used by libp2p. (default: 13000)
--p2p-tcp-port value The TCP port used by libp2p. (default: 13000)
--p2p-udp-port value The UDP port used by the discovery service discv5. (default: 12000)
...
By default, the port 13000 is now used for both TCB and QUIC (UDP). (It was not the case before.)
So, if you want to use --p2p-udp-port 13000 option, you have to use the --p2p-quic-port <something else than 13000> option as well.
Note: I agree the help message
--p2p-quic-port value The QUIC port used by libp2p. (default: 13000)
is not crystal clear about the fact that the QUIC port is actually an UDP port.
Describe the bug
when running beacon chain with same p2p-tcp-port and p2p-udp-port value, there is a port binding failure
Has this worked before in a previous version?
🔬 Minimal Reproduction
Error
Platform(s)
No response
What version of Prysm are you running? (Which release)
5.3.0
Anything else relevant (validator index / public key)?
No response
The text was updated successfully, but these errors were encountered: