[quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Marten Seemann <notifications@github.com> Wed, 06 November 2019 10:32 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 26DB8120835 for <quic-issues@ietfa.amsl.com>; Wed, 6 Nov 2019 02:32:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level:
X-Spam-Status: No, score=-6.382 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4ltc59VmLzKG for <quic-issues@ietfa.amsl.com>; Wed, 6 Nov 2019 02:32:58 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9AE112080A for <quic-issues@ietf.org>; Wed, 6 Nov 2019 02:32:57 -0800 (PST)
Date: Wed, 06 Nov 2019 02:32:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573036377; bh=JC31BPJP1dk1GW7Mm+ErrKcRCE0cd7a+UsKjGZiVks0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nIoMFX1HKpQPua/vSYl5JJsWnMhIVRchTnUCA9ClVX4+mZSPP2ZpZaYZrrDbmXNro W05eh5sFsmvrFFx66BlLwxUZK7r91PqKdIlCsE7knpn+WKkfN2ozTA88L/ErXjfNhA r0PfTcxBhzKvpq3AHioFMBN8dliqUJ8YpaBL+orQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5B6VQ3LVCJZP4UXLV3Z7J5TEVBNHHB5ZPCDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3194@github.com>
Subject: [quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2a159df4b_3c3a3fdc4f8cd9609724"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ga4qe5VO1tNXOZGOtFN8uxhTRdo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Nov 2019 10:32:59 -0000
Let's say an endpoint receives a NEW_CONNECTION_ID frame with Sequence Number: X, Retire Prior To: M. At a later moment, it receives a (reordered) NEW_CONNECTION_ID frame with Sequence Number: N (where N < M). As the spec is currently written, it would be perfectly legal to use CID N at this moment. Obviously, this doesn't make sense, since the receiving peer is about to or has already stopped accepting packets with using CIDs < M. When receiving such a reordered NEW_CONNECTION_ID frame, the reasonable thing to do is to immediately send the corresponding RETIRE_CONNECTION_ID frame for N. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/quicwg/base-drafts/issues/3194
- [quicwg/base-drafts] reordered NEW_CONNECTION_ID … Marten Seemann
- Re: [quicwg/base-drafts] reordered NEW_CONNECTION… Eric Kinnear
- Re: [quicwg/base-drafts] reordered NEW_CONNECTION… Martin Thomson
- Re: [quicwg/base-drafts] reordered NEW_CONNECTION… Martin Thomson