Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jana Iyengar <jri.ietf@gmail.com>
  • Loading branch information
junhochoi and janaiyengar committed Jul 19, 2020
1 parent 5b0463c commit 79cde27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1484,9 +1484,8 @@ ssthresh:
acknowledged.

bytes_acked:
: Store how many bytes acked so far. During congestion avoidance,
congestion window will be incremented by max_datagram_size
when this value is same or bigger than the congestion window.
: Records number of bytes acked and used during congestion
avoidance, for incrementing the congestion window.


## Initialization
Expand Down

0 comments on commit 79cde27

Please sign in to comment.