[quicwg/base-drafts] 59df95: Adjust autotuning recommendations

Martin Thomson <mt@lowentropy.net> Sun, 06 January 2019 22:10 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 46519130E77 for <quic-issues@ietfa.amsl.com>; Sun, 6 Jan 2019 14:10:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.964
X-Spam-Level:
X-Spam-Status: No, score=-1.964 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, 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 Nr4PBLaJIXmD for <quic-issues@ietfa.amsl.com>; Sun, 6 Jan 2019 14:10:46 -0800 (PST)
Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) (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 1E342130E6E for <quic-issues@ietf.org>; Sun, 6 Jan 2019 14:10:46 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1546812645; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=1uoYjZRRKHt1mLhPf4eYYg+dFosKcKbbmf0kx4rC/jo=; b=Zq472Ia5iHI2hnaj0yh5nJYAavNx+gJvhXL7zOXmGs/Si0uQqOPd10hQPj2lHw/D2/BB62XP QBAvK1hC40qgyGyzJuWl2inCWu5Q+EFBuY7VswSvxHFat5arWTfhrhlaJsMmQJ0P+c7zsOyb hheAQXqKbP50o4Z9hwnxWZT6fvk=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: mt=lowentropy.net@github.com
Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 5c327ce5.7f0adc9a88d0-smtp-out-n03; Sun, 06 Jan 2019 22:10:45 -0000 (UTC)
Date: Sun, 06 Jan 2019 14:10:45 -0800
From: Martin Thomson <mt@lowentropy.net>
Reply-To: Martin Thomson <mt@lowentropy.net>
To: quic-issues@ietf.org
Message-ID: <5c327ce510223_56cc2aacd4b8a578328a@hookshot-fe-265448d.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 59df95: Adjust autotuning recommendations
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c327ce5fd1e_56cc2aacd4b8a578327d0"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TwUYVUU2L3vmg-ZAQOAzllTSWjU>
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: Sun, 06 Jan 2019 22:10:48 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 59df95fa2e9f856dfee2d03b163108944122a5bf
      https://github.com/quicwg/base-drafts/commit/59df95fa2e9f856dfee2d03b163108944122a5bf
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2018-12-21 (Fri, 21 Dec 2018)

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

  Log Message:
  -----------
  Adjust autotuning recommendations

This doesn't need normative text.

This adds @ianswett's recommendation about only sending flow control
frames when there are other frames to send.  Though I added another note
about the peer being explicitly blocked, which I think is a useful
transition to the next paragraph.

Closes #2083.


  Commit: ac630214da1db388e8cde6428431312517d278b1
      https://github.com/quicwg/base-drafts/commit/ac630214da1db388e8cde6428431312517d278b1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-07 (Mon, 07 Jan 2019)

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

  Log Message:
  -----------
  Optimization suggestion only


  Commit: b146756aa0d774cc43607582a7612af9552a7693
      https://github.com/quicwg/base-drafts/commit/b146756aa0d774cc43607582a7612af9552a7693
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-01-06 (Sun, 06 Jan 2019)

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

  Log Message:
  -----------
  Merge pull request #2240 from quicwg/im-on-a-boat

Adjust autotuning recommendations


Compare: https://github.com/quicwg/base-drafts/compare/e7196983ed2d...b146756aa0d7
      **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.