Skip to content

Commit

Permalink
Update the text to limit cwnd
Browse files Browse the repository at this point in the history
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>
  • Loading branch information
vidhigoel-apple and janaiyengar committed Nov 19, 2019
1 parent 21953f4 commit 5081282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -775,7 +775,7 @@ Implementations MUST either use pacing or limit such bursts to the initial
congestion window, which is recommended to be the minimum of
10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
max_datagram_size is the current maximum size of a datagram for the connection,
not including UDP or IP overhead. Implementations not using a pacer SHOULD
not including UDP or IP overhead. An implementation that does not use pacing SHOULD
limit the congestion window increase during slow start to
2 * max_datagram_size per ACK frame received in order to limit bursts, as
specified by {{?RFC3465}}.
Expand Down

0 comments on commit 5081282

Please sign in to comment.