From a62abddacec3745841f89e9b40a76c64811edac6 Mon Sep 17 00:00:00 2001 From: Martin Duke Date: Fri, 27 Mar 2020 11:45:43 -0700 Subject: [PATCH] Whoops, missed one --- draft-ietf-quic-transport.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index fa8ee9976d..fda7e0a602 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1077,8 +1077,9 @@ sending frames which the peer is least likely to have received. Endpoints SHOULD NOT issue updates of the Retire Prior To field before receiving RETIRE_CONNECTION_ID frames for the previous update of Retire Prior To. Doing so -may result in being uncertain if it is to receive additional packets with an old -Connection ID. +may result in the peer being unwilling to immediately retire all the connection +IDs, if retiring them would cause it to exceed its limit on outstanding +RETIRE_CONNECTION_ID frames, as described above. ## Matching Packets to Connections {#packet-handling}