[quicwg/base-drafts] 1ae70b: Update initial congestion window on MTU decrease

Jana Iyengar <noreply@github.com> Tue, 01 September 2020 19:44 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 DF3893A0FC7 for <quic-issues@ietfa.amsl.com>; Tue, 1 Sep 2020 12:44:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 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_H2=-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 hj2TAsyRRzoA for <quic-issues@ietfa.amsl.com>; Tue, 1 Sep 2020 12:44:33 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C58683A0FC2 for <quic-issues@ietf.org>; Tue, 1 Sep 2020 12:44:33 -0700 (PDT)
Received: from github.com (hubbernetes-node-72d8ae7.ash1-iad.github.net [10.56.112.60]) by smtp.github.com (Postfix) with ESMTPA id 1DEC09025EF for <quic-issues@ietf.org>; Tue, 1 Sep 2020 12:44:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1598989473; bh=iCH1CMSiwhb6Kd70R6MtU5x1q+gSXZFyfVfz9guLiGw=; h=Date:From:To:Subject:From; b=z4o7fYPiOvkTfrtZe7C3wFCSQZoQiKoSbJ1rfj9OMe/8N5HrT75L1dpFF/QKKgBDa o9bGGpiTSoXIn/vE0UsDLXoF4lmvcV/GBri7RkMY7bAWuws6h/kNH5ZkMXNxTKMtHX M9QGcoZ+yMOSo31HuyRgb7hfQfgqn6oT3yObyRJc=
Date: Tue, 01 Sep 2020 12:44:33 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/41be14-53e2e4@github.com>
Subject: [quicwg/base-drafts] 1ae70b: Update initial congestion window on MTU decrease
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/iJJOCdRMZGKPeemfSvX3GL9nm5w>
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, 01 Sep 2020 19:44:35 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1ae70bae19212489407d10e1878d27191182b93d
      https://github.com/quicwg/base-drafts/commit/1ae70bae19212489407d10e1878d27191182b93d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

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

  Log Message:
  -----------
  Update initial congestion window on MTU decrease

Fixes #3997 by specifying that IW should be updated if the max packet size decreases in order to complete the handshake.


  Commit: b01abe68367e571b6593ebb02fcd91cf674130d5
      https://github.com/quicwg/base-drafts/commit/b01abe68367e571b6593ebb02fcd91cf674130d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-08-15 (Sat, 15 Aug 2020)

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

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


  Commit: 5af85b5602b9562d13e2b94933eebdf4b9f6bf62
      https://github.com/quicwg/base-drafts/commit/5af85b5602b9562d13e2b94933eebdf4b9f6bf62
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

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

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


  Commit: 53e2e4bd14df3353985dc676d4e2015c68bab08e
      https://github.com/quicwg/base-drafts/commit/53e2e4bd14df3353985dc676d4e2015c68bab08e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

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

  Log Message:
  -----------
  Merge pull request #3998 from quicwg/ianswett-iw-decrease

Update initial congestion window on MTU decrease


Compare: https://github.com/quicwg/base-drafts/compare/41be14b507b6...53e2e4bd14df