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

Consistency tweak to persistent congestion definition #4437

Merged
merged 1 commit into from Dec 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -997,8 +997,8 @@ congestion without depending on PTO expiration.
A sender establishes persistent congestion after the receipt of an
acknowledgement if two packets that are ack-eliciting are declared lost, and:

* all packets, across all packet number spaces, sent between the send times of
these two packets are declared lost;
* across all packet number spaces, none of the packets sent between the send
times of these two packets are acknowledged;

* the duration between the send times of these two packets exceeds the
persistent congestion duration ({{pc-duration}}); and
Expand Down