-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
quic: remove experimental status and add it to the default config #7349
quic: remove experimental status and add it to the default config #7349
Conversation
f3d6fed
to
0898be4
Compare
You'll also need to change DefaultTransports in core/node/libp2p/transport.go to |
0898be4
to
2dc1f69
Compare
@Stebalien The private network test is expected to fail since QUIC doesn't support private networks. I guess we have to modify this test, to remove QUIC from it. |
@RubenKelevra hm, I forgot about that. I think we need to avoid constructing the QUIC transport when a swarm key is present. |
Or we just turn QUIc only on, if we're starting to listening on a QUIC port. This way the user can determine if he/she wants QUIC with the listening definition. Since the test only listens to TCP it wouldn't fail in this case. Feel free to push the commit here, if you decided on that. Both is a bit over my head right now :) |
Signature verification is now always strict.
But only if private networks are disabled.
Fixes init output.
No description provided.