From 63dd3d8bee4c39bfa3c61796d21c6077b5b9e0c9 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Wed, 19 Aug 2020 15:42:07 -0400 Subject: [PATCH] More context for "violation" --- draft-ietf-quic-transport.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 60c5bd986d..82d640620b 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -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.