From 6d8b90ed2e86e31f9816bc4c3d5e7a358bad439d Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 24 Sep 2020 16:25:41 +1000 Subject: [PATCH] for which not which ... for Closes #4119. --- draft-ietf-quic-invariants.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-invariants.md b/draft-ietf-quic-invariants.md index f98ef3f89e..8230b4129c 100644 --- a/draft-ietf-quic-invariants.md +++ b/draft-ietf-quic-invariants.md @@ -248,8 +248,8 @@ at lower protocol layers (UDP, IP, and below) do not cause packets for a QUIC connection to be delivered to the wrong QUIC endpoint. The connection ID is used by endpoints and the intermediaries that support them to ensure that each QUIC packet can be delivered to the correct instance of an endpoint. At -the endpoint, the connection ID is used to identify which QUIC connection the -packet is intended for. +the endpoint, the connection ID is used to identify the QUIC connection for +which the packet is intended. The connection ID is chosen by each endpoint using version-specific methods. Packets for the same QUIC connection might use different connection ID values.