Add P2P concept page and QUIC support - #768
Merged
Merged
Conversation
|
@alexandratran is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
rolfyone
reviewed
Jun 28, 2026
rolfyone
reviewed
Jun 28, 2026
rolfyone
reviewed
Jun 28, 2026
rolfyone
reviewed
Jun 28, 2026
Contributor
|
looks overall pretty good, I added a couple of advertised-quic-port and troubleshooting changes in my other pr, but i think this one is far closer to what we want. |
alexandratran
marked this pull request as ready for review
June 29, 2026 19:54
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rolfyone
reviewed
Jun 29, 2026
rolfyone
reviewed
Jun 29, 2026
rolfyone
reviewed
Jun 29, 2026
bgravenorst
previously approved these changes
Jun 29, 2026
bgravenorst
left a comment
Contributor
There was a problem hiding this comment.
Added some comment, but lgtm
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.
Preview: https://doc-teku-git-fork-alexandratran-766-quic-consensys-ddffed67.vercel.app/development/concepts/p2p-networking
Note
Low Risk
Changes are limited to user-facing documentation and site redirects; no runtime or application code is modified.
Overview
Introduces a consolidated
p2p-networkingconcept page covering TCP/QUIC transports, discovery v5/ENR, port and advertised-address options, multiaddresses, and node identity (absorbing the removedp2p-private-keypage). QUIC is documented as the default UDP transport on port 9001, with dial preference when both sides support it.How-to and install docs are updated to expose 9001/udp, reference
--p2p-quic-port/ advertised QUIC flags, and split firewall guidance for TCP vs QUIC. The CLI reference addsp2p-quic-port,p2p-advertised-quic-port, and IPv6 variants;p2p-private-key-filenow documents defaultgenerated-node-key.datbehavior inline.Network troubleshooting gains a
jqexample that counts peers by TCP vs QUIC transport.vercel.jsonadds permanent redirects from oldp2p-private-keyandrun-a-bootnodepaths.Reviewed by Cursor Bugbot for commit d31f69b. Bugbot is set up for automated code reviews on this repo. Configure here.