Re: [quicwg/base-drafts] Limit RCID state (#3547)
ekr <notifications@github.com> Fri, 08 May 2020 20:34 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 72D843A0CE5 for <quic-issues@ietfa.amsl.com>; Fri, 8 May 2020 13:34:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.098
X-Spam-Level:
X-Spam-Status: No, score=-3.098 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, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 r0uG-wruKhSV for <quic-issues@ietfa.amsl.com>; Fri, 8 May 2020 13:34:46 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7473C3A1014 for <quic-issues@ietf.org>; Fri, 8 May 2020 13:34:27 -0700 (PDT)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 9CF016A1D94 for <quic-issues@ietf.org>; Fri, 8 May 2020 13:34:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1588970066; bh=PDrsGeKWCQkdHZ2VWg6JvWkc6pqYhuQ04TkUSgyIGeI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O6U966iD9UGSQ1C5yvZX1VwkToCSyrRpQ3PA9omnXjohyud+bmrDMC8yNy66neS7S S27VgC6Ohj+E9fQC5xjKdT1dl2iL4z9MA7jNGFMCzGdc59SerS+rIR+S4f6DV0g87K dqsoTiU8nxP9SoukvTQEjY+lwcYcJ+VfeSqVe2CQ=
Date: Fri, 08 May 2020 13:34:26 -0700
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK52WHBXD526S5UJTL54YGRVFEVBNHHCGFYIAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3547/review/408507339@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3547@github.com>
References: <quicwg/base-drafts/pull/3547@github.com>
Subject: Re: [quicwg/base-drafts] Limit RCID state (#3547)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5eb5c2528d328_295d3fc4ecacd96031439e"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
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/d2OPSdXMZVz83qCCPNrTM-5zmB4>
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: Fri, 08 May 2020 20:34:50 -0000
@ekr requested changes on this pull request. > @@ -1069,6 +1069,15 @@ to cease using the connection IDs when requested can result in connection failures, as the issuing endpoint might be unable to continue using the connection IDs with the active connection. +An endpoint SHOULD limit the state it commits to retiring connection IDs using +RETIRE_CONNECTION_ID by limiting the number of connection IDs that it tracks for +retirement to at least twice the active_connection_id_limit. An endpoint MUST +NOT forget a connection ID without retiring it, though MAY choose to treat +having too many connection IDs in need of retirement as a connection error of +type CONNECTION_ID_LIMIT_ERROR. + +Endpoints SHOULD NOT issue updates of the Retire Prior To field before receiving +RETIRE_CONNECTION_ID frames for the previous update of Retire Prior To. ```suggestion RETIRE_CONNECTION_ID frames that retire all connection IDs indicated by the previous Retire Prior To value. ``` > +An endpoint SHOULD limit the state it commits to retiring connection IDs using +RETIRE_CONNECTION_ID by limiting the number of connection IDs that it tracks for +retirement to at least twice the active_connection_id_limit. An endpoint MUST ```suggestion An endpoint SHOULD limit the number of connection IDs for which it has issued an outstanding RETIRE_CONNECTION_ID to at least twice the active_connection_id limit. ``` > +An endpoint SHOULD limit the state it commits to retiring connection IDs using +RETIRE_CONNECTION_ID by limiting the number of connection IDs that it tracks for +retirement to at least twice the active_connection_id_limit. An endpoint MUST I tried to rewrite the text to make it clearer, but in doing so, I realize that the original text is unclear. Ignoring the details it says: "It should limit value X to no less than Y." But I can achieve this by not limiting it at all, which is not the advice we seem to want to give. Is what you are trying to say: 1. There should be a fixed limit. 1. It should be no lower than Y. What's the rationale for > 2xactive_connection_id. > @@ -1069,6 +1069,15 @@ to cease using the connection IDs when requested can result in connection failures, as the issuing endpoint might be unable to continue using the connection IDs with the active connection. +An endpoint SHOULD limit the state it commits to retiring connection IDs using +RETIRE_CONNECTION_ID by limiting the number of connection IDs that it tracks for +retirement to at least twice the active_connection_id_limit. An endpoint MUST +NOT forget a connection ID without retiring it, though MAY choose to treat +having too many connection IDs in need of retirement as a connection error of "too many" seems non-specific here. I think we need more detail. -- 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/pull/3547#pullrequestreview-408507339
- [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Mike Bishop
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Nick Banks
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Marten Seemann
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Jana Iyengar
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Jana Iyengar
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Kazuho Oku
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ekr
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Eric Kinnear
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ekr
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ekr
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ianswett
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) martinduke
- Re: [quicwg/base-drafts] Limit RCID state (#3547) ekr
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Eric Kinnear
- Re: [quicwg/base-drafts] Limit RCID state (#3547) Martin Thomson