Skip to content

Commit

Permalink
Merge pull request #4032 from quicwg/transport/define-violation
Browse files Browse the repository at this point in the history
More context for "flow control violation"
  • Loading branch information
martinthomson committed Aug 19, 2020
2 parents 63edcfe + 63dd3d8 commit 89f7a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ control offset to be advertised.
A receiver can advertise a larger limit for a connection by sending a MAX_DATA
frame, which indicates the maximum of the sum of the absolute byte offsets of
all streams. A receiver maintains a cumulative sum of bytes received on all
streams, which is used to check for flow control violations. A receiver might
use a sum of bytes consumed on all streams to determine the maximum data limit
to be advertised.
streams, which is used to check for violations of the advertised connection or
stream data limits. A receiver might use a sum of bytes consumed on all streams
to determine the maximum data limit to be advertised.

Once a receiver advertises a limit for the connection or a stream, it MAY
advertise a smaller limit, but this has no effect.
Expand Down

0 comments on commit 89f7a96

Please sign in to comment.