Re: [quicwg/base-drafts] Required state for retaining unacked RETIRE_CONNECTION_ID frames is unbound (#3509)
Kazuho Oku <notifications@github.com> Fri, 27 March 2020 02:36 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 49CC63A08C9 for <quic-issues@ietfa.amsl.com>; Thu, 26 Mar 2020 19:36:01 -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_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 MrcituPZYUyh for <quic-issues@ietfa.amsl.com>; Thu, 26 Mar 2020 19:35:59 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94AFD3A08C1 for <quic-issues@ietf.org>; Thu, 26 Mar 2020 19:35:59 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 69E2E1C040A for <quic-issues@ietf.org>; Thu, 26 Mar 2020 19:35:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1585276558; bh=0HSKfWC4ycNO4kWeEUlVCeo9i4FzHNwGlUzi3hGe/H8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eaHt0YknGbBb49YhomeEBwAGx/GBFst/JsK66JzXJbgSLZoD4oqmzdK7uKaMkQw3Y DqdWMzo0bFjz9oX5/KzFLQ0LFvo3b/Tvi4adffNqNeANjRaM64kxZM85JRzC0hne1N cqvs59svdOVq4O/xMfPEwGOdAmvLlBa6dovm06qU=
Date: Thu, 26 Mar 2020 19:35:58 -0700
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK33VZYI7XAPOP4AE3V4RFDY5EVBNHHCFAMG5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3509/604783890@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3509@github.com>
References: <quicwg/base-drafts/issues/3509@github.com>
Subject: Re: [quicwg/base-drafts] Required state for retaining unacked RETIRE_CONNECTION_ID frames is unbound (#3509)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5e7d668e5ac14_2ec53fa2deccd95c1368f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/PqmqrYqeLpkFThPZzm0s8qHKIgs>
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, 27 Mar 2020 02:36:02 -0000
@ianswett > If the peer doesn't acknowledge your retirement, then you shouldn't be issuing more CIDs, because you might exceed their limit. I think the framing is incorrect. The peer can enforce an endpoint to retire a CID (e.g., by changing RPT or discarding a path). As @martinduke points out, an endpoint is encouraged issue a new CID at this point, rather than withholding than until the ACK of RCID is received. Note also that RCID carries the CID that *the endpoint sends* carries the CID that the peer has issued, while NCID that the endpoint carries the CID that that endpoint issues. Therefore, I am not sure what the rationale for withholding the emission of NCID until receiving an ACK for RCID would be. > In my opinion, running out of CIDs is not a big crisis. You can always create a new connection with 0-RTT with a relatively small overhead. We should be biased towards simplicity rather than never running out of CIDs. I agree. An endpoint is not expected to consume CID at high rate. We already discourage such behavior; see https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#section-5.1.1-5. That's why I'm fine with the leaky behavior that @martinthomson has suggested. @martinduke > I'm really coming around to your cumulative retire idea, but will have another go at this tomorrow. As previously stated, I am hesitant to have a new machinery that is unique to this purpose. There is a risk of creating something buggy, both in terms of specification and implementation. My preference goes to accepting the risk (and recommending mitigations, such as the leaky behavior), or reusing a design pattern that we already have (i.e. introduce MAX_CONNECTION_IDS frame). -- 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/3509#issuecomment-604783890
- [quicwg/base-drafts] Required state for retaining… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… Marten Seemann
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Marten Seemann
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Eric Kinnear
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Mike Bishop
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… Mike Bishop
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… Nick Banks
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Marten Seemann
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Nick Banks
- Re: [quicwg/base-drafts] Required state for retai… Jana Iyengar
- Re: [quicwg/base-drafts] Required state for retai… Marten Seemann
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… ianswett
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… Kazuho Oku
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… martinduke
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson
- Re: [quicwg/base-drafts] Required state for retai… Martin Thomson