From a232df57d8340db5d01e0c8653ac8258125a52ae Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Tue, 4 Dec 2018 10:55:11 -0500 Subject: [PATCH] NEW_CONNECTION_ID: use sequence number for one CID only --- draft-ietf-quic-transport.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index d2dee6ed80..f9300b62b7 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4743,8 +4743,9 @@ connection IDs from old ones. If an endpoint receives a NEW_CONNECTION_ID frame that repeats a previously issued connection ID with a different Stateless Reset Token or a different -sequence number, the endpoint MAY treat that receipt as a connection error of -type PROTOCOL_VIOLATION. +sequence number, or if a sequence number is used for different connection +IDs, the endpoint MAY treat that receipt as a connection error of type +PROTOCOL_VIOLATION. ## RETIRE_CONNECTION_ID Frame {#frame-retire-connection-id}