[quicwg/base-drafts] 94e02c: Typo in change log

ianswett <noreply@github.com> Sun, 21 July 2019 21:40 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 E1347120150 for <quic-issues@ietfa.amsl.com>; Sun, 21 Jul 2019 14:40:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 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] 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 yQBjthAIMHF5 for <quic-issues@ietfa.amsl.com>; Sun, 21 Jul 2019 14:40:24 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1559120098 for <quic-issues@ietf.org>; Sun, 21 Jul 2019 14:40:23 -0700 (PDT)
Date: Sun, 21 Jul 2019 14:40:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1563745223; bh=HP3vg5xqXL0Eu82RNuN4je8PCBEPGl8yb9jye6Jw8lI=; h=Date:From:To:Subject:From; b=QP3yVijzyNBplU0fEUmt2B8AizKsn4tBGmYka3Tu1Kq/89FCw/ou5OE0lEjxeSkv/ JErRfh1MdNqVwI3+5U0H6GdbdVKMXDIQc48sPWGtCEaraUFXI76TeAUmcUsLLALM5K MFby+NB1THbpybtfgm999j5cDMHpEOHditxh6GNg=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-fix-loss-detection/f079e9-08ea0f@github.com>
Subject: [quicwg/base-drafts] 94e02c: Typo in change log
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/dsV-btO4CPenet30UvYDj5J-v9c>
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: Sun, 21 Jul 2019 21:40:26 -0000

  Branch: refs/heads/ianswett-fix-loss-detection
  Home:   https://github.com/quicwg/base-drafts
  Commit: 94e02c1f34af486b0ef3cce6530ee1609da754b5
      https://github.com/quicwg/base-drafts/commit/94e02c1f34af486b0ef3cce6530ee1609da754b5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-07-20 (Sat, 20 Jul 2019)

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

  Log Message:
  -----------
  Typo in change log


  Commit: 407928b26fd9e4fcb2efbef4f70a39eb8a466cd6
      https://github.com/quicwg/base-drafts/commit/407928b26fd9e4fcb2efbef4f70a39eb8a466cd6
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  PTO should always send an ack-eliciting packet


  Commit: e0c0ed2898f55e5dc4feac38520bcb272c6276f2
      https://github.com/quicwg/base-drafts/commit/e0c0ed2898f55e5dc4feac38520bcb272c6276f2
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Clarify resetting congestion control


  Commit: 02c8c88c142ca4ac8a1b08c1c16b333cbf1a38f8
      https://github.com/quicwg/base-drafts/commit/02c8c88c142ca4ac8a1b08c1c16b333cbf1a38f8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Merge pull request #2917 from quicwg/close2685

Clarify resetting congestion control


  Commit: d3c66d26508da8ad76829342bd75c7e844cf02ca
      https://github.com/quicwg/base-drafts/commit/d3c66d26508da8ad76829342bd75c7e844cf02ca
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Up to two full-sized datagrams, not packets (#2915)

* Up to two full-sized datagrams, not packets

Now that the PTO retransmits Initial and Handshake data, it's possible and likely desirable to bundle multiple QUIC packets in a single datagram.  This change makes it clear that is allowed.

* Update draft-ietf-quic-recovery.md

Co-Authored-By: MikkelFJ <mikkelfj@gmail.com>

* Update draft-ietf-quic-recovery.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>

* Update draft-ietf-quic-recovery.md

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>

* Fix a long line


  Commit: 114b20f4b2accf4f76a242a34d5f620cd48f4e3d
      https://github.com/quicwg/base-drafts/commit/114b20f4b2accf4f76a242a34d5f620cd48f4e3d
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Add rationale for why ack-eliciting


  Commit: 0d684171abcf439c7fc5fa6ff95433826682a108
      https://github.com/quicwg/base-drafts/commit/0d684171abcf439c7fc5fa6ff95433826682a108
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Merge pull request #2912 from quicwg/ianswett-pto-ack-eliciting

PTO should always send an ack-eliciting packet


  Commit: 08ea0f58a7562c1c091e7678e20654bb283cbc07
      https://github.com/quicwg/base-drafts/commit/08ea0f58a7562c1c091e7678e20654bb283cbc07
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-07-21 (Sun, 21 Jul 2019)

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

  Log Message:
  -----------
  Merge branch 'master' into ianswett-fix-loss-detection


Compare: https://github.com/quicwg/base-drafts/compare/f079e9dc3664...08ea0f58a756