Skip to content

Commit

Permalink
provisional registrations, change frame type to 0x24 (#61)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent e8b4c81 commit be369fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-quic-reliable-stream-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ stream was reset.
# Negotiating Extension Use

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

~~~
RESET_STREAM_AT Frame {
Type (i) = 0x20,
Type (i) = 0x24,
Stream ID (i),
Application Protocol Error Code (i),
Final Size (i),
Expand Down Expand Up @@ -255,13 +255,13 @@ This document registers the reliable_stream_reset transport parameter in the
The following fields are registered:

Value:
: 0x17f7586d2cb570
: 0x17f7586d2cb571

Parameter Name:
: reliable_stream_reset

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

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

Value:
: 0x20
: 0x24

Frame Type Name:
: RESET_STREAM_AT

Status:
: Permanent
: Provisional (will become Permanent once this document is approved)

Specification:
: This document
Expand Down

0 comments on commit be369fe

Please sign in to comment.