From 21c79243e265d1455dd921988f4e07c53b4d874c Mon Sep 17 00:00:00 2001 From: ianswett Date: Tue, 9 Jul 2019 18:54:35 -0400 Subject: [PATCH] Update draft-ietf-quic-recovery.md --- draft-ietf-quic-recovery.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 28acc3bba0..588500f5d9 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -1221,12 +1221,6 @@ OnLossDetectionTimeout(): if (loss_time != 0): // Time threshold loss Detection DetectLostPackets(pn_space) - // Retransmit crypto data if no packets were lost - // and there is crypto data to retransmit. - else if (has unacknowledged crypto data): - // Crypto retransmission timeout. - RetransmitUnackedCryptoData() - pto_count++ else if (endpoint is client without 1-RTT keys): // Client sends an anti-deadlock packet: Initial is padded // to earn more anti-amplification credit,