From ac9ca1307b64b8ae18513b31b0ece32b8a6110d8 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Thu, 7 Jan 2021 15:02:45 -0800 Subject: [PATCH] Tidy up "sending version negotiation packets" There was a sentence in this section that seems to be specifying how to handle a version negotiation packet, not how to send one, and as such is out of place. --- draft-ietf-quic-transport.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index abf72069aa..04b07ddada 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1408,8 +1408,6 @@ This system allows a server to process packets with unsupported versions without retaining state. Though either the Initial packet or the Version Negotiation packet that is sent in response could be lost, the client will send new packets until it successfully receives a response or it abandons the connection attempt. -As a result, the client discards all state for the connection and does not send -any more packets on the connection. A server MAY limit the number of Version Negotiation packets it sends. For instance, a server that is able to recognize packets as 0-RTT might choose not