[quicwg/base-drafts] 46486d: Make in_flight the criterion for declaring loss

Mike Bishop <mbishop@evequefou.be> Wed, 19 December 2018 20:09 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 43AB9128D09 for <quic-issues@ietfa.amsl.com>; Wed, 19 Dec 2018 12:09:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.965
X-Spam-Level:
X-Spam-Status: No, score=-1.965 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.065, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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 QZ2hqvtaTM46 for <quic-issues@ietfa.amsl.com>; Wed, 19 Dec 2018 12:09:30 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (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 A28E1130ED9 for <quic-issues@ietf.org>; Wed, 19 Dec 2018 12:09:28 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1545250167; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=esKl2BlouqLPNypImcGw8C6X+HExtJufFG/RUVH+BV8=; b=Y5v+gcGxqkNPwDHUDE93+I29d+9TLumEFfDyHMuZwnIZ7Vj1hOxy4J5/3A8HwC3NIV0vpBEe LddUy0SIPP4R520+7cPyQKADpQD2tIf1hUaC92N/f2wrqzB8e7IjUJ+pdWKlIO6WRqym9UQt s7AMfT1NImF5gGRtdCYyYFGHgfY=
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mbishop=evequefou.be@github.com
Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5c1aa576.7f7b95ae5810-smtp-out-n02; Wed, 19 Dec 2018 20:09:26 -0000 (UTC)
Date: Wed, 19 Dec 2018 12:09:26 -0800
From: Mike Bishop <mbishop@evequefou.be>
Reply-To: Mike Bishop <mbishop@evequefou.be>
To: quic-issues@ietf.org
Message-ID: <5c1aa576d495d_60002ac8196e0580192cc@hookshot-fe-88eb02d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 46486d: Make in_flight the criterion for declaring loss
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c1aa576d41d8_60002ac8196e05801914a"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XJUvlAQHX2B-KgdvKsO_hRDTCi4>
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, 19 Dec 2018 20:09:35 -0000

  Branch: refs/heads/transport/packet-types
  Home:   https://github.com/quicwg/base-drafts
  Commit: 46486dc1191b0ca0f08203597dde6d419e466bf0
      https://github.com/quicwg/base-drafts/commit/46486dc1191b0ca0f08203597dde6d419e466bf0
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2018-12-06 (Thu, 06 Dec 2018)

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

  Log Message:
  -----------
  Make in_flight the criterion for declaring loss

If a packet contains just ACKs and PADDING, it is not retransmittable but must be declared lost to free up the congestion window space.


  Commit: 7ce9746886d1b3d5b638f8bc24dc8defc1891f3c
      https://github.com/quicwg/base-drafts/commit/7ce9746886d1b3d5b638f8bc24dc8defc1891f3c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-07 (Fri, 07 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'master' into patch-31


  Commit: b290a95ceecc5df8ef291211502af941bbbf045b
      https://github.com/quicwg/base-drafts/commit/b290a95ceecc5df8ef291211502af941bbbf045b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2018-12-07 (Fri, 07 Dec 2018)

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

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


  Commit: f433c69b3c1334f73fb32424c45d0c9b99eb3f30
      https://github.com/quicwg/base-drafts/commit/f433c69b3c1334f73fb32424c45d0c9b99eb3f30
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-09 (Sun, 09 Dec 2018)

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

  Log Message:
  -----------
  Clarification and minor addition to ICMP PTB text


  Commit: 10dffa5842a2939654d8379c0487d06d5f800f6d
      https://github.com/quicwg/base-drafts/commit/10dffa5842a2939654d8379c0487d06d5f800f6d
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  Use "addresses" instead of "4-tuple"

Co-Authored-By: igorlord <ilubashe@akamai.com>


  Commit: 30dba735dbf0ecbf9b53a05e6fed78cbc43962ce
      https://github.com/quicwg/base-drafts/commit/30dba735dbf0ecbf9b53a05e6fed78cbc43962ce
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-10 (Mon, 10 Dec 2018)

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

  Log Message:
  -----------
  reflow text


  Commit: 4534794a000d30427a543c1c6ecda4aac381e30b
      https://github.com/quicwg/base-drafts/commit/4534794a000d30427a543c1c6ecda4aac381e30b
  Author: Igor Lubashev <igorlord@alum.mit.edu>
  Date:   2018-12-13 (Thu, 13 Dec 2018)

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

  Log Message:
  -----------
  ICMP PTB -- simplify and clarfy


  Commit: ad6122da9447057fab23d283f541ed503a40915f
      https://github.com/quicwg/base-drafts/commit/ad6122da9447057fab23d283f541ed503a40915f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-14 (Fri, 14 Dec 2018)

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

  Log Message:
  -----------
  Validation MUST match IPs and ports.

Co-Authored-By: igorlord <ilubashe@akamai.com>


  Commit: 99e488afefcca585bb4eff639430c273457605e7
      https://github.com/quicwg/base-drafts/commit/99e488afefcca585bb4eff639430c273457605e7
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-15 (Sat, 15 Dec 2018)

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

  Log Message:
  -----------
  clarify that old keys should always be dropped


  Commit: 74ea30bb75b3edf5511cdf9ad3fe1eaf7eb1bad8
      https://github.com/quicwg/base-drafts/commit/74ea30bb75b3edf5511cdf9ad3fe1eaf7eb1bad8
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Key discard requirements

Tweak text a little to remove redundancy.

Add a stronger recommendation about what "short period" means (see quicwg#2172).

Closes quicwg#2172.


  Commit: ab1cdf44338acefa34583d7f0d9159681602002d
      https://github.com/quicwg/base-drafts/commit/ab1cdf44338acefa34583d7f0d9159681602002d
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #1 from quicwg/drop-old

Key discard requirements


  Commit: bf27237f946cae8e0f5dfa81c60b12caa0c70ba4
      https://github.com/quicwg/base-drafts/commit/bf27237f946cae8e0f5dfa81c60b12caa0c70ba4
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Probe Timeout/PTO


  Commit: 382d294a4ba61d4d59c895adb8d7edecdd148246
      https://github.com/quicwg/base-drafts/commit/382d294a4ba61d4d59c895adb8d7edecdd148246
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'master' into pmtu-may-ignore-ipv4-icmp


  Commit: e89880bd117682363527101313f251eae7e225f9
      https://github.com/quicwg/base-drafts/commit/e89880bd117682363527101313f251eae7e225f9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2108 from igorlord/pmtu

Clarification and minor addition to ICMP PTB text


  Commit: 27806f09e69a7902b77e153d3c6ad1a77a408053
      https://github.com/quicwg/base-drafts/commit/27806f09e69a7902b77e153d3c6ad1a77a408053
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge branch 'master' into pmtu-may-ignore-ipv4-icmp


  Commit: eb8804f770b066ae69a1f356a6dc78c52f7329be
      https://github.com/quicwg/base-drafts/commit/eb8804f770b066ae69a1f356a6dc78c52f7329be
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2109 from igorlord/pmtu-may-ignore-ipv4-icmp

Clarify ICMP PTB message validation


  Commit: b76fe897bdd326b46677bce971b4a59e23f47699
      https://github.com/quicwg/base-drafts/commit/b76fe897bdd326b46677bce971b4a59e23f47699
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2191 from marten-seemann/drop-old-keys

clarify that old keys should always be dropped


  Commit: c91232a7572c307fe8766b82b02f854314280695
      https://github.com/quicwg/base-drafts/commit/c91232a7572c307fe8766b82b02f854314280695
  Author: janaiyengar <jri.ietf@gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

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

  Log Message:
  -----------
  Merge pull request #2104 from martinduke/patch-31

Make in_flight the criterion for declaring loss


  Commit: 466dce7210bf2080b1f3a6f1e9afacb9cf55bf14
      https://github.com/quicwg/base-drafts/commit/466dce7210bf2080b1f3a6f1e9afacb9cf55bf14
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Extra changelog entries


  Commit: 2ce761915d65dad597821ed4532317b2be32c667
      https://github.com/quicwg/base-drafts/commit/2ce761915d65dad597821ed4532317b2be32c667
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

  Changed paths:
    M tag.sh

  Log Message:
  -----------
  Add qpack to tag hack


  Commit: b01b836b27cf7708f7077902fc3fd709f20b79f6
      https://github.com/quicwg/base-drafts/commit/b01b836b27cf7708f7077902fc3fd709f20b79f6
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  some more editorial work


  Commit: 6e52c178f4bad1dace46026f326ddfec8964dff1
      https://github.com/quicwg/base-drafts/commit/6e52c178f4bad1dace46026f326ddfec8964dff1
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Some more cleanup


  Commit: e0b6425452b25dfef35cc7a65cb7c6ad75a0c773
      https://github.com/quicwg/base-drafts/commit/e0b6425452b25dfef35cc7a65cb7c6ad75a0c773
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  More editorial work


  Commit: bacca223d8b9c9aea5d27a05bbaf5f404c180d15
      https://github.com/quicwg/base-drafts/commit/bacca223d8b9c9aea5d27a05bbaf5f404c180d15
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

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

Co-Authored-By: ekr <ekr@rtfm.com>


  Commit: 3c20b49051b5a4ab52b2c4de161a5e0806e4efbf
      https://github.com/quicwg/base-drafts/commit/3c20b49051b5a4ab52b2c4de161a5e0806e4efbf
  Author: MikkelFJ <mikkelfj@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Apply suggestions from code review

Co-Authored-By: ekr <ekr@rtfm.com>


  Commit: 7b825b51b9f59d67b870df4d62e7f9609e71073d
      https://github.com/quicwg/base-drafts/commit/7b825b51b9f59d67b870df4d62e7f9609e71073d
  Author: EKR <ekr@rtfm.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Review comments


  Commit: 0828c13998d5720f7b332495d098bb7d57d6d3aa
      https://github.com/quicwg/base-drafts/commit/0828c13998d5720f7b332495d098bb7d57d6d3aa
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Reflow text, tweak


  Commit: 6bacca6a3b8c31bccdded4cdb4a6484136b482d9
      https://github.com/quicwg/base-drafts/commit/6bacca6a3b8c31bccdded4cdb4a6484136b482d9
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into transport/packet-types


  Commit: 5d2511561a31360bdeb2a30fc46e862e65fc27d3
      https://github.com/quicwg/base-drafts/commit/5d2511561a31360bdeb2a30fc46e862e65fc27d3
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2018-12-19 (Wed, 19 Dec 2018)

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

  Log Message:
  -----------
  Rearrange to eliminate ELH


Compare: https://github.com/quicwg/base-drafts/compare/e315b4d745c6...5d2511561a31
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.