Skip to content

Commit b22767a

Browse files
committedFeb 17, 2024·
abrupt-termination
1 parent 168dd38 commit b22767a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

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

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ sending data being read from an external source and encounters an error, it
7777
might want to use a stream reset to signal that error, while at the same time
7878
guaranteeing that all data received from the source is delivered to the peer.
7979

80-
This document describes a QUIC extension defining a new frame type, the
81-
RESET_STREAM_AT frame. This frame allows an endpoint to mark a portion at the
82-
beginning of the stream which will then be reliably delivered, even if the
83-
stream was reset.
80+
This document extends QUIC with a variant of stream resets that reliably
81+
delivers the beginning of a stream up to a sender-specified offset, communicated
82+
using the RESET_STREAM_AT frame. As a variant of reset, application protocols
83+
continue to treat this stream function as an abrupt termination; see Section 2.4
84+
of RFC 9000.
8485

8586
# Conventions and Definitions
8687

0 commit comments

Comments
 (0)
Please sign in to comment.