[quicwg/base-drafts] Require that ClientHello fit in a single packet (#224)
Martin Thomson <notifications@github.com> Wed, 25 January 2017 00:59 UTC
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 D530B1295EB for <quic-issues@ietfa.amsl.com>; Tue, 24 Jan 2017 16:59:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.109
X-Spam-Level:
X-Spam-Status: No, score=-7.109 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_20=1.546, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-1.156, RP_MATCHES_RCVD=-3.199, 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 CWQShZJ7oC9X for <quic-issues@ietfa.amsl.com>; Tue, 24 Jan 2017 16:59:38 -0800 (PST)
Received: from o4.sgmail.github.com (o4.sgmail.github.com [192.254.112.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF5BE1295E9 for <quic-issues@ietf.org>; Tue, 24 Jan 2017 16:59:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=T6W/m2E8QZjD5nj58D+HXXCCkzs=; b=VcTzX2xwbYExhp+M 0X7MHFbZPBhVf37vSAk8Im7Ym7gvEu0ky/aK6G83P18MLSXMLBNoyqShdcAK6Xwa 6LC+61eLaXm0Ky8LsSStAvIzfBSGPNtChLd3oR+WaAt4GHNqco4g4S913vO0uuoh Zxc/n0LAZoMITmWUwKuT9QlNKkU=
Received: by filter0449p1mdw1.sendgrid.net with SMTP id filter0449p1mdw1-13774-5887F866-4E 2017-01-25 00:59:18.870840324 +0000 UTC
Received: from github-smtp2b-ext-cp1-prd.iad.github.net (github-smtp2b-ext-cp1-prd.iad.github.net [192.30.253.17]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id CRbzqj2RQKWwA4vVLRWbuA for <quic-issues@ietf.org>; Wed, 25 Jan 2017 00:59:18.921 +0000 (UTC)
Date: Tue, 24 Jan 2017 16:59:18 -0800
From: Martin Thomson <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/224@github.com>
Subject: [quicwg/base-drafts] Require that ClientHello fit in a single packet (#224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5887f866bcc0c_27333fed0083f1301097b0"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak186wdkMLxqC+wWcg++2FRHQoK7x9+ztGLe+Z pnPI5cYR7iI7psh6GSyEggj20s2ykDJaQRFvnbosI8/XxBHDfbro3jpQUSeqOZ5tSjuJLsboiH5bLa G9ZdT2Uq7JYTYTPsIhvDi+QLnmUq2d1ykPeRYLouTD5SQ0rCsEmvGpqt0+wTateDeOs/w2y4mKX++T s=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7na0Uunp5v1tYdtOb80ZmnGY28E>
Cc: Subscribed <subscribed@noreply.github.com>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.17
Reply-To: quic@ietf.org
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 Jan 2017 00:59:40 -0000
We've assumed that this is the case, but we really need to write it down. -- 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/224
- Re: [quicwg/base-drafts] Require that ClientHello… Martin Thomson
- [quicwg/base-drafts] Require that ClientHello fit… Martin Thomson
- Re: [quicwg/base-drafts] Require that ClientHello… Martin Thomson