From 253695c2ff8d716968f1717cc7b565babd757311 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Wed, 19 Jul 2017 16:34:14 +0100 Subject: [PATCH] [recovery] Fix some typos --- draft-ietf-quic-recovery.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index efd0813e9a..fcaaeb0457 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -422,10 +422,10 @@ below shows how the single timer is set based on the alarm mode. The initial flight has no prior RTT sample. A client SHOULD remember the previous RTT it observed when resumption is attempted and use that for an initial RTT value. If no previous RTT is available, the initial RTT defaults -to 200ms. +to 100ms. Endpoints MUST retransmit handshake frames if not acknowledged within a -time limit. This time limit will start as the largest of twice the rtt value +time limit. This time limit will start as the largest of twice the RTT value and MinTLPTimeout. Each consecutive handshake retransmission doubles the time limit, until an acknowledgement is received. @@ -437,8 +437,8 @@ When stateless rejects are in use, the connection is considered immediately closed once a reject is sent, so no timer is set to retransmit the reject. Version negotiation packets are always stateless, and MUST be sent once per -per handshake packet that uses an unsupported QUIC version, and MAY be sent -in response to 0RTT packets. +handshake packet that uses an unsupported QUIC version, and MAY be sent in +response to 0RTT packets. #### Tail Loss Probe and Retransmission Timeout