Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial suggestions from Benjamin Kaduk (transport) #4597

Merged
merged 8 commits into from Jan 11, 2021
Merged
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -852,7 +852,7 @@ entire connection. This leads to two levels of data flow control in QUIC:
* Stream flow control, which prevents a single stream from consuming the entire
receive buffer for a connection by limiting the amount of data that can be
sent on each stream.

* Connection flow control, which prevents senders from exceeding a receiver's
buffer capacity for the connection, by limiting the total bytes of stream data
sent in STREAM frames on all streams.
Expand Down