Skip to content

Commit

Permalink
ordered stream
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 15, 2018
1 parent 4cdf040 commit 58f71fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -3616,9 +3616,9 @@ MUST be less than 2^62.

QUIC makes no specific allowances for partial reliability or delivery of stream
data out of order. Endpoints are expected to deliver stream data to an
application as an ordered byte-stream. Delivering an order byte-stream requires
that an endpoint buffer any data that is received out of order, up to the
advertised flow control limit.
application as an ordered byte-stream. Delivering an in-order byte-stream
requires that an endpoint buffer any data that is received out of order, up to
the advertised flow control limit.

An endpoint could receive the same octets multiple times; octets that have
already been received can be discarded. The value for a given octet MUST NOT
Expand Down

0 comments on commit 58f71fb

Please sign in to comment.