Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)

Marten Seemann <notifications@github.com> Thu, 07 November 2019 02:40 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 1E090120123 for <quic-issues@ietfa.amsl.com>; Wed, 6 Nov 2019 18:40:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level:
X-Spam-Status: No, score=-8 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_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 2ygqGZ-Hwflp for <quic-issues@ietfa.amsl.com>; Wed, 6 Nov 2019 18:40:42 -0800 (PST)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6BEC712008F for <quic-issues@ietf.org>; Wed, 6 Nov 2019 18:40:42 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 9335B8C0035 for <quic-issues@ietf.org>; Wed, 6 Nov 2019 18:40:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573094441; bh=yyk/FBnDyhBLVW0ZKAUOEXmJds4MRP7npqFrquMVe2s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c0pTOaN9+/OBxNm+Y1Qad2SLh6k4T+/IWIusbhNx6bqBVslc8cq+c/vnsD5crPrTJ u8w7HFC0FavhMGjYuDKGDkV0Lmf/NXf0+uRIG1YsMa5yzotyGcbj7YH2HUe4oqtE9z yryut7G0U7pM7aJMW/59qcO5qbFNdhLvH2Qs12b4=
Date: Wed, 06 Nov 2019 18:40:41 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IJESICYLXMPUUOO532C3KTEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197/550594525@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3197@github.com>
References: <quicwg/base-drafts/issues/3197@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3842983f58_76523fad258cd964640018"; 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/kHP1zl0n_-ryISGRB_hNJmLi4v4>
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: Thu, 07 Nov 2019 02:40:44 -0000

The definition of the transport parameter says:
> The maximum number of connection IDs from the peer that an endpoint is willing to store. This value includes only connection IDs sent in NEW_CONNECTION_ID frames.

So sending a value of 0 (or, as it currently stands, omitting the TP), is a valid thing to do. It's an endpoint declaring that it will never, under no circumstances, change the connection ID, but to keep on using the connection ID provided during the handshake. Of course this also implies that connection migration is effectively disabled.
We might want to decide to make this illegal though. Since the introduction of the Retire Prior To field on the NEW_CONNECTION_ID frame, implementations have the option to retire connection IDs in case their infrastructure requires that. A peer sending a value of 0 would prevent those implementations from rotating their connection ID mapping, which seems like an awkward special case.

As @MikeBishop points out, sending a value of 1 doesn't make any sense, since you can't switch to a new CID without stalling the connection first.

Therefore, I agree with @MikeBishop's suggestion to forbid values below 2. I'm undecided if we should define a default value, and if so, what that value should be.


-- 
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/3197#issuecomment-550594525