[quicwg/base-drafts] 53a515: What if an ACK frame doesn't fit

Martin Thomson <noreply@github.com> Wed, 08 January 2020 05:43 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 635DE120025 for <quic-issues@ietfa.amsl.com>; Tue, 7 Jan 2020 21:43:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 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, 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 j3Uz2SO6nKLp for <quic-issues@ietfa.amsl.com>; Tue, 7 Jan 2020 21:43:17 -0800 (PST)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46529120041 for <quic-issues@ietf.org>; Tue, 7 Jan 2020 21:43:17 -0800 (PST)
Received: from github-lowworker-a6a2749.va3-iad.github.net (github-lowworker-a6a2749.va3-iad.github.net [10.48.16.62]) by smtp.github.com (Postfix) with ESMTP id A48A68C043B for <quic-issues@ietf.org>; Tue, 7 Jan 2020 21:43:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1578462196; bh=GtWvNNFZk5qFIs1kLIttFN+0Fdz2Gk3DGcJvFBsqnj0=; h=Date:From:To:Subject:From; b=1Pgr8TQD4HDNSY2mxqXjkx/UEnVMwpG2y/+7YiaEBHMcZwm+NvnWM1Lvv02dHNm/3 aQxr8DVjvQGpuFjctLtqpEhiNHc7iZH53/Vin/Zn+rbDFxfUnemdBE20OXPcDcFV++ OvYwh2Q+LF3lWbZ0hV0z2OSkWUZUHe8J2PSzUmeA=
Date: Tue, 07 Jan 2020 21:43:16 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/name-indications/000000-2c6135@github.com>
Subject: [quicwg/base-drafts] 53a515: What if an ACK frame doesn't fit
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/R4u4w5p4nUSc_S93G4ucd0WzAcA>
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: Wed, 08 Jan 2020 05:43:20 -0000

  Branch: refs/heads/name-indications
  Home:   https://github.com/quicwg/base-drafts
  Commit: 53a515def698514a165edc35bb8a26250949b26f
      https://github.com/quicwg/base-drafts/commit/53a515def698514a165edc35bb8a26250949b26f
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

  Log Message:
  -----------
  What if an ACK frame doesn't fit

Into a QUIC packet.
Fixes #3311


  Commit: 9a33ebfeedd008858909a7503e52509942e89341
      https://github.com/quicwg/base-drafts/commit/9a33ebfeedd008858909a7503e52509942e89341
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

  Log Message:
  -----------
  ACK frames PN space editorial

Fixes #3310 by taking @dtikhonov suggestion and adding a sentence about how the same PN may be used in each space.


  Commit: b51a44feec25a4779523fd03ab3e5cd5e993d8f2
      https://github.com/quicwg/base-drafts/commit/b51a44feec25a4779523fd03ab3e5cd5e993d8f2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: 972436bc2b442dd8039b6ea1e98d9b2b32ca52cb
      https://github.com/quicwg/base-drafts/commit/972436bc2b442dd8039b6ea1e98d9b2b32ca52cb
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: a057f405075269548a706d271e2c29f308d2b289
      https://github.com/quicwg/base-drafts/commit/a057f405075269548a706d271e2c29f308d2b289
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

  Log Message:
  -----------
  Martin's suggestion


  Commit: b26df1ce51fee348dac88a16a741a48f4fda58c7
      https://github.com/quicwg/base-drafts/commit/b26df1ce51fee348dac88a16a741a48f4fda58c7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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

Co-Authored-By: Martin Thomson <mt@lowentropy.net>


  Commit: b38866e19b6cf24d3dc7f6b19ddecb39b9e2be01
      https://github.com/quicwg/base-drafts/commit/b38866e19b6cf24d3dc7f6b19ddecb39b9e2be01
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: a1d2dde9106236eabdb77ed8476a396ae0a252dd
      https://github.com/quicwg/base-drafts/commit/a1d2dde9106236eabdb77ed8476a396ae0a252dd
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

  Log Message:
  -----------
  Add in before {{version-negotiation}}

Typically we use "in {{}}" or "(see {{}})", so this lines up with that.


  Commit: 2b0d822efe900a598e7400db5e4762b96defd6b8
      https://github.com/quicwg/base-drafts/commit/2b0d822efe900a598e7400db5e4762b96defd6b8
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: 7162757191abf80370f0f10f9a6b1dff65c6159d
      https://github.com/quicwg/base-drafts/commit/7162757191abf80370f0f10f9a6b1dff65c6159d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  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: 2ae45350f15bab946a37b4cd6162c160e1496fe1
      https://github.com/quicwg/base-drafts/commit/2ae45350f15bab946a37b4cd6162c160e1496fe1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  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: 280c374ee36d999ce701230cf73aa1d57eefed21
      https://github.com/quicwg/base-drafts/commit/280c374ee36d999ce701230cf73aa1d57eefed21
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  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: 27a87550c7997f9c469f5137ef68a05d9e52eba5
      https://github.com/quicwg/base-drafts/commit/27a87550c7997f9c469f5137ef68a05d9e52eba5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  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: 2b4a6ce5c785e9a2c81ff81d6aefbeccf17e8e1e
      https://github.com/quicwg/base-drafts/commit/2b4a6ce5c785e9a2c81ff81d6aefbeccf17e8e1e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: 3d3612b44f3fc08f46165ead451685893f9d8edb
      https://github.com/quicwg/base-drafts/commit/3d3612b44f3fc08f46165ead451685893f9d8edb
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: c525bf2bca8dc736870992928e795285a3e25045
      https://github.com/quicwg/base-drafts/commit/c525bf2bca8dc736870992928e795285a3e25045
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

  Log Message:
  -----------
  ekr's suggestion


  Commit: 157ba52bec508ea63eb7e3b9b1bb2d1fb1b41c44
      https://github.com/quicwg/base-drafts/commit/157ba52bec508ea63eb7e3b9b1bb2d1fb1b41c44
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

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

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


  Commit: 2c6135ef22028d895629259e7147bcf6ac1c049f
      https://github.com/quicwg/base-drafts/commit/2c6135ef22028d895629259e7147bcf6ac1c049f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M draft-ietf-quic-http.md
    A draft-ietf-quic-tls.xml
    A draft-ietf-quic-transport.xml
    A h
    A metadata.min.js

  Log Message:
  -----------
  Make host specification more precise

This doesn't come out and say "don't use IP literals in SNI" because RFC
6066 does that amply.  Instead, it says that unless you have something
better, use SNI for domain names.  This turns out to be shorter than
what we had previously.

Closes #3324.


Compare: https://github.com/quicwg/base-drafts/compare/53a515def698%5E...2c6135ef2202