Skip to content

Commit

Permalink
Streams, not stream IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jun 8, 2017
1 parent 80f3af3 commit 0ecbba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ MUST be one greater than the last data byte sent on this stream.

Stream multiplexing is achieved by interleaving STREAM frames from multiple
streams into one or more QUIC packets. A single QUIC packet can include
multiple STREAM frames from one or more stream IDs.
multiple STREAM frames from one or more streams.

Implementation note: One of the benefits of QUIC is avoidance of head-of-line
blocking across multiple streams. When a packet loss occurs, only streams with
Expand Down

0 comments on commit 0ecbba5

Please sign in to comment.