Skip to content
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

[http3] add support for QUIC path mirgation and multipath (draft 05) #3283

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Sep 19, 2023

This PR adopts h2o/quicly#559.

Following configuration knobs are added under the quic attribute of the listen directive:

  • max-path-validation-failures - controls the number of path validation failures before path establishment attempts start to get ignored for each connection; default is 100. Setting this variable to zero disables path migration.
  • multipath - boolean (ON / OFF) indicating support for multipath.

@kazuho kazuho marked this pull request as ready for review September 22, 2023 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant