Skip to content

Commit

Permalink
Update draft-ietf-quic-transport.md
Browse files Browse the repository at this point in the history
Change PR to reflect mailing list discussion
  • Loading branch information
siyengar committed Aug 15, 2017
1 parent c22e84b commit 7b43058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1727,11 +1727,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 NOT exceed the largest maximum stream offset
value advertised by the receiver. For consistency, the FIN is also subject to this limit.
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 7b43058

Please sign in to comment.