diff --git a/draft-ietf-quic-reliable-stream-reset.md b/draft-ietf-quic-reliable-stream-reset.md index c2fdf14..49d4655 100644 --- a/draft-ietf-quic-reliable-stream-reset.md +++ b/draft-ietf-quic-reliable-stream-reset.md @@ -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. @@ -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), @@ -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 @@ -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