[codex] Update network troubleshooting peer checks - #763
Closed
rolfyone wants to merge 5 commits into
Closed
Conversation
|
@rolfyone is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
Member
|
Just a reminder that we will need to update the docs after we promote quic to stable: Consensys/teku#10866 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rolfyone
marked this pull request as ready for review
June 28, 2026 22:55
Contributor
|
I've incorporated these changes into #768 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
--p2p-portby default and QUIC over UDP uses--Xp2p-quic-port, which defaults to9001.Why
The previous guidance used a single inbound/outbound peer count and described firewall fixes without clearly separating TCP from QUIC. This made it harder to diagnose cases where outbound QUIC peers exist but inbound QUIC peers are missing.
Validation
git diff --checknpm run buildThe build completed successfully and reported existing broken-anchor warnings unrelated to this change.
Note
Low Risk
Changes are limited to documentation; no runtime or configuration behavior is modified.
Overview
Documentation-only updates so operators can tell TCP and QUIC P2P apart when debugging connectivity.
The network troubleshooting guide replaces a single inbound/outbound peer count with a
jqquery that reports TCP and QUIC counts per direction, and rewrites firewall guidance so missing inbound TCP vs QUIC peers map to--p2p-port(TCP) vs--p2p-quic-port(UDP, default 9001). Gateway notes now mention--p2p-advertised-quic-port.IPv6 and CLI reference pages add
--p2p-quic-port,--p2p-quic-port-ipv6, and advertised QUIC port options, including dual-stack default ports (9001 / 9091).Reviewed by Cursor Bugbot for commit e3bad8b. Bugbot is set up for automated code reviews on this repo. Configure here.