-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENR structure: Add tcp6
, quic6
and udp6
.
#3874
base: dev
Are you sure you want to change the base?
Conversation
As discussed in ACDC ethereum#139.
we probably should also update consensus-specs/specs/phase0/p2p-interface.md Lines 121 to 137 in f4e3908
to state that clients may support QUIC right? |
Yep I agree. Should add QUIC support in here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense to me. I'm fine with both this PR and #3644
As discussed in ACDC#139.
This PR is draft until #3644 is merged.