Skip to content

Commit

Permalink
change document title (#67)
Browse files Browse the repository at this point in the history
* change document title

* shorten title

* add sentence about partial reliablity

* minor rephrasing
  • Loading branch information
marten-seemann authored Feb 23, 2024
1 parent 4ed8c23 commit b1dcbe3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-reliable-stream-reset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Reliable QUIC Stream Resets"
abbrev: "QUIC Reliable Stream Reset"
title: "QUIC Stream Resets with Partial Delivery"
docname: draft-ietf-quic-reliable-stream-reset-latest
category: std

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

This document extends QUIC with a variant of stream resets that reliably
delivers the beginning of a stream up to a sender-specified offset, communicated
using the RESET_STREAM_AT frame. As a variant of reset, application protocols
continue to treat this stream function as an abrupt termination; see {{Section 2.4
of RFC9000}}.
using the RESET_STREAM_AT frame. It can be considered a form of range-based
partial reliability. As a variant of reset, application protocols continue to
treat this stream function as an abrupt termination; see {{Section 2.4 of
RFC9000}}.

# Conventions and Definitions

Expand Down

0 comments on commit b1dcbe3

Please sign in to comment.