[quicwg/base-drafts] f00116: A pacing algorithm
ianswett <noreply@github.com> Mon, 18 May 2020 09:58 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 C011E3A0A66 for <quic-issues@ietfa.amsl.com>; Mon, 18 May 2020 02:58:23 -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 1v9d1fTOE85e for <quic-issues@ietfa.amsl.com>; Mon, 18 May 2020 02:58:22 -0700 (PDT)
Received: from out-25.smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 31AF43A0A67 for <quic-issues@ietf.org>; Mon, 18 May 2020 02:58:22 -0700 (PDT)
Received: from github-lowworker-d1d6e31.ash1-iad.github.net (github-lowworker-d1d6e31.ash1-iad.github.net [10.56.105.50]) by smtp.github.com (Postfix) with ESMTP id E9CD4280F5C for <quic-issues@ietf.org>; Mon, 18 May 2020 02:58:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1589795899; bh=ORNiW5DT9oGu8kmINlj68STd257XXdR/EbhMzkPy5Hc=; h=Date:From:To:Subject:From; b=dEwHbgrCfNtUrSO7qsAk1GaQefc3KIrNwTxPQmwnYzzoMvtPGkfi+WnJbmrJ1d6/k S0MHW5V8ZDoPPcfX60iPSsMYfZjBNZYOdyI4/4YiQpOkxf3HyPZV49ow14p+bOUGST /H/1g/yS6YzKzhrsRc+JxwmUCiafB3MjeQtio+Vs=
Date: Mon, 18 May 2020 02:58:19 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c1d061-d433f6@github.com>
Subject: [quicwg/base-drafts] f00116: A pacing algorithm
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/IP81ypFWS-GSCv6Ae0k0gyWmJt8>
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: Mon, 18 May 2020 09:58:24 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: f001162b89055fad7e837b6f2847277ff0f20177 https://github.com/quicwg/base-drafts/commit/f001162b89055fad7e837b6f2847277ff0f20177 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-01 (Fri, 01 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- A pacing algorithm This isn't code, because I don't think we need to do any more than point at the leaky bucket algorithm, but it does provide more concrete advice than we've had. It removes the reference to fqdisc as that isn't especially helpful, as the original issue observes. Closes #3122. Commit: 561df07e9b817460e4006266af1e0acee19c0f8a https://github.com/quicwg/base-drafts/commit/561df07e9b817460e4006266af1e0acee19c0f8a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-01 (Fri, 01 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Forgot to include smoothed_rtt in the description Commit: a4b888eab05865e39b40e240bb3abf962f95de9b https://github.com/quicwg/base-drafts/commit/a4b888eab05865e39b40e240bb3abf962f95de9b Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-01 (Fri, 01 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reword rationale somewhat Commit: b776f4d79e077017b718671b8362650a0b8e62bd https://github.com/quicwg/base-drafts/commit/b776f4d79e077017b718671b8362650a0b8e62bd Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-13 (Wed, 13 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Using suggestions to edit Commit: 37eaf7e767121467227f3fbade7329a7d7b264f3 https://github.com/quicwg/base-drafts/commit/37eaf7e767121467227f3fbade7329a7d7b264f3 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-13 (Wed, 13 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Add a blank line Commit: 75791409cdeafdfdb429024dc1ced0ed104f8648 https://github.com/quicwg/base-drafts/commit/75791409cdeafdfdb429024dc1ced0ed104f8648 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-13 (Wed, 13 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Shorter figure line Commit: 7ddcd1d53039f50f8050ec51912c086016407521 https://github.com/quicwg/base-drafts/commit/7ddcd1d53039f50f8050ec51912c086016407521 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-14 (Thu, 14 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Trying to thread the needle Commit: 954f037f641703d7566f024cc41755f24ef6ae2b https://github.com/quicwg/base-drafts/commit/954f037f641703d7566f024cc41755f24ef6ae2b Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-14 (Thu, 14 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Fix Commit: dbc8ffcf3816c7c88ea997283e7c4ae06a0a2550 https://github.com/quicwg/base-drafts/commit/dbc8ffcf3816c7c88ea997283e7c4ae06a0a2550 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-14 (Thu, 14 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- under-utilization Co-authored-by: Jana Iyengar <jri.ietf@gmail.com> Commit: 819f4d0d5710830a2e832acac8afa8e38c1439d6 https://github.com/quicwg/base-drafts/commit/819f4d0d5710830a2e832acac8afa8e38c1439d6 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-14 (Thu, 14 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Some editorial rearrangement Commit: 42a1dd87ae1eb65da2a57d31a5e2212cc5b0c2fe https://github.com/quicwg/base-drafts/commit/42a1dd87ae1eb65da2a57d31a5e2212cc5b0c2fe Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Some improvements from Ian Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: b0a1b1c0db25b4971df0078f14fe68bb50b5da9b https://github.com/quicwg/base-drafts/commit/b0a1b1c0db25b4971df0078f14fe68bb50b5da9b Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- ack-clocking Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: a320b5463d042d2cfdf6b20a2278025687670fe6 https://github.com/quicwg/base-drafts/commit/a320b5463d042d2cfdf6b20a2278025687670fe6 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Reword ack-clocking again Commit: d433f6e3bc26b864377fdbf1172be959de70691d https://github.com/quicwg/base-drafts/commit/d433f6e3bc26b864377fdbf1172be959de70691d Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3630 from quicwg/pacing-dfn A pacing algorithm Compare: https://github.com/quicwg/base-drafts/compare/c1d0618c4904...d433f6e3bc26