[quicwg/base-drafts] 812ced: Move Generating Acknowledgements to Transport

Jana Iyengar <noreply@github.com> Wed, 11 September 2019 01:56 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 99E251207FE for <quic-issues@ietfa.amsl.com>; Tue, 10 Sep 2019 18:56:18 -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, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, 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 PUxKvHLJ5IrV for <quic-issues@ietfa.amsl.com>; Tue, 10 Sep 2019 18:56:16 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56D8A120273 for <quic-issues@ietf.org>; Tue, 10 Sep 2019 18:56:16 -0700 (PDT)
Date: Tue, 10 Sep 2019 18:56:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1568166975; bh=dYahWzfqR+aSLj9VFey8N7aRPPq3OSQ5KasPtvq4jvE=; h=Date:From:To:Subject:From; b=CpyI/jKwPLlfG8AuVGAf6p8gKv0Be4V9+RvAQjDN8aj4fWuRBlY2HbwvnEiRs6o0B Emhp2mOt8hdlNIaN52+UqQ41dC7sOf0UkCmYtrHQVMQ9QBW3veuCLRjodWzneuW/CJ 0lKt6exxlNnxx35zFqFHvqoscU8Ka7/9hxOkyqvE=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-generating-acknowledgements/869929-55f1ad@github.com>
Subject: [quicwg/base-drafts] 812ced: Move Generating Acknowledgements to Transport
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4fLNHtAfDuUZ--3vLewv8ryHXB4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Wed, 11 Sep 2019 01:56:19 -0000

  Branch: refs/heads/ianswett-generating-acknowledgements
  Home:   https://github.com/quicwg/base-drafts
  Commit: 812ced0d74615a9483a593a08b73e406503d2fed
      https://github.com/quicwg/base-drafts/commit/812ced0d74615a9483a593a08b73e406503d2fed
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Move Generating Acknowledgements to Transport


  Commit: f8fc854dc84230cb001eb6f17d8902e1f3fcda95
      https://github.com/quicwg/base-drafts/commit/f8fc854dc84230cb001eb6f17d8902e1f3fcda95
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Move, don't just remove the text

This is an intermediate commit.  There's a lot of text here, and a lot is duplicative.


  Commit: cfab7ed02da1122be8ff076ea86b6c894e806477
      https://github.com/quicwg/base-drafts/commit/cfab7ed02da1122be8ff076ea86b6c894e806477
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove the "Crypto Handshake Data" section

It was not adding anything and was misleading


  Commit: 4ac701ed78400ab797ec6d128863478a984501d7
      https://github.com/quicwg/base-drafts/commit/4ac701ed78400ab797ec6d128863478a984501d7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Stop referencing QUIC Transport

in QUIC Transport.


  Commit: 862bcd3f64a31af9cba383b1d5487b2bc6071fc2
      https://github.com/quicwg/base-drafts/commit/862bcd3f64a31af9cba383b1d5487b2bc6071fc2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove obsolete text

Removed:
"Endpoints SHOULD send acknowledgments for packets containing CRYPTO frames with
a reduced delay; see Section 6.2 of {{QUIC-RECOVERY}}."
Obsolete now that #2646 landed and the default max_ack_delay for Initial and Handshake is 0.


  Commit: f364aab2cc25702d06509d3c83acdff00d8f0045
      https://github.com/quicwg/base-drafts/commit/f364aab2cc25702d06509d3c83acdff00d8f0045
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Stop referencing host-delay in Recovery

Instead reference section 13.2 of transport


  Commit: 50f2a55bdf2e90740eb042e56978aa3c378aa8f3
      https://github.com/quicwg/base-drafts/commit/50f2a55bdf2e90740eb042e56978aa3c378aa8f3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix CircleCI (hopefully)

By renaming "ACK Ranges" to "Managing ACK Ranges"


  Commit: eed60b25cea7f4b9a0391256ed4dfd4a5cf38565
      https://github.com/quicwg/base-drafts/commit/eed60b25cea7f4b9a0391256ed4dfd4a5cf38565
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Update draft-ietf-quic-recovery.md


  Commit: 67ece93dc91c24be2646e05d8bac4ea444c7f0b1
      https://github.com/quicwg/base-drafts/commit/67ece93dc91c24be2646e05d8bac4ea444c7f0b1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 6ff4cc0f6f62d2c3f53df957ef6bc5c7ec26c998
      https://github.com/quicwg/base-drafts/commit/6ff4cc0f6f62d2c3f53df957ef6bc5c7ec26c998
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 1a07dcd794a4427518150d2bc47dc4e81568f7d5
      https://github.com/quicwg/base-drafts/commit/1a07dcd794a4427518150d2bc47dc4e81568f7d5
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: ce3c950b0e4c1a0cf423b70b68f701d63072ce5c
      https://github.com/quicwg/base-drafts/commit/ce3c950b0e4c1a0cf423b70b68f701d63072ce5c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: d77285c9c7d2887d26e636a412262fef97c16fc4
      https://github.com/quicwg/base-drafts/commit/d77285c9c7d2887d26e636a412262fef97c16fc4
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update draft-ietf-quic-transport.md

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: 19df21525bf3eff2834c5e119d496c258777f5a5
      https://github.com/quicwg/base-drafts/commit/19df21525bf3eff2834c5e119d496c258777f5a5
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Addresses comments and some text rework


  Commit: 55f1ad92f03dfb96d7c07e6e8550faf4f6285399
      https://github.com/quicwg/base-drafts/commit/55f1ad92f03dfb96d7c07e6e8550faf4f6285399
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-09-10 (Tue, 10 Sep 2019)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  re-adding (with some rework) text that was dropped inadvertently


Compare: https://github.com/quicwg/base-drafts/compare/86992963effb...55f1ad92f03d