Re: [quicwg/base-drafts] GREASE the packet type octet (#311)
Kazuho Oku <notifications@github.com> Wed, 07 June 2017 06:10 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 571B712EA59 for <quic-issues@ietfa.amsl.com>; Tue, 6 Jun 2017 23:10:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.615
X-Spam-Level:
X-Spam-Status: No, score=-5.615 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 FlWPzhaY4y3P for <quic-issues@ietfa.amsl.com>; Tue, 6 Jun 2017 23:10:16 -0700 (PDT)
Received: from github-smtp2a-ext-cp1-prd.iad.github.net (github-smtp2-ext1.iad.github.net [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3FDBB12EA64 for <quic-issues@ietf.org>; Tue, 6 Jun 2017 23:10:11 -0700 (PDT)
Date: Tue, 06 Jun 2017 23:10:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1496815810; bh=KCG1aVZrbDXU9IAL+M6M2q0AW6e/yuaS9wlP6ksW1Sw=; h=From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bHFh1OalU+cobU1qXGcKc9UDiUOdDtwEeIdMCmZYmJTb8VkWRer54BiMjaUJgXeZc HZNN4kS0yYN8I2lSWixBcb860jV/1ewDMg2+IpXymGRfcL6bBZqd7D/GAMMzdeO5+Y SDUFEJUBIcGbO6TnxkcHefk7KgGm/PR7wzMKkLtU=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab537b0e99e6252e0e5b2ed8eb3b5098ea9d85d58892cf00000001154f5ac292a169ce0c62bcd7@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/311/306696547@github.com>
In-Reply-To: <quicwg/base-drafts/issues/311@github.com>
References: <quicwg/base-drafts/issues/311@github.com>
Subject: Re: [quicwg/base-drafts] GREASE the packet type octet (#311)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_593798c290152_71e33ff6ea7d3c3420227"; 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/HBsxf_jfd2PhKNHacwXl47BMNhQ>
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, 07 Jun 2017 06:10:17 -0000
Thank you for the response. I agree that stealing a bit could fix the problem. Reconsidering this, it seems to me that there is another issue (sorry for the fuss). My understanding is that some load balancers start streaming packets to the correct port before seeing the end of the packet. Making the actual type depend on the final octet of a packet prevents us from using such a load balancer. Would it be possible to use an octet that exists at the beginning of the packet for greasing? -- 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/311#issuecomment-306696547
- [quicwg/base-drafts] GREASE the flags byte (#311) ianswett
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Marten Seemann
- Re: [quicwg/base-drafts] GREASE the flags byte (#… ianswett
- Re: [quicwg/base-drafts] GREASE the flags byte (#… martinduke
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Ryan Hamilton
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Martin Thomson
- Re: [quicwg/base-drafts] GREASE the flags byte (#… ianswett
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Mike Bishop
- Re: [quicwg/base-drafts] GREASE the flags byte (#… ianswett
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Mike Bishop
- Re: [quicwg/base-drafts] GREASE the flags byte (#… Martin Thomson
- Re: [quicwg/base-drafts] GREASE the packet type o… Martin Thomson
- Re: [quicwg/base-drafts] GREASE the packet type o… ekr
- Re: [quicwg/base-drafts] GREASE the packet type o… Mark Nottingham
- Re: [quicwg/base-drafts] GREASE the packet type o… ekr
- Re: [quicwg/base-drafts] GREASE the packet type o… Kazuho Oku
- Re: [quicwg/base-drafts] GREASE the packet type o… ekr
- Re: [quicwg/base-drafts] GREASE the packet type o… Kazuho Oku
- Re: [quicwg/base-drafts] GREASE the packet type o… ekr
- Re: [quicwg/base-drafts] GREASE the packet type o… Christian Huitema
- Re: [quicwg/base-drafts] GREASE the packet type o… Christian Huitema
- Re: [quicwg/base-drafts] GREASE the packet type o… Mike Bishop
- Re: [quicwg/base-drafts] GREASE the packet type o… ianswett
- Re: [quicwg/base-drafts] GREASE the packet type o… MikkelFJ
- Re: [quicwg/base-drafts] GREASE the packet type o… ianswett
- Re: [quicwg/base-drafts] GREASE the packet type o… Martin Thomson
- Re: [quicwg/base-drafts] GREASE the packet type o… Martin Thomson
- Re: [quicwg/base-drafts] GREASE the packet type o… ianswett