-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Config nodes to listen on QUIC by default #7343
Comments
QUIC is still experimental, I feel like this should be done when QUIC is considered stable. :) |
@RubenKelevra the plan is to make QUIC non-experimental and supported by default. In order to do that this issue needs to be tackled. |
Yeah. I've just tested it. The daemon will start happily with the definition but quic disabled. So there's no blocker for this, regardless if QUIC is stable or not. Currently I'm experiencing memory leaks with QUIC on, while not all fixes for this (as far as I understand) are in the master. See #7263 |
Should the reverse migration always set
|
I don't think we should enable experimental options on the migration. As far as I understand the idea is to enable the listening entries for QUIC on the migration and add the QUIC addresses for the bootstrappers. When QUIC is stable, the experimental option will be removed and it will be on by default. |
Right, of course, that makes sense :) |
The idea is to:
So yeah, the reverse migration may be a bit surprising, but it won't be the end of the world. At worst, we'll end up disabling the QUIC transport. |
Complete feature description:
|
…rs.i.ipfs.io fixes 1) of ipfs#7343
…rs.i.ipfs.io fixes 1) of ipfs#7343
…rs.i.ipfs.io fixes 1) of ipfs#7343
The text was updated successfully, but these errors were encountered: