[quicwg/base-drafts] 61977b: Rewrite text about Version Negotiation
Martin Thomson <martin.thomson@gmail.com> Fri, 16 February 2018 00:47 UTC
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 54930124235 for <quic-issues@ietfa.amsl.com>; Thu, 15 Feb 2018 16:47:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.799
X-Spam-Level:
X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.199, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=no 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 LCrG9WS9opc3 for <quic-issues@ietfa.amsl.com>; Thu, 15 Feb 2018 16:46:59 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (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 5D1491201FA for <quic-issues@ietf.org>; Thu, 15 Feb 2018 16:46:59 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1518742018; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=sQ6n4Y27dsyxxWQ3uRhsGycHO2tP3EIopMwsTreRahI=; b=xrZI7ItQR1n21Cte+pppBL59KGymE0OFTUjasreNvp7f5gvGM9TuUbhrNNtfHcdK0pljynMm PRW/Stz8mnmrChMhL1k/Dt5N00j3QgOzlB6reNivJRkYK5LKkLc+sOZvbGgcPVRKcF/IF3dY J8Wyic6xmUC9DNC7bq658d/BCDU=
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
X-Mailgun-Sending-Ip: 166.78.69.169
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.36]) by mxa.mailgun.org with ESMTP id 5a862a02.7fbe980e1a80-smtp-out-n02; Fri, 16 Feb 2018 00:46:58 -0000 (UTC)
Date: Thu, 15 Feb 2018 16:46:57 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5a862a0172217_6e252ad17103fc1012593b@hookshot-fe-6b2eebc.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 61977b: Rewrite text about Version Negotiation
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5a862a01715f4_6e252ad17103fc10125821"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9LC5vom5hrNcv5X6Q3ONRvlTG4I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
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: Fri, 16 Feb 2018 00:47:01 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 61977b518599e3441fa473651588921c8dd2e783 https://github.com/quicwg/base-drafts/commit/61977b518599e3441fa473651588921c8dd2e783 Author: martinduke <martin.h.duke@gmail.com> Date: 2018-01-07 (Sun, 07 Jan 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Rewrite text about Version Negotiation This is meant to resolve #1038. I made the following changes: 1) Explicitly state the conditions for each possible server action on receipt of the first packet 2) Use IETF terms like "MUST" when missing. 3) Eliminate redundant text 4) Eliminate all explicit mentions of the 1200-byte limit, as this is defined later in the text, where it also explains exactly how to measure packet size. I'm concerned that just saying "1200 bytes" here might cause people to count IP headers or something. Make them read the definition! I don't believe there's any substantive change to the spec. Commit: bae27776631f1254750fdcef16cf10acc935f024 https://github.com/quicwg/base-drafts/commit/bae27776631f1254750fdcef16cf10acc935f024 Author: martinduke <martin.h.duke@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update to PR #1039 Addressed @martinthomson's issues. Made further edits to be concise and well-organized. Commit: 61c10035ada05379a6d1b7efe54238f383882b2b https://github.com/quicwg/base-drafts/commit/61c10035ada05379a6d1b7efe54238f383882b2b Author: martinduke <martin.h.duke@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Addressed @mikkelfj's issue. Commit: a847126f9351898ff5cfa2e4f92762d03169575b https://github.com/quicwg/base-drafts/commit/a847126f9351898ff5cfa2e4f92762d03169575b Author: martinduke <martin.h.duke@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Addressed Martin's issues and fixed one error (first packets might not be "handshake" packets -- they might be 0RTT) Commit: f1fe44676ef81ee931ebeea871a849b05932bd16 https://github.com/quicwg/base-drafts/commit/f1fe44676ef81ee931ebeea871a849b05932bd16 Author: martinduke <martin.h.duke@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update draft-ietf-quic-transport.md Whoops, forgot the last of Martin's comments. Commit: a15f67a0e8fff62a3f575e75b48bcd0905db2a2f https://github.com/quicwg/base-drafts/commit/a15f67a0e8fff62a3f575e75b48bcd0905db2a2f Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-01-16 (Tue, 16 Jan 2018) Changed paths: A .lint.py M Makefile M draft-ietf-quic-transport.md Log Message: ----------- Merge branch 'master' into patch-8 Commit: 256ad6b7e6bcfbcd0092fc1633ccfd06f6cc0341 https://github.com/quicwg/base-drafts/commit/256ad6b7e6bcfbcd0092fc1633ccfd06f6cc0341 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-01-16 (Tue, 16 Jan 2018) Log Message: ----------- Merge branch 'master' into patch-8 Commit: b33d04e972bb073baf434d1d531130ba3661bee5 https://github.com/quicwg/base-drafts/commit/b33d04e972bb073baf434d1d531130ba3661bee5 Author: martinduke <martin.h.duke@gmail.com> Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Rewrote completely based on Martin's feedback @martinthomson's suggestions make this much cleaner. Please read it over for mistakes, but I think we're close. Commit: 5271b5952a5b68e9fcd5417d1c78cfe9812a4450 https://github.com/quicwg/base-drafts/commit/5271b5952a5b68e9fcd5417d1c78cfe9812a4450 Author: martinduke <martin.h.duke@gmail.com> Date: 2018-02-12 (Mon, 12 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Made Mike Bishop's changes Commit: 00a80090ef056e340e0cb6813870e0f41edcd11b https://github.com/quicwg/base-drafts/commit/00a80090ef056e340e0cb6813870e0f41edcd11b Author: martinduke <martin.h.duke@gmail.com> Date: 2018-02-15 (Thu, 15 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Addressed Martin's Comments I don't think we've converged on whether it is desirable to process an Initial Packet before checking if the connection ID matches on open one; I would like to submit these extensive changes (assuming no other issues) and continue that specific debate in a new issue/PR. Commit: 80a47db5b7b6fb28e2cdbb1879c21b9bfc9f5e59 https://github.com/quicwg/base-drafts/commit/80a47db5b7b6fb28e2cdbb1879c21b9bfc9f5e59 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-02-16 (Fri, 16 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Couple of typos Commit: 40ee6a937194067501b2738eae1c87c01ee85289 https://github.com/quicwg/base-drafts/commit/40ee6a937194067501b2738eae1c87c01ee85289 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-02-16 (Fri, 16 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Remove trailing whitespace Commit: 6fd38851a3f893b606fbc2fa930edb57cc0dbeac https://github.com/quicwg/base-drafts/commit/6fd38851a3f893b606fbc2fa930edb57cc0dbeac Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-02-16 (Fri, 16 Feb 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge branch 'pr1039' Compare: https://github.com/quicwg/base-drafts/compare/b3066dc80eb4...6fd38851a3f8
- [quicwg/base-drafts] 61977b: Rewrite text about V… Martin Thomson