Skip to content

Commit

Permalink
Update draft-ietf-quic-transport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siyengar committed Aug 15, 2017
1 parent bb58a5e commit 7b6a98c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,8 @@ Maximum Offset:

: A 64-bit unsigned integer indicating the sum of maximum offset of data that
can be sent across all streams, in units of 1024 octets. That is, the updated
connection-level data limit is determined by multiplying the encoded value by 1024.
connection-level data limit is determined by multiplying the encoded value by
1024.

All data sent in STREAM frames counts toward this limit, with the exception of
data on stream 0. The sum of the largest received offsets on all streams -
Expand Down Expand Up @@ -1727,11 +1728,11 @@ reordering can mean that the largest received offset on a stream can be greater
than the total size of data received on that stream. Receiving STREAM frames
might not increase the largest received offset.

The largest offset sent on a stream MUST be less than the largest maximum stream offset
value advertised by the receiver. An endpoint MUST terminate a connection with a
FLOW_CONTROL_ERROR error if it receives more data than the largest maximum stream
data that it has sent for the affected stream, unless this is a result of a change
in the initial limits (see {{zerortt-parameters}}).
The largest offset sent on a stream MUST be less than the largest maximum
stream offset value advertised by the receiver. An endpoint MUST terminate a
connection with a FLOW_CONTROL_ERROR error if it receives more data than the
largest maximum stream data that it has sent for the affected stream, unless
this is a result of a change in the initial limits (see {{zerortt-parameters}}).


## MAX_STREAM_ID Frame {#frame-max-stream-id}
Expand Down

0 comments on commit 7b6a98c

Please sign in to comment.