Re: [quicwg/base-drafts] Remove timing guidance (#3474)
ekr <notifications@github.com> Sat, 07 March 2020 23:01 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 1CCCA3A1C21
for <quic-issues@ietfa.amsl.com>; Sat, 7 Mar 2020 15:01:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.099
X-Spam-Level:
X-Spam-Status: No, score=-3.099 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_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1,
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 sZBO8R1MEh-7 for <quic-issues@ietfa.amsl.com>;
Sat, 7 Mar 2020 15:01:30 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id B36903A1C1E
for <quic-issues@ietf.org>; Sat, 7 Mar 2020 15:01:30 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net
(github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66])
by smtp.github.com (Postfix) with ESMTP id 3962C120358
for <quic-issues@ietf.org>; Sat, 7 Mar 2020 15:01:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1583622090;
bh=nzyskXbPiQWEaU70tsBrISF2xnKpRTaafCbQMKKQsGo=;
h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID:
List-Archive:List-Post:List-Unsubscribe:From;
b=hRruTqGIF+Ca++Inf582yz3tH6kcnqoYgOd3D2R0Ao9Cpj/Z/LTKExaCEJxAby8Ko
LPr68obLYcSMTo+jc6A0uvMVq3e6fwLkvv8s/60CtzOha0dsAwz5M2moN3AyqkVfqb
U5SckuoTDswiM3lIWlXwj4YufTE9rhra2zmo9TnQ=
Date: Sat, 07 Mar 2020 15:01:29 -0800
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts
<reply+AFTOJKY5WSTBKFTEWTHICP54OAEMTEVBNHHCD3AHXI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3474/review/370793637@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3474@github.com>
References: <quicwg/base-drafts/pull/3474@github.com>
Subject: Re: [quicwg/base-drafts] Remove timing guidance (#3474)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5e6427c9e7e95_7ab03fd2b70cd96437045d";
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/Zrea0jV10llG383UWgCyZO0nHwo>
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: Sat, 07 Mar 2020 23:01:32 -0000
ekr commented on this pull request. > +An endpoint might need to stop accepting previously issued connection IDs in +certain circumstances. Such an endpoint can cause its peer to retire connection +IDs by sending a NEW_CONNECTION_ID frame with an increased Retire Prior To +field. The endpoint SHOULD continue to accept the previously issued connection +IDs until they are retired by the peer. If the endpoint can no longer process +the indicated connection IDs, it MAY close the connection. + +Upon receipt of an increased Retire Prior To field, the peer MUST stop using the +corresponding connection IDs and retire them with RETIRE_CONNECTION_ID frames +before adding the newly provided connection ID to the set of active connection +IDs. This ordering allows an endpoint that has already supplied its peer with as +many connection IDs as allowed by the active_connection_id_limit transport +parameter to replace those connection IDs with new ones as necessary. Failure +to retire the connection IDs promptly when requested can result in connection +failures, as the issuing endpoint might be unable to continue using the +connection IDs with the active connection. Isn't it failure to stop using them, not failure to send RETIRE_CONNECTION_ID that will cause failures? -- 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/3474#pullrequestreview-370793637
- [quicwg/base-drafts] Remove timing guidance (#347… Mike Bishop
- Re: [quicwg/base-drafts] Remove timing guidance (… Nick Banks
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… Eric Kinnear
- Re: [quicwg/base-drafts] Remove timing guidance (… Mike Bishop
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… ianswett
- Re: [quicwg/base-drafts] Remove timing guidance (… ekr
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… Jana Iyengar
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… Martin Thomson
- Re: [quicwg/base-drafts] Remove timing guidance (… Mike Bishop