Skip to content

Commit 2cf3d53

Browse files
committed
Contributing streams
1 parent 0bf027a commit 2cf3d53

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

draft-ietf-quic-transport.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3363,12 +3363,13 @@ one of the packets is lost.
33633363
Connection flow control is a limit to the total bytes of stream data sent in
33643364
STREAM frames on all streams. A receiver advertises credit for a connection by
33653365
sending a MAX_DATA frame. A receiver maintains a cumulative sum of bytes
3366-
received on all streams, which are used to check for flow control violations. A
3367-
receiver might use a sum of bytes consumed on all contributing streams to
3368-
determine the maximum data limit to be advertised.
3366+
received on all contributing streams (those other than stream 0), which are used
3367+
to check for flow control violations. A receiver might use a sum of bytes
3368+
consumed on all contributing streams to determine the maximum data limit to be
3369+
advertised.
33693370

33703371

3371-
### Stream 0 Flow Control
3372+
## Stream 0 Flow Control
33723373

33733374
The cryptographic handshake stream, Stream 0, is exempt from the
33743375
connection-level data limits established by MAX_DATA. That is, data sent on

0 commit comments

Comments
 (0)