From c173bf124ad4c30d1ba1a3404e27c723576231fd Mon Sep 17 00:00:00 2001 From: ianswett Date: Thu, 24 Sep 2020 18:18:51 -0400 Subject: [PATCH] Remove unnecessary clarifications from pacing text --- draft-ietf-quic-recovery.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index b1fab77395..02dd2511d0 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1068,10 +1068,7 @@ interval = smoothed_rtt * packet_size / congestion_window / N Using a value for `N` that is small, but at least 1 (for example, 1.25) ensures that variations in round-trip time do not result in under-utilization of the -congestion window. Values of 'N' larger than 1 ultimately result in sending -packets as acknowledgments are received rather than when timers fire, provided -the congestion window is fully utilized and acknowledgments arrive at regular -intervals. +congestion window. Practical considerations, such as packetization, scheduling delays, and computational efficiency, can cause a sender to deviate from this rate over time