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 (recovery) #4685

Merged
merged 16 commits into from Jan 13, 2021
Merged
7 changes: 3 additions & 4 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1693,10 +1693,9 @@ congestion_window:
: Maximum number of bytes-in-flight that may be sent.

congestion_recovery_start_time:
: The time when QUIC first detected congestion due to loss or ECN for
the current recovery period, causing
it to enter congestion recovery. When a packet sent after this time is
acknowledged, QUIC exits congestion recovery.
: The time the current recovery period started due to the detection of loss
or ECN. When a packet sent after this time is acknowledged, QUIC exits
congestion recovery.

ssthresh:
: Slow start threshold in bytes. When the congestion window is below ssthresh,
Expand Down