Re: [quicwg/base-drafts] Handling of corrupt Retry packets (#3014)
David Schinazi <notifications@github.com> Wed, 25 September 2019 00:28 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 C5C9C120090 for <quic-issues@ietfa.amsl.com>; Tue, 24 Sep 2019 17:28:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.353
X-Spam-Level:
X-Spam-Status: No, score=-6.353 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_IMAGE_ONLY_20=1.546, 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
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 EP-iDHbs1mKO for <quic-issues@ietfa.amsl.com>; Tue, 24 Sep 2019 17:28:33 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1A81120033 for <quic-issues@ietf.org>; Tue, 24 Sep 2019 17:28:32 -0700 (PDT)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id E5998A0070 for <quic-issues@ietf.org>; Tue, 24 Sep 2019 17:28:31 -0700 (PDT)
Date: Tue, 24 Sep 2019 17:28:31 -0700
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6OMYKZZ3ZEHZFFMMF3S72T7EVBNHHB2TYBKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3014/534799323@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3014@github.com>
References: <quicwg/base-drafts/issues/3014@github.com>
Subject: Re: [quicwg/base-drafts] Handling of corrupt Retry packets (#3014)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5d8ab4afd6a6d_62373fbd38ecd96823829d"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
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/oFTG-cktzcdBH2ZWIDC16d3xGgI>
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: Wed, 25 Sep 2019 00:28:35 -0000
> Even if we use crypto for the token, any addtional crypto for the packet is at least twice the CPU required to encrypt the token; halving the packets per second. This assumes that the great majority of packet processing time is spent on cryptographic operations, and that has never been my personal experience. -- 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/3014#issuecomment-534799323
- [quicwg/base-drafts] Handling of corrupt Retry pa… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Ryan Hamilton
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Ryan Hamilton
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Jana Iyengar
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Dmitri Tikhonov
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Dmitri Tikhonov
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Jana Iyengar
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Marten Seemann
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Ryan Hamilton
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Nick Banks
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… ianswett
- Re: [quicwg/base-drafts] Handling of corrupt Retr… MikkelFJ
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Mike Bishop
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Christian Huitema
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Lars Eggert
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… David Schinazi
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Jana Iyengar
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Kazuho Oku
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Martin Thomson
- Re: [quicwg/base-drafts] Handling of corrupt Retr… Jana Iyengar