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

Merged
merged 5 commits into from
Jan 22, 2025
Merged
Changes from 3 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
Yanmei-Liu marked this conversation as resolved.
Show resolved Hide resolved
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}}
Yanmei-Liu marked this conversation as resolved.
Show resolved Hide resolved
{: #transport-parameters title="Addition to QUIC Transport Parameters Entries"}


Expand Down
Loading