Re: [quicwg/base-drafts] Rejection of 0-RTT: start over? (#761)
MikkelFJ <notifications@github.com> Wed, 20 September 2017 14:26 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 CF293132EC4 for <quic-issues@ietfa.amsl.com>; Wed, 20 Sep 2017 07:26:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, 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 qYDYyKdOrus3 for <quic-issues@ietfa.amsl.com>; Wed, 20 Sep 2017 07:26:01 -0700 (PDT)
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2-ext7.iad.github.net [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A964413217D for <quic-issues@ietf.org>; Wed, 20 Sep 2017 07:26:01 -0700 (PDT)
Date: Wed, 20 Sep 2017 07:26:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1505917560; bh=93Qjm/yRSo+MCKkJHvHpOeflc3g4v+mm4GX1xMy3GNo=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dN/jDgXDpkDIMSmZDfhaeXKQNZl81d0pi83gxYLX9XKFwDlN3MCKAPDCLQzCk8cin 3MfnsiCLc4goSxRFIYivPSM7jjhSGANwuAI0E1EF2I9dTdhstsMvdMX9ZgDatWOq8x lspqTIzC9aFzBtOgx4pE8pefy6lcsuoUAaiAHIvY=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abe4f9711e36fa3a4706780d1d6fcf1752ceea4c6592cf0000000115da3c7892a169ce0f39dd03@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/761/330868376@github.com>
In-Reply-To: <quicwg/base-drafts/issues/761@github.com>
References: <quicwg/base-drafts/issues/761@github.com>
Subject: Re: [quicwg/base-drafts] Rejection of 0-RTT: start over? (#761)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_59c27a78e8db2_181a3fa4e7d1ef7c867ab"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
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/-13NSBocaUARAYLZo7zOZbzjNy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
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, 20 Sep 2017 14:26:08 -0000
So I didn't define 1 or 2, but my understanding is: Option 1 cancels the connection attempt with a specific error allowing the application at a high level loop to start a new connection with different arguments. Option 2 just cancels streams, meaning the application remains, but suddenly certain streams start to fail. For some applications this might just be pulling a new stream, but for others complicated application state must be managed - for example some protocols might never fail the first 10 streams because, short of connection failure, there is nothing inherent that can fail - this because the transport layer does not arbitrarily fail streams - it at most blocks them on flow. Thus, having transport cancelling a stream is highly disruptive whereas giving up a new connection attemt as in option 1, is to be expected for many reasons, and comparatively easy to deal with. -- 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/761#issuecomment-330868376
- [quicwg/base-drafts] Rejection of 0-RTT: start ov… Martin Thomson
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… MikkelFJ
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… Ryan Hamilton
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… MikkelFJ
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… Martin Thomson
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… Martin Thomson
- Re: [quicwg/base-drafts] Rejection of 0-RTT: star… Martin Thomson