-
Notifications
You must be signed in to change notification settings - Fork 997
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
ping after #3644 got merged, this can now also be merged with the suggested updates above right? |
This seems like a breaking change? Currently if some node sets But after this PR, specifying only I think we should ensure that all the clients have changed the logic properly before we merge this PR. |
@nalepae Could you undraft the PR if it's ready for review and merge? |
Fixed in 8ab7bc6. |
Ready for review, but added an extra commit: See #3874 (comment) |
@ppopth if "tcp6" is unspecified, but "tcp" is present, the client should use it. The idea with tcp6 is just to support an alternative port on v6 when it is present. |
alright, got it. |
As discussed in ACDC#139.
This PR is draft until #3644 is merged.