From 4ef3e0d1d3eab100a4efe18955498da0fc147674 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 26 Aug 2019 20:16:50 +1000 Subject: [PATCH] No point in coalescing Retry or VN Closes #2407. --- draft-ietf-quic-transport.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 2355e55dad..75e452e9fa 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2777,7 +2777,8 @@ MUST attempt to process the remaining packets. Retry packets ({{packet-retry}}), Version Negotiation packets ({{packet-version}}), and packets with a short header ({{short-header}}) do not contain a Length field and so cannot be followed by other packets in the same -UDP datagram. +UDP datagram. Note also that there is no situation where a Retry or Version +Negotiation packet is coalesced with another packet. ## Packet Numbers {#packet-numbers}