Skip to content

Commit

Permalink
Fix incorrect expression
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Nov 17, 2019
1 parent 6701148 commit 31c1f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ early, this time threshold MUST be set to at least kGranularity. The time
threshold is:

~~~
kTimeThreshold * max(smoothed_rtt, latest_rtt, kGranularity)
max(kTimeThreshold * max(smoothed_rtt, latest_rtt), kGranularity)
~~~

If packets sent prior to the largest acknowledged packet cannot yet be declared
Expand Down

0 comments on commit 31c1f5a

Please sign in to comment.