Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Feb 28, 2019
1 parent 7cb4066 commit 0bb9a5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -1350,7 +1350,8 @@ are detected lost.

~~~
InPersistentCongestion(largest_lost_packet):
pto = smoothed_rtt + max(4 * rttvar, kGranularity) + max_ack_delay
pto = smoothed_rtt + max(4 * rttvar, kGranularity) +
max_ack_delay
congestion_period =
pto * (2 ^ kPersistentCongestionThreshold - 1)
// Determine if all packets in the window before the
Expand Down

0 comments on commit 0bb9a5c

Please sign in to comment.