[quicwg/base-drafts] 22e8b1: forbid exceeding the peer's active_connection_id_l...

Martin Thomson <noreply@github.com> Mon, 09 December 2019 01:19 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 67C541200CD for <quic-issues@ietfa.amsl.com>; Sun, 8 Dec 2019 17:19:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level:
X-Spam-Status: No, score=-7.001 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, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-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 EDif3B9CHcbv for <quic-issues@ietfa.amsl.com>; Sun, 8 Dec 2019 17:19:18 -0800 (PST)
Received: from out-11.smtp.github.com (out-11.smtp.github.com [192.30.254.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCD0B12007C for <quic-issues@ietf.org>; Sun, 8 Dec 2019 17:19:18 -0800 (PST)
Received: from github-lowworker-6b40fdd.va3-iad.github.net (github-lowworker-6b40fdd.va3-iad.github.net [10.48.16.64]) by smtp.github.com (Postfix) with ESMTP id 83C37261739 for <quic-issues@ietf.org>; Sun, 8 Dec 2019 17:19:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575854358; bh=bOM96cgUhtbNKzX0rgJFnNAvtSuhroZir4Z5qs/80x0=; h=Date:From:To:Subject:From; b=nEpeixypOVAUvoOGpIM+/tJ6MF2Se9nyUsW91OV/1PqcxSlBFyyo7uWJhr2ef+7Hm hsxslvQdCwUxZWPlsGP5G5D58XsbcMxPFOppSSdIpdO+M9UNtBwu9XhHOcmzkiGpxK +AbvpDrPwkNMOrZIv9sCoj7cIfe83qKFkxLiyPgA=
Date: Sun, 08 Dec 2019 17:19:18 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/90baac-752f22@github.com>
Subject: [quicwg/base-drafts] 22e8b1: forbid exceeding the peer's active_connection_id_l...
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/K_L1d1dvCyNAmHGznMllf2QXzvs>
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, 09 Dec 2019 01:19:20 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22e8b1cae9a2614c72b2b58337b09a359f49c5ab
      https://github.com/quicwg/base-drafts/commit/22e8b1cae9a2614c72b2b58337b09a359f49c5ab
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

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

  Log Message:
  -----------
  forbid exceeding the peer's active_connection_id_limit


  Commit: 1e286a042ef691a58f38c6b63b6339fdf9b9d14b
      https://github.com/quicwg/base-drafts/commit/1e286a042ef691a58f38c6b63b6339fdf9b9d14b
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

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

  Log Message:
  -----------
  add an error code for exceeding the connection ID limit


  Commit: 8ed69b0c6393dca4a876ee73c866b69a7a2a3e75
      https://github.com/quicwg/base-drafts/commit/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  set a default and minimum value for active_connection_id_limit


  Commit: 8354804a2a30580fd1b7deadb19f3baf3ad68fd8
      https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  mandate the processing order of NEW_CONNECTION_ID frame fields


  Commit: 912634dbeddd6dbe910a05694828db4b2fc67b3a
      https://github.com/quicwg/base-drafts/commit/912634dbeddd6dbe910a05694828db4b2fc67b3a
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  include the handshake and SPA CIDs in the connection ID limit


  Commit: a11afffde6f7d8a1663baf21877b1b87449c2f41
      https://github.com/quicwg/base-drafts/commit/a11afffde6f7d8a1663baf21877b1b87449c2f41
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  rephrase when to supply new CIDs


  Commit: 2473c8b0a7b3834498c159403a6dfca75daaa41e
      https://github.com/quicwg/base-drafts/commit/2473c8b0a7b3834498c159403a6dfca75daaa41e
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master' into enforce-active-connection-id-limit


  Commit: 750caeac14e33b7bfa362d54d4804f6e2be69e5b
      https://github.com/quicwg/base-drafts/commit/750caeac14e33b7bfa362d54d4804f6e2be69e5b
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  no active_connection_id_limit when using zero-length CIDs


  Commit: 569b660eb85bf55bf7a226037da73057afd86ddf
      https://github.com/quicwg/base-drafts/commit/569b660eb85bf55bf7a226037da73057afd86ddf
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

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

Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>


  Commit: e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad
      https://github.com/quicwg/base-drafts/commit/e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  apply Jana's suggestion


  Commit: 752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097
      https://github.com/quicwg/base-drafts/commit/752f22c36e96d4a647f6ad69c8cd8a6eb1f8b097
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

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

  Log Message:
  -----------
  Merge pull request #3201 from marten-seemann/enforce-active-connection-id-limit

enforce the active_connection_id_limit


Compare: https://github.com/quicwg/base-drafts/compare/90baacda8f5c...752f22c36e96