From a61e62fd566a833e92ce995053f6883809a99be1 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Fri, 17 Aug 2018 10:23:48 +1000 Subject: [PATCH] Packets that don't match ARE discarded Closes #1670. --- draft-ietf-quic-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index a5a00114f2..0452635f50 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1276,7 +1276,7 @@ correspond to a single connection. Valid packets sent to clients always include a Destination Connection ID that matches the value the client selects. Clients that choose to receive zero-length connection IDs can use the address/port tuple to identify a -connection. Packets that don't match an existing connection MAY be discarded. +connection. Packets that don't match an existing connection are discarded. Due to packet reordering or loss, clients might receive packets for a connection that are encrypted with a key it has not yet computed. Clients MAY drop these