[quicwg/base-drafts] 6290d1: Notify the congestion controller of losses first
ianswett <noreply@github.com> Wed, 01 April 2020 00:07 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 4F6383A0DDC for <quic-issues@ietfa.amsl.com>; Tue, 31 Mar 2020 17:07:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.2
X-Spam-Level:
X-Spam-Status: No, score=-0.2 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, 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 oeQii-7DaCRZ for <quic-issues@ietfa.amsl.com>; Tue, 31 Mar 2020 17:07:12 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FE993A0DD7 for <quic-issues@ietf.org>; Tue, 31 Mar 2020 17:07:12 -0700 (PDT)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id BB4A1520E61 for <quic-issues@ietf.org>; Tue, 31 Mar 2020 17:07:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1585699631; bh=tUSY06MQf8hXPi6RxJ4Im2/kGlFUPseDbkSMFHb39f8=; h=Date:From:To:Subject:From; b=UoXmFVn6yOww8ILN9jZm0f6JEAvpORfdg8JoEWYSwNPbulAeXIovy2enimgzHKMbW zSiOQoNV4Ye/3x+zy9vxnv2ahiMM4FjSVuScqL0uyJNZ4rc69hYkwBe9/qWmcfmHfp FhNOtWgfr0e4pEvG6OdjZjBzjhoHrZ1y0pEQyglU=
Date: Tue, 31 Mar 2020 17:07:11 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/bdbf6a-46f61b@github.com>
Subject: [quicwg/base-drafts] 6290d1: Notify the congestion controller of losses first
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/yKNWE-fD8FVvBLkBrcd-oDbQZ38>
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, 01 Apr 2020 00:07:14 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 6290d1447ecdc63e4b0a702d0a0bd27d01904d6a https://github.com/quicwg/base-drafts/commit/6290d1447ecdc63e4b0a702d0a0bd27d01904d6a Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-22 (Sun, 22 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Notify the congestion controller of losses first Fixes #3495 and #3288 by notifying the congestion controller of lost packets prior to notifying it of acknowledged packets and passing all lost packets into InPersistentCongestion(). Commit: 0c944ea9badc434888c169b4609687d404ad2fcb https://github.com/quicwg/base-drafts/commit/0c944ea9badc434888c169b4609687d404ad2fcb Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-22 (Sun, 22 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 5f520e2d9207eb156fb3a6fec2a11318c975b36e https://github.com/quicwg/base-drafts/commit/5f520e2d9207eb156fb3a6fec2a11318c975b36e Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- temp update Commit: de8eca5e5b745c44c1c52b1c811f5068c565c112 https://github.com/quicwg/base-drafts/commit/de8eca5e5b745c44c1c52b1c811f5068c565c112 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 2594cd133feb9ef21f93fda32bca9dc6c997a494 https://github.com/quicwg/base-drafts/commit/2594cd133feb9ef21f93fda32bca9dc6c997a494 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 05d9705c4dce2707f3bd8456b410e082c717a41c https://github.com/quicwg/base-drafts/commit/05d9705c4dce2707f3bd8456b410e082c717a41c Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 902703f7d3bc8931ba05e877e88a322f29c1d9b0 https://github.com/quicwg/base-drafts/commit/902703f7d3bc8931ba05e877e88a322f29c1d9b0 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-29 (Sun, 29 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 35fad6f470bf6fd2316189ecb7a9ce376c93f4d9 https://github.com/quicwg/base-drafts/commit/35fad6f470bf6fd2316189ecb7a9ce376c93f4d9 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 71bebc7cd1d63193b6e788deffb65aee681ab8cc https://github.com/quicwg/base-drafts/commit/71bebc7cd1d63193b6e788deffb65aee681ab8cc Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: c942fd8027c3ddbd03c658aca614282cb1b3f490 https://github.com/quicwg/base-drafts/commit/c942fd8027c3ddbd03c658aca614282cb1b3f490 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 5d0f1778e301bc0aaae4c0a8d192814852000fda https://github.com/quicwg/base-drafts/commit/5d0f1778e301bc0aaae4c0a8d192814852000fda Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Apply suggestions from code review Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: ef5ea9cf87e6742d05a8347c6a58e07d6bc8a27c https://github.com/quicwg/base-drafts/commit/ef5ea9cf87e6742d05a8347c6a58e07d6bc8a27c Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 949bbab5c32eef55d23296330477c49bb60661ca https://github.com/quicwg/base-drafts/commit/949bbab5c32eef55d23296330477c49bb60661ca Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 6c7ff3f90cef21648886155cd108e7eecf981e56 https://github.com/quicwg/base-drafts/commit/6c7ff3f90cef21648886155cd108e7eecf981e56 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 3634c6b298b8e1e57fd89cc5247750d182767512 https://github.com/quicwg/base-drafts/commit/3634c6b298b8e1e57fd89cc5247750d182767512 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Apply suggestions from code review Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 2503587c41e812f77339cc30f3909abad187cb8d https://github.com/quicwg/base-drafts/commit/2503587c41e812f77339cc30f3909abad187cb8d Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Use largest() consistently Commit: a90f17cacdfe043735ff599d4b16c3d510148259 https://github.com/quicwg/base-drafts/commit/a90f17cacdfe043735ff599d4b16c3d510148259 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: ae9bb473c0f1d882375d7e1e6acab6444f96b42f https://github.com/quicwg/base-drafts/commit/ae9bb473c0f1d882375d7e1e6acab6444f96b42f Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: b34f5f9be7847b80ae890f03012f95775b946de3 https://github.com/quicwg/base-drafts/commit/b34f5f9be7847b80ae890f03012f95775b946de3 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 46f61b620f829a46b08efa1a5ea20cb1abcd4f80 https://github.com/quicwg/base-drafts/commit/46f61b620f829a46b08efa1a5ea20cb1abcd4f80 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-03-31 (Tue, 31 Mar 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3540 from quicwg/ianswett-loss-first Notify the congestion controller of losses first Compare: https://github.com/quicwg/base-drafts/compare/bdbf6a120848...46f61b620f82