Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Thomson <mt@lowentropy.net>
Co-authored-by: Kazuho Oku <kazuhooku@gmail.com>
  • Loading branch information
3 people committed Jul 28, 2020
1 parent 627bdd7 commit f9ef613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ packets.
When a sender establishes loss of all in-flight packets sent over a long enough
duration, the network is considered to be experiencing persistent congestion.

### Duration {#duration}
### Duration {#pc-duration}

The persistent congestion duration is computed as follows:

Expand Down Expand Up @@ -864,8 +864,8 @@ following conditions are true:

* there are at least two ack-eliciting packets that are declared lost;

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

* all packets sent between those times are declared lost.

Expand All @@ -879,7 +879,7 @@ When persistent congestion is declared, the sender's congestion window MUST be
reduced to the minimum congestion window (kMinimumWindow). This response of
collapsing the congestion window on persistent congestion is functionally
similar to a sender's response on a Retransmission Timeout (RTO) in TCP
({{RFC5681}}) after Tail Loss Probes (TLP; see {{RACK}}).
({{RFC5681}}) after Tail Loss Probes ({{RACK}}).

### Example

Expand Down

0 comments on commit f9ef613

Please sign in to comment.