Skip to content

Commit 4b0d77a

Browse files
mention that application protocols might constrain use of RESET_STREAM_AT
1 parent 168dd38 commit 4b0d77a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ bit for the same stream, the initiator MUST NOT change the Application Error
196196
Code or the Final Size. If the receiver detects a change in those fields, it
197197
MUST close the connection with a connection error of type STREAM_STATE_ERROR.
198198

199+
While multiple RESET_STREAM_AT frames can reduce Reliable Size, some
200+
applications might need to ensure that a minimum amount of data is always
201+
delivered on a stream. Application protocols can establish rules for streams
202+
that ensure that Reliable Size is not reduced below a certain threshold if that
203+
is necessary to ensure correct operation of the protocol.
204+
199205
## Stream States {#stream-states}
200206

201207
In terms of stream state transitions ({{Section 3 of RFC9000}}), the effect of a

0 commit comments

Comments
 (0)