Skip to content

Commit b1dcbe3

Browse files
change document title (#67)
* change document title * shorten title * add sentence about partial reliablity * minor rephrasing
1 parent 4ed8c23 commit b1dcbe3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: "Reliable QUIC Stream Resets"
3-
abbrev: "QUIC Reliable Stream Reset"
2+
title: "QUIC Stream Resets with Partial Delivery"
43
docname: draft-ietf-quic-reliable-stream-reset-latest
54
category: std
65

@@ -79,9 +78,10 @@ guaranteeing that all data received from the source is delivered to the peer.
7978

8079
This document extends QUIC with a variant of stream resets that reliably
8180
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 RFC9000}}.
81+
using the RESET_STREAM_AT frame. It can be considered a form of range-based
82+
partial reliability. As a variant of reset, application protocols continue to
83+
treat this stream function as an abrupt termination; see {{Section 2.4 of
84+
RFC9000}}.
8585

8686
# Conventions and Definitions
8787

0 commit comments

Comments
 (0)