diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index acf0f4deab..d9814c3a3b 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -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