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

Update transport parameter for draft-12 #474

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-multipath.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ the use of the multipath extension during the connection handshake,
as specified in {{QUIC-TRANSPORT}}. The new transport parameter is
defined as follows:

- initial_max_path_id (current version uses 0x0f739bbc1b666d11): a
- initial_max_path_id (current version uses 0x0f739bbc1b666d12): a
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- initial_max_path_id (current version uses 0x0f739bbc1b666d12): a
- initial_max_path_id (current version uses 0x0f739bbc1b666d0c): a

variable-length integer specifying the maximum path identifier
an endpoint is willing to maintain at connection initiation.
This value MUST NOT exceed 2^32-1, the maximum allowed value for the Path ID due to
Expand Down Expand Up @@ -1456,7 +1456,7 @@ the "QUIC Transport Parameters" registry under the "QUIC Protocol" heading.

Value | Parameter Name. | Specification
----------------------------------------------|-------------------|-----------------
TBD (current version uses 0x0f739bbc1b666d11) | initial_max_path_id | {{nego}}
TBD (current version uses 0x0f739bbc1b666d12) | initial_max_path_id | {{nego}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
TBD (current version uses 0x0f739bbc1b666d12) | initial_max_path_id | {{nego}}
TBD (current version uses 0x0f739bbc1b666d0c) | initial_max_path_id | {{nego}}

{: #transport-parameters title="Addition to QUIC Transport Parameters Entries"}


Expand Down
Loading