Skip to content

Commit be369fe

Browse files
kazuhomarten-seemannDavidSchinazi
authored
provisional registrations, change frame type to 0x24 (#61)
* provisional registrations, changing frame type to 0x24 * Update draft-ietf-quic-reliable-stream-reset.md Co-authored-by: Marten Seemann <[email protected]> * use same value for TP too (use of 1-byte code point is preferable as we want to have low latency handshake in protocols that use reliable resets) * use TP ID of draft-04 incremented by one, registered as provisional * add note about shorter transport parameter value Co-authored-by: David Schinazi <[email protected]> --------- Co-authored-by: Marten Seemann <[email protected]> Co-authored-by: David Schinazi <[email protected]>
1 parent e8b4c81 commit be369fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

draft-ietf-quic-reliable-stream-reset.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ stream was reset.
9090
# Negotiating Extension Use
9191

9292
Endpoints advertise their support of the extension described in this document by
93-
sending the reliable_stream_reset (0x17f7586d2cb570) transport parameter
93+
sending the reliable_stream_reset (0x17f7586d2cb571) transport parameter
9494
({{Section 7.4 of RFC9000}}) with an empty value. An implementation that
9595
understands this transport parameter MUST treat the receipt of a non-empty value
9696
as a connection error of type TRANSPORT_PARAMETER_ERROR.
@@ -107,7 +107,7 @@ added Reliable Size field.
107107

108108
~~~
109109
RESET_STREAM_AT Frame {
110-
Type (i) = 0x20,
110+
Type (i) = 0x24,
111111
Stream ID (i),
112112
Application Protocol Error Code (i),
113113
Final Size (i),
@@ -255,13 +255,13 @@ This document registers the reliable_stream_reset transport parameter in the
255255
The following fields are registered:
256256

257257
Value:
258-
: 0x17f7586d2cb570
258+
: 0x17f7586d2cb571
259259

260260
Parameter Name:
261261
: reliable_stream_reset
262262

263263
Status:
264-
: Permanent
264+
: Provisional (note that, prior to publication, the value will be replaced by a new value lower than 64)
265265

266266
Specification:
267267
: This document
@@ -278,13 +278,13 @@ This document registers one new value in the "QUIC Frame Types" registry
278278
established in {{Section 22.4 of RFC9000}}. The following fields are registered:
279279

280280
Value:
281-
: 0x20
281+
: 0x24
282282

283283
Frame Type Name:
284284
: RESET_STREAM_AT
285285

286286
Status:
287-
: Permanent
287+
: Provisional (will become Permanent once this document is approved)
288288

289289
Specification:
290290
: This document

0 commit comments

Comments
 (0)