Skip to content

Commit

Permalink
More of Ian's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jan 29, 2019
1 parent a0e507a commit 6fa9b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1008,7 +1008,7 @@ sent over a long enough period of time, the network is considered to be
experiencing persistent congestion. Commonly, this can be established by
consecutive PTOs (pto_count is more than kPersistentCongestionThreshold, see
{{cc-consts-of-interest}}), but since the PTO timer is reset when a new
ack-eliciting packet is sent, an explicit timeout must be used to account for
ack-eliciting packet is sent, an explicit duration must be used to account for
those cases where PTOs do not occur or are substantially delayed.

When persistent congestion is established, the sender's congestion window MUST
Expand Down Expand Up @@ -1222,7 +1222,7 @@ are detected lost.
congestion_period = Now() - oldest_loss_time
pto = smoothed_rtt + 4 * rttvar + max_ack_delay
return
elapsed_time >
congestion_period >
pto * (2 ^ kPersistentCongestionThreshold - 1)

OnPacketsLost(lost_packets):
Expand Down

0 comments on commit 6fa9b52

Please sign in to comment.