From cff00e01280aabf3916edb64508a5d786d779bb3 Mon Sep 17 00:00:00 2001 From: ianswett Date: Fri, 1 Nov 2019 09:32:13 -0400 Subject: [PATCH] 1 loss_times -> loss_time --- draft-ietf-quic-recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 84bbdc53d2..5b1259954d 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1176,7 +1176,7 @@ Pseudocode for OnLossDetectionTimeout follows: ~~~ OnLossDetectionTimeout(): earliest_loss_time, pn_space = - GetEarliestTimeAndSpace(loss_times) + GetEarliestTimeAndSpace(loss_time) if (earliest_loss_time != 0): // Time threshold loss Detection DetectLostPackets(pn_space)