From 6d9b14e45c7acf58a7ea19ce046872c32dd5005f Mon Sep 17 00:00:00 2001 From: Yanmei-Liu Date: Wed, 11 Dec 2024 15:22:20 +0800 Subject: [PATCH 1/3] [+] update transport parameter for draft-12 --- draft-ietf-quic-multipath.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-multipath.md b/draft-ietf-quic-multipath.md index 12092ac2..3dde1ee3 100644 --- a/draft-ietf-quic-multipath.md +++ b/draft-ietf-quic-multipath.md @@ -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 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 @@ -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 0x0f739bbc1b666d0c) | initial_max_path_id | {{nego}} {: #transport-parameters title="Addition to QUIC Transport Parameters Entries"} From 15bd4a31c782b09adee6f9fd28f7916d08ce1ce2 Mon Sep 17 00:00:00 2001 From: Yanmei Liu Date: Mon, 16 Dec 2024 10:49:27 +0800 Subject: [PATCH 2/3] Update draft-ietf-quic-multipath.md --- draft-ietf-quic-multipath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-multipath.md b/draft-ietf-quic-multipath.md index 3dde1ee3..4d422751 100644 --- a/draft-ietf-quic-multipath.md +++ b/draft-ietf-quic-multipath.md @@ -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 0x0f739bbc1b666d0c): a +- initial_max_path_id (current version uses 0x0f739bbc1b666d12): 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 From bbb47c45b562c535908ebecbaadc64eb1db65b43 Mon Sep 17 00:00:00 2001 From: Yanmei Liu Date: Mon, 16 Dec 2024 10:49:45 +0800 Subject: [PATCH 3/3] Update draft-ietf-quic-multipath.md --- draft-ietf-quic-multipath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-multipath.md b/draft-ietf-quic-multipath.md index 4d422751..514a7b6f 100644 --- a/draft-ietf-quic-multipath.md +++ b/draft-ietf-quic-multipath.md @@ -1456,7 +1456,7 @@ the "QUIC Transport Parameters" registry under the "QUIC Protocol" heading. Value | Parameter Name. | Specification ----------------------------------------------|-------------------|----------------- -TBD (current version uses 0x0f739bbc1b666d0c) | initial_max_path_id | {{nego}} +TBD (current version uses 0x0f739bbc1b666d12) | initial_max_path_id | {{nego}} {: #transport-parameters title="Addition to QUIC Transport Parameters Entries"}