-
Notifications
You must be signed in to change notification settings - Fork 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
feat(quic): allow disabling of path MTU discovery #4823
feat(quic): allow disabling of path MTU discovery #4823
Conversation
… to simplify public API
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.
👍 works for me. Can you add a changelog entry?
This comment was marked as resolved.
This comment was marked as resolved.
a3b7c8d
to
5a50ef8
Compare
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.
Thanks! just one formality.
f4b8218
to
12ec98b
Compare
Yep, apologies, this trivial PR will certainly need to be squashed |
12ec98b
to
43d6211
Compare
We always squash-merge! :) |
Description
Path MTU discovery seems to be broken in QUIC right now on Windows and we had to disable it in Subspace.
Related: autonomys/subspace#2195.
Attributions
Co-authored-by: Shamil Gadelshin [email protected]
Notes & open questions
It is following default behavior of quinn and just adds an option to change that if necessary.
Change checklist