From d2669e2bb8195f3250885ee258551e7342efb906 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 18 Jul 2024 22:02:50 -0700 Subject: [PATCH] fix reference to RFC 9002 --- draft-ietf-quic-ack-frequency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-ack-frequency.md b/draft-ietf-quic-ack-frequency.md index ff0dc57..7c6c6d3 100644 --- a/draft-ietf-quic-ack-frequency.md +++ b/draft-ietf-quic-ack-frequency.md @@ -435,7 +435,7 @@ To ensure timely loss detection, a data sender can send a Reordering Threshold value of 1 less than the loss detection packet threshold. If the threshold is smaller than the packet threshold, an acknowledgement is unnecessarily sent before the packet can be declared lost. If the value is larger, it can cause -unnecessary delays in loss detection. ({{Section 18.2 of QUIC-RECOVERY}}) +unnecessary delays in loss detection. ({{Section 6.1.1 of QUIC-RECOVERY}}) recommends a default packet threshold for loss detection of 3, equivalent to a Reordering Threshold of 2.