From 9e79a7769529bab3e459d74564b004d9cbdc2d3c Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 8 Jul 2020 16:14:07 +1000 Subject: [PATCH] If a packet matches a connection, process it Not saying explicitly that was a small oversight. Closes #3837. --- draft-ietf-quic-transport.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 553cd9e8ce..4047a13ac3 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1205,8 +1205,8 @@ the packet is sufficiently long. Packets with a supported version, or no version field, are matched to a connection using the connection ID or - for packets with zero-length connection -IDs - the local address and port. If the packet doesn't match an existing -connection, the server continues below. +IDs - the local address and port. These packets are processed using the +selected connection, otherwise the server continues below. If the packet is an Initial packet fully conforming with the specification, the server proceeds with the handshake ({{handshake}}). This commits the server to