[quicwg/base-drafts] 571c64: A Congestion Control state machine
Jana Iyengar <noreply@github.com> Tue, 08 September 2020 01:05 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 D2D143A0AE5 for <quic-issues@ietfa.amsl.com>; Mon, 7 Sep 2020 18:05:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level:
X-Spam-Status: No, score=-2.098 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, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 uGDWimNPuLUR for <quic-issues@ietfa.amsl.com>; Mon, 7 Sep 2020 18:05:27 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5D1F3A0823 for <quic-issues@ietf.org>; Mon, 7 Sep 2020 18:05:27 -0700 (PDT)
Received: from github-lowworker-fa7043e.ash1-iad.github.net (github-lowworker-fa7043e.ash1-iad.github.net [10.56.109.45]) by smtp.github.com (Postfix) with ESMTP id 2ED8C7A0026 for <quic-issues@ietf.org>; Mon, 7 Sep 2020 18:05:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1599527127; bh=ueUGHReQ04fHT3INs+RKnfWaVcguSK+YbRSB5D3dJaM=; h=Date:From:To:Subject:From; b=Uan+wAwqaMtTYZ7DFV6OHcHXaSuKSpHVvivMx53rD0vrSylFejxj73Pw4O/MBvGke o/yoYA8+0mD6kbHvf38NU7arcq9i7NTvLA7uKlXqr5iWKkSKLNWU10YHEkwFn+rAOq u2XOozq67X4pcq3QCNuhR57BTrHXmnIyF0lxrV3I=
Date: Mon, 07 Sep 2020 18:05:26 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c4c794-218f0d@github.com>
Subject: [quicwg/base-drafts] 571c64: A Congestion Control state machine
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/rv5ekIEzTM0cGpA-aS5_3sE_vHc>
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: Tue, 08 Sep 2020 01:05:30 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 571c641974bde509e9b86b68997e8a55110b8ad2 https://github.com/quicwg/base-drafts/commit/571c641974bde509e9b86b68997e8a55110b8ad2 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-26 (Wed, 26 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- A Congestion Control state machine This adds a state machine and makes further changes to the presentation of the congestion control states in line with that presentation. This rolls in the normative changes from #3978. Closes #4045. Commit: ec01b201edfa755c39d8b172eda6aa55c7c7a502 https://github.com/quicwg/base-drafts/commit/ec01b201edfa755c39d8b172eda6aa55c7c7a502 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-26 (Wed, 26 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Make pseudocode match directly Commit: a995b265247af1c7187263df77413919bb41741a https://github.com/quicwg/base-drafts/commit/a995b265247af1c7187263df77413919bb41741a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-26 (Wed, 26 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Corrections and suggestions Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> Commit: 3945f0aace0c71e28e03bc0643428a512ec0fe29 https://github.com/quicwg/base-drafts/commit/3945f0aace0c71e28e03bc0643428a512ec0fe29 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-26 (Wed, 26 Aug 2020) Changed paths: Log Message: ----------- Merge remote-tracking branch 'origin/ianswett-must-new-reno' into cc-fsm Commit: 5d3f651cf191c411ebe674e03cebcd279c5279b5 https://github.com/quicwg/base-drafts/commit/5d3f651cf191c411ebe674e03cebcd279c5279b5 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-27 (Thu, 27 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- a/the Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> Commit: 780b910b6f38c8bbe7d568520bf219acdc906169 https://github.com/quicwg/base-drafts/commit/780b910b6f38c8bbe7d568520bf219acdc906169 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-09-02 (Wed, 02 Sep 2020) 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 'define-ss-ca' into cc-fsm Commit: bc37ce7a8c440d05788db947e84f455ded8e901e https://github.com/quicwg/base-drafts/commit/bc37ce7a8c440d05788db947e84f455ded8e901e Author: Martin Thomson <mt@lowentropy.net> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge remote-tracking branch 'origin/cc-fsm' into cc-fsm Commit: e094c5f27c67bd0703f1f1c3011ab8c0127248a4 https://github.com/quicwg/base-drafts/commit/e094c5f27c67bd0703f1f1c3011ab8c0127248a4 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Ian's suggestions Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: e43ad7c0a3b1d7cbdcd058b866eb02966f7fe85e https://github.com/quicwg/base-drafts/commit/e43ad7c0a3b1d7cbdcd058b866eb02966f7fe85e Author: Martin Thomson <mt@lowentropy.net> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reshuffle paragraphs, reflow Commit: 45fbd4389d76e213ca305439d5572b2f30bc9624 https://github.com/quicwg/base-drafts/commit/45fbd4389d76e213ca305439d5572b2f30bc9624 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-09-04 (Fri, 04 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: 0194e02c796f0a9d31789a20e448870fceb74232 https://github.com/quicwg/base-drafts/commit/0194e02c796f0a9d31789a20e448870fceb74232 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-09-04 (Fri, 04 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 218f0d39a28f4585a3e226fac44e1b3bdbb0c871 https://github.com/quicwg/base-drafts/commit/218f0d39a28f4585a3e226fac44e1b3bdbb0c871 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #4055 from quicwg/cc-fsm State machine for CC Compare: https://github.com/quicwg/base-drafts/compare/c4c794b6e8ee...218f0d39a28f
- [quicwg/base-drafts] 571c64: A Congestion Control… Jana Iyengar