From 812d06ddad54e446e698b0b1084b93e89a6591f8 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 16 Mar 2018 21:17:58 +0000 Subject: [PATCH] use the kMinTLPTimeout constant in the TLP description --- 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 558cf54c71..24985fdadb 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -277,7 +277,7 @@ receiver. The alarm duration, or Probe Timeout (PTO), is set based on the following conditions: -* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, 10ms) +* PTO SHOULD be scheduled for max(1.5*SRTT+MaxAckDelay, kMinTLPTimeout) * If RTO ({{rto}}) is earlier, schedule a TLP alarm in its place. That is, PTO SHOULD be scheduled for min(RTO, PTO).