Skip to content

Commit

Permalink
another nit
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Feb 8, 2019
1 parent 4e4b4fb commit 68ec0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -656,8 +656,8 @@ where PTOs do not occur or are substantially delayed. This duration is the
equivalent of kPersistentCongestionThreshold consecutive PTOS, and is computed
as follows:
~~~
(smoothed_rtt + 4 * rttvar + max_ack_delay) *
((2 ^ kPersistentCongestionThreshold) - 1).
(smoothed_rtt + 4 * rttvar + max_ack_delay) *
((2 ^ kPersistentCongestionThreshold) - 1)
~~~

For example, assume:
Expand Down

0 comments on commit 68ec0b8

Please sign in to comment.