From 0eb69b3c9a337e704f1ba1ee85714967bf2d58fa Mon Sep 17 00:00:00 2001 From: Julian Reschke Date: Sat, 1 Aug 2020 06:58:09 +0200 Subject: [PATCH] recovery: fix broken links to tls --- draft-ietf-quic-recovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index 6925d804ee..a3eb76ad2f 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -687,7 +687,7 @@ initial RTT estimate. ## Discarding Keys and Packet State {#discarding-packets} -When packet protection keys are discarded (see Section 4.10 of {{QUIC-TLS}}), +When packet protection keys are discarded (see Section 4.8 of {{QUIC-TLS}}), all packets that were sent with those keys can no longer be acknowledged because their acknowledgements cannot be processed anymore. The sender MUST discard all recovery state associated with those packets and MUST remove them from @@ -707,7 +707,7 @@ is expected to be infrequent. It is expected that keys are discarded after packets encrypted with them would be acknowledged or declared lost. However, Initial secrets are discarded as soon as handshake keys are proven to be available to both client and server; -see Section 4.11.1 of {{QUIC-TLS}}. +see Section 4.9.1 of {{QUIC-TLS}}. # Congestion Control {#congestion-control}