From 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c Mon Sep 17 00:00:00 2001 From: Jana Iyengar Date: Sun, 17 Nov 2019 13:32:33 +0800 Subject: [PATCH] Set, not seed --- draft-ietf-quic-recovery.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index acf0f4deab..ddbe2e2642 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -507,9 +507,10 @@ connection's initial RTT. If no previous RTT is available, the initial RTT SHOULD be set to 500ms, resulting in a 1 second initial timeout as recommended in {{?RFC6298}}. -A connection MAY use the delay between sending a PATH_CHALLENGE and receiving -a PATH_RESPONSE to seed the initial RTT for a new path, but the delay -SHOULD NOT be considered an RTT sample. +A connection MAY use the delay between sending a PATH_CHALLENGE and receiving a +PATH_RESPONSE to set the initial RTT (see kInitialRtt in +{{ld-consts-of-interest}}) for a new path, but the delay SHOULD NOT be +considered an RTT sample. Until the server has validated the client's address on the path, the amount of data it can send is limited to three times the amount of data received,