[quicwg/base-drafts] 249f15: Send a few immediate ACKs

Jana Iyengar <noreply@github.com> Fri, 01 February 2019 08:18 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 F3E5C13121B for <quic-issues@ietfa.amsl.com>; Fri, 1 Feb 2019 00:18:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -11.553
X-Spam-Level:
X-Spam-Status: No, score=-11.553 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-4.553, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, 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 Q8haicGWTeph for <quic-issues@ietfa.amsl.com>; Fri, 1 Feb 2019 00:18:45 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D94D13121A for <quic-issues@ietf.org>; Fri, 1 Feb 2019 00:18:45 -0800 (PST)
Date: Fri, 01 Feb 2019 00:18:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1549009124; bh=0BtNfaYYeAJM/kQ3oL4BRauTXPyoWUV8zQFEBNN7b+M=; h=Date:From:To:Subject:From; b=PkNgN4SfVwcA+JIeDkvAAA5jsHHEJAXGMyS3IaRPL2uGzSfCBeh3Rp0IMBSYQlXLW Rd5MPFTFb9LfjRMKQPR0isxP/kV4Yq3boblw5BNXM4MYJ5CRM9+AWNUPKvq6EyExOg xE2Hw5USAryMu4BdegXRdX5Lp5lGqk6UdoFOLTCw=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c5b871-954e04@github.com>
Subject: [quicwg/base-drafts] 249f15: Send a few immediate ACKs
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Nu8ZgdPUD65wgp-V-H-RkgrrcvU>
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: Fri, 01 Feb 2019 08:18:48 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 249f152bbc66e6c16046d054357bdeca8b830d8b
      https://github.com/quicwg/base-drafts/commit/249f152bbc66e6c16046d054357bdeca8b830d8b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

  Log Message:
  -----------
  Send a few immediate ACKs

Attempt to address #1968


  Commit: 099dedd0f2cdaedf94ba34ced4f46b0edfce06ed
      https://github.com/quicwg/base-drafts/commit/099dedd0f2cdaedf94ba34ced4f46b0edfce06ed
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-11-20 (Tue, 20 Nov 2018)

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

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


  Commit: 31d1343358b9086b8ed92d83d6e278229f629501
      https://github.com/quicwg/base-drafts/commit/31d1343358b9086b8ed92d83d6e278229f629501
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-spin-exp.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    A initial-protection.js
    M tag.sh

  Log Message:
  -----------
  Merge branch 'master' into ianswett-immediate-ack


  Commit: b343e2b684bd69a138bf15cbfa53a1419cb539c4
      https://github.com/quicwg/base-drafts/commit/b343e2b684bd69a138bf15cbfa53a1419cb539c4
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-11 (Fri, 11 Jan 2019)

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

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


  Commit: f070e8ff061c9cc366f7d56168f69dc33829b53c
      https://github.com/quicwg/base-drafts/commit/f070e8ff061c9cc366f7d56168f69dc33829b53c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

  Log Message:
  -----------
  Should immediately ACK one packet


  Commit: 60a6255b8de4a75f9e0d9bee4cb43036889d6d59
      https://github.com/quicwg/base-drafts/commit/60a6255b8de4a75f9e0d9bee4cb43036889d6d59
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
      https://github.com/quicwg/base-drafts/commit/cfb0ae882b4d80fc8f2311dd7245c6da86dd19ca
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 183d6c301e5af64f795651eed7d73c20399321bf
      https://github.com/quicwg/base-drafts/commit/183d6c301e5af64f795651eed7d73c20399321bf
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 87ac16a634eb4cf1e4cfd994039440c053536f12
      https://github.com/quicwg/base-drafts/commit/87ac16a634eb4cf1e4cfd994039440c053536f12
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: fba23ef4187a7f59b922ba0a8c0ea263627b447b
      https://github.com/quicwg/base-drafts/commit/fba23ef4187a7f59b922ba0a8c0ea263627b447b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
      https://github.com/quicwg/base-drafts/commit/ac2c595a33dfb08bb1dc5d0d9cf26f0fe4339b5f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

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

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


  Commit: 741c29413014fd3541f930344e5b9e419f4b244c
      https://github.com/quicwg/base-drafts/commit/741c29413014fd3541f930344e5b9e419f4b244c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

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

  Log Message:
  -----------
  Jana's suggestion


  Commit: 7e473d989c13f7bb7e284641b0572fd6c71da6ef
      https://github.com/quicwg/base-drafts/commit/7e473d989c13f7bb7e284641b0572fd6c71da6ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-29 (Tue, 29 Jan 2019)

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

  Log Message:
  -----------
  Only send immediate acks for 1/8 RTT


  Commit: 8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
      https://github.com/quicwg/base-drafts/commit/8b7cb1ad06a48978de1d8dc8b6b21a32a99b1ee2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

  Log Message:
  -----------
  A bit clearer


  Commit: 2c9832bd48766216ac7c12f8c066c61dfe83e9c5
      https://github.com/quicwg/base-drafts/commit/2c9832bd48766216ac7c12f8c066c61dfe83e9c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

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


  Commit: d5cb783f471e74f6fd392f5e75a239ad7bf01415
      https://github.com/quicwg/base-drafts/commit/d5cb783f471e74f6fd392f5e75a239ad7bf01415
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-01-30 (Wed, 30 Jan 2019)

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

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


  Commit: 954e040f4723597609a6f61fc1a93aa29d215246
      https://github.com/quicwg/base-drafts/commit/954e040f4723597609a6f61fc1a93aa29d215246
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #2025 from quicwg/ianswett-immediate-ack

Send an immediate ACK


Compare: https://github.com/quicwg/base-drafts/compare/c5b8718041be...954e040f4723