
From nobody Fri Nov  1 00:23:50 2019
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 D03F4120115 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:23:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QaEAV-N6W2x3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:23:47 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B3731200FA for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:23:47 -0700 (PDT)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 1F0B3A091B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:23:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593026; bh=dxHtR5VqpboLPBmMGx12UBINq7rnDcISj7xGKwER9oA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z4LsMRCWqleM/3f9lA63fQc5i53nB+TJCIhznroKLo+Di2ionBMDf0JExr03nJun4 MnF6lP0ztPzU1NaXOgN38Z9OixChXiilChARv7osmK669RETzVZsN1ChLWCE3+soQl NSK1crWbNFImHY11H0yVPnqCEWG1eCH2kliN9x1o=
Date: Fri, 01 Nov 2019 00:23:46 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3GF6FVGCFH64IOPWV3ZEPBFEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310320520@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbdd8210b2d_186e3ffd7e8cd9608895d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jk4zm5CWO50D5aEwzCAIPJpxSE0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:23:49 -0000

----==_mimepart_5dbbdd8210b2d_186e3ffd7e8cd9608895d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

I don't understand this sentence. How would the server know this for sure?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-310320520
----==_mimepart_5dbbdd8210b2d_186e3ffd7e8cd9608895d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341473177">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<p>I don't understand this sentence. How would the server know this for sure?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK7RMUIFIECHJIABRM3QRPKQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7R3CA#pullrequestreview-310320520">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HQCVC3SKEQEZKFVDQRPKQFANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK37TV44G6RK7W4WG5LQRPKQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7R3CA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK7RMUIFIECHJIABRM3QRPKQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7R3CA#pullrequestreview-310320520",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK7RMUIFIECHJIABRM3QRPKQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7R3CA#pullrequestreview-310320520",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbdd8210b2d_186e3ffd7e8cd9608895d2--


From nobody Fri Nov  1 00:31:23 2019
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 C389912009E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:31:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HrfJWyi01-gO for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:31:20 -0700 (PDT)
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 7F05212002E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:31:20 -0700 (PDT)
Date: Fri, 01 Nov 2019 00:31:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593478; bh=UMCC+ZnVzbbKZccejREE0jEoMYIrVala+v5dfd10kM8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FGkFjlRErY0WEDLnOPrETR8E+VGeSF4pxbhE0DhkpX0T8pqAA9abswrgoll/R1NNY 7JYxZ2DQ6rWtj91IbLYtxx8vvFU/r19tMpbDuEsqz7pY8SFbXIz82/dAUqAG8lUH2B qXud4ezvlKmyfe5HRVkwp8/FjbWYjAapT7PU5H2E=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RKGPG2ZQQR3RVEPV3ZEP5NEVBNHHB5JW7PY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3167/review/310322305@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3167@github.com>
References: <quicwg/base-drafts/pull/3167@github.com>
Subject: Re: [quicwg/base-drafts] kMaxDatagramSize -> max_datagram_size (#3167)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbdf46dae9c_35ff3fa9cdacd968986334"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6JIxm5W5OqDvQNSewD4cvVtZnw0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:31:22 -0000

----==_mimepart_5dbbdf46dae9c_35ff3fa9cdacd968986334
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3167#pullrequestreview-310322305
----==_mimepart_5dbbdf46dae9c_35ff3fa9cdacd968986334
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications&amp;email_token=AFTOJK6QD2QIY7N5BNUQTJDQRPLMNA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SJAI#pullrequestreview-310322305">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5E2KOBOVTXOKWFYATQRPLMNANCNFSM4JGQDLHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3I7U4FIN5ZGUXM6QTQRPLMNA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SJAI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications\u0026email_token=AFTOJK6QD2QIY7N5BNUQTJDQRPLMNA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SJAI#pullrequestreview-310322305",
"url": "https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications\u0026email_token=AFTOJK6QD2QIY7N5BNUQTJDQRPLMNA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SJAI#pullrequestreview-310322305",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbdf46dae9c_35ff3fa9cdacd968986334--


From nobody Fri Nov  1 00:32:07 2019
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 5D3A1120108 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:05 -0700 (PDT)
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, TVD_SPACE_RATIO=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 hBsdrblW4Q3X for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:04 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E10A12009E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:04 -0700 (PDT)
Date: Fri, 01 Nov 2019 00:32:03 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593523; bh=9uKvlS+EZNqYvCiwZg6zor+7S76DePPQwRRxMkKTwcc=; h=Date:From:To:Subject:From; b=xhO0LxaWtbVVMABV4YNgX5IkhvcjflMX61WQi5xF4pD+rpLFvuWGAOfrK/IrHHfdF veWcxHbFvDNTof6xJeAZU2Wd7h/q3iGQvnVWgylK5PP83CRlvrYdSavqfQJmaZfftT ZOS9ee0T7ivsBaSgx3RUPH7OUepr+DKNc3yd9bnQ=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-max-datagram-size/373b0a-000000@github.com>
Subject: [quicwg/base-drafts]
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/pgG9gEdFh0qfbT01wc7DNvqgXkQ>
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: Fri, 01 Nov 2019 07:32:05 -0000

  Branch: refs/heads/ianswett-max-datagram-size
  Home:   https://github.com/quicwg/base-drafts


From nobody Fri Nov  1 00:32:12 2019
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 EF33512009E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:05 -0700 (PDT)
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 8eTLqcSyBRmy for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:04 -0700 (PDT)
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 1FBDC12002E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:04 -0700 (PDT)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 814AE8C03B5 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593523; bh=/nPIqB3Oh5ZW/dFBS1jUxg0xLu6WfzyrtOt6YNRYtJ4=; h=Date:From:To:Subject:From; b=s/XN72mirHMeMajAs/LwARAfd+UVGZDYCk47cX50eAWr98jEIUeeha2pC8idByJjM 6zqdew1wsGqFhGM8nHq4BcEdiPJSsd8PdwjYNvf+rWRW0qTuocBZFcDV8NIClgX/Nl bt3rzRvad/+jyksKWI7EBfxAw/1oIAdE/eAX1VKM=
Date: Fri, 01 Nov 2019 00:32:03 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/ca4f89-d038b5@github.com>
Subject: [quicwg/base-drafts] f436b8: kMaxDatagramSize -> max_datagram_size
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/bMOhgsLjZbdjtKvRhozhqTrIX0I>
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: Fri, 01 Nov 2019 07:32:06 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f436b81a90eb36ddfa14eb7862cec142a128a5be
      https://github.com/quicwg/base-drafts/commit/f436b81a90eb36ddfa14eb7862cec142a128a5be
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  kMaxDatagramSize -> max_datagram_size

Clarifies that this is the maximum datagram size currently in use on the connection.

Fixes #3041


  Commit: 9309a0ac194307cf002b92d965403ee08d882500
      https://github.com/quicwg/base-drafts/commit/9309a0ac194307cf002b92d965403ee08d882500
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: 19200d397bd9bef6a81151169111597b3edcbcc6
      https://github.com/quicwg/base-drafts/commit/19200d397bd9bef6a81151169111597b3edcbcc6
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  Cite 14.1 of Transport


  Commit: e8b1251eb9a99928db70c8cc44df5c3bccff5373
      https://github.com/quicwg/base-drafts/commit/e8b1251eb9a99928db70c8cc44df5c3bccff5373
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: b1ff885bd354b9218e37b00de1366904335210e7
      https://github.com/quicwg/base-drafts/commit/b1ff885bd354b9218e37b00de1366904335210e7
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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

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


  Commit: d27a37d1d171440cde763c730e4dc4d7bd245180
      https://github.com/quicwg/base-drafts/commit/d27a37d1d171440cde763c730e4dc4d7bd245180
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: 48573bf0a5755e0f341aed6f6124cad13537bc1a
      https://github.com/quicwg/base-drafts/commit/48573bf0a5755e0f341aed6f6124cad13537bc1a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: ed3b3f93ef292a596e827e56aab78eca1e2b6688
      https://github.com/quicwg/base-drafts/commit/ed3b3f93ef292a596e827e56aab78eca1e2b6688
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: 2d5f46faab5cf09442fff533c89d499e4f80fc6c
      https://github.com/quicwg/base-drafts/commit/2d5f46faab5cf09442fff533c89d499e4f80fc6c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: 52b3c343033b749355dfa8d34421a651f69238e5
      https://github.com/quicwg/base-drafts/commit/52b3c343033b749355dfa8d34421a651f69238e5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

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

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

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


  Commit: 694975600a94a0244dce16e54559c60fde771c79
      https://github.com/quicwg/base-drafts/commit/694975600a94a0244dce16e54559c60fde771c79
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

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

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

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


  Commit: cf63bd95f00d0cf7b48253742237b69f218c24aa
      https://github.com/quicwg/base-drafts/commit/cf63bd95f00d0cf7b48253742237b69f218c24aa
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

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

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


  Commit: 373b0abdb02c74076c6dcfa87552e3946bcf1eb2
      https://github.com/quicwg/base-drafts/commit/373b0abdb02c74076c6dcfa87552e3946bcf1eb2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

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

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


  Commit: d038b534553ee4ef5c957d57fa1be3a238d8d376
      https://github.com/quicwg/base-drafts/commit/d038b534553ee4ef5c957d57fa1be3a238d8d376
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3167 from quicwg/ianswett-max-datagram-size

kMaxDatagramSize -> max_datagram_size


Compare: https://github.com/quicwg/base-drafts/compare/ca4f89343c03...d038b534553e


From nobody Fri Nov  1 00:32:18 2019
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 C58EE12011A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HLM6yK8gAlo5 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:12 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99A5F12002E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:12 -0700 (PDT)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id C47751C02E1 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593531; bh=dM3GdJHjO5vmuOPx0EfqMf+Pg69AaCdH097jd7bK7vE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gx3GooUH8M9xnlAWxcCR3Nvl33uPvs7Owtp3Jx+AwKoIPPkVGL6uOp4PcpuBBm+Lr lmFtA3O5V7tge4az5Gx4cj/b3YMjrs92rP8ZC1bcuOJLXb9k1H41er9Ks/fAzrbXmH JsMxhq1xkfKMIHTF4fUJIkSedEtgUGexAnYNTZsA=
Date: Fri, 01 Nov 2019 00:32:11 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FB47ESP7YTWETABN3ZEQAXEVBNHHB25ZKZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3041/issue_event/2762389944@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3041@github.com>
References: <quicwg/base-drafts/issues/3041@github.com>
Subject: Re: [quicwg/base-drafts] kMaxDatagramSize should use the PMTU rather than be fixed (#3041)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbdf7bb5059_5c4f3fb540ccd9601065326"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lbockZPoY0z_cK-uKVokflrJ7-k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:32:14 -0000

----==_mimepart_5dbbdf7bb5059_5c4f3fb540ccd9601065326
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3041 via #3167.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3041#event-2762389944
----==_mimepart_5dbbdf7bb5059_5c4f3fb540ccd9601065326
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494349004" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3041" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3041/hovercard" href="https://github.com/quicwg/base-drafts/issues/3041">#3041</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514252670" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3167" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3167/hovercard" href="https://github.com/quicwg/base-drafts/pull/3167">#3167</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3041?email_source=notifications&amp;email_token=AFTOJKZKLR2DRVUBHTHM5W3QRPLPXA5CNFSM4IXJC7M2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTOA#event-2762389944">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7YYGRIUHBK7AOKEXDQRPLPXANCNFSM4IXJC7MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYEYI5KGQT4EXZSLEDQRPLPXA5CNFSM4IXJC7M2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3041?email_source=notifications\u0026email_token=AFTOJKZKLR2DRVUBHTHM5W3QRPLPXA5CNFSM4IXJC7M2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTOA#event-2762389944",
"url": "https://github.com/quicwg/base-drafts/issues/3041?email_source=notifications\u0026email_token=AFTOJKZKLR2DRVUBHTHM5W3QRPLPXA5CNFSM4IXJC7M2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTOA#event-2762389944",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbdf7bb5059_5c4f3fb540ccd9601065326--


From nobody Fri Nov  1 00:32:23 2019
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 291F312002E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2QFeEWH6z08s for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:13 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCFC6120108 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:12 -0700 (PDT)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 29F211C0507 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593532; bh=x4m34raWT9kb4eCcGogciQfBpd8YZG7hxY97Ka7vg+U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=r/re4jAbPIlUZU4G6029e8G0aPp9SFQbhnGyZdbPR4p4bMXI3kaI/uUfxMCfOb30g T/WxxB9N9PhiJZcIIaKGSIKOh1zCUs85Jt8KtHCJGF630tUu67avU8ygRtJLcY20pb nwLigLxXtgAUnAaDf9mRAidSw/Dg9NiibKzVQ7+4=
Date: Fri, 01 Nov 2019 00:32:12 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CVNUCBROAGRGKQQ53ZEQAZEVBNHHB5JW7PY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3167/issue_event/2762389942@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3167@github.com>
References: <quicwg/base-drafts/pull/3167@github.com>
Subject: Re: [quicwg/base-drafts] kMaxDatagramSize -> max_datagram_size (#3167)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbdf7c1b6ee_674b3f9326ccd96011836d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sw5yD_DNDPoLLGiTdAetRd62CpQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:32:14 -0000

----==_mimepart_5dbbdf7c1b6ee_674b3f9326ccd96011836d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3167 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3167#event-2762389942
----==_mimepart_5dbbdf7c1b6ee_674b3f9326ccd96011836d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514252670" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3167" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3167/hovercard" href="https://github.com/quicwg/base-drafts/pull/3167">#3167</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications&amp;email_token=AFTOJK3GONCBZXVKWLZS2A3QRPLPZA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTNQ#event-2762389942">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6Y6BDWZQDDVYDA2ODQRPLPZANCNFSM4JGQDLHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XILN5I6XEKU5R6QDQRPLPZA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTNQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications\u0026email_token=AFTOJK3GONCBZXVKWLZS2A3QRPLPZA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTNQ#event-2762389942",
"url": "https://github.com/quicwg/base-drafts/pull/3167?email_source=notifications\u0026email_token=AFTOJK3GONCBZXVKWLZS2A3QRPLPZA5CNFSM4JGQDLHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUSTLTNQ#event-2762389942",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbdf7c1b6ee_674b3f9326ccd96011836d3--


From nobody Fri Nov  1 00:32:53 2019
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 DAC5C120108 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:51 -0700 (PDT)
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 n2F9okYAdNGt for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:32:50 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 800C012002E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:50 -0700 (PDT)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id E4E1352084B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:32:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593569; bh=i82rYw7CKbFL/G00c84Ov5utB4QpTHml+qaQ4EgcKSg=; h=Date:From:To:Subject:From; b=MSTyPlVp+jg03UFmU3Y8OyiMev1cF1DWQLq4QgbGbryPMpIa67Hr9HaN/QWV3ES5n rpLqtB8ZZT8+TCsYVuD9LTgMflS/4L/iRSH6/RbntodxL3x+BulT43YEh9ryFb4boV tbvK42gHn0Uv55zfv+scM9JBk60uEybvj/aP1Q8w=
Date: Fri, 01 Nov 2019 00:32:49 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/26077f-dc85af@github.com>
Subject: [quicwg/base-drafts] dc85af: Script updating gh-pages from d038b534. [ci skip]
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/Gvr5-zMwd9x7ETWdZZSa4NjIJz8>
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: Fri, 01 Nov 2019 07:32:52 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: dc85afd30fd595d0bc3096ff29e04478b9c40f5e
      https://github.com/quicwg/base-drafts/commit/dc85afd30fd595d0bc3096ff29e04478b9c40f5e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from d038b534. [ci skip]



From nobody Fri Nov  1 00:34:11 2019
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 C31CA120108 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:34:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hTFwCV3WhTyM for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:34:07 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC02712002E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:34:06 -0700 (PDT)
Date: Fri, 01 Nov 2019 00:34:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593646; bh=uaIKshZPdb/PKDgpN19ZHP8qgtLiUqAM7tsh6zBWqsY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Mbk9UzsIgyQxZ0SNLU93xc/QUvVQ72Vp9Iz256/0gyj5h2tRF4X+cHRMvRocT3782 tP1PJXHEhZOqjF2+u/GPLbnnhFcPHfcSn3XWhsLrBTIsJw/M8q2Z/fnCLLRAwSaNbb IhsAaytr9vOSKMdyT5WzTJw/Pwzu6USCPladhPU4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZQUBS7GOZ5LK34YCF3ZEJG5EVBNHHB3CL6HQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/review/310322927@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbdfee3ee31_3ea83fc9258cd95c105787"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vwXr_jC0NxIG9TZ0jVjX3wOQ4cg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:34:09 -0000

----==_mimepart_5dbbdfee3ee31_3ea83fc9258cd95c105787
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho requested changes on this pull request.



>  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.

I think that this sentence, along with the sentence stating that "an endpoint MUST NOT initiate a key update prior to having received an acknowledgment for a packet that it sent protected with keys from the current key phase" is introducing a design change.

At the moment, we allow the first key update to be executed when the handshake is confirmed, while prohibiting subsequent key updates happening before receiving an ACK for the preceding key update. That has meant that if an endpoint were to send its first 1-RTT packet after the handshake has been confirmed could send the first 1-RTT packet with the Key Phase bit set to 1. The new text prohibits that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050#pullrequestreview-310322927
----==_mimepart_5dbbdfee3ee31_3ea83fc9258cd95c105787
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341475103">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.
</pre>
<p>I think that this sentence, along with the sentence stating that "an endpoint MUST NOT initiate a key update prior to having received an acknowledgment for a packet that it sent protected with keys from the current key phase" is introducing a design change.</p>
<p>At the moment, we allow the first key update to be executed when the handshake is confirmed, while prohibiting subsequent key updates happening before receiving an ACK for the preceding key update. That has meant that if an endpoint were to send its first 1-RTT packet after the handshake has been confirmed could send the first 1-RTT packet with the Key Phase bit set to 1. The new text prohibits that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications&amp;email_token=AFTOJK65RK37LCS57UF65Q3QRPLW5A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SN3Y#pullrequestreview-310322927">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZGTJUNN4VJI5TDYTDQRPLW5ANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3FNKWXOP7BWS3CDW3QRPLW5A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SN3Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK65RK37LCS57UF65Q3QRPLW5A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SN3Y#pullrequestreview-310322927",
"url": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK65RK37LCS57UF65Q3QRPLW5A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7SN3Y#pullrequestreview-310322927",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbdfee3ee31_3ea83fc9258cd95c105787--


From nobody Fri Nov  1 00:57:24 2019
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 C10AB1200F6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:57:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SmpS_ZKgUna2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 00:57:21 -0700 (PDT)
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 C4BBC1200F5 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:57:21 -0700 (PDT)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 7D6BA8C01E4 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 00:57:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572595040; bh=bAWnM+N/YPs1LKSy1FYKkxGu0qUPccBkhsXd1L+mc6A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wk+zesJ78T4tYH5RNw+xgv6WPnifjLEC1NS4jwVz9nwlYYcI0sCAGYOBchhH/m7Ma N4SWfsfVoBy6I9AIo7a1JCydkwFVX/iB9n5KCwW2P0w4mqRktbY4gItqarWwgheDOs 55RVqRvvmI5VZ7xqqBCpoynGcjMShkqRqmBG1icg=
Date: Fri, 01 Nov 2019 00:57:20 -0700
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7AD4JQHZW3YXDL6753ZEL6BEVBNHHB3CL6HQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/review/310324691@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbe5606e833_167e3fd5312cd968903576"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ksZ-WLy686j_Uaa57-Th7W2lbiQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 07:57:24 -0000

----==_mimepart_5dbbe5606e833_167e3fd5312cd968903576
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.

Aside from my previous review comment, I only have nitpicks.

Sorry for submitting comments at this moment.

> @@ -1168,89 +1168,226 @@ anticipation of receiving a ClientHello.
 
 # Key Update
 
-Once the handshake is confirmed, it is possible to update the keys. The
-KEY_PHASE bit in the short header is used to indicate whether key updates
-have occurred. The KEY_PHASE bit is initially set to 0 and then inverted
-with each key update.
+Once the handshake is confirmed (see {{handshake-confirmed}}), it is possible to
+update the keys used to protect packets.

We might want to change "possible to update the keys" to "possible to initiate a key update"? This is because an endpoint might receive a key update(s) before it confirms the handshake.

Or, we can punt such a change to the PR that will fix the handshake key discard problem.

>  
 For the sending of packets, construction and protection of packet payloads and
 packet numbers MUST be free from side-channels that would reveal the packet
 number or its encoded size.
 
+During a key update, the time taken to generate new keys could reveal through
+timing side-channels that a key update has occurred.  Alternatively, where an
+attacker injects packets this side-channel could reveal the value of the Key
+Phase on injected packets.  After receiving a key update, an endpoint SHOULD
+generate and save the next set of receive packet protection keys.  By generating

Maybe add ", following the advices in {{receive-key-generation}}"?

I suggest this is because without such a note, "After receiving a key update" could be confusing.

>  
 For the sending of packets, construction and protection of packet payloads and
 packet numbers MUST be free from side-channels that would reveal the packet
 number or its encoded size.
 
+During a key update, the time taken to generate new keys could reveal through
+timing side-channels that a key update has occurred.  Alternatively, where an
+attacker injects packets this side-channel could reveal the value of the Key
+Phase on injected packets.  After receiving a key update, an endpoint SHOULD
+generate and save the next set of receive packet protection keys.  By generating
+new keys before a key update is received, receipt of packets will not create
+timing signals that leak the value of the Key Phase.
+
+This depends on not doing this key generation during packet processing and it
+can require that endpoints maintain three sets of packet protection keys for
+receiving: for the previous key phase, for the current key phase, and for the
+next key phase.  Endpoints MAY instead choose to defer generation of the next

Maybe s/MAY/can/ as we have concrete advice using normative language in {{receive-key-generation}}.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050#pullrequestreview-310324691
----==_mimepart_5dbbe5606e833_167e3fd5312cd968903576
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<p>Aside from my previous review comment, I only have nitpicks.</p>
<p>Sorry for submitting comments at this moment.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341476470">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1168,89 +1168,226 @@ anticipation of receiving a ClientHello.
 
 # Key Update
 
-Once the handshake is confirmed, it is possible to update the keys. The
-KEY_PHASE bit in the short header is used to indicate whether key updates
-have occurred. The KEY_PHASE bit is initially set to 0 and then inverted
-with each key update.
+Once the handshake is confirmed (see {{handshake-confirmed}}), it is possible to
+update the keys used to protect packets.
</pre>
<p>We might want to change "possible to update the keys" to "possible to initiate a key update"? This is because an endpoint might receive a key update(s) before it confirms the handshake.</p>
<p>Or, we can punt such a change to the PR that will fix the handshake key discard problem.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341479598">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
 For the sending of packets, construction and protection of packet payloads and
 packet numbers MUST be free from side-channels that would reveal the packet
 number or its encoded size.
 
+During a key update, the time taken to generate new keys could reveal through
+timing side-channels that a key update has occurred.  Alternatively, where an
+attacker injects packets this side-channel could reveal the value of the Key
+Phase on injected packets.  After receiving a key update, an endpoint SHOULD
+generate and save the next set of receive packet protection keys.  By generating
</pre>
<p>Maybe add ", following the advices in {{receive-key-generation}}"?</p>
<p>I suggest this is because without such a note, "After receiving a key update" could be confusing.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341479796">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
 For the sending of packets, construction and protection of packet payloads and
 packet numbers MUST be free from side-channels that would reveal the packet
 number or its encoded size.
 
+During a key update, the time taken to generate new keys could reveal through
+timing side-channels that a key update has occurred.  Alternatively, where an
+attacker injects packets this side-channel could reveal the value of the Key
+Phase on injected packets.  After receiving a key update, an endpoint SHOULD
+generate and save the next set of receive packet protection keys.  By generating
+new keys before a key update is received, receipt of packets will not create
+timing signals that leak the value of the Key Phase.
+
+This depends on not doing this key generation during packet processing and it
+can require that endpoints maintain three sets of packet protection keys for
+receiving: for the previous key phase, for the current key phase, and for the
+next key phase.  Endpoints MAY instead choose to defer generation of the next
</pre>
<p>Maybe s/MAY/can/ as we have concrete advice using normative language in {{receive-key-generation}}.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications&amp;email_token=AFTOJK6O3PYRKKFHR3C4ZZDQRPOOBA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7S3UY#pullrequestreview-310324691">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6JBQWQ4G56ADKYYATQRPOOBANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZKUPA3QJYIPNE2TCTQRPOOBA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7S3UY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK6O3PYRKKFHR3C4ZZDQRPOOBA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7S3UY#pullrequestreview-310324691",
"url": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK6O3PYRKKFHR3C4ZZDQRPOOBA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7S3UY#pullrequestreview-310324691",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbe5606e833_167e3fd5312cd968903576--


From nobody Fri Nov  1 01:03:40 2019
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 0D070120108 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 01:03:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3Y3EL_yF63B6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 01:03:36 -0700 (PDT)
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 79D3E1200F5 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 01:03:36 -0700 (PDT)
Date: Fri, 01 Nov 2019 01:03:35 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572595415; bh=wb8KV6zL8GJxvImOZD4Af01iEKL8bkaaxA+AJmfx834=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dFCNKsAN/8BTCrIg8a64PgtAFCum0mAATXPyuAdS25JFeB5DVsEIWxbhauGXidHgv uQ2ZzYZFU3iQTHZoK+BZ2Dg/p8n0pRDboZZac+pD+yp2jyqrb59B71md7+lVkc9NGt GOq9aTxmYLSTLGsCXA6a25jt2SRUNF/LGRboAihg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5TNFSMNN6TM3DJKHN3ZEMVPEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310330758@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbe6d7b44a2_67b83fed5b2cd96c7051a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aPiSi-I5FPrlqTgk99VtjYt4q_E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 08:03:38 -0000

----==_mimepart_5dbbe6d7b44a2_67b83fed5b2cd96c7051a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

That's a keen observation (I think).

There is a chance where a Retry token is considered invalid due to packet becoming corrupt while being transmitted. A server can only say for sure that "the client will not accept another Retry token" unless either of the following conditions are met:
* The token is accompanied by a checksum (or an integrity protection). The checksum is correct, but the contents of the Retry token is invalid.
* The server successfully unprotects the Initial.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341481158
----==_mimepart_5dbbe6d7b44a2_67b83fed5b2cd96c7051a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341481158">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<p>That's a keen observation (I think).</p>
<p>There is a chance where a Retry token is considered invalid due to packet becoming corrupt while being transmitted. A server can only say for sure that "the client will not accept another Retry token" unless either of the following conditions are met:</p>
<ul>
<li>The token is accompanied by a checksum (or an integrity protection). The checksum is correct, but the contents of the Retry token is invalid.</li>
<li>The server successfully unprotects the Initial.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK3HWCPH7ALVPOEJT3LQRPPFPA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7ULBQ#discussion_r341481158">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2CD7WZKRGJSXDADS3QRPPFPANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6APQTRJR6ALPITTELQRPPFPA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7ULBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3HWCPH7ALVPOEJT3LQRPPFPA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7ULBQ#discussion_r341481158",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3HWCPH7ALVPOEJT3LQRPPFPA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7ULBQ#discussion_r341481158",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbe6d7b44a2_67b83fed5b2cd96c7051a6--


From nobody Fri Nov  1 01:33:21 2019
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 DD2CB12020A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 01:33:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vjSMN0hqMiRh for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 01:33:19 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A0A45120103 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 01:33:19 -0700 (PDT)
Date: Fri, 01 Nov 2019 01:33:18 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572597198; bh=LeXwnCBZVU+bl8VRookq/vpGMqCQzHHK9xzrI57oQQA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2Pkv/rBBmw1sx8zT//IDHHLWrDUqGrvHrHjEsCJucBdY+LqTqQYJP1O5NDtlUIVxj Gvg+7B6y5fPMizG5JTOhJIQBqbJCbjR+EKEpFIc5m0eu8MT/dhNvVFdpKdxNmOIw3S esg+GcWWf+GigVdb84HtbrUmh322k7v0d6UqlJI0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK46SAOMV3MDVBQDKAN3ZEQE5EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310339542@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbbedce6d49d_3e263fc9258cd95c984065"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zTergz4_7DV1BtzIpMOSNXxgS98>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 08:33:21 -0000

----==_mimepart_5dbbedce6d49d_3e263fc9258cd95c984065
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

The client could also connect to an unexpected endpoint or the token could have expired.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341488027
----==_mimepart_5dbbedce6d49d_3e263fc9258cd95c984065
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341488027">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<p>The client could also connect to an unexpected endpoint or the token could have expired.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK3Y2NNG4ONIQW3FJDDQRPSU5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7WPVQ#discussion_r341488027">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYJ7ZQQS3FVCHW7HHDQRPSU5ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7SG5QLEADQTDL6VSDQRPSU5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7WPVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3Y2NNG4ONIQW3FJDDQRPSU5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7WPVQ#discussion_r341488027",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3Y2NNG4ONIQW3FJDDQRPSU5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ7WPVQ#discussion_r341488027",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbbedce6d49d_3e263fc9258cd95c984065--


From nobody Fri Nov  1 04:51:36 2019
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 79FCD12010E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 04:51:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cV319qSjYF-j for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 04:51:33 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCB9B120834 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 04:51:32 -0700 (PDT)
Date: Fri, 01 Nov 2019 04:51:31 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572609092; bh=d0LZS4iwFBoUXN57ckoQItm8gaxQ4/fE1dzk2HK5x24=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=z+gPmW2Y+30aaj1L6w1b95KgSMnvWI/kewCIKL5lmHP38R/EGY5bGdvXc+c6HyzVl nANzEDTGNP/szFa+bTos32ZKvYAENOJcl1if1yJA1cjI6T+ts9YTXwevDlhD9jgZOT mWUj8jahBUY4BbQiz24spLKNWoJecuwqMzeAOtLI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4FJFPTAL4KNS7B3CV3ZFHMHEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310412618@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc1c43f0c8f_4fdd3fe8a80cd96c2790cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i5YzvNmraA4XO3RIgTP4Mv7gjBY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 11:51:35 -0000

----==_mimepart_5dbc1c43f0c8f_4fdd3fe8a80cd96c2790cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.

LGTM. I have one editorial suggestion.

> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

Let me retract my [comment above](https://github.com/quicwg/base-drafts/pull/3107/files#r341481158). We do not need to care about the packet becoming corrupt on the wire, because the prerequisite for responding with a CONNECTION_CLOSE is that the Initial that has been received can be unprotected.

To avoid confusion, maybe change "If a server receives a client Initial with an invalid Retry token" to "If a server receives a client Initial that can be unprotected but contains an invalid Retry token"?

> The client could also connect to an unexpected endpoint or the token could have expired.

I'd say that that's a failure in the server deployment. We do not discuss how that should be handled.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-310412618
----==_mimepart_5dbc1c43f0c8f_4fdd3fe8a80cd96c2790cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>

<p>LGTM. I have one editorial suggestion.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341542790">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<p>Let me retract my <a href="https://github.com/quicwg/base-drafts/pull/3107/files#r341481158">comment above</a>. We do not need to care about the packet becoming corrupt on the wire, because the prerequisite for responding with a CONNECTION_CLOSE is that the Initial that has been received can be unprotected.</p>
<p>To avoid confusion, maybe change "If a server receives a client Initial with an invalid Retry token" to "If a server receives a client Initial that can be unprotected but contains an invalid Retry token"?</p>
<blockquote>
<p>The client could also connect to an unexpected endpoint or the token could have expired.</p>
</blockquote>
<p>I'd say that that's a failure in the server deployment. We do not discuss how that should be handled.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK6O4SFWXQN64EZJ5A3QRQJ4HA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAIKSQ#pullrequestreview-310412618">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYCUIX5W3AJPXKFNFDQRQJ4HANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3AOLQFA6Z42Y5RMODQRQJ4HA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAIKSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK6O4SFWXQN64EZJ5A3QRQJ4HA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAIKSQ#pullrequestreview-310412618",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK6O4SFWXQN64EZJ5A3QRQJ4HA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAIKSQ#pullrequestreview-310412618",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc1c43f0c8f_4fdd3fe8a80cd96c2790cb--


From nobody Fri Nov  1 04:53:56 2019
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 3215212020A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 04:53:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tADftwYusoKB for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 04:53:53 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BADA9120118 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 04:53:53 -0700 (PDT)
Date: Fri, 01 Nov 2019 04:53:52 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572609232; bh=ejklhY5oDIttI0gz67sCkaQMI+EougDXXkr3EMiFmGo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uS7iuCHBChPXjv3aAlrEMJtLm/xZNOhSUc26XMTnQuTA1tqtn4bQZlyltF0wSw1wC RoOhpebMm6SLHqaswgIt5J/7J6e8ngBMwLLyvJ5urBNJFXuCYw1D7B5Wz/Pfor9uyo 52gvByXKyUI7+E6QUb/02P8N8/p+s9mNoySAIkd4=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5PG5BN4OC7UM6F7LV3ZFHVBEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310413639@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc1cd0e351a_51003fab36ecd968131055"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BVhdxmqy0zbMjlIPGFyjdBPR7x8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 11:53:55 -0000

----==_mimepart_5dbc1cd0e351a_51003fab36ecd968131055
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

> I'd say that that's a failure in the server deployment. We do not discuss how that should be handled.

Since Retry is processed before handshake, why can't it just be the client sending to the wrong IP address?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341543509
----==_mimepart_5dbc1cd0e351a_51003fab36ecd968131055
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341543509">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<blockquote>
<p>I'd say that that's a failure in the server deployment. We do not discuss how that should be handled.</p>
</blockquote>
<p>Since Retry is processed before handshake, why can't it just be the client sending to the wrong IP address?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK7FSPBU6744CLQSAWLQRQKFBA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAISRY#discussion_r341543509">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3DH7A6XVJNZUT4RMLQRQKFBANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HTZSHRW3FUSJTM73QRQKFBA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAISRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK7FSPBU6744CLQSAWLQRQKFBA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAISRY#discussion_r341543509",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK7FSPBU6744CLQSAWLQRQKFBA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKAISRY#discussion_r341543509",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc1cd0e351a_51003fab36ecd968131055--


From nobody Fri Nov  1 06:31:19 2019
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 9FD8312013A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:17 -0700 (PDT)
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 op3eWdRyPC0x for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:14 -0700 (PDT)
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 CB81A1200CE for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:31:13 -0700 (PDT)
Date: Fri, 01 Nov 2019 06:31:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615072; bh=ggTK2AGzGawZ4gtWF9IBOiRepGSOy5nmXCdVPN2c79U=; h=Date:From:To:Subject:From; b=crRc/oDTXUP48PcwDwxJpXFAZFZFN66ImStv2F0u/N/txHbmaGdRPWymJb+Nqi6ze LmdxhLKZGmC0Qoplrkt3hzOLeEMFhwtS/pmObwjQruNnLT3adDPeJBtq5n+R5e50fU lWmleC2MKctWbwciTrwp91p/omhUR5FOHbvaC/fc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-pto-per-pn-space/50f670-355d1e@github.com>
Subject: [quicwg/base-drafts] 35c7a5: Initial secrets change after Retry
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JMOeVJaLO1lfhZD7FkSFTDa-TVQ>
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: Fri, 01 Nov 2019 13:31:18 -0000

  Branch: refs/heads/ianswett-pto-per-pn-space=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 35c7a5982639ba2e965e0c62faa608b68797cac8=0D
      https://github.com/quicwg/base-drafts/commit/35c7a5982639ba2e965e0c=
62faa608b68797cac8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-03 (Wed, 03 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Initial secrets change after Retry=0D
=0D
This was implied, but not explicit previously.=0D
=0D
Closes #2823.=0D
=0D
=0D
  Commit: b71c607b6e43bf5ae79b5859b1aabc6c936ad0bd=0D
      https://github.com/quicwg/base-drafts/commit/b71c607b6e43bf5ae79b58=
59b1aabc6c936ad0bd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-04 (Thu, 04 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  First Initial is misleading=0D
=0D
=0D
  Commit: 78520c873f5ea45399d683e32f8437c87c79736a=0D
      https://github.com/quicwg/base-drafts/commit/78520c873f5ea45399d683=
e32f8437c87c79736a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Un- plural=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 7af6d612244fb2056eea105620eba01d7ed9dc73=0D
      https://github.com/quicwg/base-drafts/commit/7af6d612244fb2056eea10=
5620eba01d7ed9dc73=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 721d42f89c0f739dc8514363856328c9adcecc35=0D
      https://github.com/quicwg/base-drafts/commit/721d42f89c0f739dc85143=
63856328c9adcecc35=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retransmitting an ACK frame warning=0D
=0D
It can result in an inflated RTT, as well as being a waste of bytes.=0D
=0D
Fixes #2748=0D
=0D
=0D
  Commit: 1d7abab6b77b9ea678143b12c0d308d89362cfa0=0D
      https://github.com/quicwg/base-drafts/commit/1d7abab6b77b9ea678143b=
12c0d308d89362cfa0=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: 295e0c9afc7eb80454f3fd0bd9d64d4879f85573=0D
      https://github.com/quicwg/base-drafts/commit/295e0c9afc7eb80454f3fd=
0bd9d64d4879f85573=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST send new data or retransmit data if possible=0D
=0D
Fixes #3056=0D
=0D
=0D
  Commit: 409286b111330780882fe2ae17bbe405d9f25b09=0D
      https://github.com/quicwg/base-drafts/commit/409286b111330780882fe2=
ae17bbe405d9f25b09=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Move the section on what encryption level to send first down.=0D
=0D
=0D
  Commit: df8c4feb8412cdc5060f427eb3e64672db56e0db=0D
      https://github.com/quicwg/base-drafts/commit/df8c4feb8412cdc5060f42=
7eb3e64672db56e0db=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  unacknowledged data=0D
=0D
=0D
  Commit: c2c7abb67e8dc7ba6e41d124e3ea85338ae2ab21=0D
      https://github.com/quicwg/base-drafts/commit/c2c7abb67e8dc7ba6e41d1=
24e3ea85338ae2ab21=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comment=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 3ae146dffc74a4533f1388dbabd0aabb971fe973=0D
      https://github.com/quicwg/base-drafts/commit/3ae146dffc74a4533f1388=
dbabd0aabb971fe973=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: c1eeb6e354fe569fb2d8d624e4691bf495814401=0D
      https://github.com/quicwg/base-drafts/commit/c1eeb6e354fe569fb2d8d6=
24e4691bf495814401=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comments=0D
=0D
=0D
  Commit: 0a2645f4754df3d63a32e85e9bef9f4f3aed1278=0D
      https://github.com/quicwg/base-drafts/commit/0a2645f4754df3d63a32e8=
5e9bef9f4f3aed1278=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Another MT review comment=0D
=0D
=0D
  Commit: 0236874f3a51eb4166b9070a21f1acd8dae432b1=0D
      https://github.com/quicwg/base-drafts/commit/0236874f3a51eb4166b907=
0a21f1acd8dae432b1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: c2d175f315c819e57cdfd59d7544c6cdef56721c=0D
      https://github.com/quicwg/base-drafts/commit/c2d175f315c819e57cdfd5=
9d7544c6cdef56721c=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT suggestions=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: da7b436e37cc2a23712c6c0ae40488592e7e33c2=0D
      https://github.com/quicwg/base-drafts/commit/da7b436e37cc2a23712c6c=
0ae40488592e7e33c2=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reflow=0D
=0D
=0D
  Commit: 9951381007ee865c62fe411de213ad0162648f7d=0D
      https://github.com/quicwg/base-drafts/commit/9951381007ee865c62fe41=
1de213ad0162648f7d=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: 55695427d3604f12b8c92144c9f1fceb2b770d22=0D
      https://github.com/quicwg/base-drafts/commit/55695427d3604f12b8c921=
44c9f1fceb2b770d22=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Review comments from Ian=0D
=0D
=0D
  Commit: e192896da4f59e15cbb8a3676b67a9a5747574e7=0D
      https://github.com/quicwg/base-drafts/commit/e192896da4f59e15cbb8a3=
676b67a9a5747574e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete 'Discussion' section=0D
=0D
The recommendation for a 25ms delayed ack time is in transport, not recov=
ery, so remove it from recovery.=0D
=0D
Should this paragraph be moved to transport?=0D
=0D
Fixes #3075=0D
=0D
=0D
  Commit: b4d4dc0e5f163f22414efa751a47d5f74512aafd=0D
      https://github.com/quicwg/base-drafts/commit/b4d4dc0e5f163f22414efa=
751a47d5f74512aafd=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make transport parameters varint=0D
=0D
=0D
  Commit: 39c57edf6215964673155837dcf97880cac2fb63=0D
      https://github.com/quicwg/base-drafts/commit/39c57edf62159646731558=
37dcf97880cac2fb63=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Perform stateless reset token comparisons in constant time=0D
=0D
Otherwise information about the token might leak.=0D
=0D
As @mikkelfj says, there is no strict need to compare across the entire=0D=

set of values.  That could leaks two things: that the inbound packet was=0D=

dropped and the total number of stateless reset tokens.  Both are things=0D=

that we might care about, but will probably find prohibitive to protect.=0D=

=0D
Closes #2152.=0D
=0D
=0D
  Commit: c42516d7681ebbd61839bf83910dd37fc05465b1=0D
      https://github.com/quicwg/base-drafts/commit/c42516d7681ebbd61839bf=
83910dd37fc05465b1=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be a little clearer about what is being protected=0D
=0D
=0D
  Commit: 3bd85b455bad9d6e6196f6f04454701661d077f8=0D
      https://github.com/quicwg/base-drafts/commit/3bd85b455bad9d6e6196f6=
f04454701661d077f8=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add example that uses PRF=0D
=0D
=0D
  Commit: 03979a0235d6fd3ff79555911c79bc5c10e2b61a=0D
      https://github.com/quicwg/base-drafts/commit/03979a0235d6fd3ff79555=
911c79bc5c10e2b61a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix stateless reset ordering; use datagrams=0D
=0D
This removes the strict requirement on processing order for stateless=0D
reset.  This allows endpoints to decide whether to process every packet=0D=

this way or to just treat those that fail to be processed for other=0D
reasons.=0D
=0D
This also switches to detection on a *datagram* basis.=0D
=0D
Closes #3085.=0D
=0D
=0D
  Commit: 354183119367ddc2f08ae4604c1323600d5bfe4c=0D
      https://github.com/quicwg/base-drafts/commit/354183119367ddc2f08ae4=
604c1323600d5bfe4c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword again=0D
=0D
=0D
  Commit: 562ac4e7deaf80d50082f89507e72d9b5b71ecc6=0D
      https://github.com/quicwg/base-drafts/commit/562ac4e7deaf80d50082f8=
9507e72d9b5b71ecc6=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  duplicates are just duplicate packet numbers=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: a5ecd238daf0f59a35460085c8b05a2c6011243a=0D
      https://github.com/quicwg/base-drafts/commit/a5ecd238daf0f59a354600=
85c8b05a2c6011243a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  compares=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 0b654d69abd679010d3640b7a63d8488bc81f0ff=0D
      https://github.com/quicwg/base-drafts/commit/0b654d69abd679010d3640=
b7a63d8488bc81f0ff=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  any packet=0D
=0D
=0D
  Commit: 59a8238dd289a5c7e54a40ca9a791227ae69284d=0D
      https://github.com/quicwg/base-drafts/commit/59a8238dd289a5c7e54a40=
ca9a791227ae69284d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply Jana's suggestion=0D
=0D
=0D
  Commit: f10a749d33a7e5885f0e5dd0cd67d6525272cf28=0D
      https://github.com/quicwg/base-drafts/commit/f10a749d33a7e5885f0e5d=
d0cd67d6525272cf28=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST retire, suggest within 1 PTO=0D
=0D
=0D
  Commit: e9f4ada542c1bc1ab77cf2bd2009b50f94a379d5=0D
      https://github.com/quicwg/base-drafts/commit/e9f4ada542c1bc1ab77cf2=
bd2009b50f94a379d5=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 963d9161da75d43f9500818c8f012a84100d38ac=0D
      https://github.com/quicwg/base-drafts/commit/963d9161da75d43f950081=
8c8f012a84100d38ac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove duplicate requirement as being bad/nonsensical=0D
=0D
=0D
  Commit: f7eed75fae81d12988dc0a121db1245307f8e53d=0D
      https://github.com/quicwg/base-drafts/commit/f7eed75fae81d12988dc0a=
121db1245307f8e53d=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  @ianswett's suggestions=0D
=0D
=0D
  Commit: 3223588f7ea1d906e89e4c6be9074bbf2b0c0454=0D
      https://github.com/quicwg/base-drafts/commit/3223588f7ea1d906e89e4c=
6be9074bbf2b0c0454=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into no_tls_pres=0D
=0D
=0D
  Commit: 9832a57bf72e80648ea27de7d659d9883e08c862=0D
      https://github.com/quicwg/base-drafts/commit/9832a57bf72e80648ea27d=
e7d659d9883e08c862=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Revert non-editorial changes=0D
=0D
=0D
  Commit: 0b7f3ddf94b58a9348e1e59ac9aa927f1ddb474b=0D
      https://github.com/quicwg/base-drafts/commit/0b7f3ddf94b58a9348e1e5=
9ac9aa927f1ddb474b=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix=0D
=0D
=0D
  Commit: ca86dd1a53df738dce6100c44adeb31c8f3c5a46=0D
      https://github.com/quicwg/base-drafts/commit/ca86dd1a53df738dce6100=
c44adeb31c8f3c5a46=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c1be5113976a998ad86795b54808587159591fbb=0D
      https://github.com/quicwg/base-drafts/commit/c1be5113976a998ad86795=
b54808587159591fbb=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 79a9a7c9f34d3482fcd61265ca3c10e5dcf365ba=0D
      https://github.com/quicwg/base-drafts/commit/79a9a7c9f34d3482fcd612=
65ca3c10e5dcf365ba=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT inline comments=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 8641db7f92831e309c04ae9b181134535adbdff9=0D
      https://github.com/quicwg/base-drafts/commit/8641db7f92831e309c04ae=
9b181134535adbdff9=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT multiline comment fixup=0D
=0D
=0D
  Commit: af7a8767450f28452a8f0cfc274950e30d801cce=0D
      https://github.com/quicwg/base-drafts/commit/af7a8767450f28452a8f0c=
fc274950e30d801cce=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wordwrap=0D
=0D
=0D
  Commit: 8b078aa25750f22867d85e086a1e2f50c2e56bd8=0D
      https://github.com/quicwg/base-drafts/commit/8b078aa25750f22867d85e=
086a1e2f50c2e56bd8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Applications need to disable or selectively reject 0-RTT=0D
=0D
Closes #3136.=0D
=0D
=0D
  Commit: a8c8ed1549b2915f1c51fd4ffff7a3882631f608=0D
      https://github.com/quicwg/base-drafts/commit/a8c8ed1549b2915f1c51fd=
4ffff7a3882631f608=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  This is the client=0D
=0D
=0D
  Commit: d14b63ea5276bbb3cff4ebf727b71f7fc847ec50=0D
      https://github.com/quicwg/base-drafts/commit/d14b63ea5276bbb3cff4eb=
f727b71f7fc847ec50=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some of Martin's suggestions=0D
=0D
=0D
  Commit: 9bb859c4dc675c3327250e488fa0b0924d7de860=0D
      https://github.com/quicwg/base-drafts/commit/9bb859c4dc675c3327250e=
488fa0b0924d7de860=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword the first sentence per Jana's suggestion=0D
=0D
=0D
  Commit: 7a1d1352c87bf72cce779ef52d14e489c7afaaf4=0D
      https://github.com/quicwg/base-drafts/commit/7a1d1352c87bf72cce779e=
f52d14e489c7afaaf4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-retransmitting-acks=0D
=0D
=0D
  Commit: fc1b0fb4d1086c759a4022b62b013bcc0b594d2e=0D
      https://github.com/quicwg/base-drafts/commit/fc1b0fb4d1086c759a4022=
b62b013bcc0b594d2e=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix change log=0D
=0D
=0D
  Commit: 4f77dbe2e077629796f8a4d3e075c653a1e3b122=0D
      https://github.com/quicwg/base-drafts/commit/4f77dbe2e077629796f8a4=
d3e075c653a1e3b122=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3049 from quicwg/ianswett-retransmitting-acks=0D
=0D
Retransmitting an ACK frame warning=0D
=0D
=0D
  Commit: ee9f46139e66530f2cc9a68c24de10d4267cbe89=0D
      https://github.com/quicwg/base-drafts/commit/ee9f46139e66530f2cc9a6=
8c24de10d4267cbe89=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo and wording in change log=0D
=0D
=0D
  Commit: 8e48d3d78debf44cd149ec615162732d5e250e45=0D
      https://github.com/quicwg/base-drafts/commit/8e48d3d78debf44cd149ec=
615162732d5e250e45=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3143 from amirlivneh/patch-20=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: d6367402e6013a0a9183deb31e0661ad2ab27abd=0D
      https://github.com/quicwg/base-drafts/commit/d6367402e6013a0a9183de=
b31e0661ad2ab27abd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3144 from amirlivneh/patch-21=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: 1c824acf2a3912a54dd1a2563ca70159b7a18493=0D
      https://github.com/quicwg/base-drafts/commit/1c824acf2a3912a54dd1a2=
563ca70159b7a18493=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix punctuation=0D
=0D
=0D
  Commit: 966bb15dbef311b73e819b4e7142ab8d42f8beac=0D
      https://github.com/quicwg/base-drafts/commit/966bb15dbef311b73e819b=
4e7142ab8d42f8beac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3146 from amirlivneh/patch-22=0D
=0D
Fix punctuation=0D
=0D
=0D
  Commit: 15da8641e73841d1e96cf70f5ed4f38f7da586b4=0D
      https://github.com/quicwg/base-drafts/commit/15da8641e73841d1e96cf7=
0f5ed4f38f7da586b4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry changes the connection ID always=0D
=0D
Closes #2837.=0D
=0D
=0D
  Commit: cd51ae103b6f0f221bed411e3c803a73cb1dcacb=0D
      https://github.com/quicwg/base-drafts/commit/cd51ae103b6f0f221bed41=
1e3c803a73cb1dcacb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add a MUST discard requirement for bad SCID=0D
=0D
=0D
  Commit: afba2abcdda91bde3c8ba6b82821ed9144b7d30f=0D
      https://github.com/quicwg/base-drafts/commit/afba2abcdda91bde3c8ba6=
b82821ed9144b7d30f=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  approximately=0D
=0D
=0D
  Commit: 1ecfb27bead5c9d0b7daeeaf302ecbffa13bdbc1=0D
      https://github.com/quicwg/base-drafts/commit/1ecfb27bead5c9d0b7daee=
af302ecbffa13bdbc1=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  prepared to receive, until retired=0D
=0D
=0D
  Commit: e21532dca6de0225191e3835ec0a038026bd31a3=0D
      https://github.com/quicwg/base-drafts/commit/e21532dca6de0225191e38=
35ec0a038026bd31a3=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 86e8472597305ad26d56a02228dca2f0f332e084=0D
      https://github.com/quicwg/base-drafts/commit/86e8472597305ad26d56a0=
2228dca2f0f332e084=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify that clients don't need to remember unknown SETTINGS (#3113)=0D=

=0D
Fixes #3110.=0D
=0D
=0D
  Commit: 3662405decdc750cb97d7b1bd3eab1ad62abc0ff=0D
      https://github.com/quicwg/base-drafts/commit/3662405decdc750cb97d7b=
1bd3eab1ad62abc0ff=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 6a225b8bfc8b8aad98fa0ffee512f59940db48b5=0D
      https://github.com/quicwg/base-drafts/commit/6a225b8bfc8b8aad98fa0f=
fee512f59940db48b5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 886db2af9e5c70a553dcf1d71d34fbe75c963a2d=0D
      https://github.com/quicwg/base-drafts/commit/886db2af9e5c70a553dcf1=
d71d34fbe75c963a2d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: fbc5da02f79d917695170067d1f135fda2970094=0D
      https://github.com/quicwg/base-drafts/commit/fbc5da02f79d9176951700=
67d1f135fda2970094=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3077 from quicwg/ianswett-remove-discussion=0D
=0D
Remove obsolete 'Discussion' section=0D
=0D
=0D
  Commit: 38bf1be3d068e40303c1b7bbfdf5b0fab85548ed=0D
      https://github.com/quicwg/base-drafts/commit/38bf1be3d068e40303c1b7=
bbfdf5b0fab85548ed=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  editorial tweaks=0D
=0D
=0D
  Commit: ffbef0e62d0b1489632e95a2307d66961ecf661c=0D
      https://github.com/quicwg/base-drafts/commit/ffbef0e62d0b1489632e95=
a2307d66961ecf661c=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo=0D
=0D
=0D
  Commit: c56847ba78a13598a928b690d8a0e29fbf3d9ca4=0D
      https://github.com/quicwg/base-drafts/commit/c56847ba78a13598a928b6=
90d8a0e29fbf3d9ca4=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fixing links=0D
=0D
=0D
  Commit: 98d2154f83e1be5ee41e89a97c96e2d1cf314788=0D
      https://github.com/quicwg/base-drafts/commit/98d2154f83e1be5ee41e89=
a97c96e2d1cf314788=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Typo, trailing whitespace=0D
=0D
=0D
  Commit: c140315b6db75cb8d487cc81aa6e15a4949e062f=0D
      https://github.com/quicwg/base-drafts/commit/c140315b6db75cb8d487cc=
81aa6e15a4949e062f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix line lengths=0D
=0D
=0D
  Commit: 6d5698c1c0059d7e6adb460829acd06aa8c74b68=0D
      https://github.com/quicwg/base-drafts/commit/6d5698c1c0059d7e6adb46=
0829acd06aa8c74b68=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't say why, it just is=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: cea9e6e127f1600519448991f521c9bfbe29da05=0D
      https://github.com/quicwg/base-drafts/commit/cea9e6e127f16005194489=
91f521c9bfbe29da05=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3147 from quicwg/retry-cid=0D
=0D
Servers have to change connection IDs in Retry=0D
=0D
=0D
  Commit: 3a3376c41d17d2b9ffabb9783514bde13463c743=0D
      https://github.com/quicwg/base-drafts/commit/3a3376c41d17d2b9ffabb9=
783514bde13463c743=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use the right connection ID=0D
=0D
The use of "this" here was a bit ambiguous=0D
=0D
=0D
  Commit: 9706f4a9d2c0dce71a061aed1df6f4d754d23dca=0D
      https://github.com/quicwg/base-drafts/commit/9706f4a9d2c0dce71a061a=
ed1df6f4d754d23dca=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3153 from quicwg/use-the-right-cid=0D
=0D
Use the right connection ID=0D
=0D
=0D
  Commit: a7dd2f996fbd6426d0fbefaeafcb4895542a04a6=0D
      https://github.com/quicwg/base-drafts/commit/a7dd2f996fbd6426d0fbef=
aeafcb4895542a04a6=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  report_to is a list; activity_exclude_labels=0D
=0D
=0D
  Commit: 3bcb9559821b980e68194894e8495cb337d66d1f=0D
      https://github.com/quicwg/base-drafts/commit/3bcb9559821b980e681948=
94e8495cb337d66d1f=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  group_info=0D
=0D
=0D
  Commit: ff59d67a4a1c09bfd7b2177297d82f98a3fedb48=0D
      https://github.com/quicwg/base-drafts/commit/ff59d67a4a1c09bfd7b217=
7297d82f98a3fedb48=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  activity_summary_to=0D
=0D
=0D
  Commit: ce25ff53738db3092bf12a14ea27b0b2a605db7c=0D
      https://github.com/quicwg/base-drafts/commit/ce25ff53738db3092bf12a=
14ea27b0b2a605db7c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't require RESET_STREAM on terminated streams=0D
=0D
Closes #3163.=0D
=0D
=0D
  Commit: 380290424491810123c9e6e2f80a10ad7e4cf842=0D
      https://github.com/quicwg/base-drafts/commit/380290424491810123c9e6=
e2f80a10ad7e4cf842=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST limit bursts to the initial congestion window (#3160)=0D
=0D
* MUST limit bursts to the initial congestion window=0D
=0D
>From discussion on #3106 =0D
https://github.com/quicwg/base-drafts/pull/3106#discussion_r338921935=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 28c7622bd23764139dda753c704cd9d92d888416=0D
      https://github.com/quicwg/base-drafts/commit/28c7622bd23764139dda75=
3c704cd9d92d888416=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typos in QPACK draft=0D
=0D
=0D
  Commit: 4cdea4668edcba12859a11cbb0b3ccfbdf61016a=0D
      https://github.com/quicwg/base-drafts/commit/4cdea4668edcba12859a11=
cbb0b3ccfbdf61016a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make language of representations consistent.=0D
=0D
This was inspired by the comment by afrind at=0D
https://github.com/quicwg/base-drafts/pull/2942#discussion_r335222617.=0D=

=0D
For each representation, uniformly=0D
* use the word "representation" in the first sentence;=0D
* use the word "identifies" if it's a verbatim entry; "encodes" otherwise=
;=0D
* identify relative versus post-base indexing in the first sentence;=0D
* move drawing right after first sentence;=0D
* use consistent language describing binary format.=0D
=0D
=0D
  Commit: 151359d5d8b66a3bbaa127d7b5ad34ce14df171a=0D
      https://github.com/quicwg/base-drafts/commit/151359d5d8b66a3bbaa127=
d7b5ad34ce14df171a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/up to/up to and including/ for clarity.=0D
=0D
This was suggested by dtikhonov at=0D
https://github.com/quicwg/base-drafts/pull/2942/files/11edccf6ed3697ba785=
578712b54a42051bb090d#r337177688.=0D
=0D
=0D
  Commit: f436b81a90eb36ddfa14eb7862cec142a128a5be=0D
      https://github.com/quicwg/base-drafts/commit/f436b81a90eb36ddfa14eb=
7862cec142a128a5be=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  kMaxDatagramSize -> max_datagram_size=0D
=0D
Clarifies that this is the maximum datagram size currently in use on the =
connection.=0D
=0D
Fixes #3041=0D
=0D
=0D
  Commit: eec69d4be9a3619ca9030a952073a8f9275fde57=0D
      https://github.com/quicwg/base-drafts/commit/eec69d4be9a3619ca9030a=
952073a8f9275fde57=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3108 from DavidSchinazi/no_tls_pres=0D
=0D
Replace use of the TLS presentation language with QUIC encoding=0D
=0D
=0D
  Commit: 9309a0ac194307cf002b92d965403ee08d882500=0D
      https://github.com/quicwg/base-drafts/commit/9309a0ac194307cf002b92=
d965403ee08d882500=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 19200d397bd9bef6a81151169111597b3edcbcc6=0D
      https://github.com/quicwg/base-drafts/commit/19200d397bd9bef6a81151=
169111597b3edcbcc6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Cite 14.1 of Transport=0D
=0D
=0D
  Commit: a62d8366c7efd0e700fda857652295047a46364d=0D
      https://github.com/quicwg/base-drafts/commit/a62d8366c7efd0e700fda8=
57652295047a46364d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3138 from quicwg/if-0rtt=0D
=0D
Applications need to disable or selectively reject 0-RTT=0D
=0D
=0D
  Commit: 61aeda915f02079c65182cc8a5c748a0bbea9779=0D
      https://github.com/quicwg/base-drafts/commit/61aeda915f02079c65182c=
c8a5c748a0bbea9779=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix handling of Retry in recovery (#3148)=0D
=0D
* Fix handling of Retry in recovery=0D
=0D
This section was well out of date.  Also, this covers what needs to be=0D=

retained across this transition better.  Basically, the only thing that=0D=

needs to go is the congestion and loss recovery state.  The rest can=0D
stay; in fact, the crypto handshake has to stay.=0D
=0D
Closes #2058.=0D
=0D
* cannot/MUST NOT=0D
=0D
potato/tomato=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 44f9d5d7d05a53c96faf3b420392042949da5da7=0D
      https://github.com/quicwg/base-drafts/commit/44f9d5d7d05a53c96faf3b=
420392042949da5da7=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Talk about concurrency in H3 vs. H2 (#3114)=0D
=0D
* Talk about concurrency=0D
=0D
* Talk about push separately=0D
=0D
* Precision, thanks to @kazuho=0D
=0D
* Update draft-ietf-quic-http.md=0D
=0D
Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com>=0D
=0D
=0D
  Commit: e8b1251eb9a99928db70c8cc44df5c3bccff5373=0D
      https://github.com/quicwg/base-drafts/commit/e8b1251eb9a99928db70c8=
cc44df5c3bccff5373=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2299b0056006f26c4e8165d9644992fc1310612c=0D
      https://github.com/quicwg/base-drafts/commit/2299b0056006f26c4e8165=
d9644992fc1310612c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Feedback=0D
=0D
=0D
  Commit: 6e803f135d2d65bf854d5066a7695ddd3a3e08cf=0D
      https://github.com/quicwg/base-drafts/commit/6e803f135d2d65bf854d50=
66a7695ddd3a3e08cf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3149 from quicwg/transport/name_connections=0D
=0D
Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 234249cb96e21ea564a37e7e1dc2107b7acfe1bb=0D
      https://github.com/quicwg/base-drafts/commit/234249cb96e21ea564a37e=
7e1dc2107b7acfe1bb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3165 from quicwg/reset-after-fin=0D
=0D
Don't require RESET_STREAM on terminated streams=0D
=0D
=0D
  Commit: b1ff885bd354b9218e37b00de1366904335210e7=0D
      https://github.com/quicwg/base-drafts/commit/b1ff885bd354b9218e37b0=
0de1366904335210e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: d27a37d1d171440cde763c730e4dc4d7bd245180=0D
      https://github.com/quicwg/base-drafts/commit/d27a37d1d171440cde763c=
730e4dc4d7bd245180=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: 48573bf0a5755e0f341aed6f6124cad13537bc1a=0D
      https://github.com/quicwg/base-drafts/commit/48573bf0a5755e0f341aed=
6f6124cad13537bc1a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ed3b3f93ef292a596e827e56aab78eca1e2b6688=0D
      https://github.com/quicwg/base-drafts/commit/ed3b3f93ef292a596e827e=
56aab78eca1e2b6688=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2d5f46faab5cf09442fff533c89d499e4f80fc6c=0D
      https://github.com/quicwg/base-drafts/commit/2d5f46faab5cf09442fff5=
33c89d499e4f80fc6c=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 997e49fb8553d82031c4dca65604eb0ead7dcac8=0D
      https://github.com/quicwg/base-drafts/commit/997e49fb8553d82031c4dc=
a65604eb0ead7dcac8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3057 from quicwg/ianswett-must-retransmit=0D
=0D
PTO MUST send new data or retransmit data if possible=0D
=0D
=0D
  Commit: 57a466f77afc99f32769e59596395a5848121859=0D
      https://github.com/quicwg/base-drafts/commit/57a466f77afc99f32769e5=
9596395a5848121859=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 52b3c343033b749355dfa8d34421a651f69238e5=0D
      https://github.com/quicwg/base-drafts/commit/52b3c343033b749355dfa8=
d34421a651f69238e5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 694975600a94a0244dce16e54559c60fde771c79=0D
      https://github.com/quicwg/base-drafts/commit/694975600a94a0244dce16=
e54559c60fde771c79=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: cf63bd95f00d0cf7b48253742237b69f218c24aa=0D
      https://github.com/quicwg/base-drafts/commit/cf63bd95f00d0cf7b48253=
742237b69f218c24aa=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: b0cd8cd815068d6837667920832129d874333ff6=0D
      https://github.com/quicwg/base-drafts/commit/b0cd8cd815068d68376679=
20832129d874333ff6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry MUST NOT -> cannot be treated as an acknowledgement (#3171)=0D
=0D
* Retry MUST NOT -> cannot be treated as an acknowledgement=0D
=0D
I didn't notice this last commit in @martinthomson PR, but I think the ol=
der text is more correct.  I added a bit more detail about why it cannot =
be treated as an acknowledgement.=0D
=0D
* Martin's reason=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6c72970d780f5b5eea665605f5345eee5d375134=0D
      https://github.com/quicwg/base-drafts/commit/6c72970d780f5b5eea6656=
05f5345eee5d375134=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Narrow scope of draft caching=0D
=0D
=0D
  Commit: fc3a844fbcb5c19cc48c76cd39e7f78e3e2a25f1=0D
      https://github.com/quicwg/base-drafts/commit/fc3a844fbcb5c19cc48c76=
cd39e7f78e3e2a25f1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3098 from kazuho/kazuho/connection-close-not-ack-el=
iciting=0D
=0D
CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 8c571ff653275f2319e181dd11ce49a4f678060e=0D
      https://github.com/quicwg/base-drafts/commit/8c571ff653275f2319e181=
dd11ce49a4f678060e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2993 from quicwg/ct-sr=0D
=0D
Stateless reset comparisons (constant time/any order/datagram)=0D
=0D
=0D
  Commit: 0bf4ab5e5a871efd3238cd1851cfd6bac38786ad=0D
      https://github.com/quicwg/base-drafts/commit/0bf4ab5e5a871efd3238cd=
1851cfd6bac38786ad=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3096 from kazuho/kazuho/retire-prior-to-must=0D
=0D
MUST retire Connection IDs becoming stale=0D
=0D
=0D
  Commit: f792065ad02a0f5762b3bb72acfd770504994ef3=0D
      https://github.com/quicwg/base-drafts/commit/f792065ad02a0f5762b3bb=
72acfd770504994ef3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2870 from quicwg/retry-rekey=0D
=0D
Initial secrets change after Retry=0D
=0D
=0D
  Commit: ed4639eceee14bd7dc4e021290d49cdae42d21c5=0D
      https://github.com/quicwg/base-drafts/commit/ed4639eceee14bd7dc4e02=
1290d49cdae42d21c5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3045 from DavidSchinazi/multi_packet_client_hello=0D=

=0D
Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 373b0abdb02c74076c6dcfa87552e3946bcf1eb2=0D
      https://github.com/quicwg/base-drafts/commit/373b0abdb02c74076c6dcf=
a87552e3946bcf1eb2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ca4f89343c03e42da920794cff5a5c584705d4f3=0D
      https://github.com/quicwg/base-drafts/commit/ca4f89343c03e42da92079=
4cff5a5c584705d4f3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Add workaround for caching bug=0D
=0D
=0D
  Commit: d038b534553ee4ef5c957d57fa1be3a238d8d376=0D
      https://github.com/quicwg/base-drafts/commit/d038b534553ee4ef5c957d=
57fa1be3a238d8d376=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3167 from quicwg/ianswett-max-datagram-size=0D
=0D
kMaxDatagramSize -> max_datagram_size=0D
=0D
=0D
  Commit: 355d1e552b4ec41891941f7d1f8993ca3723c3da=0D
      https://github.com/quicwg/base-drafts/commit/355d1e552b4ec41891941f=
7d1f8993ca3723c3da=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-pto-per-pn-space=0D
=0D
=0D
Compare: https://github.com/quicwg/base-drafts/compare/50f670169e4c...355=
d1e552b4e=0D


From nobody Fri Nov  1 06:31:30 2019
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 82D74120147 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FhBH-3Q9Tw_2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:28 -0700 (PDT)
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 4E4E41200CE for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:31:28 -0700 (PDT)
Date: Fri, 01 Nov 2019 06:31:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615087; bh=wXByAiHM2UCQao4NZFfEhK1wQWvAlaHedIj7Q/XZM/Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AXi3G5Yrcl22TUZxhqezY8mh7sY4AaBrMDfjvenS+1+/sJ1A3Ff1/cSR8UVcVnzka cQ2bayPBoWgbRCvOgHolN+UraOjVahHDpoYRbxFrifraiOqPDsi9oMFtvQKdNHPiWd /GQiSzJOs2LEqFyObzScRfos1Y5WvpylsphdFOgk=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/push/4222551588@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc33af9195e_1ef43fe4e68cd95c125651"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Izrx306AqtjZF5UwNxuLE9fyY_8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 13:31:29 -0000

----==_mimepart_5dbc33af9195e_1ef43fe4e68cd95c125651
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

355d1e552b4ec41891941f7d1f8993ca3723c3da  Merge branch 'master' into ianswett-pto-per-pn-space


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066/files/50f670169e4cae5b13065c015674b597515cda2e..355d1e552b4ec41891941f7d1f8993ca3723c3da

----==_mimepart_5dbc33af9195e_1ef43fe4e68cd95c125651
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/355d1e552b4ec41891941f7d1f8993ca3723c3da">355d1e5</a>  Merge branch &#39;master&#39; into ianswett-pto-per-pn-space</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3066/files/50f670169e4cae5b13065c015674b597515cda2e..355d1e552b4ec41891941f7d1f8993ca3723c3da?email_source=notifications&amp;email_token=AFTOJK43V4IX4C4CW24IBQ3QRQVS7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGE2TQOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XLAHU6FBLMMYGJ5DQRQVS7ANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6MRMF6XVCYARD2BN3QRQVS7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGE2TQOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066/files/50f670169e4cae5b13065c015674b597515cda2e..355d1e552b4ec41891941f7d1f8993ca3723c3da?email_source=notifications\u0026email_token=AFTOJK43V4IX4C4CW24IBQ3QRQVS7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGE2TQOA",
"url": "https://github.com/quicwg/base-drafts/pull/3066/files/50f670169e4cae5b13065c015674b597515cda2e..355d1e552b4ec41891941f7d1f8993ca3723c3da?email_source=notifications\u0026email_token=AFTOJK43V4IX4C4CW24IBQ3QRQVS7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGE2TQOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc33af9195e_1ef43fe4e68cd95c125651--


From nobody Fri Nov  1 06:32:04 2019
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 EC3881200CE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6XIpPGAqsBx6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:31:55 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F8DB12013A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:31:55 -0700 (PDT)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id B4AE66E0603 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:31:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615114; bh=KLWwAjf16EDMyLnXy+QZvROT3CUEiksOT+02RQy4eW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XkVx2MkgWpJuiEoXPNP6XfCM0HjYtuAp0SfwHl1EX2ChrBWf6T0GMkkl6FcM1kfHs rUQaNmR0Xc7sjLhweisZf5MT3cv0dPYTFCiVLZjN9Ef7+01JfIRhUPl++ltJz1xhGi J2cwsbpg51X0kFwmwhpfiYVupCrc6Q5cD2Rz/D0c=
Date: Fri, 01 Nov 2019 06:31:54 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4REQ5BO5WZAAI7EUF3ZF2FVEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310453287@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc33caa64c8_2ac93ffc6e2cd9682901cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bzk802b5lacobh8HznUTYHVEYYo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 13:31:57 -0000

----==_mimepart_5dbc33caa64c8_2ac93ffc6e2cd9682901cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1153,8 +1174,9 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
+  earliest_loss_time, pn_space =
+    GetEarliestTimeAndSpace(loss_times)

Thanks, I missed that one.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341572362
----==_mimepart_5dbc33caa64c8_2ac93ffc6e2cd9682901cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341572362">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1153,8 +1174,9 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
+  earliest_loss_time, pn_space =
+    GetEarliestTimeAndSpace(loss_times)
</pre>
<p>Thanks, I missed that one.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK2WVRVFWTDZACIYCU3QRQVUVA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKASIJY#discussion_r341572362">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY6RYQAPYCAN6P22OTQRQVUVANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZTABT2TP6KBIJOCDQRQVUVA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKASIJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2WVRVFWTDZACIYCU3QRQVUVA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKASIJY#discussion_r341572362",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2WVRVFWTDZACIYCU3QRQVUVA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKASIJY#discussion_r341572362",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc33caa64c8_2ac93ffc6e2cd9682901cd--


From nobody Fri Nov  1 06:32:09 2019
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 7054212087D for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:02 -0700 (PDT)
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 3aNZ3uE5zeFY for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:01 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1266F12086E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:32:01 -0700 (PDT)
Date: Fri, 01 Nov 2019 06:32:00 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615120; bh=ZgRW7SeYW/reIQfVlOL2NUmNqg/wmIUmhyiM/ww5L/0=; h=Date:From:To:Subject:From; b=0YsaiyPhoiLCEsuUQ5rFLClnvgmjf5UHQF5LFLHBY6l+rplfxVqvxx8v+iX2L5iOi rtD5EKai2AB9Uv8D5w/Z76NuIFCzjnbOMA2qjU+Jg698gxB6NsfFRGquJPG+0Dluun QxzXWyYmcMFacHewgYJyxMLf0L9KQgCu5UyNjjYk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/dc85af-2d09f1@github.com>
Subject: [quicwg/base-drafts] 2d09f1: Script updating gh-pages from 355d1e55. [ci skip]
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/RbRE_GWCvlgWIRHcbQK1NinMwCs>
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: Fri, 01 Nov 2019 13:32:07 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2d09f1f64237b79174d3eee464af19d8d9901d0a
      https://github.com/quicwg/base-drafts/commit/2d09f1f64237b79174d3eee464af19d8d9901d0a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 355d1e55. [ci skip]



From nobody Fri Nov  1 06:32:19 2019
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 A8B0E1201CE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:17 -0700 (PDT)
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 9xYEc3v_BQsU for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:16 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9ACF31200CE for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:32:16 -0700 (PDT)
Date: Fri, 01 Nov 2019 06:32:15 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615135; bh=JoFmPjECk0GO8FYn+a4Za4Nx0xrR4f11AByo6p5gVKM=; h=Date:From:To:Subject:From; b=HlS/xiNkLljBbS2EM89lttKc9fYhw7raB0h3QGFyTEtIIlhOqaEwomrP0Bg2H+gvs 13Tj5tS3Ng0TWiAdJC6ghpR0RtnKgNDCo/QGfaCF8XDmyeVVx7BgriOhmXSIVFEU1A +PEyOiXU8pfH/+7nxjUklVFbGt8hchYLck5F3HSc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-pto-per-pn-space/355d1e-cff00e@github.com>
Subject: [quicwg/base-drafts] cff00e: 1 loss_times -> loss_time
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/H2afhc56YEzr7dipxX3W4H0TTb0>
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: Fri, 01 Nov 2019 13:32:18 -0000

  Branch: refs/heads/ianswett-pto-per-pn-space
  Home:   https://github.com/quicwg/base-drafts
  Commit: cff00e01280aabf3916edb64508a5d786d779bb3
      https://github.com/quicwg/base-drafts/commit/cff00e01280aabf3916edb64508a5d786d779bb3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  1 loss_times -> loss_time



From nobody Fri Nov  1 06:32:32 2019
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 1F19E12013A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 R5pOGGhRJ56W for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:32:24 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C4BC1200CE for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:32:24 -0700 (PDT)
Date: Fri, 01 Nov 2019 06:32:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615143; bh=APPTNfXFHGXbtIkHQy53fuWq0UsuVSfuBuwU0rKkcyM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gW4Puijv8t43ZC9nQsPE4S0UjtR7UCEbUNN98dKP6uXYIy3FYt9Rgu6pXWN2moBIo aK/frFvlcuCIZTPETcd1EzRpFzqcI1Mr6+wzII/RkWJQkLOdO9GYUqV+z3KeIUfx/Y fSHmmJwUdwm8TWoYLs+DzwoNe5nw+f6yHRjZb92E=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/push/4222555088@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc33e7b8d55_56503f9238ccd9681459e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aaZr0rhtAgqb9xZKXgIGWegRBBY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 13:32:27 -0000

----==_mimepart_5dbc33e7b8d55_56503f9238ccd9681459e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

cff00e01280aabf3916edb64508a5d786d779bb3  1 loss_times -> loss_time


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066/files/355d1e552b4ec41891941f7d1f8993ca3723c3da..cff00e01280aabf3916edb64508a5d786d779bb3

----==_mimepart_5dbc33e7b8d55_56503f9238ccd9681459e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cff00e01280aabf3916edb64508a5d786d779bb3">cff00e0</a>  1 loss_times -&gt; loss_time</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3066/files/355d1e552b4ec41891941f7d1f8993ca3723c3da..cff00e01280aabf3916edb64508a5d786d779bb3?email_source=notifications&amp;email_token=AFTOJK7UYGLUZTK52YYVQTDQRQVWPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGUYDQOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3IIQAR547DXISOAMDQRQVWPANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DLVDYGD5NBJZ5LWTQRQVWPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGUYDQOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066/files/355d1e552b4ec41891941f7d1f8993ca3723c3da..cff00e01280aabf3916edb64508a5d786d779bb3?email_source=notifications\u0026email_token=AFTOJK7UYGLUZTK52YYVQTDQRQVWPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGUYDQOA",
"url": "https://github.com/quicwg/base-drafts/pull/3066/files/355d1e552b4ec41891941f7d1f8993ca3723c3da..cff00e01280aabf3916edb64508a5d786d779bb3?email_source=notifications\u0026email_token=AFTOJK7UYGLUZTK52YYVQTDQRQVWPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDENJVGUYDQOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc33e7b8d55_56503f9238ccd9681459e0--


From nobody Fri Nov  1 06:33:18 2019
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 1970F120860 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:33:13 -0700 (PDT)
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 bRZU8dX4m5fk for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:33:11 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 995B9120875 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:33:11 -0700 (PDT)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 001B72C0B99 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:33:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615190; bh=u3j1sZfb0QEZUb3Y5cMP+9ALIVxXQXxMd+gSMg6exnE=; h=Date:From:To:Subject:From; b=Jtc3guSh/uxeF2w4XXmM6imJdQ3rmSmVa5H8iq6BMsfnyjHsTw78uaZU0khVJ5QF6 w3LXa7v97jbxdFUqmhwv31S4m5lKdD+w9Cn14Gjxa62i6Rel2R9tVQwkEEqpCx69g2 DcggzGDFMSA8JzSGO/MpeQChqDAoOfT2+IDp6beM=
Date: Fri, 01 Nov 2019 06:33:10 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2d09f1-8e3278@github.com>
Subject: [quicwg/base-drafts] 8e3278: Script updating gh-pages from cff00e01. [ci skip]
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/x5Q3g6RMCzdi1XDxanIqaEuQLjU>
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: Fri, 01 Nov 2019 13:33:17 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8e32785aa9305cc31889d81bd49d97325dcf88ac
      https://github.com/quicwg/base-drafts/commit/8e32785aa9305cc31889d81bd49d97325dcf88ac
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from cff00e01. [ci skip]



From nobody Fri Nov  1 06:35:07 2019
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 748661200CE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:35:05 -0700 (PDT)
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 e5TWfLh8HDn3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 06:35:04 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4729312011F for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:35:04 -0700 (PDT)
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 7F8DD1C1D04 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 06:35:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572615303; bh=QIK2Lp9TrRPCtTS07pzh3l3A9oagk5IqCos5rnJ/BvM=; h=Date:From:To:Subject:From; b=M6y4NY1nId5WbcxXoHGoTdQzT6uT1gxKXzjcAMW/pOQnPVAEjMu6Rfn/x+qrl1mJF vXZAt/wiKdXnkVZT29cQFkUfusuDCNIfyyriqbkIIvXDK7M07blrLRieY3GBYq0+3o ZK5frHHBHOGvJaquo3fvVdpbxYOLgt3a6GKQMzL8=
Date: Fri, 01 Nov 2019 06:35:03 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8e3278-f06cdc@github.com>
Subject: [quicwg/base-drafts] f06cdc: Script updating issues at 2019-11-01T13:34:55Z. [c...
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/m28KI4aVVjPL18nCFEPiuL9AeCM>
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: Fri, 01 Nov 2019 13:35:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f06cdcdd0b2cc299674dd3d66208031acec945bf
      https://github.com/quicwg/base-drafts/commit/f06cdcdd0b2cc299674dd3d66208031acec945bf
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-01T13:34:55Z. [ci skip]



From nobody Fri Nov  1 07:35:55 2019
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 71A8412083B for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:35:53 -0700 (PDT)
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 Bf4Ia6bwCGoE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:35:51 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EAD97120255 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:35:48 -0700 (PDT)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 01C8CA1144 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:35:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572618948; bh=CgUKNN28czfAbWJH+uUFWtSGwrEPmmY+ghzvPPBAJiE=; h=Date:From:To:Subject:From; b=Ch1CoBPodfacka5Aa3WXXrBRJXVip3NECdJJ/or9tFPSwojiFguKwbB3GEcUKvWpU 0TimCKWbTgSd2JTHBi/DUb1dF+kHVsyrAco1LN5Ztatzb4q8VqnjihoDzdOGJc+tXy RPhiLtkXPktsAUuv5+dQydkvbFfrC9zG9rjMbI70=
Date: Fri, 01 Nov 2019 07:35:47 -0700
From: Robin Marx <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/d038b5-3f1cf6@github.com>
Subject: [quicwg/base-drafts] 3f1cf6: Further specify frame Length field (#3177)
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/KkiQzsMaifg4auSifJ8JTOOuiEY>
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: Fri, 01 Nov 2019 14:35:53 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3f1cf6127d12ea249e102ca1a866b94d3fb07c6c
      https://github.com/quicwg/base-drafts/commit/3f1cf6127d12ea249e102ca1a866b94d3fb07c6c
  Author: Robin Marx <robin.marx@uhasselt.be>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Further specify frame Length field (#3177)

* Further specify frame Length field

Probably a bit overkill, but since it wasn't explicitly stated + I thought we had replaced "octets" with bytes everywhere else.

* remove brackets

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>



From nobody Fri Nov  1 07:36:03 2019
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 8CC5012083B for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:36:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jyAVY5b82gtD for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:36:00 -0700 (PDT)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56CED120255 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:35:58 -0700 (PDT)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 542346E1597 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:35:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572618957; bh=tqbt1n/ulc1kLcmqpnseFhhBsnpUoe+Igs/vdsIrR6w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GNHCktonD5osahAgVI2gxEfrs4yZiijf9iGuvdmkOfl4Pg7gpIcmd2TI0ibxDeG+J n5FM+z0eSCrYYOksfPTA0yKYS5rMM9f7L52OjlTXXoyOGS7Wkos7hgm6zIydw1Y2EU oPul6Nwoeqz2gDH244Ti3OzM2/kj8BlxsJrg7n4o=
Date: Fri, 01 Nov 2019 07:35:57 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2U5E4WO5BIRD3NGHV3ZGBV3EVBNHHB5MVK74@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3177/issue_event/2763393526@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3177@github.com>
References: <quicwg/base-drafts/pull/3177@github.com>
Subject: Re: [quicwg/base-drafts] Further specify frame Length field (#3177)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc42cd456e4_63dc3fd5680cd9601979d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FlcWXoGInNBTzC7vAKGRyuFWpv4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 14:36:02 -0000

----==_mimepart_5dbc42cd456e4_63dc3fd5680cd9601979d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3177 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3177#event-2763393526
----==_mimepart_5dbc42cd456e4_63dc3fd5680cd9601979d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="515025663" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3177" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3177/hovercard" href="https://github.com/quicwg/base-drafts/pull/3177">#3177</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3177?email_source=notifications&amp;email_token=AFTOJK5EFELYXA4XTL3FD4TQRQ5E3A5CNFSM4JHBIFYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUS3AT5Q#event-2763393526">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4Y5XNMWZLK3GSAMGDQRQ5E3ANCNFSM4JHBIFYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5NTOUTL7E7DQCVK73QRQ5E3A5CNFSM4JHBIFYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUS3AT5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3177?email_source=notifications\u0026email_token=AFTOJK5EFELYXA4XTL3FD4TQRQ5E3A5CNFSM4JHBIFYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUS3AT5Q#event-2763393526",
"url": "https://github.com/quicwg/base-drafts/pull/3177?email_source=notifications\u0026email_token=AFTOJK5EFELYXA4XTL3FD4TQRQ5E3A5CNFSM4JHBIFYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUS3AT5Q#event-2763393526",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc42cd456e4_63dc3fd5680cd9601979d--


From nobody Fri Nov  1 07:36:33 2019
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 413D912010C for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:36:31 -0700 (PDT)
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 RaVn8_GtQM18 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:36:30 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1B8D12026E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:36:29 -0700 (PDT)
Date: Fri, 01 Nov 2019 07:36:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572618989; bh=o5DPBPfAUGWb2SwtvoB8xa6ZxaXZ2w0quagMN5ac/oQ=; h=Date:From:To:Subject:From; b=QLB7wpZN1SCmkAnqkjurwKNrgwFAfQ6itSnm+jB3Axox1TRH/iX96P6/UVMHhMRH0 GSi6b7n8gY7cs4Izp02oYrAxbqPNizBGWkE5UXv22G69mXuEUfn17h9B4I6vCuudG7 98nB2+faozGMpgq07JPPDW6Pzl7V+caLwbEXDsNY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f06cdc-db3c5b@github.com>
Subject: [quicwg/base-drafts] db3c5b: Script updating gh-pages from 3f1cf612. [ci skip]
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/p3sOfnQY8ZPr8JANYKqCtZtUwHc>
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: Fri, 01 Nov 2019 14:36:31 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: db3c5b40e5762f3d680dcd291c24022e48848f8c
      https://github.com/quicwg/base-drafts/commit/db3c5b40e5762f3d680dcd291c24022e48848f8c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 3f1cf612. [ci skip]



From nobody Fri Nov  1 07:50:31 2019
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 077461208B9 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:50:26 -0700 (PDT)
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 amPKH4stLG4g for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:50:24 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 776E11208A8 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:50:24 -0700 (PDT)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id AC59D2C107F for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:50:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572619823; bh=lwvZ48mqA42GdIBju8+rN3I+q5s4CSLER8i6v5Ztd4Y=; h=Date:From:To:Subject:From; b=nGoXerA0SKVR8WnRs5MiXZvyenuGUvbvwq6NIvkQfslRdAkPT5vzLxGYWChnfpg7o 56fKTghpl3BWmfO6g+5s1Myi1imDzZMpzcRZXq2NpeY3J2DEOK7AgmTneZ1O/T2Qh9 whLi4UnDAsABHOxQtGYZ8zVXzGFi2IuGCdIgBXXw=
Date: Fri, 01 Nov 2019 07:50:23 -0700
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/changelog-24/000000-9ab15f@github.com>
Subject: [quicwg/base-drafts] 4763ec: HTTP changelog
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/x-yoeH1Pc00hcUIyWYgDGsOyFR0>
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: Fri, 01 Nov 2019 14:50:31 -0000

  Branch: refs/heads/http/changelog-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4763ecefb6eda25b4d4abd61df757376651588dd
      https://github.com/quicwg/base-drafts/commit/4763ecefb6eda25b4d4abd61df757376651588dd
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  HTTP changelog


  Commit: 9ab15f9af80f63998738ce160d25ebe3c99adf30
      https://github.com/quicwg/base-drafts/commit/9ab15f9af80f63998738ce160d25ebe3c99adf30
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Nothing non-editorial for QPACK


Compare: https://github.com/quicwg/base-drafts/compare/4763ecefb6ed%5E...9ab15f9af80f


From nobody Fri Nov  1 07:51:06 2019
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 76FAE1201A3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:51:04 -0700 (PDT)
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 tESsa8pd65do for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:51:03 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FD2D120044 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:51:03 -0700 (PDT)
Date: Fri, 01 Nov 2019 07:51:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572619862; bh=8L8NqOkz6VNsi4migYCUZ4IGBY2BNwYfmrfszcMym+Y=; h=Date:From:To:Subject:From; b=G782CEDlPyAVKEgRmzjl0u3vx/rEjXaNuOQaOt1ryisI9QoOvOucZtt1ym8Fm93MX YbSjGUwbmWmZjP0+cilvoWqPXLnme19Jb7Uyc+xwZrcznqoSdY9yNpp7tU3NpFktLB S5LFLAByqqbb2/Vgr8UzdJn1tWhA/CI9bFRzvV0Y=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/db3c5b-3da053@github.com>
Subject: [quicwg/base-drafts] 3da053: Script updating gh-pages from 9ab15f9a. [ci skip]
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/N_TmCwGwp6d7ZPeb3mx_ya48n9g>
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: Fri, 01 Nov 2019 14:51:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3da053e0fa18d5ce8ffb1237abbf63eb5b1926cb
      https://github.com/quicwg/base-drafts/commit/3da053e0fa18d5ce8ffb1237abbf63eb5b1926cb
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    A http/changelog-24/draft-ietf-quic-http.html
    A http/changelog-24/draft-ietf-quic-http.txt
    A http/changelog-24/draft-ietf-quic-invariants.html
    A http/changelog-24/draft-ietf-quic-invariants.txt
    A http/changelog-24/draft-ietf-quic-qpack.html
    A http/changelog-24/draft-ietf-quic-qpack.txt
    A http/changelog-24/draft-ietf-quic-recovery.html
    A http/changelog-24/draft-ietf-quic-recovery.txt
    A http/changelog-24/draft-ietf-quic-tls.html
    A http/changelog-24/draft-ietf-quic-tls.txt
    A http/changelog-24/draft-ietf-quic-transport.html
    A http/changelog-24/draft-ietf-quic-transport.txt
    A http/changelog-24/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 9ab15f9a. [ci skip]



From nobody Fri Nov  1 07:51:34 2019
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 DFFC91208A8 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:51:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 r1nmFabbwkKj for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 07:51:25 -0700 (PDT)
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 0574F120885 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:51:25 -0700 (PDT)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 471B78C0923 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 07:51:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572619884; bh=qW8YGicPuKSX3louJrGvpXMcR8nrFD+xI1RHiOipsyQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=QnAJ0e7Tn0tpG9+zHXuROl3v/WYS5ZgfFHh1ysSExLl5K2gejdRdut3AWMCbSa6Wk 9L4aCk0NzBgS5j6GcpHy/gPuhb5dyxfXqcexrCEew8pvSV/r9YFWpdpaq27XLy93db DyTjjsFZB/4J89X+K5jpzwUXuDGuFFGUaNfWzIl4=
Date: Fri, 01 Nov 2019 07:51:24 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZO5QIS7K5Z7ZD4TVN3ZGDPZEVBNHHB5Q737U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3181@github.com>
Subject: [quicwg/base-drafts] HTTP & QPACK changelogs for -24 (#3181)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc466c38902_7d063fe400acd96414759f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4SNHgNBYQEOxwR7S9qulUU85r2U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 14:51:32 -0000

----==_mimepart_5dbc466c38902_7d063fe400acd96414759f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since QPACK only had editorial changes, I threw that in here as well.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3181

-- Commit Summary --

  * HTTP changelog
  * Nothing non-editorial for QPACK

-- File Changes --

    M draft-ietf-quic-http.md (8)
    M draft-ietf-quic-qpack.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3181.patch
https://github.com/quicwg/base-drafts/pull/3181.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3181

----==_mimepart_5dbc466c38902_7d063fe400acd96414759f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since QPACK only had editorial changes, I threw that in here as well.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3181'>https://github.com/quicwg/base-drafts/pull/3181</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>HTTP changelog</li>
  <li>Nothing non-editorial for QPACK</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3181/files#diff-0">draft-ietf-quic-http.md</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3181/files#diff-1">draft-ietf-quic-qpack.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3181.patch'>https://github.com/quicwg/base-drafts/pull/3181.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3181.diff'>https://github.com/quicwg/base-drafts/pull/3181.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications&amp;email_token=AFTOJK33AZZV67BIYWAHKFTQRQ66ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWD7P6Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK724YL4AQJJQUOV4KDQRQ66ZANCNFSM4JH3ZK6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7J63QCOCP23VXSDJ3QRQ66ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWD7P6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJK33AZZV67BIYWAHKFTQRQ66ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWD7P6Q",
"url": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJK33AZZV67BIYWAHKFTQRQ66ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWD7P6Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc466c38902_7d063fe400acd96414759f--


From nobody Fri Nov  1 10:20:32 2019
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 73C861200F8 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:20:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YBpl3nNJ0BsZ for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:20:29 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 004AD120019 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:20:28 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:20:27 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572628827; bh=0scl0zn9Djo1H5gzb7/pJqTkj3uImJKQO02CtnudalM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pfT4ophdleIbcUGy6D1lLpNyTIMemXDaVE1Wy9D+WD7NYo39didZcYctt7BewvNaF zx8PiNNomSJ8JgNcZ8UB15u0s98qbWtdMsdibBofBzzsI67wUAtXEJSJ79/U0VWYdk vYgFggJTf/pWMHSe2UomqOb3Q2L1EnkfveAUK2JE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK543B5GKTHSTTTCR3N3ZGU6XEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310586131@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc695bdebb0_64ac3f815a8cd9602414a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pbGonLdOqlk6a2i7-PNc9B5eWc8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:20:30 -0000

----==_mimepart_5dbc695bdebb0_64ac3f815a8cd9602414a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either

#3128 requires being able to distinguish between the two types of tokens.  I updated the text with Kazuho's suggestion about being able to unprotect the Initial.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341670635
----==_mimepart_5dbc695bdebb0_64ac3f815a8cd9602414a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341670635">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial with an invalid Retry token,
+it knows the client will not accept another Retry token.  It can either
</pre>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510401151" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3128" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3128/hovercard" href="https://github.com/quicwg/base-drafts/pull/3128">#3128</a> requires being able to distinguish between the two types of tokens.  I updated the text with Kazuho's suggestion about being able to unprotect the Initial.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK3BLMEJBBO5ARZ6U5DQRRQNXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBSWEY#discussion_r341670635">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYY7YQKTH7RSFMXESLQRRQNXANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZACLZKJDOWW43NRF3QRRQNXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBSWEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3BLMEJBBO5ARZ6U5DQRRQNXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBSWEY#discussion_r341670635",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3BLMEJBBO5ARZ6U5DQRRQNXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBSWEY#discussion_r341670635",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc695bdebb0_64ac3f815a8cd9602414a--


From nobody Fri Nov  1 10:21:03 2019
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 AE533120C1D for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:20:57 -0700 (PDT)
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 eD8dv2EyzDlC for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:20:56 -0700 (PDT)
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 2DDF6120BF4 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:20:56 -0700 (PDT)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 4FF788C09F9 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:20:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572628854; bh=nERsYwxrw9EIx/a828Q1OpZZ2DF6vR8Zcc2E04mob6w=; h=Date:From:To:Subject:From; b=YeOaIK//tZuDvtdSXh9z2z6IDrzQD+g24wOMpp7FwindFiDJWhsHqAjV4USyzXyHR xZQ+8naBlNf8dgc1d3RRg3Khf2/dX/plz6gZ/NEqRy9m65djojqA7LXBr5/qGOFOZf ISzwl67m/HNIWYUF9PzeEGncQX72JN/Ct2L2sAPQ=
Date: Fri, 01 Nov 2019 10:20:54 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/f827ca-9617e1@github.com>
Subject: [quicwg/base-drafts] 9617e1: Kazuho's suggestion
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/qv0YdVTHIiaiCGxOVhBjJ0TqE3c>
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: Fri, 01 Nov 2019 17:21:02 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9617e1da29cda2a6230e7e59e9ae62a257087d73
      https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Kazuho's suggestion

About being able to unprotect the Initial packet



From nobody Fri Nov  1 10:21:10 2019
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 F3059120C5E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:21:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 F870xCwVwmWt for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:21:03 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A8B5120BBC for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:21:03 -0700 (PDT)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 7727F1C0C48 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:21:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572628862; bh=ibn5CP+bBNzeNC6UIfCzcr/LIpPqkfQkQ5Jy4oDwhnk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VVG3+bKa5rZJSMCwsz+yRbdtZaZZT1hH7WX9MwL7NIAfY9KVN16LyMyN1JgFT4uo2 kc0A067LpH4QEJ4U+jUIJLTovDvwMBx13ampkJHZGezV2PeksffHVeVl4l3jHjAVAx HKz95Pk2J4QOeLSdesLZvQ8v2ixlPqJhBHwirVwM=
Date: Fri, 01 Nov 2019 10:21:02 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4223459973@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc697e68103_3c6f3fda0bccd95c992de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0BLLZlfgPIpnUfhS3QSvNuhVHcc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:21:09 -0000

----==_mimepart_5dbc697e68103_3c6f3fda0bccd95c992de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9617e1da29cda2a6230e7e59e9ae62a257087d73  Kazuho's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/f827ca30b70e4ccffcd5f94ce884b0c26584d37f..9617e1da29cda2a6230e7e59e9ae62a257087d73

----==_mimepart_5dbc697e68103_3c6f3fda0bccd95c992de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73">9617e1d</a>  Kazuho&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/f827ca30b70e4ccffcd5f94ce884b0c26584d37f..9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications&amp;email_token=AFTOJK7ZQE6MQJ3FRABTH5LQRRQP5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGNBVHE4TOMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7QGOZULDIFYGTVXNDQRRQP5ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6YNG4535XHYWXJN4LQRRQP5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGNBVHE4TOMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/f827ca30b70e4ccffcd5f94ce884b0c26584d37f..9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK7ZQE6MQJ3FRABTH5LQRRQP5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGNBVHE4TOMY",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/f827ca30b70e4ccffcd5f94ce884b0c26584d37f..9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK7ZQE6MQJ3FRABTH5LQRRQP5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGNBVHE4TOMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc697e68103_3c6f3fda0bccd95c992de--


From nobody Fri Nov  1 10:21:44 2019
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 2F539120818 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:21:42 -0700 (PDT)
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 OIrIImtTLLWE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:21:41 -0700 (PDT)
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 2BBE5120019 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:21:41 -0700 (PDT)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 7B7338C0021 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:21:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572628900; bh=De4cm5xzAxnDwCl8QRS37Y/akFumYPhJHiBg6GzTUrg=; h=Date:From:To:Subject:From; b=0M79w1Z6OJMNKcw6r78FovZkxwJjkrp74/sKdIJGTgDEL2yc0WVRzCJ1zZkow+lqJ /3fIZWuExFZq9ws88QuWMaIUkifBHZ1lQj31jeSYiSBgKo8XtARtYxJvdXM1DwKoJS I9V0HGOJ+ASzgHMcc3fq6rCLL+AXcR6XN/nCFHgY=
Date: Fri, 01 Nov 2019 10:21:40 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/3da053-d9fdd4@github.com>
Subject: [quicwg/base-drafts] d9fdd4: Script updating gh-pages from 9617e1da. [ci skip]
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/teMWo9t4iTVjJwCqP8f9jeDiM4Q>
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: Fri, 01 Nov 2019 17:21:42 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d9fdd47a9603e72df3205fda90d4d8422d187107
      https://github.com/quicwg/base-drafts/commit/d9fdd47a9603e72df3205fda90d4d8422d187107
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-http.html
    M ianswett-invalid-token/draft-ietf-quic-http.txt
    M ianswett-invalid-token/draft-ietf-quic-invariants.html
    M ianswett-invalid-token/draft-ietf-quic-invariants.txt
    M ianswett-invalid-token/draft-ietf-quic-qpack.html
    M ianswett-invalid-token/draft-ietf-quic-qpack.txt
    M ianswett-invalid-token/draft-ietf-quic-recovery.html
    M ianswett-invalid-token/draft-ietf-quic-recovery.txt
    M ianswett-invalid-token/draft-ietf-quic-tls.html
    M ianswett-invalid-token/draft-ietf-quic-tls.txt
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 9617e1da. [ci skip]



From nobody Fri Nov  1 10:24:10 2019
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 54F0D120C23 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 b1Iu79As7U2p for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:03 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0E95120BEA for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:03 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:24:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629042; bh=KO7UxTEYP6FkWF0mZ4qck9DkEtMwWQOrlqEiM0L9Mh0=; h=Date:From:To:Subject:From; b=R/2iXGc2hVrvdvFaqIT/QHD9W3hJTiypoy6qgHaquJ2+8VN7cu1BR5NeZszwrmEVk WprxERwRCvz6mIzLyTwpjOJC1eJ9Es3PTzAPMC9rOLbzyv6ZY/7XeosPAqpXV9/oBv 2TIXDsH8pOde/KUJ/P0BIwdv36L/xqjLmWCniHLI=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/e4dd81-223462@github.com>
Subject: [quicwg/base-drafts] 223462: Update draft-ietf-quic-transport.md
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/2jczcT2waALxfr6K8x4fRX3JnzQ>
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: Fri, 01 Nov 2019 17:24:09 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22346234eeb5e2578c44cab1ef5c3e6f85c4138e
      https://github.com/quicwg/base-drafts/commit/22346234eeb5e2578c44cab1ef5c3e6f85c4138e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

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

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



From nobody Fri Nov  1 10:24:16 2019
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 AB8FA120A02 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VKaLfWQzo0K6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:12 -0700 (PDT)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03A28120C98 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:12 -0700 (PDT)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 4B46E6E054D for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629051; bh=/Jhpb90GfnnuJoRTiuHuogDeFjQC94ryWasTm7611dU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UvfJ18zoaIiH5ZuSZKvCuVx1t0BObAEcr0VTNy4XHoWvIM//YebKCMc+WB4rJTJsr ZPE1ynNkpXm4PGDxyF42P5Iq0HHiqaeU1qqZivYLqQTUy/1C96A2vY2ystn2vyIdC4 Nu9A6xBN2WyIWsLq6QSGUmIeJrxU4+rVlLJ0l4Y8=
Date: Fri, 01 Nov 2019 10:24:11 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4223471658@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6a3b3c198_598d3fe30c6cd96c117438"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/09dS5UCMPHmTclTJiC4Xl7sEmNs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:24:14 -0000

----==_mimepart_5dbc6a3b3c198_598d3fe30c6cd96c117438
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

22346234eeb5e2578c44cab1ef5c3e6f85c4138e  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/e4dd819fb3939e82c668b52076f7d89d500b8e3f..22346234eeb5e2578c44cab1ef5c3e6f85c4138e

----==_mimepart_5dbc6a3b3c198_598d3fe30c6cd96c117438
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/22346234eeb5e2578c44cab1ef5c3e6f85c4138e">2234623</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/e4dd819fb3939e82c668b52076f7d89d500b8e3f..22346234eeb5e2578c44cab1ef5c3e6f85c4138e?email_source=notifications&amp;email_token=AFTOJK6J6RC7CE6OTUIRHKLQRRQ3XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGE3DKOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3BBKMPMQT5K7CQWFLQRRQ3XANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BOSE3CENLZDW3TGDQRRQ3XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGE3DKOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/e4dd819fb3939e82c668b52076f7d89d500b8e3f..22346234eeb5e2578c44cab1ef5c3e6f85c4138e?email_source=notifications\u0026email_token=AFTOJK6J6RC7CE6OTUIRHKLQRRQ3XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGE3DKOA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/e4dd819fb3939e82c668b52076f7d89d500b8e3f..22346234eeb5e2578c44cab1ef5c3e6f85c4138e?email_source=notifications\u0026email_token=AFTOJK6J6RC7CE6OTUIRHKLQRRQ3XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGE3DKOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6a3b3c198_598d3fe30c6cd96c117438--


From nobody Fri Nov  1 10:24:36 2019
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 0DE23120B03 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:35 -0700 (PDT)
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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 U0LiCIZBUagV for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:33 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A029D120818 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:33 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 01578A0852 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629073; bh=KOzf0oM9zMDmesIbNgwn03ID33kCF87gTzsDO3K/HlY=; h=Date:From:To:Subject:From; b=Kt6VhUZxK+nF6H1ztlzM+HLkGwjMbDATPWdW3+VjebHZWqA9t0EXlF4lxHpIIuMxf 4bjwaolk2XLwgoYtqVJdao11Ebncoj3Haayj62OcaAybQsdVjj8LswDawfonaMM3yE 3Flf7x37w6cFUpC0VTZLg4yi9JEDdV1LD73DsMOk=
Date: Fri, 01 Nov 2019 10:24:32 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/223462-11d8da@github.com>
Subject: [quicwg/base-drafts] 11d8da: Update draft-ietf-quic-transport.md
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/vCJwfhNVMlx-CaL_Ryp6DbNy_gQ>
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: Fri, 01 Nov 2019 17:24:35 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 11d8da8732728fe0c02546fa3cb594049cc1f653
      https://github.com/quicwg/base-drafts/commit/11d8da8732728fe0c02546fa3cb594049cc1f653
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

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

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



From nobody Fri Nov  1 10:24:44 2019
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 5B93E120812 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:43 -0700 (PDT)
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 yO4wVSGOiqx3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:36 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A573120B6D for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:36 -0700 (PDT)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 43C52661229 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629075; bh=STIA4TuPNoXwUNJzl0jWTebkL/9JQMDbCV9bgIO+Icg=; h=Date:From:To:Subject:From; b=GBzT4IH7R1FUkiUc4YX431AZ8B7Tahsof38rrkf1AMfEyhZuPKdElAruPGoXLZ+Ux 4kcW9uOPlCeYuSOFL1+n99tSC0TrsjgdBiUHWtVXozJUJkvFPywHWsa+RAE9kSAlkA N3unfqJi50fhzoAgHcA9HyuEtNb5A35Y395I7l7U=
Date: Fri, 01 Nov 2019 10:24:35 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d9fdd4-3c54f3@github.com>
Subject: [quicwg/base-drafts] 3c54f3: Script updating gh-pages from 22346234. [ci skip]
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/XlRrNeSt6C36PKAA4XPkmqTsYrg>
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: Fri, 01 Nov 2019 17:24:43 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3c54f343d075fb7c791e4799ef2548af68efbb52
      https://github.com/quicwg/base-drafts/commit/3c54f343d075fb7c791e4799ef2548af68efbb52
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-symmetric-timeout/draft-ietf-quic-http.html
    M ianswett-symmetric-timeout/draft-ietf-quic-http.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.html
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.html
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.html
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.html
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.html
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 22346234. [ci skip]



From nobody Fri Nov  1 10:24:58 2019
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 F3D15120BE1 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 SN2c2M__Jy63 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:54 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13E351200D7 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:42 -0700 (PDT)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 610B9A04F8 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629081; bh=ObH5inpUp6ZPT6Rh+CsPUZC1zDNFHIH37KfG+zGggmE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Scs5NPv315/Qm1O6HBnAJQkUzezrVhQxQPMJDdEgI0jeUBD+PTTFYVkyncA62a8PM sLEYlWZxdw89BtmEjIxztYCZNYTxp1fv4HEOf7+w1Xam3VwFidNoqsKMWRqx5o+66F KP+j2FcfFi23AQJwVomvG+iCgluK6b9zBnLnKFpg=
Date: Fri, 01 Nov 2019 10:24:41 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4223473537@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6a59529e0_29553fa8f3ecd96c540f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LldpT7L26F82k6rhxiNpsWlkQec>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:24:56 -0000

----==_mimepart_5dbc6a59529e0_29553fa8f3ecd96c540f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

11d8da8732728fe0c02546fa3cb594049cc1f653  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/22346234eeb5e2578c44cab1ef5c3e6f85c4138e..11d8da8732728fe0c02546fa3cb594049cc1f653

----==_mimepart_5dbc6a59529e0_29553fa8f3ecd96c540f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/11d8da8732728fe0c02546fa3cb594049cc1f653">11d8da8</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/22346234eeb5e2578c44cab1ef5c3e6f85c4138e..11d8da8732728fe0c02546fa3cb594049cc1f653?email_source=notifications&amp;email_token=AFTOJK73FELNDBBZ4LTRAZ3QRRQ5TA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGM2TGNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7E26BJNJWZHIKAGPTQRRQ5TANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HR2CFOWBQOHG2VYTQRRQ5TA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGM2TGNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/22346234eeb5e2578c44cab1ef5c3e6f85c4138e..11d8da8732728fe0c02546fa3cb594049cc1f653?email_source=notifications\u0026email_token=AFTOJK73FELNDBBZ4LTRAZ3QRRQ5TA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGM2TGNY",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/22346234eeb5e2578c44cab1ef5c3e6f85c4138e..11d8da8732728fe0c02546fa3cb594049cc1f653?email_source=notifications\u0026email_token=AFTOJK73FELNDBBZ4LTRAZ3QRRQ5TA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGM2TGNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6a59529e0_29553fa8f3ecd96c540f7--


From nobody Fri Nov  1 10:25:07 2019
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 C3509120BE1 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 8qZvKsZoC3ul for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:24:55 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D29E8120B6D for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:43 -0700 (PDT)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 1AD032C002F for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629083; bh=cvN/WkpKuiVUi4GecxDJTut6pk6abQt1ZZTAUhA4/j4=; h=Date:From:To:Subject:From; b=uwdMlaDfwW6YkVCIm87btwgiZp3xW0Zt34txkKQ7eWcLPzOfY+z3BENyRxBpfUnDS TU1ppDW+1cXggcI2AS9qzZyCMdknJVAwLLUFa5Q2mULOSQM7cdOG906dW6OH2lHTqf Cf+Cvhpb67mm8ft9q9kOt4BhNQcndD0cDXNSq0gg=
Date: Fri, 01 Nov 2019 10:24:43 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/11d8da-508413@github.com>
Subject: [quicwg/base-drafts] 508413: Update draft-ietf-quic-transport.md
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/SCejQd193wQuW_Pnx743NKZ0S3w>
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: Fri, 01 Nov 2019 17:24:58 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 508413d41bb40573232797b12c1eb2f1e5d03278
      https://github.com/quicwg/base-drafts/commit/508413d41bb40573232797b12c1eb2f1e5d03278
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

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

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



From nobody Fri Nov  1 10:25:12 2019
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 F3F5F120BD5 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H6P2-rvvIADp for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:00 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B20F4120812 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:51 -0700 (PDT)
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 2C0551210AC for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:24:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629091; bh=D1z07t+ppmG12fQxQ7r75E++OKxCI2r7YI5m+VOQ0Kg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IgKqlFByOgxIjUsyAFVC6/ydBYelVZdm3N+N7ZYZStyPWHmZ/S601UE63e1QA5JAI zgVcw4gkfPOQcjXM2U1bp/UBc9NX76Fr1vdqhSTX68cDW+OctCx6s/2ceQ9ZFU2cpT Hlx0McEkii/g/lKQVQDHZWO1UQTD4eZhshzWra7s=
Date: Fri, 01 Nov 2019 10:24:51 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4223474159@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6a6376bf_33cd3fe9f94cd95c918a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OgSPpbxCIqZwHBP53Jjl-Kgr2Xc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:25:02 -0000

----==_mimepart_5dbc6a6376bf_33cd3fe9f94cd95c918a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

508413d41bb40573232797b12c1eb2f1e5d03278  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/11d8da8732728fe0c02546fa3cb594049cc1f653..508413d41bb40573232797b12c1eb2f1e5d03278

----==_mimepart_5dbc6a6376bf_33cd3fe9f94cd95c918a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/508413d41bb40573232797b12c1eb2f1e5d03278">508413d</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/11d8da8732728fe0c02546fa3cb594049cc1f653..508413d41bb40573232797b12c1eb2f1e5d03278?email_source=notifications&amp;email_token=AFTOJK43DRFC53WDOHMKPBTQRRQ6HA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGQYTKOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4FHYYNQR4XEOXJK2DQRRQ6HANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RMVB27XB3HCULV7LQRRQ6HA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGQYTKOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/11d8da8732728fe0c02546fa3cb594049cc1f653..508413d41bb40573232797b12c1eb2f1e5d03278?email_source=notifications\u0026email_token=AFTOJK43DRFC53WDOHMKPBTQRRQ6HA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGQYTKOI",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/11d8da8732728fe0c02546fa3cb594049cc1f653..508413d41bb40573232797b12c1eb2f1e5d03278?email_source=notifications\u0026email_token=AFTOJK43DRFC53WDOHMKPBTQRRQ6HA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGQYTKOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6a6376bf_33cd3fe9f94cd95c918a5--


From nobody Fri Nov  1 10:25:19 2019
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 3FAA9120C75 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qt1EXGR5uSuL for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:07 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87A79120BD2 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:25:07 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:25:06 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629106; bh=zSip4pJ53YcqPNrzL2GgrW57xQg4YiAZxxQDxVGR8cU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IC0F5o/ciiwEDWm+cGH9KkucemR6t6YFz4adMowglzNAveaTEcjsUTcSlv6LDzK5z kUa9NNbOSc0kDOiXI7IpRLbgfp0phyX3XJ1M6Rd1QxlQ+E8KahKxu8z/5tzjFlCrOa ehsCBBwvQX9GTpfWmHm0QhgubRKgDt8GOl7YouXA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4223475184@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6a72cc340_54c13f9f798cd9641053e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/u5FCVT4u1dQgEUip0uxdWqTECd4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:25:09 -0000

----==_mimepart_5dbc6a72cc340_54c13f9f798cd9641053e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

e0d76ce4795f1ee20ee16964534a3732ac8eba50  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/508413d41bb40573232797b12c1eb2f1e5d03278..e0d76ce4795f1ee20ee16964534a3732ac8eba50

----==_mimepart_5dbc6a72cc340_54c13f9f798cd9641053e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e0d76ce4795f1ee20ee16964534a3732ac8eba50">e0d76ce</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/508413d41bb40573232797b12c1eb2f1e5d03278..e0d76ce4795f1ee20ee16964534a3732ac8eba50?email_source=notifications&amp;email_token=AFTOJK66K3P737A6KJMDAALQRRQ7FA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGUYTQNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QAVVOUOHCOZKQJKLQRRQ7FANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK73QG5HQ7LTRWC4XUTQRRQ7FA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGUYTQNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/508413d41bb40573232797b12c1eb2f1e5d03278..e0d76ce4795f1ee20ee16964534a3732ac8eba50?email_source=notifications\u0026email_token=AFTOJK66K3P737A6KJMDAALQRRQ7FA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGUYTQNA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/508413d41bb40573232797b12c1eb2f1e5d03278..e0d76ce4795f1ee20ee16964534a3732ac8eba50?email_source=notifications\u0026email_token=AFTOJK66K3P737A6KJMDAALQRRQ7FA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXGUYTQNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6a72cc340_54c13f9f798cd9641053e8--


From nobody Fri Nov  1 10:25:29 2019
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 4B608120BD5 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 q1uQ8O31iAP2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:27 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36B34120818 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:25:27 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:25:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629126; bh=5kP+Ho4bGzZrXkBO340BpHur41FFfbhtMwUQmJgcxtk=; h=Date:From:To:Subject:From; b=JyAKKDTuFr3pVH09Ar9wTmfh6zrc2/szqE6yhVNkNZu48keddyKpQEpgP7TWYwbW/ nkzc0XKheDB5ZVJXv01tniWC6wP32UOn30oK+U59RIsTHX5uL4uJxytOCC6zQ6Fgcu DY+dlS2HzXd0uAUvHK6x7iN4G9IlI/oFgJB8EtNU=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/e0d76c-48f04d@github.com>
Subject: [quicwg/base-drafts] 48f04d: Update draft-ietf-quic-transport.md
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/XB1-CFjZPb5InAJi5OT-_yiirCU>
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: Fri, 01 Nov 2019 17:25:28 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 48f04d6cb6f2b080dc75c00c88242d05d3d77c36
      https://github.com/quicwg/base-drafts/commit/48f04d6cb6f2b080dc75c00c88242d05d3d77c36
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

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

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



From nobody Fri Nov  1 10:25:38 2019
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 08810120BE3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 D10iJoI-_b_o for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:25:35 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD0C6120BD2 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:25:35 -0700 (PDT)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 13E29660854 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:25:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629135; bh=mUbra6qW0QxePDzo2npqXTW2nWGYjHj/Z/VMitmQ6rc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nPzM/DmLBXZdxzimnRVteIrRoVixq5DYjC0Del14ZL98pELvGT5L053Y5buzf1o7h z/xT24aU+8ueYEh4JEveMnpgu80+njQ2NZF4IEGHUH1DuolG6aGo60idmPA8I/w7hV Yhshfn55EZWL+5Of5jc8w1Ul5BZF+P8StRJcd2yw=
Date: Fri, 01 Nov 2019 10:25:35 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4223477024@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6a8f417b_73503fb5656cd96440264"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j8y9WSBOuYkGxvUYFXECFTG-4iU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:25:37 -0000

----==_mimepart_5dbc6a8f417b_73503fb5656cd96440264
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

48f04d6cb6f2b080dc75c00c88242d05d3d77c36  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/e0d76ce4795f1ee20ee16964534a3732ac8eba50..48f04d6cb6f2b080dc75c00c88242d05d3d77c36

----==_mimepart_5dbc6a8f417b_73503fb5656cd96440264
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/48f04d6cb6f2b080dc75c00c88242d05d3d77c36">48f04d6</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/e0d76ce4795f1ee20ee16964534a3732ac8eba50..48f04d6cb6f2b080dc75c00c88242d05d3d77c36?email_source=notifications&amp;email_token=AFTOJK2JISJGTZ6KCEJ6TPDQRRRA7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXG4YDENA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK47ILXFYJNA4MDB7MDQRRRA7ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZ7KALPDM7CXKKURLQRRRA7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXG4YDENA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/e0d76ce4795f1ee20ee16964534a3732ac8eba50..48f04d6cb6f2b080dc75c00c88242d05d3d77c36?email_source=notifications\u0026email_token=AFTOJK2JISJGTZ6KCEJ6TPDQRRRA7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXG4YDENA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/e0d76ce4795f1ee20ee16964534a3732ac8eba50..48f04d6cb6f2b080dc75c00c88242d05d3d77c36?email_source=notifications\u0026email_token=AFTOJK2JISJGTZ6KCEJ6TPDQRRRA7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDGNBXG4YDENA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6a8f417b_73503fb5656cd96440264--


From nobody Fri Nov  1 10:26:14 2019
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 DA3C5120BE3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:26:12 -0700 (PDT)
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 sDXfn9MdWs-p for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:26:11 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7711120BD5 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:26:11 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:26:10 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572629170; bh=wyJpJwBx4FUpgLzU0ISWkGB+OLml7TNU2i14cpHCk1w=; h=Date:From:To:Subject:From; b=ZXQWqQnhPewFdrnpE+3zEI/Y6GvMkWj0wrIjbdXZ6M+LeE4VVCE8wqQV5GhRn8oJ5 PwQjvy39TcqIU02+NcWfg3yebzpd39gFVbPW065rSUpyeoq4+WoyMs3lO5RP593dKv aTe5XqHifZ9imdaJHMlxb4K17CQNVnCaGKHIDAwM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/3c54f3-0f2d19@github.com>
Subject: [quicwg/base-drafts] 0f2d19: Script updating gh-pages from 48f04d6c. [ci skip]
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/SAxJD0_rzO8N9UR5DsxkrNv9WNE>
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: Fri, 01 Nov 2019 17:26:13 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0f2d19ddd836c550dc697b54831e6266280dd185
      https://github.com/quicwg/base-drafts/commit/0f2d19ddd836c550dc697b54831e6266280dd185
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.html
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 48f04d6c. [ci skip]



From nobody Fri Nov  1 10:45:58 2019
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 EC711120DA3 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:45:55 -0700 (PDT)
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 EdPNLmlN2OWn for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:45:51 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 404DC120DAE for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:45:46 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:45:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572630345; bh=rtycpc6TlTlY54aFEvboqb66FK3h6F6Y/D4FM1uQT/g=; h=Date:From:To:Subject:From; b=RwFG9eW+aOOAgd7w1L8fDrNfzHI8zhTwZlBgKR/aXhC5hlkmPTUwHjLMSEGpts4BG iQ+ZaBIttHRDZmKTdyfO1kyztuLOZIYDEFCplGmXYNkNMkvMQq89VJvtWc4SAQoUO4 Qi5Zuxf8z4cRQ6q+v6V8MplR9buEZBK6FScnmMwo=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-timer-mode/000000-ac7d47@github.com>
Subject: [quicwg/base-drafts] ac7d47: Add an enum indicating the timer_mode
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/OyjX2gq0hX37NGPuPhl4oCXJT8U>
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: Fri, 01 Nov 2019 17:45:56 -0000

  Branch: refs/heads/ianswett-timer-mode
  Home:   https://github.com/quicwg/base-drafts
  Commit: ac7d4791633a4fb1d0b74d5d37714dd0f6d260ba
      https://github.com/quicwg/base-drafts/commit/ac7d4791633a4fb1d0b74d5d37714dd0f6d260ba
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Add an enum indicating the timer_mode

After reading this, it feels a bit duplicative to whether a loss_time is present to me, but I'm writing a PR so people can take a look.

Fixes #3151



From nobody Fri Nov  1 10:46:11 2019
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 AECBD120DA2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:46:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 O1dpFyS4HuYf for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:46:08 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 239FC120DA0 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:46:08 -0700 (PDT)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 917C9261636 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:46:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572630367; bh=ZgL4hYyhF6y/Xbzek3zLBXm1yGsBja5DiRzppEVB6Mo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=iUtcdw1ISqKuvKWbsMu9f+ljHCZtEPUoFIEHUkKu9N+pAntRhddOGYvm3Dio/ghNy jky6KE1qJ8Zith7CZzOv5N2BORE0Vho4mNiiR8kJE09/i+U/As1tLlNlnKABcYuvcx guerHy3bo9RvobF6CKAhTOFplLggKY9PqQsqGDfc=
Date: Fri, 01 Nov 2019 10:46:07 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5W4J3LSDZ4FTYAGMV3ZGX67EVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182@github.com>
Subject: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6f5f4d2c9_5cb13ff9e42cd9682118a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_K_kn174mODe9VEoERBRVwT9OME>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:46:10 -0000

----==_mimepart_5dbc6f5f4d2c9_5cb13ff9e42cd9682118a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

After reading this, it feels a bit duplicative to whether a loss_time is present to me, but I&#39;m writing a PR so people can take a look.

Fixes #3151
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3182

-- Commit Summary --

  * Add an enum indicating the timer_mode

-- File Changes --

    M draft-ietf-quic-recovery.md (19)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3182.patch
https://github.com/quicwg/base-drafts/pull/3182.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182

----==_mimepart_5dbc6f5f4d2c9_5cb13ff9e42cd9682118a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>After reading this, it feels a bit duplicative to whether a loss_time is present to me, but I'm writing a PR so people can take a look.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3151.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="512252294" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3151" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3151/hovercard" href="https://github.com/quicwg/base-drafts/issues/3151">#3151</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3182'>https://github.com/quicwg/base-drafts/pull/3182</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add an enum indicating the timer_mode</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3182/files#diff-0">draft-ietf-quic-recovery.md</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3182.patch'>https://github.com/quicwg/base-drafts/pull/3182.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3182.diff'>https://github.com/quicwg/base-drafts/pull/3182.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJKY3KWREAYIOV7SCIKDQRRTN7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFOLSA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5L6EMYZZA6BL5JGCDQRRTN7ANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KXTU2MY7D3BTS4UDQRRTN7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFOLSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJKY3KWREAYIOV7SCIKDQRRTN7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFOLSA",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJKY3KWREAYIOV7SCIKDQRRTN7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFOLSA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc6f5f4d2c9_5cb13ff9e42cd9682118a--


From nobody Fri Nov  1 10:46:30 2019
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 B4F8D120DA2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:46:28 -0700 (PDT)
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 i1jAGiD3BRFM for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:46:27 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 474EB120DA0 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:46:27 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:46:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572630386; bh=qdNLDydV8h9DqYDfRqKBw3Is+jGyQ8n67fS1kdr7rRk=; h=Date:From:To:Subject:From; b=ztURY2Yh8BIZiCzwgJM7SL4RDNMb52PDei9X56cJttQUbmlk/rJ3PdrDpFEh9gyrM pamVPic7crbuPYRmkqupatu7XFrZncHftI+6hHUTBbZ6O9D2wSzL6WAsyAv/qzIw+C 18o9yNHNOrtX83+d9+XkLVuhfkvDwO1iDGFbObXw=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/0f2d19-34faad@github.com>
Subject: [quicwg/base-drafts] 34faad: Script updating gh-pages from ac7d4791. [ci skip]
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/uhbho0CGqm_o1s8sTfF2rNbvH-g>
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: Fri, 01 Nov 2019 17:46:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 34faad762ecd591c9432cc262491dcef4656e592
      https://github.com/quicwg/base-drafts/commit/34faad762ecd591c9432cc262491dcef4656e592
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    A ianswett-timer-mode/draft-ietf-quic-http.html
    A ianswett-timer-mode/draft-ietf-quic-http.txt
    A ianswett-timer-mode/draft-ietf-quic-invariants.html
    A ianswett-timer-mode/draft-ietf-quic-invariants.txt
    A ianswett-timer-mode/draft-ietf-quic-qpack.html
    A ianswett-timer-mode/draft-ietf-quic-qpack.txt
    A ianswett-timer-mode/draft-ietf-quic-recovery.html
    A ianswett-timer-mode/draft-ietf-quic-recovery.txt
    A ianswett-timer-mode/draft-ietf-quic-tls.html
    A ianswett-timer-mode/draft-ietf-quic-tls.txt
    A ianswett-timer-mode/draft-ietf-quic-transport.html
    A ianswett-timer-mode/draft-ietf-quic-transport.txt
    A ianswett-timer-mode/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from ac7d4791. [ci skip]



From nobody Fri Nov  1 10:48:05 2019
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 0E822120DC4 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:48:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P-PKDzuw4p0U for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:48:02 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B60C3120DC3 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:48:02 -0700 (PDT)
Date: Fri, 01 Nov 2019 10:48:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572630482; bh=nU0rv5hNzL8M1e4IZxnGbAvAMu/eH1/ulW6GOhuQUW0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WJ16df0zNVOhvYDIXRKts+xUdCfg1i35s9XtVRGKoOva/lo/O1PBz/gbIm2lvLZhu 2nv78wdtyK2J+UMJBqTc+H4Gs1vstmGT5ZUxOVobuMFptRMVQeoT18wMGVy7vu/1wI AkVtfTbl0jASLuXVj97ZQwo047woqYcb69F65M2g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2Y2ZDRQHWTFOH4DBV3ZGYGFEVBNHHB5CCZQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3151/548885244@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3151@github.com>
References: <quicwg/base-drafts/issues/3151@github.com>
Subject: Re: [quicwg/base-drafts] loss detection timer description could be simplified by definining a timer mode (#3151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc6fd241cc_38663fe0844cd96c1722ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/53KnUClqmeYgXrYvioY1FnrmbvY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 17:48:04 -0000

----==_mimepart_5dbc6fd241cc_38663fe0844cd96c1722ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I wrote up #3182, but I don't think it's an improvement.  Maybe it wasn't what you had in mind, @marten-seemann ?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3151#issuecomment-548885244
----==_mimepart_5dbc6fd241cc_38663fe0844cd96c1722ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I wrote up <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516256484" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3182" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3182/hovercard" href="https://github.com/quicwg/base-drafts/pull/3182">#3182</a>, but I don't think it's an improvement.  Maybe it wasn't what you had in mind, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> ?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications&amp;email_token=AFTOJK26PCRZ4PMNGIJ3WILQRRTVFA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3VF7A#issuecomment-548885244">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4D7TYJG33NPBP76MTQRRTVFANCNFSM4JE5JFSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZP4FPCTCEC4FACAL3QRRTVFA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3VF7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK26PCRZ4PMNGIJ3WILQRRTVFA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3VF7A#issuecomment-548885244",
"url": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK26PCRZ4PMNGIJ3WILQRRTVFA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3VF7A#issuecomment-548885244",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc6fd241cc_38663fe0844cd96c1722ab--


From nobody Fri Nov  1 11:00:02 2019
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 55641120E4E for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:00:00 -0700 (PDT)
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 gl8-wH1hXSFo for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 10:59:57 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A019A120E67 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:59:53 -0700 (PDT)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id C42E91C2F23 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 10:59:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572631192; bh=cj8oaMdmDYDsEz5Qul8kPV1qtg+XWR2cGWPfxr6RFTc=; h=Date:From:To:Subject:From; b=ijTbS2gym/D8deU0UpRm2RHTFRWZzSh7RbqsiCwV9cHoCIS/BXpV8Nt1QVHb+cbqG eoeY0FTGu8sHp/Hz/AnDbkv21TgspxF6AlYi77dMUPSscv9aXX1aACHBdscA/fneZY Va8lIy9YS2/yAgn2F+olzciLER4ux7b/mH0OWsHg=
Date: Fri, 01 Nov 2019 10:59:52 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-limit-cwnd-increase/000000-e8bff3@github.com>
Subject: [quicwg/base-drafts] e8bff3: Limit CWND increase in slow start
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/KB067DOhyWBHSVFGqKEH_9K2PXY>
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: Fri, 01 Nov 2019 18:00:00 -0000

  Branch: refs/heads/ianswett-limit-cwnd-increase
  Home:   https://github.com/quicwg/base-drafts
  Commit: e8bff3302c3cfe085fafdb0df7c349b8448cb689
      https://github.com/quicwg/base-drafts/commit/e8bff3302c3cfe085fafdb0df7c349b8448cb689
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Limit CWND increase in slow start

When not pacing packets, limit the CWND increase to 2 packets per ACK frame received and cite RFC3465.

Fixes #3094



From nobody Fri Nov  1 11:00:37 2019
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 418E7120E9C for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:00:36 -0700 (PDT)
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 H0aI-ndWU5_K for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:00:35 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F0B3120E9B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:00:35 -0700 (PDT)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 6AC67520D78 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:00:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572631234; bh=72LU4S4OP9oL7WW5DedmmELHSO50CN8LaiUydKXPaDQ=; h=Date:From:To:Subject:From; b=HeEBO6LuX2NDMStHxCdqrz6lmuSCT+SulqKmTDT2N4ptpskY7wnyNh2yqGmmo2lyV bkXOblqatJMZDgQLKFOAWTC7FZBtLIwMlLhSrpmDwP6LF2jgMlb4boGa/Za36Eoibh qkJwlrxZHmo/HPMO35aPANbTwJJOGGx7TOE8aD/8=
Date: Fri, 01 Nov 2019 11:00:34 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/34faad-dcc8dc@github.com>
Subject: [quicwg/base-drafts] dcc8dc: Script updating gh-pages from e8bff330. [ci skip]
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/tApb7CoOkpcMjfGhPZRKo4ILhN4>
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: Fri, 01 Nov 2019 18:00:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: dcc8dc4fdf4a102664859e6410ed4f688ebf59f8
      https://github.com/quicwg/base-drafts/commit/dcc8dc4fdf4a102664859e6410ed4f688ebf59f8
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    A ianswett-limit-cwnd-increase/draft-ietf-quic-http.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-http.txt
    A ianswett-limit-cwnd-increase/draft-ietf-quic-invariants.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-invariants.txt
    A ianswett-limit-cwnd-increase/draft-ietf-quic-qpack.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-qpack.txt
    A ianswett-limit-cwnd-increase/draft-ietf-quic-recovery.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-recovery.txt
    A ianswett-limit-cwnd-increase/draft-ietf-quic-tls.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-tls.txt
    A ianswett-limit-cwnd-increase/draft-ietf-quic-transport.html
    A ianswett-limit-cwnd-increase/draft-ietf-quic-transport.txt
    A ianswett-limit-cwnd-increase/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from e8bff330. [ci skip]



From nobody Fri Nov  1 11:01:33 2019
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 40FEA120EB8 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:01:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hX7--rzaxy0D for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:01:27 -0700 (PDT)
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 D59B6120ED2 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:01:26 -0700 (PDT)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 2F4308C0844 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:01:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572631286; bh=5ocDkIc6VbCE2j2D6OIROK6rxu1xYBXaKpvw0GI27WQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zk44ywcnDSmRXvRziL5t0uT6EkUM5FGPA11UhLFmv/VYg1FX90TAhTi/1ijOJxDfF qIgEBHBxK8DA2lv2sfC5gy6nf+LBZOvBM6kMwP5FbylGPtlGK5chNn1g71kjxXdstY 1yYnUt274l5vAVMsiJDDY5JcYtlRJDW0afe3Y5zI=
Date: Fri, 01 Nov 2019 11:01:26 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6ZRBIRY6CQB2DHS3N3ZGZYNEVBNHHB5RMSFA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3183@github.com>
Subject: [quicwg/base-drafts] Limit CWND increase in slow start (#3183)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc72f620692_15c63fd9b4ecd95c89068"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AZ5QEj-QRkaI5zYEwMlOxZ3JO6w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:01:32 -0000

----==_mimepart_5dbc72f620692_15c63fd9b4ecd95c89068
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

When not pacing packets, limit the CWND increase to 2 packets per ACK frame received and cite RFC3465.

Fixes #3094
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3183

-- Commit Summary --

  * Limit CWND increase in slow start

-- File Changes --

    M draft-ietf-quic-recovery.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3183.patch
https://github.com/quicwg/base-drafts/pull/3183.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3183

----==_mimepart_5dbc72f620692_15c63fd9b4ecd95c89068
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>When not pacing packets, limit the CWND increase to 2 packets per ACK frame received and cite RFC3465.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3094.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="507418159" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3094" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3094/hovercard" href="https://github.com/quicwg/base-drafts/issues/3094">#3094</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3183'>https://github.com/quicwg/base-drafts/pull/3183</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Limit CWND increase in slow start</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3183/files#diff-0">draft-ietf-quic-recovery.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3183.patch'>https://github.com/quicwg/base-drafts/pull/3183.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3183.diff'>https://github.com/quicwg/base-drafts/pull/3183.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications&amp;email_token=AFTOJK6YOKD4E2UUCULBPRTQRRVHNA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFSIUA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3FZLH2GI6SYBY3AGDQRRVHNANCNFSM4JH6EP3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYEYWBDWP6YKS4OO5LQRRVHNA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFSIUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK6YOKD4E2UUCULBPRTQRRVHNA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFSIUA",
"url": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK6YOKD4E2UUCULBPRTQRRVHNA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWFSIUA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc72f620692_15c63fd9b4ecd95c89068--


From nobody Fri Nov  1 11:02:06 2019
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 13E73120EA6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:02:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 e4saLC5-IsvU for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:02:02 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 879CD120EA1 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:02:02 -0700 (PDT)
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 AFA216A1224 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:02:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572631321; bh=QkcYFBKHogaTDxdLPk2KCV41EmT7GTcnrgIy5tfNBIM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xdhajzlZPMEeL3DvjdghxkEphf263CiuJ55QumuienJoIaT6ipg7KtHO2s67xJk1J 2YlxWfXOQ6lfvZVuquNY+s/eWO5wNG8xcqfGYTjJgUl+eC1NpwKcWVgcJpU3ZFqTL5 K2XmIB9QjJeJg5TrpfgXVEBm0UJaju7c5vwismN0=
Date: Fri, 01 Nov 2019 11:02:01 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7F6CN7LYSTR5PKYCF3ZGZ2TEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310606049@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc7319a0fb1_7893fecee2cd95c1624de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rne9Zy8DBsAyrPDcm2kvYIi03DI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:02:05 -0000

----==_mimepart_5dbc7319a0fb1_7893fecee2cd95c1624de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.

"The endpoint may not have the peer's max_ack_delay when sending Initial or Handshake packets. The endpoint SHOULD set the max_ack_delay to 0 when arming a PTO for Initial or Handshake packet number spaces."

This brings up a question: I don't think transport params are available until the handshake is completed. I think we need tighter text around this to say that max_ack_delay needs to be assumed 0 until transport params are available. I'll file a separate issue for that.

>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT

"from sending a 1-RTT packet in response to a PTO expiration before ..."

>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  When probe packets from two different packet number spaces are sent
+when the PTO fires and both spaces have in-flight packets, this simplifies to
+setting the PTO on the lowest active packet number space.

Can you reword this sentence? It's got two "when"s and it is a mouthful

>  When a PTO timer expires, the PTO period MUST be set to twice its current
 value. This exponential reduction in the sender's rate is important because
 the PTOs might be caused by loss of packets or acknowledgements due to severe
-congestion.  The life of a connection that is experiencing consecutive PTOs is
-limited by the endpoint's idle timeout.
+congestion.  Even when there are ack-eliciting packets in-flight in multiple
+packet number spaces, the exponential increase in probe timeout occurs across
+all spaces to prevent excess load on the network.  For example, a timeout in
+the Initial packet number space doubles the length of the timeout in the
+Handshake packet number space.

Are all timers restarted at this point?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#pullrequestreview-310606049
----==_mimepart_5dbc7319a0fb1_7893fecee2cd95c1624de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341685765">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.
</pre>
<p>"The endpoint may not have the peer's max_ack_delay when sending Initial or Handshake packets. The endpoint SHOULD set the max_ack_delay to 0 when arming a PTO for Initial or Handshake packet number spaces."</p>
<p>This brings up a question: I don't think transport params are available until the handshake is completed. I think we need tighter text around this to say that max_ack_delay needs to be assumed 0 until transport params are available. I'll file a separate issue for that.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341686567">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
</pre>
<p>"from sending a 1-RTT packet in response to a PTO expiration before ..."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341687107">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  When probe packets from two different packet number spaces are sent
+when the PTO fires and both spaces have in-flight packets, this simplifies to
+setting the PTO on the lowest active packet number space.
</pre>
<p>Can you reword this sentence? It's got two "when"s and it is a mouthful</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341687606">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When a PTO timer expires, the PTO period MUST be set to twice its current
 value. This exponential reduction in the sender&#39;s rate is important because
 the PTOs might be caused by loss of packets or acknowledgements due to severe
-congestion.  The life of a connection that is experiencing consecutive PTOs is
-limited by the endpoint&#39;s idle timeout.
+congestion.  Even when there are ack-eliciting packets in-flight in multiple
+packet number spaces, the exponential increase in probe timeout occurs across
+all spaces to prevent excess load on the network.  For example, a timeout in
+the Initial packet number space doubles the length of the timeout in the
+Handshake packet number space.
</pre>
<p>Are all timers restarted at this point?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKZIP5DRKUOLPGZIQJ3QRRVJTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBXRYI#pullrequestreview-310606049">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOIGJ7DITYXOQKKPDQRRVJTANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZXDEKIKWFZAFU6UDTQRRVJTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBXRYI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZIP5DRKUOLPGZIQJ3QRRVJTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBXRYI#pullrequestreview-310606049",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZIP5DRKUOLPGZIQJ3QRRVJTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBXRYI#pullrequestreview-310606049",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc7319a0fb1_7893fecee2cd95c1624de--


From nobody Fri Nov  1 11:08:50 2019
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 D12C01208BD for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:08:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fUajfdzaOAox for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:08:45 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A1A9D12098F for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:08:45 -0700 (PDT)
Date: Fri, 01 Nov 2019 11:08:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572631724; bh=vv/EGGUjGEd2I0HJiSj9hN1Qr1UdWxJdYEm05+RQbXU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ozyhey8deVeiYXyAPdfxGcOkPYOxI/tH1OPBffkEWSJstJtlYgTWAnqv7k8cxojar eev92IHcSBw6o+nJHLV2CJpPau4D1hZ3QS7bxOUTCNS7YdYwkozrJ17+wx9Fcel/p/ gPrZZXK296LAfbZJZyR+eryYodje5pkI88a+/iO0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4TQKSTDNNTNLK75MN3ZG2TZEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310612268@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc74ac8ded5_6b1e3f86db8cd95c1562c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/caFGpeH9F5GoKM6DmCMA1ZC__rY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:08:48 -0000

----==_mimepart_5dbc74ac8ded5_6b1e3f86db8cd95c1562c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.

We already fixed this issue, see Issue #2638 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341690443
----==_mimepart_5dbc74ac8ded5_6b1e3f86db8cd95c1562c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341690443">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.
</pre>
<p>We already fixed this issue, see Issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="435591149" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2638" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2638/hovercard" href="https://github.com/quicwg/base-drafts/issues/2638">#2638</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKZCVWTQUTQFLQY6CXTQRRWCZA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBZCLA#discussion_r341690443">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOXPA4AVLHCTPI3GTQRRWCZANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6QIQFHVIDJFPOAB3TQRRWCZA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBZCLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZCVWTQUTQFLQY6CXTQRRWCZA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBZCLA#discussion_r341690443",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZCVWTQUTQFLQY6CXTQRRWCZA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKBZCLA#discussion_r341690443",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc74ac8ded5_6b1e3f86db8cd95c1562c1--


From nobody Fri Nov  1 11:37:18 2019
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 DFD121209A9 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:37:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mB7Wn_Sq580v for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:37:15 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7798612094A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:37:04 -0700 (PDT)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 5E5C7A0DCA for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:37:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572633423; bh=y7LZIBOeGDqivJXrFKQp1RHB+zCpNtDEbHe5TL8yNqU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MBkg9Ow58SODOJvcC/TvIYDnHeGOWa4D3PVO7PptkBCjouFtmbbn+YLNnv9t6j7Eo PTxbJEAObU3iT59uFwSHU8bc7+8QLDqmcDHp1xXsZmqkYgBjMtIZwF+X5QZIyBGki/ NBatKoYjo2GDJEAbliLKqkZOjYM9sDSnZrPIu4S0=
Date: Fri, 01 Nov 2019 11:37:03 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYUNROAOLGUHIYN7O53ZG557EVBNHHB3JOWNA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3064/c548903330@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3064@github.com>
References: <quicwg/base-drafts/pull/3064@github.com>
Subject: Re: [quicwg/base-drafts] Add details on how spurious losses may be detected (#3064)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc7b4f4ea97_1c4c3f7ff82cd96024041e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J6Rg--9kiKadvKo_zkiC2mqnl4w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:37:17 -0000

----==_mimepart_5dbc7b4f4ea97_1c4c3f7ff82cd96024041e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with @martinthomson. I don't want to ask for a detailed mechanism for doing this, but without it, the text here is not be particularly useful. Let's close this out.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3064#issuecomment-548903330
----==_mimepart_5dbc7b4f4ea97_1c4c3f7ff82cd96024041e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a>. I don't want to ask for a detailed mechanism for doing this, but without it, the text here is not be particularly useful. Let's close this out.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications&amp;email_token=AFTOJK36ZQD5NYRE2G62GH3QRRZM7A5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZTIQ#issuecomment-548903330">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK57TD2AN3Y3ZYKJFKLQRRZM7ANCNFSM4IZXXROQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK73ZZHNS42ATQLLAZDQRRZM7A5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZTIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications\u0026email_token=AFTOJK36ZQD5NYRE2G62GH3QRRZM7A5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZTIQ#issuecomment-548903330",
"url": "https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications\u0026email_token=AFTOJK36ZQD5NYRE2G62GH3QRRZM7A5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZTIQ#issuecomment-548903330",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc7b4f4ea97_1c4c3f7ff82cd96024041e--


From nobody Fri Nov  1 11:38:41 2019
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 A7F211200EC for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KZa7SLXDSyhl for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:38 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0506E12094A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:38:14 -0700 (PDT)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 60DA02C331A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:38:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572633493; bh=yXEFyZKRO1V1CjbIeAJz6iyi8GQ/qYwVmNPzmZZvdYE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tsBhai0jt48RCSv6JFMIpVd70OXSDxXqYw6dp8qbsEWj42MPAUHoi2KHqix6orc+n 1wqt9gA3Lwh0uc4weM6rfCFBfM6ncr3Xg3exPcZuT/rfAHcLh1cPyc8JW3M23kwQDd yTRVNGbP3MRBOQiIN86i+uX3sCX2Ms9nt37sMpO8=
Date: Fri, 01 Nov 2019 11:38:13 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK234XIXHJSHJPOM4PF3ZG6CLEVBNHHB3JOWNA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3064/issue_event/2764122311@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3064@github.com>
References: <quicwg/base-drafts/pull/3064@github.com>
Subject: Re: [quicwg/base-drafts] Add details on how spurious losses may be detected (#3064)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc7b9552489_dcf3ffa5accd96010011e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mpHNmxegCDHGtYg7EpSTVZ2ccjU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:38:40 -0000

----==_mimepart_5dbc7b9552489_dcf3ffa5accd96010011e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3064.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3064#event-2764122311
----==_mimepart_5dbc7b9552489_dcf3ffa5accd96010011e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497407592" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3064" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3064/hovercard" href="https://github.com/quicwg/base-drafts/pull/3064">#3064</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications&amp;email_token=AFTOJK72TDP55XQM6HKDKHDQRRZRLA5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTASRRY#event-2764122311">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HRTNW7ZXPCR7RI6DQRRZRLANCNFSM4IZXXROQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZIP7X5QNALQWYEBL3QRRZRLA5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTASRRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications\u0026email_token=AFTOJK72TDP55XQM6HKDKHDQRRZRLA5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTASRRY#event-2764122311",
"url": "https://github.com/quicwg/base-drafts/pull/3064?email_source=notifications\u0026email_token=AFTOJK72TDP55XQM6HKDKHDQRRZRLA5CNFSM4IZXXRO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTASRRY#event-2764122311",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc7b9552489_dcf3ffa5accd96010011e--


From nobody Fri Nov  1 11:38:59 2019
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 F0B291209A9 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8hizgLIaIlam for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:55 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FFB71200DF for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:38:55 -0700 (PDT)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id B75A66E13EC for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:38:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572633534; bh=1tBRNvQLJ7/jS7KEBC7ROw5/E2UoDYYPRG08W+DZguQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=irPn4s72y1238fBBDPJDcRx9lKCpZZA+2oZ9xKDCcI35n8sePrPApv0uoIuY9xe6c sde48bZgm09GnNtbdQrbgn6aBf/7N3VT0r70bTQm3NzvhKEHGgMrJLkbNsiV0cpIlZ 2HidH7dbP55uPYgC4y4BWBey8EeUE7fTYH0XbkA8=
Date: Fri, 01 Nov 2019 11:38:54 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BTWTLNLKQOMY5IDF3ZG6E5EVBNHHB3IVNPI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3058/548903934@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3058@github.com>
References: <quicwg/base-drafts/issues/3058@github.com>
Subject: Re: [quicwg/base-drafts] Clearer description of detecting spurious retransmissions (#3058)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc7bbea8a3b_28c63fa2cb8cd96422716e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Gm43KFav-CXcvBw0EA1JpZAuzko>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:38:57 -0000

----==_mimepart_5dbc7bbea8a3b_28c63fa2cb8cd96422716e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar and @martinthomson indicated my effort at adding more text wasn't that useful, so I'm closing this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3058#issuecomment-548903934
----==_mimepart_5dbc7bbea8a3b_28c63fa2cb8cd96422716e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> indicated my effort at adding more text wasn't that useful, so I'm closing this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications&amp;email_token=AFTOJK5IH2BFP2GQFBJ6NMDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZX7Q#issuecomment-548903934">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4UOXPHAVVYAR4VI6LQRRZT5ANCNFSM4IZM73GA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY46MZTBSTRGZRLTVTQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZX7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications\u0026email_token=AFTOJK5IH2BFP2GQFBJ6NMDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZX7Q#issuecomment-548903934",
"url": "https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications\u0026email_token=AFTOJK5IH2BFP2GQFBJ6NMDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3ZX7Q#issuecomment-548903934",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc7bbea8a3b_28c63fa2cb8cd96422716e--


From nobody Fri Nov  1 11:39:04 2019
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 3745C1200EC for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ch7T3aA6X93O for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 11:38:56 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC0DC12094A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 11:38:55 -0700 (PDT)
Date: Fri, 01 Nov 2019 11:38:54 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572633534; bh=regn2E8SE6W0gSmo32uGdrHBTbET3eTLXQhpvKZSMqI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O3eSglNlz4K1wMB+CdTUy/lfiMD58hDr+9a7NiqVNxg6MTBB28sJFyRYwCd+hv9lP 0z1gpLTe3KvywO/Cgr0QUU/dw8spoGT/Y+xe/6Z6O1MVcLmPC+uVlRTnyY6eKXn3Nt JCyUHk8KyDtVjkM9SmiYkPuCz53q5rpYZvwJCvIw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BTWTLNLKQOMY5IDF3ZG6E5EVBNHHB3IVNPI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3058/issue_event/2764124199@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3058@github.com>
References: <quicwg/base-drafts/issues/3058@github.com>
Subject: Re: [quicwg/base-drafts] Clearer description of detecting spurious retransmissions (#3058)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc7bbeb12db_2aa3f9e150cd96870320"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KvZM9E6GG6koxjt6fxXJpsHzIN0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 18:38:58 -0000

----==_mimepart_5dbc7bbeb12db_2aa3f9e150cd96870320
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3058.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3058#event-2764124199
----==_mimepart_5dbc7bbeb12db_2aa3f9e150cd96870320
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497200506" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3058" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3058/hovercard" href="https://github.com/quicwg/base-drafts/issues/3058">#3058</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications&amp;email_token=AFTOJKY5UYAG54FADGUMUBDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTATAJY#event-2764124199">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4UOXPHAVVYAR4VI6LQRRZT5ANCNFSM4IZM73GA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYXE37URJKD3522WBTQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTATAJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications\u0026email_token=AFTOJKY5UYAG54FADGUMUBDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTATAJY#event-2764124199",
"url": "https://github.com/quicwg/base-drafts/issues/3058?email_source=notifications\u0026email_token=AFTOJKY5UYAG54FADGUMUBDQRRZT5A5CNFSM4IZM73GKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTATAJY#event-2764124199",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc7bbeb12db_2aa3f9e150cd96870320--


From nobody Fri Nov  1 12:14:43 2019
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 CAB73120DC4 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:14:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fhPYnkGe1Mu7 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:14:40 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6ACD812020A for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:14:40 -0700 (PDT)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 8F4A56A1BA0 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:14:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572635679; bh=Hauz5FU9W8AnvxDQf8k6m33VilwoMZ+4qwjhTBhi9qg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xT5ms+QknJecXDYi1zjvlultcbjPcU0pnTar02h+dfnUFATW/6PJWzgcngOBmYT3G 8+fWhfk3caxQ/+z+TsN7SE6u6ft0KpmJPcLOSGF3/eh644Si5Srq64LmbD8OYuzRLd NZHJQhFqBdarui/xQ9bXRu7cWYndI3exLTDg3ubM=
Date: Fri, 01 Nov 2019 12:14:39 -0700
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KSD6HCQPWF43Z3N53ZG3J7EVBMPHAEIOKRU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73/35768973@github.com>
In-Reply-To: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73@github.com>
References: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73@github.com>
Subject: Re: [quicwg/base-drafts] Kazuho's suggestion (9617e1d)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc841f7fd22_2cfa3fa4734cd96430784"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5dt_IWdvXRR5AQVq_xqk3X6vBfE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 19:14:42 -0000

----==_mimepart_5dbc841f7fd22_2cfa3fa4734cd96430784
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

with **a** connection

(not sure why suggestions sometimes work, sometimes not)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73#commitcomment-35768973
----==_mimepart_5dbc841f7fd22_2cfa3fa4734cd96430784
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>with <strong>a</strong> connection</p>
<p>(not sure why suggestions sometimes work, sometimes not)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications&amp;email_token=AFTOJK6KUJZUY3OB4JS43SLQRR5Z7A5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSUN#commitcomment-35768973">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZLG42EQCNWVMZZHZ3QRR5Z7ANCNFSM4JH65ABQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ33ALNIT65SMIRTW3QRR5Z7A5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSUN.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK6KUJZUY3OB4JS43SLQRR5Z7A5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSUN#commitcomment-35768973",
"url": "https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK6KUJZUY3OB4JS43SLQRR5Z7A5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSUN#commitcomment-35768973",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc841f7fd22_2cfa3fa4734cd96430784--


From nobody Fri Nov  1 12:24:57 2019
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 DA2A512094C for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:24:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 2MVfXNe4Gjkv for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:24:54 -0700 (PDT)
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 CADAC121224 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:24:54 -0700 (PDT)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 5FE26261675 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:24:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572636294; bh=/ZmyjDBZJg0CmqKMgOVuiYd02wlMS40v/07JGWHpPC4=; h=Date:From:To:Subject:From; b=qwKYN+ZEt1jvlnVIieUAGsA3U1K0SN2IqgTqochb6qHI+NFwL20hqDmZdc3bhRFSU 9HA4+B3MiycmL7ekCBAKydCfS8qwPmWRh41KsrC//EjQXy4IdKXdlmjPCPx0Oi4loV zSk/3/GKGmCXRCnLUqTpNryrJx4Nn/O9G8LZH9Qo=
Date: Fri, 01 Nov 2019 12:24:54 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/9617e1-97ed82@github.com>
Subject: [quicwg/base-drafts] 97ed82: Update draft-ietf-quic-transport.md
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/QqSRrrhD8VYvambYPGEJCLF6LKM>
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: Fri, 01 Nov 2019 19:24:56 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b
      https://github.com/quicwg/base-drafts/commit/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

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



From nobody Fri Nov  1 12:25:06 2019
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 8586B121224 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 G8YRj62L8sz2 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:03 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3918512094C for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:25:03 -0700 (PDT)
Date: Fri, 01 Nov 2019 12:25:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572636302; bh=94HIkpipGdEvN7Iedyj8mQv1odwGN8nbRQ2xsIZyi94=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1CUvU3drEnXBrOap/Yhosbx7GnZh7BbPBc25XdjmwnWqgneyjmf9mUB0H14vE8OEU GwrbXBZH6rniFHO5zYJV87Zy/QDkT4x9u29/LLIk64JRPpdicNKSFs//AVrNRqf9od RySHoUHHmrTySsfv1pR5bh5hwquxHiBtmorZQgmc=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4223901285@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc868e28544_6bd43fe166acd960177265"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UIe6fABEB8MxpPnTSwRFqtkqV5k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 19:25:05 -0000

----==_mimepart_5dbc868e28544_6bd43fe166acd960177265
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/9617e1da29cda2a6230e7e59e9ae62a257087d73..97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b

----==_mimepart_5dbc868e28544_6bd43fe166acd960177265
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b">97ed821</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/9617e1da29cda2a6230e7e59e9ae62a257087d73..97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b?email_source=notifications&amp;email_token=AFTOJK4PV4FCUKI7C7YWBYDQRR7A5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGOJQGEZDQNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBQAPAX6U4MA237DLQRR7A5ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3QDS7ZJVUPLCAYVI3QRR7A5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGOJQGEZDQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/9617e1da29cda2a6230e7e59e9ae62a257087d73..97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b?email_source=notifications\u0026email_token=AFTOJK4PV4FCUKI7C7YWBYDQRR7A5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGOJQGEZDQNI",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/9617e1da29cda2a6230e7e59e9ae62a257087d73..97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b?email_source=notifications\u0026email_token=AFTOJK4PV4FCUKI7C7YWBYDQRR7A5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDGOJQGEZDQNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbc868e28544_6bd43fe166acd960177265--


From nobody Fri Nov  1 12:25:35 2019
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 57F931212A9 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:33 -0700 (PDT)
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 q0GLpwIzwSd5 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:26 -0700 (PDT)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12ADD12127B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:25:25 -0700 (PDT)
Date: Fri, 01 Nov 2019 12:25:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572636324; bh=Kh+PetG4qngE9IejWkC6NnYuK7AahV/yR6Ikel0IYWo=; h=Date:From:To:Subject:From; b=04xh69eZGbwxCg+7qu2ZUvPmhkjjtSzC0Pyg0n1Z8P9+1eTGdQZLDVC9xM5xoeIkh mOlur3nwMz+eHS0eXgNt77SFy/LU/koGXPwMzBGeihGN6QQwHM9sDp9zDpV0MKqq1L XjDnLDtmjk3GGDOHKNJOHriVx0rqFE2BjaKX4ZJ8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/dcc8dc-d7bf02@github.com>
Subject: [quicwg/base-drafts] d7bf02: Script updating gh-pages from 97ed8215. [ci skip]
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/ldFI23RoEmIXDgvRrgfZPrQjghA>
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: Fri, 01 Nov 2019 19:25:33 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d7bf02c752da17d632a420256b5b8a06bddf85cb
      https://github.com/quicwg/base-drafts/commit/d7bf02c752da17d632a420256b5b8a06bddf85cb
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 97ed8215. [ci skip]



From nobody Fri Nov  1 12:25:41 2019
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 A4FA01212C4 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OtX9lLohQixp for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 12:25:32 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 205AE121296 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:25:29 -0700 (PDT)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 6D087521175 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 12:25:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572636328; bh=9jp8ZT2e4bN4jrm3NgpexxQjy9wlI1fQSEQVA9OJSvg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xQKFr79ur/i1BiLocS3/eUW3I0bbZ1fQmQiNjj46C39XupLump2UIU6d1+yCdK+RO 04x70PPM4KaB+EWR3d/dtW1IdJ1AaLs33TIkONOw3SYl9DHMfsItB2h1l2LO673Y4E Z/kBREQbxXSUgToQKEcT/gJAQRWTGtN/Es3yvePs=
Date: Fri, 01 Nov 2019 12:25:28 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2RNT376VAXBBQL4JV3ZHDTREVBMPHAEIOLEI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73/35769122@github.com>
In-Reply-To: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73@github.com>
References: <quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73@github.com>
Subject: Re: [quicwg/base-drafts] Kazuho's suggestion (9617e1d)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbc86a85dbd0_548d3fedb9ecd95c726b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Nt148wQr93RnnegkxjXVGEIkrfE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 19:25:36 -0000

----==_mimepart_5dbc86a85dbd0_548d3fedb9ecd95c726b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Suggestions only work on PRs, not individual commits.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73#commitcomment-35769122
----==_mimepart_5dbc86a85dbd0_548d3fedb9ecd95c726b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Suggestions only work on PRs, not individual commits.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications&amp;email_token=AFTOJK4X3VNA7BKQJ3M6OLTQRR7CRA5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSZC#commitcomment-35769122">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYLIKMBR424PU4HGGTQRR7CRANCNFSM4JH65ABQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7KTGVSK3YQEIB3XQ3QRR7CRA5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSZC.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK4X3VNA7BKQJ3M6OLTQRR7CRA5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSZC#commitcomment-35769122",
"url": "https://github.com/quicwg/base-drafts/commit/9617e1da29cda2a6230e7e59e9ae62a257087d73?email_source=notifications\u0026email_token=AFTOJK4X3VNA7BKQJ3M6OLTQRR7CRA5CNFSM4JH65AB2YY3PNVWWK3TUL52HS4DFVVBW63LNNF2EG33NNVSW45FKMNXW23LFNZ2F62LEZYBCDSZC#commitcomment-35769122",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbc86a85dbd0_548d3fedb9ecd95c726b8--


From nobody Fri Nov  1 14:21:28 2019
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 759371208B6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:21:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 REZMa2mE8K1K for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:21:23 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C78AB120826 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 14:21:03 -0700 (PDT)
Date: Fri, 01 Nov 2019 14:21:02 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572643262; bh=uxnFFFpOEaIxlbpAztv151P+JsRj4tfCTxvku+7nGRk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TLRKoaKcUeF0imyYy9B98I+x5GFUBfeAZTARvuysohKIMS9yRpUQ5tc5J0nM1Yqt7 BrE39+HECIMk8UzV/CoxcPo5ZyPbBrF6oPrhYZSF7QT8CL8N03dn9i6HdlWBJl17tI nlOh/YSNEgdrH6crIT22UUS1bsEzWd7QHa9bZbiA=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJFHAAXOX5GH5VVUF3ZHRE5EVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310693360@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbca1bed8e98_41533f9f3d0cd96c28058d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-C27CAQro1Emehb_mxJvEHh9pao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 21:21:26 -0000

----==_mimepart_5dbca1bed8e98_41533f9f3d0cd96c28058d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

A few comments. I think it would help readability immensely if you could articulate a new timeout period, Idle Timeout (ITO) explicitly.

Also, can you change the title of the PR? It's not particularly clarifying.

> @@ -2344,28 +2344,30 @@ source address.
 
 ## Idle Timeout {#idle-timeout}
 
-If the idle timeout is enabled, a connection is silently closed and the state is
-discarded when it remains idle for longer than both the advertised
-idle timeout (see {{transport-parameter-definitions}}) and three times the
+If the idle timeout is enabled by either peer, a connection is silently closed
+and the state is discarded when it remains idle for longer than the

```suggestion
and its state is discarded when it remains idle for longer than the
```

> -containing frames other than ACK or PADDING (an ack-eliciting packet; see
-{{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been sent
-since last receiving a packet.  Restarting when sending packets ensures that
-connections do not prematurely time out when initiating new activity.
-
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing

```suggestion
at an endpoint is computed as the minimum of the two advertised values. By announcing
```

> -{{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been sent
-since last receiving a packet.  Restarting when sending packets ensures that
-connections do not prematurely time out when initiating new activity.
-
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close

```suggestion
a max_idle_timeout, an endpoint commits to initiating an immediate close
```

> -processed successfully.  The timer is also restarted when sending a packet
-containing frames other than ACK or PADDING (an ack-eliciting packet; see
-{{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been sent
-since last receiving a packet.  Restarting when sending packets ensures that
-connections do not prematurely time out when initiating new activity.
-
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value

```suggestion
Each endpoint advertises a max_idle_timeout, but the effective value
```

> -since last receiving a packet.  Restarting when sending packets ensures that
-connections do not prematurely time out when initiating new activity.
-
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.

```suggestion
({{immediate-close}}) if it abandons the connection prior to the effective value.
```

> -since last receiving a packet.  Restarting when sending packets ensures that
-connections do not prematurely time out when initiating new activity.
-
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.

I don't understand this sentence... what does it mean for an endpoint to initiate an immediate close if it abandons the connection prior to the min? I thought that the endpoint was to initiate an immediate close _at_ the min. Why are we talking about abandoning?

> -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is

Do you mean an idle timeout timer? I would say that explicitly. Maybe even give it a name - ITO? 


> -period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures

Can you write some rationale for these restarting rules?

> -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout

This is not a great construction: "If a peer could time out within a Probe Timeout".  It's also confusing ... maybe change this to "When an endpoint is about to send data that cannot be retried safely, it is possible that the peer may have reached the end of its idle timeout period before this data arrives at the peer. To avoid such situations, it is recommended that an endpoint test for liveness when it expects that the peer might be close, within a Probe Timeout (PTO; see Section ...) period for instance, to the end of its idle timeout period."

>  
-: The idle timeout is a value in milliseconds that is encoded as an integer; see
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle
-  timeout is disabled.
+: The max idle timeout is a value in milliseconds that is encoded as an integer;
+  see ({{idle-timeout}}).  Idle timeout is disabled when this parameter is
+  absent or zero on both sides.

Rephrase -- not both sides, but when the parameter is advertized as zero by both endpoints.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#pullrequestreview-310693360
----==_mimepart_5dbca1bed8e98_41533f9f3d0cd96c28058d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>A few comments. I think it would help readability immensely if you cou=
ld articulate a new timeout period, Idle Timeout (ITO) explicitly.</p>=0D=

<p>Also, can you change the title of the PR? It's not particularly clarif=
ying.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341749269">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2344,28 +2344,30 @@ source address.=0D=

 =0D
 ## Idle Timeout {#idle-timeout}=0D
 =0D
-If the idle timeout is enabled, a connection is silently closed and the =
state is=0D
-discarded when it remains idle for longer than both the advertised=0D
-idle timeout (see {{transport-parameter-definitions}}) and three times t=
he=0D
+If the idle timeout is enabled by either peer, a connection is silently =
closed=0D
+and the state is discarded when it remains idle for longer than the=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-and the state is discarded when it remains id=
le for longer than the=0D
+and its state is discarded when it remains idle for longer than the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341750432">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -containing frames other than ACK or PADDI=
NG (an ack-eliciting packet; see=0D
-{{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been=
 sent=0D
-since last receiving a packet.  Restarting when sending packets ensures =
that=0D
-connections do not prematurely time out when initiating new activity.=0D=

-=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-is determined by taking the minimum of the tw=
o advertised values. By announcing=0D
+at an endpoint is computed as the minimum of the two advertised values. =
By announcing=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341750486">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -{{QUIC-RECOVERY}}), but only if no other =
ack-eliciting packets have been sent=0D
-since last receiving a packet.  Restarting when sending packets ensures =
that=0D
-connections do not prematurely time out when initiating new activity.=0D=

-=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-a max_idle_timeout, endpoints commit to initi=
ating an immediate close=0D
+a max_idle_timeout, an endpoint commits to initiating an immediate close=
=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341750663">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -processed successfully.  The timer is als=
o restarted when sending a packet=0D
-containing frames other than ACK or PADDING (an ack-eliciting packet; se=
e=0D
-{{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been=
 sent=0D
-since last receiving a packet.  Restarting when sending packets ensures =
that=0D
-connections do not prematurely time out when initiating new activity.=0D=

-=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Each endpoint advertises a different max_idle=
_timeout, but the effective value=0D
+Each endpoint advertises a max_idle_timeout, but the effective value=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341751278">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -since last receiving a packet.  Restartin=
g when sending packets ensures that=0D
-connections do not prematurely time out when initiating new activity.=0D=

-=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

+({{immediate-close}}) if it abandons a connection prior to the effective=
 value.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-({{immediate-close}}) if it abandons a connec=
tion prior to the effective value.=0D
+({{immediate-close}}) if it abandons the connection prior to the effecti=
ve value.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341751903">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -since last receiving a packet.  Restartin=
g when sending packets ensures that=0D
-connections do not prematurely time out when initiating new activity.=0D=

-=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

+({{immediate-close}}) if it abandons a connection prior to the effective=
 value.=0D
</pre>=0D
<p>I don't understand this sentence... what does it mean for an endpoint =
to initiate an immediate close if it abandons the connection prior to the=
 min? I thought that the endpoint was to initiate an immediate close <em>=
at</em> the min. Why are we talking about abandoning?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341752180">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -=0D
-The value for an idle timeout can be asymmetric.  The value advertised b=
y an=0D
-endpoint is only used to determine whether the connection is live at tha=
t=0D
-endpoint.  An endpoint that sends packets near the end of the idle timeo=
ut=0D
-period of a peer risks having those packets discarded if its peer enters=
 the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

+({{immediate-close}}) if it abandons a connection prior to the effective=
 value.=0D
+=0D
+An endpoint restarts any timer it maintains when a packet from its peer =
is=0D
</pre>=0D
<p>Do you mean an idle timeout timer? I would say that explicitly. Maybe =
even give it a name - ITO?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341752579">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -period of a peer risks having those packe=
ts discarded if its peer enters the=0D
-draining state before the packets arrive.  If a peer could timeout withi=
n a=0D
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisab=
le to=0D
-test for liveness before sending any data that cannot be retried safely.=
  Note=0D
-that it is likely that only applications or application protocols will=0D=

-know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

+({{immediate-close}}) if it abandons a connection prior to the effective=
 value.=0D
+=0D
+An endpoint restarts any timer it maintains when a packet from its peer =
is=0D
+received and processed successfully.  The timer is also restarted when s=
ending=0D
+a packet containing frames other than ACK or PADDING (an ack-eliciting p=
acket;=0D
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have =
been=0D
+sent since last receiving a packet.  Restarting when sending packets ens=
ures=0D
</pre>=0D
<p>Can you write some rationale for these restarting rules?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341754899">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -know what information can be retried.=0D
+Each endpoint advertises a different max_idle_timeout, but the effective=
 value=0D
+is determined by taking the minimum of the two advertised values. By ann=
ouncing=0D
+a max_idle_timeout, endpoints commit to initiating an immediate close=0D=

+({{immediate-close}}) if it abandons a connection prior to the effective=
 value.=0D
+=0D
+An endpoint restarts any timer it maintains when a packet from its peer =
is=0D
+received and processed successfully.  The timer is also restarted when s=
ending=0D
+a packet containing frames other than ACK or PADDING (an ack-eliciting p=
acket;=0D
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have =
been=0D
+sent since last receiving a packet.  Restarting when sending packets ens=
ures=0D
+that connections do not prematurely time out when initiating new activit=
y.=0D
+=0D
+An endpoint that sends packets near the end of the idle timeout period=0D=

+risks having those packets discarded if its peer enters the draining sta=
te=0D
+before the packets arrive.  If a peer could time out within an Probe Tim=
eout=0D
</pre>=0D
<p>This is not a great construction: "If a peer could time out within a P=
robe Timeout".  It's also confusing ... maybe change this to "When an end=
point is about to send data that cannot be retried safely, it is possible=
 that the peer may have reached the end of its idle timeout period before=
 this data arrives at the peer. To avoid such situations, it is recommend=
ed that an endpoint test for liveness when it expects that the peer might=
 be close, within a Probe Timeout (PTO; see Section ...) period for insta=
nce, to the end of its idle timeout period."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r341755184">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-: The idle timeout is a value in milliseconds that is encoded as an inte=
ger; see=0D
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle=
=0D
-  timeout is disabled.=0D
+: The max idle timeout is a value in milliseconds that is encoded as an =
integer;=0D
+  see ({{idle-timeout}}).  Idle timeout is disabled when this parameter =
is=0D
+  absent or zero on both sides.=0D
</pre>=0D
<p>Rephrase -- not both sides, but when the parameter is advertized as ze=
ro by both endpoints.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3099?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6QIPVEQLRQMIYZJ5TQRSMT5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCM34A#pullrequestreview-310693360=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK7X7NUBFGLT2CPTF4DQRSMT5ANCNFSM4JBO5RGA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5YKUPXMSGL=
JRYJHULQRSMT5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKCM34A.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=3D=
notifications\u0026email_token=3DAFTOJK6QIPVEQLRQMIYZJ5TQRSMT5A5CNFSM4JBO=
5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KCM34A#pullrequestreview-310693360",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6QIPVEQLRQMIYZJ5TQRSMT5A5CNFSM4JBO5R=
GKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC=
M34A#pullrequestreview-310693360",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dbca1bed8e98_41533f9f3d0cd96c28058d--


From nobody Fri Nov  1 14:45:18 2019
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 C2532120801 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:45:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LJpFv1y1AXS0 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:45:13 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6BD5812024E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 14:45:13 -0700 (PDT)
Date: Fri, 01 Nov 2019 14:45:12 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572644712; bh=GEhWjeOKLEmfovnksao0R7V3xze+EYSZkYDBv0acm00=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c5o490j9H0oEwybgVcdV2QiTlMMmuag0yAwb5JC2IZsIk9AV6WCeHB9qGzTG0YiKI HlKH9sEeKoG9zuYrFOf5QzMCSMB9fh9KJxOxgXHoyk6nTSCj20hDTXi5FwgcAAGYHJ oBNIOJwD/cmfPC6N0tlLUswqSiCvczaapKcYc59Y=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYFONQBAT3LUWTC5LF3ZHT7REVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182/review/310708974@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3182@github.com>
References: <quicwg/base-drafts/pull/3182@github.com>
Subject: Re: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbca768a7465_5d073fe706ccd968710cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8_dT087KOX4Ykh0s-KJXGESwik8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 21:45:16 -0000

----==_mimepart_5dbca768a7465_5d073fe706ccd968710cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

I can see this potentially being easier to read. A few comments.

> @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
-    // Time threshold loss Detection
-    DetectLostPackets(pn_space)
-    SetLossDetectionTimer()
-    return
+  if (timer_mode == LOSS_DETECTION):
+    loss_time, pn_space = GetEarliestLossTime()
+    if (loss_time != 0):

So, this should not be required. Specifically, I think what we might want here is an ASSERT(loss_time != 0), though an assert might be too harsh. Maybe a warning and return.

Also below, under the else for a PTO, add an assert that mode is PTO.

> @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():

Perhaps rename this to OnTimeout

> @@ -932,6 +932,10 @@ max_ack_delay:
 loss_detection_timer:

rename this to "timer", with description "multi-modal timer used for loss detection and for sending probes."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182#pullrequestreview-310708974
----==_mimepart_5dbca768a7465_5d073fe706ccd968710cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<p>I can see this potentially being easier to read. A few comments.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3182#discussion_r341761178">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
-    // Time threshold loss Detection
-    DetectLostPackets(pn_space)
-    SetLossDetectionTimer()
-    return
+  if (timer_mode == LOSS_DETECTION):
+    loss_time, pn_space = GetEarliestLossTime()
+    if (loss_time != 0):
</pre>
<p>So, this should not be required. Specifically, I think what we might want here is an ASSERT(loss_time != 0), though an assert might be too harsh. Maybe a warning and return.</p>
<p>Also below, under the else for a PTO, add an assert that mode is PTO.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3182#discussion_r341761354">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
</pre>
<p>Perhaps rename this to OnTimeout</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3182#discussion_r341761768">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -932,6 +932,10 @@ max_ack_delay:
 loss_detection_timer:
</pre>
<p>rename this to "timer", with description "multi-modal timer used for loss detection and for sending probes."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJK537T5UMGQ66PU2R6DQRSPORA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCQV3Q#pullrequestreview-310708974">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XGORPWTN2ZZH6LCDQRSPORANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7YBEVAIBLFVOOEYILQRSPORA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCQV3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK537T5UMGQ66PU2R6DQRSPORA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCQV3Q#pullrequestreview-310708974",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK537T5UMGQ66PU2R6DQRSPORA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCQV3Q#pullrequestreview-310708974",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbca768a7465_5d073fe706ccd968710cf--


From nobody Fri Nov  1 14:47:40 2019
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 D359E120801 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:47:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oqnrd5R6-Ekz for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 14:47:37 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6AB9912024E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 14:47:37 -0700 (PDT)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 85CB12C0E79 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 14:47:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572644856; bh=Kug7eFHF4S0ctau4bflP0VWkrJMoCrgDNZdJ8NsyMZQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x7z/PG0iJVXO4RjST3JxXOiebEF2OoKBTP6vMNDFiQIp3eW6CT5nlPGfoULdGP8Qw Nlf6Sdf8iPzKm6dpWumIqi1W5HqLTj9s46VT10G2REvRoePbEU/sSBT5Uw4k6+Vk9b A3SzHXBZaA/v55YuV84r/uEWLyOFi05B9i8CHRIY=
Date: Fri, 01 Nov 2019 14:47:36 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7Z7WEZM4EJFOELYD53ZHUIREVBNHHB5RMSFA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3183/review/310711279@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3183@github.com>
References: <quicwg/base-drafts/pull/3183@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3183)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbca7f876e05_722e3fa17d4cd96c26658"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1s60cp81TzPLSoSWkDiczlOC1Eo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 21:47:39 -0000

----==_mimepart_5dbca7f876e05_722e3fa17d4cd96c26658
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

This is fine, but Vidhi is working on a PR for this that includes pseudo-code changes. I'd suggest that we wait for that.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3183#pullrequestreview-310711279
----==_mimepart_5dbca7f876e05_722e3fa17d4cd96c26658
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<p>This is fine, but Vidhi is working on a PR for this that includes pseudo-code changes. I'd suggest that we wait for that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications&amp;email_token=AFTOJK7L6FVYNSE3TTMF3ULQRSPXRA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCRH3Y#pullrequestreview-310711279">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6BLIM4TXVLYFBHPLTQRSPXRANCNFSM4JH6EP3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7UCGQKM7RNR5CL62TQRSPXRA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCRH3Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK7L6FVYNSE3TTMF3ULQRSPXRA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCRH3Y#pullrequestreview-310711279",
"url": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK7L6FVYNSE3TTMF3ULQRSPXRA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCRH3Y#pullrequestreview-310711279",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbca7f876e05_722e3fa17d4cd96c26658--


From nobody Fri Nov  1 15:02:32 2019
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 DCDDF12083A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:02:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ffzbe0hzN4GE for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:02:28 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1B1512082F for <quic-issues@ietf.org>; Fri,  1 Nov 2019 15:02:27 -0700 (PDT)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 0023C6A0C4B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 15:02:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572645747; bh=o9MjICRUUy9qGE/u/6KAAKqrqfn0Zs0cJdkYZhLHnlw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MgsGvrrua7MqYbzmHmr9JtDjraA6TjkJr5ZTiukLeyrG9EtbjQNhJMDt7U89KKZ73 iMn7UyA/7F/laWTwf6IJ+g4epoY0E1+ROrpY0crNZoa6uGotxizFpFyXMl308bjTdi dQhJh8t+sAJqqGmxulibqrmjZlbCLrrCqnbj90yI=
Date: Fri, 01 Nov 2019 15:02:26 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6SESQTZJVPHFAAV7F3ZHWAFEVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/review/310713842@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcab72e5a5a_21483fb4b28cd95c60026"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sTFWU7Z3CPGsXk0msJUsL3V0K3s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 22:02:30 -0000

----==_mimepart_5dbcab72e5a5a_21483fb4b28cd95c60026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

A few comments. 

> @@ -1623,6 +1623,14 @@ also constrained in what they can send by the limits set by the congestion
 controller.  Clients are only constrained by the congestion controller.
 
 
+### Token Construction
+
+Tokens sent in NEW_TOKEN frames or Retry packets MUST be constructed in a way

```suggestion
A token sent in a NEW_TOKEN frame or a Retry packet MUST be constructed in a way
```

> @@ -1675,22 +1683,20 @@ one.  The client MUST NOT use the token provided in a Retry for future
 connections. Servers MAY discard any Initial packet that does not carry the
 expected token.
 
-A token SHOULD be constructed in a way that allows the server to distinguish it
-from tokens that are sent in Retry packets as they are carried in the same
-field.
-
-The token MUST NOT include information that would allow it to be linked by an
-on-path observer to the connection on which it was issued.  For example, it
-cannot include the connection ID or addressing information unless the values are
-encrypted.
-
 Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit

Make this a MUST too? I don't see why this is a SHOULD.

>  Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit
 expiration time or an issued timestamp that can be used to dynamically calculate
 the expiration time.  A server can store the expiration time or include it in an
 encrypted form in the token.
 
+A token issued with NEW_TOKEN MUST NOT include information that would allow
+values to be linked by an on-path observer to the connection on which it was
+issued.  For example, it cannot include the previous connection ID or addressing
+information unless the values are encrypted.  Information that allows the server

Move this "unless" clause up to the first sentence. The unless applies to the MUST NOT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#pullrequestreview-310713842
----==_mimepart_5dbcab72e5a5a_21483fb4b28cd95c60026
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>A few comments.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3128#discussi=
on_r341764916">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1623,6 +1623,14 @@ also constrained in=
 what they can send by the limits set by the congestion=0D
 controller.  Clients are only constrained by the congestion controller.=0D=

 =0D
 =0D
+### Token Construction=0D
+=0D
+Tokens sent in NEW_TOKEN frames or Retry packets MUST be constructed in =
a way=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Tokens sent in NEW_TOKEN frames or Retry pack=
ets MUST be constructed in a way=0D
+A token sent in a NEW_TOKEN frame or a Retry packet MUST be constructed =
in a way=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3128#discussi=
on_r341765112">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1675,22 +1683,20 @@ one.  The client M=
UST NOT use the token provided in a Retry for future=0D
 connections. Servers MAY discard any Initial packet that does not carry =
the=0D
 expected token.=0D
 =0D
-A token SHOULD be constructed in a way that allows the server to disting=
uish it=0D
-from tokens that are sent in Retry packets as they are carried in the sa=
me=0D
-field.=0D
-=0D
-The token MUST NOT include information that would allow it to be linked =
by an=0D
-on-path observer to the connection on which it was issued.  For example,=
 it=0D
-cannot include the connection ID or addressing information unless the va=
lues are=0D
-encrypted.=0D
-=0D
 Unlike the token that is created for a Retry packet, there might be some=
 time=0D
 between when the token is created and when the token is subsequently use=
d.=0D
 Thus, a token SHOULD have an expiration time, which could be either an e=
xplicit=0D
</pre>=0D
<p>Make this a MUST too? I don't see why this is a SHOULD.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3128#discussi=
on_r341766037">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  Unlike the token that is created for a Re=
try packet, there might be some time=0D
 between when the token is created and when the token is subsequently use=
d.=0D
 Thus, a token SHOULD have an expiration time, which could be either an e=
xplicit=0D
 expiration time or an issued timestamp that can be used to dynamically c=
alculate=0D
 the expiration time.  A server can store the expiration time or include =
it in an=0D
 encrypted form in the token.=0D
 =0D
+A token issued with NEW_TOKEN MUST NOT include information that would al=
low=0D
+values to be linked by an on-path observer to the connection on which it=
 was=0D
+issued.  For example, it cannot include the previous connection ID or ad=
dressing=0D
+information unless the values are encrypted.  Information that allows th=
e server=0D
</pre>=0D
<p>Move this "unless" clause up to the first sentence. The unless applies=
 to the MUST NOT.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3128?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYTDVJM7ABJWQ7BBT3QRSRPFA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCR34Q#pullrequestreview-310713842=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK3E5IP2GTG45VLN3HTQRSRPFANCNFSM4JDJ3TYQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKYKFEY2RCVQ=
TND5BDLQRSRPFA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKCR34Q.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=3D=
notifications\u0026email_token=3DAFTOJKYTDVJM7ABJWQ7BBT3QRSRPFA5CNFSM4JDJ=
3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KCR34Q#pullrequestreview-310713842",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYTDVJM7ABJWQ7BBT3QRSRPFA5CNFSM4JDJ3T=
Y2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC=
R34Q#pullrequestreview-310713842",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dbcab72e5a5a_21483fb4b28cd95c60026--


From nobody Fri Nov  1 15:16:09 2019
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 EBC1D12088B for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:16:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HIKsbrKup3g1 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:16:06 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D2FA120130 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 15:16:06 -0700 (PDT)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 2F54D6E0768 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 15:16:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572646565; bh=nSPZk4AeclAKe2dBSzScYjL4bmAKYIIdDNTy025WNNQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZpyibLBVGH188eHg1/QBwWCSaEmhO7X+5URkAhsuGlrSP4opxB+SZOGnL+WkCtWxq apftOr461LZJhFbJ8bKL09XwRyQUlJHVxz+KgfXHyb/383zJeyN9c7qRyudCFntKcp IIYH57Bxv7WFHJON/H8SdvMr4y1CUuHGZGMW925A=
Date: Fri, 01 Nov 2019 15:16:05 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK372HNSHPDL5SBZKH53ZHXTLEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310717275@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcaea51f1cd_6c703f9e2b6cd960995be"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/86u5KcQkVfB7A_rYRMcLxI19hic>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 22:16:08 -0000

----==_mimepart_5dbcaea51f1cd_6c703f9e2b6cd960995be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Thanks for the changes, @kazuho's text suggestion answers my question. I have a couple more comments.

> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection

```suggestion
immediately close ({{immediate-close}}) the connection with an INVALID_TOKEN
```

> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of

```suggestion
error to cause the handshake to fail quickly instead of
```

> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.

This suggests 2 options at the server, when there are 3: it can simply drop the packet and let the client time out. You may want to call out all three options. 

Suggestion: "If a server receives a client Initial that can be unprotected but contains an invalid Retry token, it knows the client will not accept another Retry token. The server can drop such a packet and allow the client to time out to detect loss of this connection, but that is a significant latency penalty to the client. If possible, the server SHOULD either immediately close the connection with an INVALID_TOKEN error or proceed with the handshake without verifying the token."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-310717275
----==_mimepart_5dbcaea51f1cd_6c703f9e2b6cd960995be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Thanks for the changes, <a class=3D"user-mention" data-hovercard-type=3D=
"user" data-hovercard-url=3D"/hovercards?user_id=3D41567" data-octo-click=
=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D=
"https://github.com/kazuho">@kazuho</a>'s text suggestion answers my ques=
tion. I have a couple more comments.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3107#discussi=
on_r341767483">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection estab=
lishment.  By giving the client a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+It can either proceed with the handshake without verifying the token or=0D=

+immediately close ({{immediate-close}}) the connection with a connection=
=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-immediately close ({{immediate-close}}) the c=
onnection with a connection=0D
+immediately close ({{immediate-close}}) the connection with an INVALID_T=
OKEN=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3107#discussi=
on_r341767972">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection estab=
lishment.  By giving the client a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+It can either proceed with the handshake without verifying the token or=0D=

+immediately close ({{immediate-close}}) the connection with a connection=
=0D
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of=
=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-error of INVALID_TOKEN to cause the handshake=
 to fail quickly instead of=0D
+error to cause the handshake to fail quickly instead of=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3107#discussi=
on_r341769079">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection estab=
lishment.  By giving the client a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+It can either proceed with the handshake without verifying the token or=0D=

+immediately close ({{immediate-close}}) the connection with a connection=
=0D
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of=
=0D
+waiting for the client to timeout.=0D
</pre>=0D
<p>This suggests 2 options at the server, when there are 3: it can simply=
 drop the packet and let the client time out. You may want to call out al=
l three options.</p>=0D
<p>Suggestion: "If a server receives a client Initial that can be unprote=
cted but contains an invalid Retry token, it knows the client will not ac=
cept another Retry token. The server can drop such a packet and allow the=
 client to time out to detect loss of this connection, but that is a sign=
ificant latency penalty to the client. If possible, the server SHOULD eit=
her immediately close the connection with an INVALID_TOKEN error or proce=
ed with the handshake without verifying the token."</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3107?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYFECBKHMSMGYTY4YTQRSTCLA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCSWWY#pullrequestreview-310717275=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK5UYGP2VXUTOSLSXR3QRSTCLANCNFSM4JBTLOPA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK3NQZRY4EL5=
UYO77KDQRSTCLA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKCSWWY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3D=
notifications\u0026email_token=3DAFTOJKYFECBKHMSMGYTY4YTQRSTCLA5CNFSM4JBT=
LOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KCSWWY#pullrequestreview-310717275",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYFECBKHMSMGYTY4YTQRSTCLA5CNFSM4JBTLO=
PKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC=
SWWY#pullrequestreview-310717275",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dbcaea51f1cd_6c703f9e2b6cd960995be--


From nobody Fri Nov  1 15:50:55 2019
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 8DCB9120805 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:50:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DoxSeohSXUo6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 15:50:52 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E9C0120801 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 15:50:52 -0700 (PDT)
Date: Fri, 01 Nov 2019 15:50:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572648651; bh=/kMpgQsVes/DE4MvHF/HqUs1keqJxp87MZAPI/y7D4I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WvFFFoIx+c0E4tfdiiJXzd5S9Mie2bdXOViL2Bc1P29+FwrvXpqcRPchz83N/7uGh 4JUQNIGhbHLXPb1kwytFeEhc+YiSEFYOMwEgYYMYGugo3IXZhqIxfw7NNKsrB/K6QB fwbFrxeol7eqU/gtCgATl8uykaBTVgXcU7eV2Ssw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6EG4CVF3ZSQJCP77F3ZH3VXEVBNHHB5RMSFA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3183/c548976330@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3183@github.com>
References: <quicwg/base-drafts/pull/3183@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3183)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcb6cb58cb6_33583f99414cd9602807ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W_HovJCFIxR2D5rC3gcUMUhCKKw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 22:50:54 -0000

----==_mimepart_5dbcb6cb58cb6_33583f99414cd9602807ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Given pacing is the recommended approach, what is the motivation to change the pseudocode?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3183#issuecomment-548976330
----==_mimepart_5dbcb6cb58cb6_33583f99414cd9602807ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Given pacing is the recommended approach, what is the motivation to change the pseudocode?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications&amp;email_token=AFTOJK7PX4V6SG3NHEAYKKTQRSXEXA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4LNSQ#issuecomment-548976330">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JZ55PXQRROR4D2RDQRSXEXANCNFSM4JH6EP3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZBZYREUXYNL5CMKCDQRSXEXA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4LNSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK7PX4V6SG3NHEAYKKTQRSXEXA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4LNSQ#issuecomment-548976330",
"url": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK7PX4V6SG3NHEAYKKTQRSXEXA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4LNSQ#issuecomment-548976330",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbcb6cb58cb6_33583f99414cd9602807ab--


From nobody Fri Nov  1 16:19:25 2019
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 9CE52120BB8 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 16:19:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 USdUxLUcvX3s for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 16:19:18 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57AF4120D9E for <quic-issues@ietf.org>; Fri,  1 Nov 2019 16:19:18 -0700 (PDT)
Date: Fri, 01 Nov 2019 16:19:17 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572650357; bh=JCEeSol3vzBELnh968xOV25T70vGErWTp5Ofpz8ZaBo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TcwhIJUzUM8F/nEHgbjC0ZTFEnQHjPYiEgiCHG1t728UAHLiPvkYDIU+S9CNn7EyJ Y7BmnjR58pNQZODMhzJHH8SIHTVvqOr29b1ezjPcYGJB/bfCMH4+mHd1sQTRu/b21O 35xpQnhUVqgv9rKRmvn7yxSzF+eIYvLPZs+h/2xs=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK63CQBLE54QGZ6WTZF3ZH7ALEVBNHHB5RMSFA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3183/c548981463@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3183@github.com>
References: <quicwg/base-drafts/pull/3183@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3183)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcbd7552364_713b3f80d08cd9682024"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GTfKppmXK-m4No5pRODARiI41YA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 23:19:24 -0000

----==_mimepart_5dbcbd7552364_713b3f80d08cd9682024
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The text is reflected in the psuedo-code, so changes to text should be reflected as well. I think it's useful to provide code for those not pacing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3183#issuecomment-548981463
----==_mimepart_5dbcbd7552364_713b3f80d08cd9682024
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The text is reflected in the psuedo-code, so changes to text should be reflected as well. I think it's useful to provide code for those not pacing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications&amp;email_token=AFTOJK3LTWCPMDPGCMZXXN3QRS2PLA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4MVVY#issuecomment-548981463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6TGLRBYEAU6SPNFP3QRS2PLANCNFSM4JH6EP3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYAJQSS4A4HAND4TW3QRS2PLA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4MVVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK3LTWCPMDPGCMZXXN3QRS2PLA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4MVVY#issuecomment-548981463",
"url": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK3LTWCPMDPGCMZXXN3QRS2PLA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4MVVY#issuecomment-548981463",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbcbd7552364_713b3f80d08cd9682024--


From nobody Fri Nov  1 16:42:42 2019
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 2B3EE1200E6 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 16:42:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eMFCDoM9d8Xy for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 16:42:38 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C714112007C for <quic-issues@ietf.org>; Fri,  1 Nov 2019 16:42:35 -0700 (PDT)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 2BCE1C60691 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 16:42:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572651755; bh=vKEmKmn1rpZVhIYJyp/lDd5KAJu4GlK+71iDZ95q3GY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G+rEc0LnDllmjlyv2rldZNAeNqbZ327+MH/RqWWISAXY+hQg2OQfgRSAxPRNCFdIR m8W9BL2jXVzthGMWIPIOVR7ndmNzXSXkJ7G4+cB0gtLwziZBsa7Ik0SG/2ZHbNeRSn QIoMtSS6EE+IJ8SuseitijwuXwwS/w++63LdDNk8=
Date: Fri, 01 Nov 2019 16:42:35 -0700
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HZGJS56YUQGU6RIF3ZH2WXEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310738192@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcc2eb1d626_65b3f97b8ccd96082220"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9KlF4qqCOCgP-bNaSv4jUiKcgJM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 01 Nov 2019 23:42:41 -0000

----==_mimepart_5dbcc2eb1d626_65b3f97b8ccd96082220
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.

I agree that listing all the three options would be an improvement.

At the same time, I have a concern regarding the suggestion of doing either an immediate close or proceeding the handshake. Those two options both require the server to retain state that cannot be delayed by providing a Retry to token to the client.

I think it we might want to downgrade the SHOULD to MAY, or, suggest that a server can send a CONNECTION_CLOSE frame (with INVALID_TOKEN) without retaining state.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341784351
----==_mimepart_5dbcc2eb1d626_65b3f97b8ccd96082220
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341784351">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.
</pre>
<p>I agree that listing all the three options would be an improvement.</p>
<p>At the same time, I have a concern regarding the suggestion of doing either an immediate close or proceeding the handshake. Those two options both require the server to retain state that cannot be delayed by providing a Retry to token to the client.</p>
<p>I think it we might want to downgrade the SHOULD to MAY, or, suggest that a server can send a CONNECTION_CLOSE frame (with INVALID_TOKEN) without retaining state.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK3TQVQEU4BQ7OC5GLDQRS5GXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCX2EA#discussion_r341784351">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHMSGCTNDGURJLR6TQRS5GXANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5EG4B4X7KSU5H6E3DQRS5GXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCX2EA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3TQVQEU4BQ7OC5GLDQRS5GXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCX2EA#discussion_r341784351",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3TQVQEU4BQ7OC5GLDQRS5GXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKCX2EA#discussion_r341784351",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbcc2eb1d626_65b3f97b8ccd96082220--


From nobody Fri Nov  1 18:07:48 2019
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 433011200B9 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:07:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 B3nMT0FWc95P for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:07:44 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5562212008B for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:07:44 -0700 (PDT)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 50951A0089 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:07:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572656863; bh=OKFtosZ5iFhrajiZBPMD/5lszP93um0tJYoVphiHShU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JSI5OntEz/4soTujL0FBXNX8NGDvMkfYmv8kA2jrU2Vdq68RYZDfC4BMMPiX+Huy7 2zG7jnapnArxZ86iYXX+Yhld/Xj7AaqbFEgFBZyCWm9xL79KhDth41MkvXEm5GGicC +sYFAEuM1k0aIVHr+vJRsdE7PI36SCP74+YfCfZc=
Date: Fri, 01 Nov 2019 18:07:43 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7OPCMCPUN63V2CSWV3ZILW7EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310748026@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcd6df42365_53643fe5038cd96c275e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tIPiKrftqschpIFsc7vHShg06sU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 01:07:47 -0000

----==_mimepart_5dbcd6df42365_53643fe5038cd96c275e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.

It should be possible to detect an invalid token without per-connection state, right? 

That said, I realized that I don't think we should recommend that a server that might be getting DoSsed SHOULD send out another packet in response. How about "A server that is able to maintain enough state MAY either ..."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341792585
----==_mimepart_5dbcd6df42365_53643fe5038cd96c275e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341792585">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.
</pre>
<p>It should be possible to detect an invalid token without per-connection state, right?</p>
<p>That said, I realized that I don't think we should recommend that a server that might be getting DoSsed SHOULD send out another packet in response. How about "A server that is able to maintain enough state MAY either ..."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK3AFOUTBLDNSVCT6CLQRTHF7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2G6Q#discussion_r341792585">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBDKVM2OTPU4AMOLTQRTHF7ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3EK33VMYMLE4NS7A3QRTHF7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2G6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3AFOUTBLDNSVCT6CLQRTHF7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2G6Q#discussion_r341792585",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK3AFOUTBLDNSVCT6CLQRTHF7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2G6Q#discussion_r341792585",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbcd6df42365_53643fe5038cd96c275e7--


From nobody Fri Nov  1 18:36:47 2019
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 5C555120B48 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:36:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 V6gysevXS64A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:36:45 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B4E1F120144 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:36:32 -0700 (PDT)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 0B0D76604D3 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:36:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572658592; bh=iqz7OXO+vVEFuj2bIPTnfzOxmZb9O7hWiBOHwbASzjw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eecMcD6nTQ5yzxdV9PlOhBos4XsmpJIP/GTTjEBiOcZYonTEMYp2XuXqWR5KGESw1 1OStWEN94mGHOgYZcOkZzfmBctge0vzG7BPExl1IqPh1+2v5kNtTX64qYnM0r4bHEe rcCJB4a35/q7YfgBDhAeNkDlenKGjjbQaaxZckwc=
Date: Fri, 01 Nov 2019 18:36:31 -0700
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZOJU6ER6KBEGVOC5N3ZIIB7EVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182/c548998009@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3182@github.com>
References: <quicwg/base-drafts/pull/3182@github.com>
Subject: Re: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbcdd9fef244_27983f970c0cd964538b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zid0gU4-tjvO19XBhv66eJ8dQns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 01:36:46 -0000

----==_mimepart_5dbcdd9fef244_27983f970c0cd964538b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett Thanks for the PR! I was planning to submit a PR myself to fix the issue I raised, but I got sidetracked by other stuff.

Don't we also need a timer mode for the amplification limit on the client side?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182#issuecomment-548998009
----==_mimepart_5dbcdd9fef244_27983f970c0cd964538b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> Thanks for the PR! I was planning to submit a PR myself to fix the issue I raised, but I got sidetracked by other stuff.</p>
<p>Don't we also need a timer mode for the amplification limit on the client side?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJK365VE4SDC2DCL27CTQRTKR7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4QW6I#issuecomment-548998009">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ7M2UOLUZWB6LYZKLQRTKR7ANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5GO5URCENXWOYKAWLQRTKR7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4QW6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK365VE4SDC2DCL27CTQRTKR7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4QW6I#issuecomment-548998009",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK365VE4SDC2DCL27CTQRTKR7A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4QW6I#issuecomment-548998009",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbcdd9fef244_27983f970c0cd964538b6--


From nobody Fri Nov  1 18:46:56 2019
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 A17F212089B for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:46:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 s1b5-XNIIxso for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:46:53 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D86C8120219 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:46:52 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 2836E66041D for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:46:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572659212; bh=cybtAmI48Yged+jhPQAILIMJOdyq4SF1CfKsy2Jk6yU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FJm9yYqgXVJShT6FtJxzGedC8r2P+YuY60fsIAVIsnA/forFs9SiTJSizeFThuVhg 3KYazf2DggFSm9zuZPBfpwkrPvlJXKWApt47OJnM7QadhJcGINrr+1T09C2/YsU7Lo VRv88AtAP0lvMHgtlTjOrHecCG7oFPS+Jt875/3M=
Date: Fri, 01 Nov 2019 18:46:52 -0700
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7CQFHEFE3C3FNTKQV3ZIJIZEVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/review/310750165@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbce00c17e5b_69e63f98f62cd96c13119c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LsOSV8BpYkmhTJu0gFsUvW7u0Qw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 01:46:55 -0000

----==_mimepart_5dbce00c17e5b_69e63f98f62cd96c13119c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#pullrequestreview-310750165
----==_mimepart_5dbce00c17e5b_69e63f98f62cd96c13119c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications&amp;email_token=AFTOJK4KPAZIJVRA5ZMRRQLQRTLYZA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2XVI#pullrequestreview-310750165">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7ZJ7BRLSBGMO2DLOLQRTLYZANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4ZHHKKY6A546Z3CTDQRTLYZA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2XVI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4KPAZIJVRA5ZMRRQLQRTLYZA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2XVI#pullrequestreview-310750165",
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4KPAZIJVRA5ZMRRQLQRTLYZA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC2XVI#pullrequestreview-310750165",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbce00c17e5b_69e63f98f62cd96c13119c--


From nobody Fri Nov  1 18:50:48 2019
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 3305C120B74 for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:50:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rFgBj-s_Es_K for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 18:50:45 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3ADB7120AC5 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:50:44 -0700 (PDT)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 5D28F9604A0 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 18:50:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572659443; bh=+9QFBoxcHFZUhhVAXb3mfWlXSadYB4aAt1y4mQpYt4k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HOtx9jQ4PTjVq6sIMZoyNEj5UASZupHdbOvcmm2GwaZlXgu7sQZN95xVV1fxFOgnZ v44mWSxLvSInmntRVVTwIABIvd2Mvc1gYEY5UyK10IrHLn4ENMsnlaksYcDuK5MRze 38iusFNC3RQ+/3NDGk5cqI3A73qPJlkQauJyFtGA=
Date: Fri, 01 Nov 2019 18:50:43 -0700
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SMLWU7OU7DB6AHMN3ZIJXHEVBNHHB5CCZQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3151/548999205@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3151@github.com>
References: <quicwg/base-drafts/issues/3151@github.com>
Subject: Re: [quicwg/base-drafts] loss detection timer description could be simplified by definining a timer mode (#3151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbce0f34e5c0_5eb83f89802cd96063832"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YTP1mmq6JXyqrcLRx4F1tM1Fzkg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 01:50:46 -0000

----==_mimepart_5dbce0f34e5c0_5eb83f89802cd96063832
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett I have a half-baked PR on my disk, but I still need to figure out the details of how this interacts the amplification limit. It seems like on the client side, there's a third timer mode (send *anything* to unblock the server from the 3x limit).
I'll put some more work into my PR and post it by early next week.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3151#issuecomment-548999205
----==_mimepart_5dbce0f34e5c0_5eb83f89802cd96063832
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> I have a half-baked PR on my disk, but I still need to figure out the details of how this interacts the amplification limit. It seems like on the client side, there's a third timer mode (send <em>anything</em> to unblock the server from the 3x limit).<br>
I'll put some more work into my PR and post it by early next week.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications&amp;email_token=AFTOJK3UEEJJ7MYTRGBYDI3QRTMHHA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4RAJI#issuecomment-548999205">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYGMOXNYFR4TLLTO7DQRTMHHANCNFSM4JE5JFSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4AAUFWL2CEF565PZDQRTMHHA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4RAJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK3UEEJJ7MYTRGBYDI3QRTMHHA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4RAJI#issuecomment-548999205",
"url": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK3UEEJJ7MYTRGBYDI3QRTMHHA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4RAJI#issuecomment-548999205",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbce0f34e5c0_5eb83f89802cd96063832--


From nobody Fri Nov  1 22:28:21 2019
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 32C9C12001A for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 22:28:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DYsKQJLv95he for <quic-issues@ietfa.amsl.com>; Fri,  1 Nov 2019 22:28:17 -0700 (PDT)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94A73120074 for <quic-issues@ietf.org>; Fri,  1 Nov 2019 22:27:30 -0700 (PDT)
Date: Fri, 01 Nov 2019 22:27:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572672449; bh=cKbR7MQCSzIPtFBpt87D6DU0qvVhwcB+1Sep7O1XQyc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WsHkSUI3pX7dG8ttbx4IldelTngSS83INKYm2G+CRGfI3vZAh9Hv89y5gjhYpsry0 TEYBfLeGJHS2UznEUDX1Ym7X7Aeg8sItK/gaEa9uoMK/YzJW6Cfw4F3WozmI3NVSw2 ecFNclpJ5ZxIkPe6v4rNMkw5mQxMXTt//K3A8Rl0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6M3PIILIJ46R7ZMH53ZJDEDEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310757033@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbd13c1826a_1f553fd02fecd968185981"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5M9uBX8wqxvTF_bMkOh6aAp0czE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 05:28:19 -0000

----==_mimepart_5dbd13c1826a_1f553fd02fecd968185981
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

kazuho commented on this pull request.=0D
=0D
=0D
=0D
> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the clie=
nt a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+It can either proceed with the handshake without verifying the token or=0D=

+immediately close ({{immediate-close}}) the connection with a connection=
=0D
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of=
=0D
+waiting for the client to timeout.=0D
=0D
By state I mean the closing and the draining state that gets built and re=
tained once you invoke {immediate-close}. We should not recommend such be=
havior as it would create a DoS vector. But if it is not going to be a SH=
OULD but instead =E2=80=9Ccan=E2=80=9D or MAY, I think we can be precise =
and therefor the text we have now is fine.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341799807=

----==_mimepart_5dbd13c1826a_1f553fd02fecd968185981
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@kazuho</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3107#discussi=
on_r341799807">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection estab=
lishment.  By giving the client a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+It can either proceed with the handshake without verifying the token or=0D=

+immediately close ({{immediate-close}}) the connection with a connection=
=0D
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of=
=0D
+waiting for the client to timeout.=0D
</pre>=0D
<p>By state I mean the closing and the draining state that gets built and=
 retained once you invoke {immediate-close}. We should not recommend such=
 behavior as it would create a DoS vector. But if it is not going to be a=
 SHOULD but instead =E2=80=9Ccan=E2=80=9D or MAY, I think we can be preci=
se and therefor the text we have now is fine.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3107?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK4BTHGOMQGIUBVDBT3QRUFUDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC4NKI#discussion_r341799807">view=
 it on GitHub</a>, or <a href=3D"https://github.com/notifications/unsubsc=
ribe-auth/AFTOJK75YT5QTT2UNFDCYZDQRUFUDANCNFSM4JBTLOPA">unsubscribe</a>.<=
img src=3D"https://github.com/notifications/beacon/AFTOJK75KKGUKQBOTVIM4O=
3QRUFUDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKT=
DN5WW2ZLOORPWSZGOCKC4NKI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3D=
notifications\u0026email_token=3DAFTOJK4BTHGOMQGIUBVDBT3QRUFUDA5CNFSM4JBT=
LOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KC4NKI#discussion_r341799807",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK4BTHGOMQGIUBVDBT3QRUFUDA5CNFSM4JBTLO=
PKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC=
4NKI#discussion_r341799807",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dbd13c1826a_1f553fd02fecd968185981--


From nobody Sat Nov  2 04:46:47 2019
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 B05911213D0 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:46:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 c5BF0OaYMxO7 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:46:39 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C69D121206 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 04:46:38 -0700 (PDT)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 647ABC60481 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 04:46:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572695197; bh=Y+97ADRA0oe3i5aEWGDXGAfZfem5JSb2tTQWZYctxLU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LfZ5rEu+E9rfvTa2A6vRnbByntFNdsHrRcpEVgrefidyVPlzexS9oW9HEI/1SbYwz RkRSdJhBpzBMC5e8iFGxMykJjxQKIjBt3pjSAiuD/u/daiqz0tAiXc6mzEmEv0eaDn NKjdkxJMDJQmzejMrr+fx/egHLI0OiGTfQQFa2hU=
Date: Sat, 02 Nov 2019 04:46:37 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VKTWYAAH7NEMZYE53ZKWS3EVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182/c549036449@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3182@github.com>
References: <quicwg/base-drafts/pull/3182@github.com>
Subject: Re: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbd6c9d55ce2_6793f9d802cd960212253"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pEcXhqL2JxNpFvjR954fUIahe7k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 11:46:46 -0000

----==_mimepart_5dbd6c9d55ce2_6793f9d802cd960212253
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I am treating(and think of) the client amplification mode as a case of PTO, but it sounds like you're writing a PR, so let's wait for that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182#issuecomment-549036449
----==_mimepart_5dbd6c9d55ce2_6793f9d802cd960212253
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I am treating(and think of) the client amplification mode as a case of PTO, but it sounds like you're writing a PR, so let's wait for that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJK7XN4RAYOECHMR2TR3QRVSB3A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC42DII#issuecomment-549036449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3USPE5SQCHLOZJSA3QRVSB3ANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZIBP2PPMUIHEW65K3QRVSB3A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC42DII.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK7XN4RAYOECHMR2TR3QRVSB3A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC42DII#issuecomment-549036449",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK7XN4RAYOECHMR2TR3QRVSB3A5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC42DII#issuecomment-549036449",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbd6c9d55ce2_6793f9d802cd960212253--


From nobody Sat Nov  2 04:48:18 2019
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 89C0E1200E6 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:48:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wcKKVLJfWrLs for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:48:15 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D87771200C3 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 04:48:12 -0700 (PDT)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 3E4DFC60697 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 04:48:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572695292; bh=56Ak5eKp9mod+zPfIPvLoIOqZW7W0f3t/wWiZRB7gso=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ic9kfEQfcWu/M9l6OrgB0Idr/lTJY73dAIzwTKUz2cKn23fwnciX60buLATWZzz46 NcrxSP/4Fp++fLNm1Qg+jucbk9+MalhUqNzzJeGo6SAu9cylF41QbL1667/lSqWx4v ZqDucQIlv6BFpcN2T7q950gU91Wc9nnHs2ZNFZCA=
Date: Sat, 02 Nov 2019 04:48:12 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2I7CNS56FHC7C7Q653ZKWYZEVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182/review/310767447@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3182@github.com>
References: <quicwg/base-drafts/pull/3182@github.com>
Subject: Re: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbd6cfc2f0c2_40b23f8b0eecd9604736e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NfuQjwSZUfHOFbc5rmMaPFpxbc4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 11:48:17 -0000

----==_mimepart_5dbd6cfc2f0c2_40b23f8b0eecd9604736e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
-    // Time threshold loss Detection
-    DetectLostPackets(pn_space)
-    SetLossDetectionTimer()
-    return
+  if (timer_mode == LOSS_DETECTION):
+    loss_time, pn_space = GetEarliestLossTime()
+    if (loss_time != 0):

I think we either need an if check or an ASSERT.  The following code does not work correctly if you did enter it code and loss_time was 0.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182#discussion_r341808463
----==_mimepart_5dbd6cfc2f0c2_40b23f8b0eecd9604736e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3182#discussion_r341808463">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1151,12 +1157,13 @@ Pseudocode for OnLossDetectionTimeout follows:
 
 ~~~
 OnLossDetectionTimeout():
-  loss_time, pn_space = GetEarliestLossTime()
-  if (loss_time != 0):
-    // Time threshold loss Detection
-    DetectLostPackets(pn_space)
-    SetLossDetectionTimer()
-    return
+  if (timer_mode == LOSS_DETECTION):
+    loss_time, pn_space = GetEarliestLossTime()
+    if (loss_time != 0):
</pre>
<p>I think we either need an if check or an ASSERT.  The following code does not work correctly if you did enter it code and loss_time was 0.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJK6F34XWLBUKBOGOLMTQRVSHZA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC66VY#discussion_r341808463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2UJ6TNKNO2OEH3RPLQRVSHZANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4LGUNWQVWWAKWSSPDQRVSHZA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC66VY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK6F34XWLBUKBOGOLMTQRVSHZA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC66VY#discussion_r341808463",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJK6F34XWLBUKBOGOLMTQRVSHZA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKC66VY#discussion_r341808463",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbd6cfc2f0c2_40b23f8b0eecd9604736e7--


From nobody Sat Nov  2 04:51:17 2019
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 324AF1216A1 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:51:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AHyor0-X9UDX for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 04:51:14 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C56B112169D for <quic-issues@ietf.org>; Sat,  2 Nov 2019 04:51:13 -0700 (PDT)
Date: Sat, 02 Nov 2019 04:51:13 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572695473; bh=iSD4KvLeWDlowBBxlEDdlr9gZDcxPKhuskEIBrQYWHI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pr5qMu4SdkTNZTxSrSXulS4hVwOZiQ8t65d9SMfD98xJEmGN0JqpQuxHzZ9r23UNl hvdcRhSLB/UNfRkvHl7D5HsQWkPmIlAIV+u0/+tl5d/220mlH4lOuPP3Rm8id9KFpm pf4MeRF5IRzeU4HUSgiQ/kU6ZiYyBjknqomWKJRg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK44PLRFXFEOC3OKH2N3ZKXEDEVBNHHB5RLS4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3182/issue_event/2765186250@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3182@github.com>
References: <quicwg/base-drafts/pull/3182@github.com>
Subject: Re: [quicwg/base-drafts] Add an enum indicating the timer_mode (#3182)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbd6db11e5c6_42ea3fb5a58cd9688309cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y8rTx5NLmfmje2bVX_iq5M5aIvc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 11:51:16 -0000

----==_mimepart_5dbd6db11e5c6_42ea3fb5a58cd9688309cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3182.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3182#event-2765186250
----==_mimepart_5dbd6db11e5c6_42ea3fb5a58cd9688309cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516256484" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3182" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3182/hovercard" href="https://github.com/quicwg/base-drafts/pull/3182">#3182</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications&amp;email_token=AFTOJKZ7WPCVEGQJB3V7JXTQRVSTDA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTIWJSQ#event-2765186250">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ISSRI6K7NJZMZDGDQRVSTDANCNFSM4JH57A5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYZDVJ57OY6Y5FZBBTQRVSTDA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTIWJSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJKZ7WPCVEGQJB3V7JXTQRVSTDA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTIWJSQ#event-2765186250",
"url": "https://github.com/quicwg/base-drafts/pull/3182?email_source=notifications\u0026email_token=AFTOJKZ7WPCVEGQJB3V7JXTQRVSTDA5CNFSM4JH57A5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTIWJSQ#event-2765186250",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbd6db11e5c6_42ea3fb5a58cd9688309cd--


From nobody Sat Nov  2 12:12:39 2019
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 A907E1200B4 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 12:12:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BdAICOT7vGhQ for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 12:12:35 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD6F3120086 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 12:11:25 -0700 (PDT)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id B3AB26E0A6D for <quic-issues@ietf.org>; Sat,  2 Nov 2019 12:11:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572721884; bh=up5cLMKIkXW9TgzbjYlRZjhoJeQ3pLVT1liUJZGlnC4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wMA89gDMNfnCa9HT0a+bY5U96PLdzHA6eB799mlFyBzYIXnqVygxljdC45ZZT4uLp 4Fn+slgWm+b4ZKRSJny6PznhV3PLpi9CcryPUEpKs58qGdcKdQ4563Quhe6NCQfSfS 5+/EJWR7eeGv4Qvq5AxPTVyVfiqI92oy257EdRLg=
Date: Sat, 02 Nov 2019 12:11:24 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4MWENJKNX5G7EDYRV3ZMKWZEVBNHHB5CCZQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3151/549072303@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3151@github.com>
References: <quicwg/base-drafts/issues/3151@github.com>
Subject: Re: [quicwg/base-drafts] loss detection timer description could be simplified by definining a timer mode (#3151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdd4dca3a09_2b143f7e7eecd95c949863"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ke0CGkrmsBHv0vh5x6jFzbuInYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 19:12:37 -0000

----==_mimepart_5dbdd4dca3a09_2b143f7e7eecd95c949863
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

One other idea would be to add a second timer, so you'd have a loss_timer and pto_timer.  I was strongly against this when we had handshake retransmissions and TLP retransmissions and RTO retransmissions, but now that we're down to PTO, I like the idea better.  I think that might be simpler to understand than an enum, and you could split the pseudocode into two methods.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3151#issuecomment-549072303
----==_mimepart_5dbdd4dca3a09_2b143f7e7eecd95c949863
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>One other idea would be to add a second timer, so you'd have a loss_timer and pto_timer.  I was strongly against this when we had handshake retransmissions and TLP retransmissions and RTO retransmissions, but now that we're down to PTO, I like the idea better.  I think that might be simpler to understand than an enum, and you could split the pseudocode into two methods.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications&amp;email_token=AFTOJK43RGHCJ3FIMKT4CYTQRXGFZA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY#issuecomment-549072303">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7K66J3WX2M5GEOQGTQRXGFZANCNFSM4JE5JFSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HAB46PZEHC3C7YD3QRXGFZA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK43RGHCJ3FIMKT4CYTQRXGFZA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY#issuecomment-549072303",
"url": "https://github.com/quicwg/base-drafts/issues/3151?email_source=notifications\u0026email_token=AFTOJK43RGHCJ3FIMKT4CYTQRXGFZA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY#issuecomment-549072303",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbdd4dca3a09_2b143f7e7eecd95c949863--


From nobody Sat Nov  2 12:20:08 2019
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 261C912002E for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 12:20:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9KydwBtHGpmN for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 12:20:05 -0700 (PDT)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D946F12006F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 12:20:04 -0700 (PDT)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 1FA5C1C0695 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 12:20:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572722404; bh=UrAL16Hm8sCjARWW4vOB7nVck17cGkUNVFsw23Sfl90=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WE6srPYd4qjF06tIwuHpVYqvUEfDu10SoEW6U+sczPZ2PZv1PXsh4+hO7uVS2A67y CfKndz0J3G2nU0ms9idMlQ34FyocZ5h9TFCsaFtNtZV+IknERGGoIckc8sBg7rO/ch iOyxX4xKnrsXKQqohWvXkSWqw5OYHq6suT0YpAVc=
Date: Sat, 02 Nov 2019 12:20:04 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5VHIQWLUBQEOHMDRV3ZMEWJEVBNHHB5CCZQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3151/549072942@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3151@github.com>
References: <quicwg/base-drafts/issues/3151@github.com>
Subject: Re: [quicwg/base-drafts] loss detection timer description could be simplified by definining a timer mode (#3151)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdd6e4116d6_1a653fb2358cd9688224e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QSVidw2lLO9-WhHZVoz0qP-5ziM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 19:20:07 -0000

----==_mimepart_5dbdd6e4116d6_1a653fb2358cd9688224e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

If we are going to make a change, I would very much argue for using a=0D
single timer. There's never a time when we might want both timers, which =
is=0D
signaled clearly to implementers by using a single timer. We can refactor=
=0D
the handling of timeouts though.=0D
=0D
On Sat, Nov 2, 2019, 12:11 PM ianswett <notifications@github.com> wrote:=0D=

=0D
> One other idea would be to add a second timer, so you'd have a loss_tim=
er=0D
> and pto_timer. I was strongly against this when we had handshake=0D
> retransmissions and TLP retransmissions and RTO retransmissions, but no=
w=0D
> that we're down to PTO, I like the idea better. I think that might be=0D=

> simpler to understand than an enum, and you could split the pseudocode =
into=0D
> two methods.=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you were mentioned.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/3151?email_source=3Dnotif=
ications&email_token=3DACUOBVCZ4BN6YOF5ATH62PDQRXGFXA5CNFSM4JE5JFSKYY3PNV=
WWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY#issuecommen=
t-549072303>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/ACUOBVGBOLNG37GJS2A6=
WIDQRXGFXANCNFSM4JE5JFSA>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3151#issuecomment-549072942=

----==_mimepart_5dbdd6e4116d6_1a653fb2358cd9688224e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

If we are going to make a change, I would very much argue for using a<br>=
=0D
single timer. There&#39;s never a time when we might want both timers, wh=
ich is<br>=0D
signaled clearly to implementers by using a single timer. We can refactor=
<br>=0D
the handling of timeouts though.<br>=0D
<br>=0D
On Sat, Nov 2, 2019, 12:11 PM ianswett &lt;notifications@github.com&gt; w=
rote:<br>=0D
<br>=0D
&gt; One other idea would be to add a second timer, so you&#39;d have a l=
oss_timer<br>=0D
&gt; and pto_timer. I was strongly against this when we had handshake<br>=
=0D
&gt; retransmissions and TLP retransmissions and RTO retransmissions, but=
 now<br>=0D
&gt; that we&#39;re down to PTO, I like the idea better. I think that mig=
ht be<br>=0D
&gt; simpler to understand than an enum, and you could split the pseudoco=
de into<br>=0D
&gt; two methods.<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you were mentioned.<br>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/3151?email_source=3D=
notifications&amp;email_token=3DACUOBVCZ4BN6YOF5ATH62PDQRXGFXA5CNFSM4JE5J=
FSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5C3LY#is=
suecomment-549072303&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ACUOBVGBOLNG37=
GJS2A6WIDQRXGFXANCNFSM4JE5JFSA&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3151?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK22JR3AMFGPRUK5HXTQRXHGJA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5DALQ#issuecomment-549072942">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKZRCCZIGOEUWWSLEITQRXHGJANCNFSM4JE5JFSA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK2CAQURFNTRNVTFWLTQRXHG=
JA5CNFSM4JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEC5DALQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3151?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK22JR3AMFGPRUK5HXTQRXHGJA5CNFSM4=
JE5JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5DAL=
Q#issuecomment-549072942",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3151?email_source=3D=
notifications\u0026email_token=3DAFTOJK22JR3AMFGPRUK5HXTQRXHGJA5CNFSM4JE5=
JFSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5DALQ#i=
ssuecomment-549072942",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dbdd6e4116d6_1a653fb2358cd9688224e1--


From nobody Sat Nov  2 13:03:13 2019
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 F37D7120236 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 TRTavGR7g_Ki for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:09 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DBA01200EC for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:09 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:03:08 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572724988; bh=AJgmZbg6ikp5kqiqhUqw01EVH4ySQ4J6/co/sqq3488=; h=Date:From:To:Subject:From; b=thsBbFNUC44sBMgb/lJd/0Z+EfZlrOXLarlfh8tdaD+UEIgeW11HsR+tIZ31E1h+K 8encWrPec9HOV0kRKUTG+KekWLok8395nG4JfuJopgyR0ehg9+PVyXYSByUrFIj1PX +RWrvlZepm0QOu/1ZR84zq2MlGfcjdd/ZyiJipD0=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/97ed82-85bac6@github.com>
Subject: [quicwg/base-drafts] 85bac6: Update draft-ietf-quic-transport.md
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/YZdXgUFLLTvLGy02RGrBxC8ySCI>
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: Sat, 02 Nov 2019 20:03:11 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 85bac671b3282b7464a7b5b73a52ec5c34f2c62a
      https://github.com/quicwg/base-drafts/commit/85bac671b3282b7464a7b5b73a52ec5c34f2c62a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:03:20 2019
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 D5B67120289 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 KKMzuH-j_NDa for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:17 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 746201200EC for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:17 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:03:16 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572724996; bh=MR0rZw7fOoEQP7Kfwuc25FsfbragPsA7J303xxA+d+4=; h=Date:From:To:Subject:From; b=Tu45bGXD/Yf8UDwvOEshDrRU/25lG0Az2Lz0QcW8xcaenzCsG5yxGUfcRSl2E8sBU FpwpPnEdatAxyf6IMKktxRGs7/EJrHSmozwtJrPR2fbHRAQ574eY0VM0fXe4MchKZt yqpB0b5bEz4nmBQ1zj2JFXqqj+EgEqaL2jf3UEBc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/85bac6-70aef6@github.com>
Subject: [quicwg/base-drafts] 70aef6: Update draft-ietf-quic-transport.md
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/a88DxzRmt_ncuChJbz5ulBjN-ZU>
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: Sat, 02 Nov 2019 20:03:19 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 70aef67ee532cb6466e6bc1d485718782052de32
      https://github.com/quicwg/base-drafts/commit/70aef67ee532cb6466e6bc1d485718782052de32
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:03:25 2019
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 98AEA1200EC for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ko4ViOKuXWki for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:18 -0700 (PDT)
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 0030812021C for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:17 -0700 (PDT)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 2946D8C0063 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572724997; bh=IMc6599O6QYt9GEb7JsxfUcJ7eFOS937C2VX5tuGcPE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TG0X+UjpUeSX1MVGPqikXnLZAnplgum/pJtLFiSX97YFZ2qWPxt1/gzSAam6WIxco RMNVQl1KwZwIPgQFv6TjNgccp5eIPA8offE+1WdRfhXXawr3GVlxYVpPw/N7+HfsvW Qa9bD5AbGQOqqCy4DQt2Q30Js8LhWyJdlN08++UE=
Date: Sat, 02 Nov 2019 13:03:17 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226368114@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde1051a527_30fa3fb2e0ecd95c2401e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GWQrOYeeBOihhBZJS07ArT6Vpxg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:03:19 -0000

----==_mimepart_5dbde1051a527_30fa3fb2e0ecd95c2401e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

85bac671b3282b7464a7b5b73a52ec5c34f2c62a  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b..85bac671b3282b7464a7b5b73a52ec5c34f2c62a

----==_mimepart_5dbde1051a527_30fa3fb2e0ecd95c2401e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/85bac671b3282b7464a7b5b73a52ec5c34f2c62a">85bac67</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b..85bac671b3282b7464a7b5b73a52ec5c34f2c62a?email_source=notifications&amp;email_token=AFTOJK7EC7JPMXKI25ZL4QDQRXMILA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAYTCNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6E6JRX7SZH2QHBWI3QRXMILANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BFDIWREE3P7AJWIDQRXMILA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAYTCNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b..85bac671b3282b7464a7b5b73a52ec5c34f2c62a?email_source=notifications\u0026email_token=AFTOJK7EC7JPMXKI25ZL4QDQRXMILA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAYTCNA",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/97ed82152c5d9c0a40a87b7a324b2d5dc5c6909b..85bac671b3282b7464a7b5b73a52ec5c34f2c62a?email_source=notifications\u0026email_token=AFTOJK7EC7JPMXKI25ZL4QDQRXMILA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAYTCNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde1051a527_30fa3fb2e0ecd95c2401e1--


From nobody Sat Nov  2 13:03:31 2019
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 E8224120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mhgdDWFleVVm for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:25 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E8EE12021C for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:25 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:03:24 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725004; bh=QOZpmeuKx+1cUm0kDKIOnJrwc36osKBFb1/yvPzxl+0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pONRGFKEMdMde+mS1+Nwkk7DWoYXH1us6TNxZXJ0VthEcvZqwXxcA2mkaTxAGulYf /RdH7c6ocg34/cGGIqT1cP+E5hH6URYtgTEQoOBcR8+Q5OJ8P7nK5MvS1iJrcfWDEJ XVdPX2xgHc4xl8T5JK0V14rhZgFIhfNdCuhtd2fo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226368311@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde10c49b21_264f3f7ea36cd96c1042757"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bEBit1yTpaUlRWM1P6ptquhUiu8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:03:27 -0000

----==_mimepart_5dbde10c49b21_264f3f7ea36cd96c1042757
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

70aef67ee532cb6466e6bc1d485718782052de32  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/85bac671b3282b7464a7b5b73a52ec5c34f2c62a..70aef67ee532cb6466e6bc1d485718782052de32

----==_mimepart_5dbde10c49b21_264f3f7ea36cd96c1042757
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/70aef67ee532cb6466e6bc1d485718782052de32">70aef67</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/85bac671b3282b7464a7b5b73a52ec5c34f2c62a..70aef67ee532cb6466e6bc1d485718782052de32?email_source=notifications&amp;email_token=AFTOJK3C43LCLCWGT2TNDVLQRXMIZA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAZTCMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2GVB3DTMTY7MAPXY3QRXMIZANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK43XCNAZJSOFTGCWZTQRXMIZA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAZTCMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/85bac671b3282b7464a7b5b73a52ec5c34f2c62a..70aef67ee532cb6466e6bc1d485718782052de32?email_source=notifications\u0026email_token=AFTOJK3C43LCLCWGT2TNDVLQRXMIZA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAZTCMI",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/85bac671b3282b7464a7b5b73a52ec5c34f2c62a..70aef67ee532cb6466e6bc1d485718782052de32?email_source=notifications\u0026email_token=AFTOJK3C43LCLCWGT2TNDVLQRXMIZA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZWHAZTCMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde10c49b21_264f3f7ea36cd96c1042757--


From nobody Sat Nov  2 13:03:51 2019
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 2D40E12021C for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:49 -0700 (PDT)
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 p9aIFDfW0hPg for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:03:47 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D4C7B120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:03:47 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:03:47 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725027; bh=57Pb/1BCCtAdPjxWpTKTWC29VqQWFx+PbrHAVxkonGE=; h=Date:From:To:Subject:From; b=lbG752JuPHl3jSCTUy2PJXNoyBWvFBNGDI00w7hlF3fQiDc2qE79cmK15tALQlxQG ncKhnjfmJzSz6ShYLctE/1w6plG+Nd0Obg09qQtRT/TgPFCyzkzK+LJykW0s7+IEST +U9mJQjYfoZrtAf4MLZRAVjyTvJeoXKmSAe+yPEE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d7bf02-8be957@github.com>
Subject: [quicwg/base-drafts] 8be957: Script updating gh-pages from 70aef67e. [ci skip]
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/_Leyck5wubY3D_oXYJ0p1vSJIjk>
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: Sat, 02 Nov 2019 20:03:49 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8be9574efd57efc7b2ee5c1e349f0b443564162d
      https://github.com/quicwg/base-drafts/commit/8be9574efd57efc7b2ee5c1e349f0b443564162d
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-http.html
    M ianswett-invalid-token/draft-ietf-quic-http.txt
    M ianswett-invalid-token/draft-ietf-quic-invariants.html
    M ianswett-invalid-token/draft-ietf-quic-invariants.txt
    M ianswett-invalid-token/draft-ietf-quic-qpack.html
    M ianswett-invalid-token/draft-ietf-quic-qpack.txt
    M ianswett-invalid-token/draft-ietf-quic-recovery.html
    M ianswett-invalid-token/draft-ietf-quic-recovery.txt
    M ianswett-invalid-token/draft-ietf-quic-tls.html
    M ianswett-invalid-token/draft-ietf-quic-tls.txt
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 70aef67e. [ci skip]



From nobody Sat Nov  2 13:13:55 2019
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 0ABA912021C for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:13:53 -0700 (PDT)
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 buHdXWfUdpU4 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:13:51 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9223D1200C4 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:13:51 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:13:50 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725630; bh=5wn2ebbCmaPXj4mh/tKjrUA5x/w2LbHApAd4yJzoLQs=; h=Date:From:To:Subject:From; b=ev9GXxpd6OLm1Ew41DWsoRstG+1vuOm2Fs7X9Ct6cFBT9Cr6edNK6GhGq7hEiKA7A 5NP+lOti7/1LD+ZoYlD8HZRpW99oHxIh12k425ZuMBwDhpX3Caocl/hxEoBEICgrMC c31vg9NVDF1ZbFF03dNGvU75EfGXmyhyv7JSih9o=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/70aef6-887c90@github.com>
Subject: [quicwg/base-drafts] 887c90: MAY close the connection without creating state
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/_2I9wKDoFYFWVT6P2VyZ_puHgh4>
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: Sat, 02 Nov 2019 20:13:53 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 887c909e025d6d1c3a1f634cf13b62937d51ea37
      https://github.com/quicwg/base-drafts/commit/887c909e025d6d1c3a1f634cf13b62937d51ea37
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

  Log Message:
  -----------
  MAY close the connection without creating state



From nobody Sat Nov  2 13:14:01 2019
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 66A1C1200C4 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:14:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FLzPChzqCNLA for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:13:59 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DAA7120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:13:59 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:13:58 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725638; bh=Zc0ehwL84PVdO8IU9J2Ug9Wjm75O5RfNvU32YL395cI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tY+GalpVk1PaEJrc3X1NIxdh/NGzK0SZfopUAHzWTWoavu02rxtA5FYgVCtaGrnDR eWR5/LSX2tFEoxdvPdqwEdArPbSqtclBV2wSS1fhVIUuleKhZpzFsTrS0n1OER+rpd zZrBwyhdVDokTsrtGD05K4CVCEI/01LByxcAyMB4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226385453@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde3864f976_6cb63f98454cd96c8144bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-NGleJ4oI-EgyygnngN6KCPpbNw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:14:00 -0000

----==_mimepart_5dbde3864f976_6cb63f98454cd96c8144bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

887c909e025d6d1c3a1f634cf13b62937d51ea37  MAY close the connection without creating state


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/70aef67ee532cb6466e6bc1d485718782052de32..887c909e025d6d1c3a1f634cf13b62937d51ea37

----==_mimepart_5dbde3864f976_6cb63f98454cd96c8144bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/887c909e025d6d1c3a1f634cf13b62937d51ea37">887c909</a>  MAY close the connection without creating state</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/70aef67ee532cb6466e6bc1d485718782052de32..887c909e025d6d1c3a1f634cf13b62937d51ea37?email_source=notifications&amp;email_token=AFTOJK3BDHRM5RIEKOCE6XDQRXNQNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZYGU2DKMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK43ZTDW7XPR76IRLTTQRXNQNANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46GF735KTEIK32F5LQRXNQNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZYGU2DKMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/70aef67ee532cb6466e6bc1d485718782052de32..887c909e025d6d1c3a1f634cf13b62937d51ea37?email_source=notifications\u0026email_token=AFTOJK3BDHRM5RIEKOCE6XDQRXNQNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZYGU2DKMY",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/70aef67ee532cb6466e6bc1d485718782052de32..887c909e025d6d1c3a1f634cf13b62937d51ea37?email_source=notifications\u0026email_token=AFTOJK3BDHRM5RIEKOCE6XDQRXNQNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZYGU2DKMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde3864f976_6cb63f98454cd96c8144bb--


From nobody Sat Nov  2 13:14:22 2019
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 6896B120803 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:14:21 -0700 (PDT)
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 j6LXchS-_Iiu for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:14:20 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 215FA1200C4 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:14:20 -0700 (PDT)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 6C52D2C0E2D for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:14:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725659; bh=tKdQum49nPmFlpKdb2cHI5O2Zofuvl6Ft/5QXOoh3GA=; h=Date:From:To:Subject:From; b=ahWAzPRKVuVU86Oo20wAJ2CtnCHJ1woBQJ8IbJDGGFECiDUsjYvFffjRa65jReaH4 8a89HuZNAHtb8uEiSV1ZF8Qe2L/fhyFWun1tmplkQyAWhNA46SAExOGfw73XVAkGl5 OiqEXVlR+H3JgEL8GYL3IK3tIXeE//aY6LiW39Us=
Date: Sat, 02 Nov 2019 13:14:19 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8be957-0ce7b1@github.com>
Subject: [quicwg/base-drafts] 0ce7b1: Script updating gh-pages from 887c909e. [ci skip]
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/ZkJ-zk7W_v-wEn5ee1139tErJDw>
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: Sat, 02 Nov 2019 20:14:21 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0ce7b1d05379729acfc5a9343f05519e4bc762af
      https://github.com/quicwg/base-drafts/commit/0ce7b1d05379729acfc5a9343f05519e4bc762af
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 887c909e. [ci skip]



From nobody Sat Nov  2 13:14:56 2019
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 7826C120803 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:14:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pT505jB0TjEq for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:14:51 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB9371200C4 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:14:50 -0700 (PDT)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 004C4960508 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:14:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725689; bh=9r5SRvsuTKiB0dGhZmCqf+s7++lXSXdm8aavm/CvjV0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iml6yzrV/6ywYV4SIXIQ2N+ycJX9/HZcjTStft/x82qwBoIL7XKC499uMO1QRP/IL D2od8xKOCcqoQZh5zHOO3+xgq57nzmbKitzns/QGNTED5GMtqKhrOWjYWxccp0dNWW WbcJ1nzt3KG+8DJXP7D/ipAMF7iW9BtUYoaL8EJw=
Date: Sat, 02 Nov 2019 13:14:49 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3CKJSZDVGHNYRADF53ZMSETEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310786923@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde3b9e5a9c_78c43fc7ab0cd96c139647"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kRtt9DQWOlzE2KrfO4WY4GI3zH4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:14:54 -0000

----==_mimepart_5dbde3b9e5a9c_78c43fc7ab0cd96c139647
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.

I added a sentence about not creating any state in this case.  PTAL.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r341824577
----==_mimepart_5dbde3b9e5a9c_78c43fc7ab0cd96c139647
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341824577">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,13 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+It can either proceed with the handshake without verifying the token or
+immediately close ({{immediate-close}}) the connection with a connection
+error of INVALID_TOKEN to cause the handshake to fail quickly instead of
+waiting for the client to timeout.
</pre>
<p>I added a sentence about not creating any state in this case.  PTAL.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK27XR2OR3YNG2NTWWTQRXNTTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDDW2Y#discussion_r341824577">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5MBUHAN4PPTUNCY5LQRXNTTANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6C5RUZUMBF2GJ2KX3QRXNTTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDDW2Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK27XR2OR3YNG2NTWWTQRXNTTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDDW2Y#discussion_r341824577",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK27XR2OR3YNG2NTWWTQRXNTTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDDW2Y#discussion_r341824577",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbde3b9e5a9c_78c43fc7ab0cd96c139647--


From nobody Sat Nov  2 13:19:36 2019
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 89E62120289 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:19:35 -0700 (PDT)
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 2nFAEa_7X1Oi for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:19:34 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 64866120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:19:34 -0700 (PDT)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 981412C0E8F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:19:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725973; bh=+zX6U7Ed2LirN5MhCAEd5eHWagfcm/OxVGK4d2rSg6A=; h=Date:From:To:Subject:From; b=sMM5M6v3iMdXe2GTRpFxuoe1FvMVgPmr6jEKRKkRfiQuiVBjmbfxO3ZU99v1IBw+f l8ZsAquGNiJsamLO5vxh219ripJDnRrTWdJHUH86C3pZGBg2MADtreRH2d3eJRkwEt qvz6nPLoECO2QA+bwNLc9eUhR5ZWZbBXR4tSN0cI=
Date: Sat, 02 Nov 2019 13:19:33 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/887c90-c36760@github.com>
Subject: [quicwg/base-drafts] c36760: Jana's suggestion
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/BRZQBa6PbbcHB7TuScrbW0kDUwQ>
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: Sat, 02 Nov 2019 20:19:35 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: c36760da1391e5cf66b10b4d9d699c5fda3c8e88
      https://github.com/quicwg/base-drafts/commit/c36760da1391e5cf66b10b4d9d699c5fda3c8e88
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

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



From nobody Sat Nov  2 13:19:45 2019
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 CB190120289 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:19:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cyNlAJBF28ys for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:19:42 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83733120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:19:42 -0700 (PDT)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id BF6576601F9 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:19:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572725981; bh=iCUguzNKGhtixGbXONhPLTAUaHZ1OaHcJMhklu/0Fl8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zsWYbWnLcxQsV7YMDlUV9Ra/a87WIqNtwa0Yho8Nr7ApV+NTDm0eDPkuzl8/PFR5f 52T4j81RmKiAuaT7fEPpbuVM6HXf60JsIVG6TqZakPXA+afeVqmu9UGHAj5IAMrY5H gg96cytaZ9jVh8HBRCl5XokPCfYVPIrrpr3lLU70=
Date: Sat, 02 Nov 2019 13:19:41 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226394412@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde4ddaf8b1_2b333ff3c0ecd96888345d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/klM0CXTJrA-tc-ndyw_1QoOJONs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:19:44 -0000

----==_mimepart_5dbde4ddaf8b1_2b333ff3c0ecd96888345d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

c36760da1391e5cf66b10b4d9d699c5fda3c8e88  Jana's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/887c909e025d6d1c3a1f634cf13b62937d51ea37..c36760da1391e5cf66b10b4d9d699c5fda3c8e88

----==_mimepart_5dbde4ddaf8b1_2b333ff3c0ecd96888345d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c36760da1391e5cf66b10b4d9d699c5fda3c8e88">c36760d</a>  Jana&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/887c909e025d6d1c3a1f634cf13b62937d51ea37..c36760da1391e5cf66b10b4d9d699c5fda3c8e88?email_source=notifications&amp;email_token=AFTOJKYF6DVTLXPOMPEBO3TQRXOF3A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGQ2DCMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZUAGOPK43BHCQSO53QRXOF3ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2BJAS7TXOOJWQKTLLQRXOF3A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGQ2DCMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/887c909e025d6d1c3a1f634cf13b62937d51ea37..c36760da1391e5cf66b10b4d9d699c5fda3c8e88?email_source=notifications\u0026email_token=AFTOJKYF6DVTLXPOMPEBO3TQRXOF3A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGQ2DCMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/887c909e025d6d1c3a1f634cf13b62937d51ea37..c36760da1391e5cf66b10b4d9d699c5fda3c8e88?email_source=notifications\u0026email_token=AFTOJKYF6DVTLXPOMPEBO3TQRXOF3A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGQ2DCMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde4ddaf8b1_2b333ff3c0ecd96888345d--


From nobody Sat Nov  2 13:20:23 2019
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 9D689120289 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:20:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 l8Qr56CJ5Qje for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:20:20 -0700 (PDT)
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 65D48120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:20:20 -0700 (PDT)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 64FC48C0032 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:20:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726019; bh=IBunpkv9KMFvVH4sLqSH1ePAF6F1smiip7jg0aje+jY=; h=Date:From:To:Subject:From; b=ePEpKyPpfGxyjitZGqkRUghTzzk9RQhmz/wsOcZZuM+e8bSlr+t8pqXNV7QbXMOp6 aBqdSb+gyEhiQjnlxJwbb+ku3z8rgAMgg15EZGtGUs0MYi5Bn4govjz1DT7M/vnb1t mcBadX0ynu/99Ok2J/PMGvRzLkltOS2jTwNsivlI=
Date: Sat, 02 Nov 2019 13:20:19 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/c36760-b16c4c@github.com>
Subject: [quicwg/base-drafts] b16c4c: Update draft-ietf-quic-transport.md
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/cX9WUcn-SAr_r9e5rHjMtLY_F9Y>
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: Sat, 02 Nov 2019 20:20:22 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: b16c4cfb6295dab73b45b234b7e20a1caff13de3
      https://github.com/quicwg/base-drafts/commit/b16c4cfb6295dab73b45b234b7e20a1caff13de3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

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



From nobody Sat Nov  2 13:20:36 2019
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 8DC67120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:20:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tNNErFKJ1n99 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:20:29 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE26E120289 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:20:28 -0700 (PDT)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id B81566A0355 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:20:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726027; bh=rqZG8A2A2cAiCKWUj3+e3LPh1Q1v0Jo8MikQyhAiAW0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EttDitG29meLxt4O+kwziljW/pmlqN+UYJpb61O13Y6DNEhrh3gyWLOOshD2k6FHd nX9m9ChSVUTyv6W6dxBdg6Q/hDndSXpSyO1eQ/AKrzlwSLfrfcF62QgPgXvmPxYgtw Hh2KYTv2wRoIKpOxA6O4emQfCihy9S/p6YiX1Wjg=
Date: Sat, 02 Nov 2019 13:20:27 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226395671@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde50ba9b3f_61ac3fcc310cd9645758b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S8aYjUB0u-jTUzcTO8XuBnIl1AI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:20:31 -0000

----==_mimepart_5dbde50ba9b3f_61ac3fcc310cd9645758b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

b16c4cfb6295dab73b45b234b7e20a1caff13de3  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/c36760da1391e5cf66b10b4d9d699c5fda3c8e88..b16c4cfb6295dab73b45b234b7e20a1caff13de3

----==_mimepart_5dbde50ba9b3f_61ac3fcc310cd9645758b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b16c4cfb6295dab73b45b234b7e20a1caff13de3">b16c4cf</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/c36760da1391e5cf66b10b4d9d699c5fda3c8e88..b16c4cfb6295dab73b45b234b7e20a1caff13de3?email_source=notifications&amp;email_token=AFTOJK5ZX4O23D4HOERNCB3QRXOIXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGU3DOMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4Q4TDVTCTVNQSSISDQRXOIXANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6ZYXP4Y62HUCMNQDTQRXOIXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGU3DOMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/c36760da1391e5cf66b10b4d9d699c5fda3c8e88..b16c4cfb6295dab73b45b234b7e20a1caff13de3?email_source=notifications\u0026email_token=AFTOJK5ZX4O23D4HOERNCB3QRXOIXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGU3DOMI",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/c36760da1391e5cf66b10b4d9d699c5fda3c8e88..b16c4cfb6295dab73b45b234b7e20a1caff13de3?email_source=notifications\u0026email_token=AFTOJK5ZX4O23D4HOERNCB3QRXOIXA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZGU3DOMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde50ba9b3f_61ac3fcc310cd9645758b9--


From nobody Sat Nov  2 13:22:22 2019
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 91B3D120289 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 gxReydFTNbsI for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:19 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 74564120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:22:19 -0700 (PDT)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id E7075C607A6 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:22:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726137; bh=JN93qSMhN68uLTdLX0R0320she+o+xN+TA8NeCUSxvo=; h=Date:From:To:Subject:From; b=Ol53/v5Fu5mMj4Itoy5ofvENgLfqG1RHJZUxIUTat77yGGUZHNn58LGgLOUEfXkOS UPvOiuJxWt1cJP3Mn7tOuLpBnTfoJZxR6MPsRnrwjEBQEcry2nptsrS1hh040f9LAu WLda7JYEsI9VXLl022HAASo2BiOdR3wa9lMblxd8=
Date: Sat, 02 Nov 2019 13:22:17 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/b16c4c-3ab9f7@github.com>
Subject: [quicwg/base-drafts] 3ab9f7: Update draft-ietf-quic-transport.md
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/9tV1rL-TrWvPK8MUCxXwBoaSoWc>
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: Sat, 02 Nov 2019 20:22:21 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3ab9f77f170dd89a902f52b4669035c7fab87add
      https://github.com/quicwg/base-drafts/commit/3ab9f77f170dd89a902f52b4669035c7fab87add
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

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



From nobody Sat Nov  2 13:22:29 2019
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 E5AFB12080C for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eacgDbHqGA9v for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:26 -0700 (PDT)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E0D1120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:22:26 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:22:26 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726146; bh=PG47HhtSWi8G8A5kNL3IQNYDtQBZT1ysxpL9ZzUW4MM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yiWR/hr7SNzZ1NisexsWsVhCzs9/faTWcDaYA2+y1uEXVq2SjsE2vTixiawW2PMK7 uyHfRUtXhpzDE6jZAjK3KZtXntjqSK7fPFxzi55kXLyQwaKFTGhkNcFHeZOfED8mr1 3e2EufPWk8olHldJHLp8RlrgIwIyrC+szrQbmdFM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4226398977@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde582c7fa_1f673fd02fecd9688021f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tIljibI0ZSq1KIaSDc--hJpIUm8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:22:28 -0000

----==_mimepart_5dbde582c7fa_1f673fd02fecd9688021f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

3ab9f77f170dd89a902f52b4669035c7fab87add  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/b16c4cfb6295dab73b45b234b7e20a1caff13de3..3ab9f77f170dd89a902f52b4669035c7fab87add

----==_mimepart_5dbde582c7fa_1f673fd02fecd9688021f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3ab9f77f170dd89a902f52b4669035c7fab87add">3ab9f77</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/b16c4cfb6295dab73b45b234b7e20a1caff13de3..3ab9f77f170dd89a902f52b4669035c7fab87add?email_source=notifications&amp;email_token=AFTOJK322BVCP7YNKJRBEQDQRXOQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZHA4TONY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3XS2A7RHF2XZCCBWDQRXOQFANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3N7QSNOEHTT6CQX33QRXOQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZHA4TONY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/b16c4cfb6295dab73b45b234b7e20a1caff13de3..3ab9f77f170dd89a902f52b4669035c7fab87add?email_source=notifications\u0026email_token=AFTOJK322BVCP7YNKJRBEQDQRXOQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZHA4TONY",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/b16c4cfb6295dab73b45b234b7e20a1caff13de3..3ab9f77f170dd89a902f52b4669035c7fab87add?email_source=notifications\u0026email_token=AFTOJK322BVCP7YNKJRBEQDQRXOQFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGIZDMMZZHA4TONY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde582c7fa_1f673fd02fecd9688021f9--


From nobody Sat Nov  2 13:22:48 2019
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 EC74D12080C for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:46 -0700 (PDT)
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 Hha6t3c0V--7 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:22:45 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 947D3120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:22:45 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:22:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726164; bh=HUBCHAFcd0mXrwFdqSWa8TMkR2I7KXW6TOTqIpxtqXU=; h=Date:From:To:Subject:From; b=gLah6U9NZyNa5qHBHuYzbCGPnXz/Y5VTwwjX0GRgA27K2J9tYHLg62TgsfGFDxsga iNSrRoYt7pUKIbsno66XogyEaHnVqfHhFEkI4F/9419ue1Kb3CYJZAe4zjs7upl8yo M0K1AxgpRpT72ZEnJdp/Q0/PbIbP6abjk70CDKdc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/0ce7b1-7b1836@github.com>
Subject: [quicwg/base-drafts] 7b1836: Script updating gh-pages from 3ab9f77f. [ci skip]
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/AB-_OVoEG0moCmyPtBulwo7ocLk>
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: Sat, 02 Nov 2019 20:22:47 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7b18360f33620a5176bc4682d60190256c0c40b0
      https://github.com/quicwg/base-drafts/commit/7b18360f33620a5176bc4682d60190256c0c40b0
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 3ab9f77f. [ci skip]



From nobody Sat Nov  2 13:31:49 2019
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 787F1120814 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:31:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yDj5WhgkkCas for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:31:46 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B460912002F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:31:46 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:31:45 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726705; bh=WmugGLDKk9hmSjVrYgP57wRZQALf/HGwf5ip3ow8Ft0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mxqr00d6C8KBnin0Vc1yPv7dmTch85s8stB6QirqxNqX6J7Bqdq9f8Sn/KQs6WPub cld93lEI8QB1NtfAAWJDJif26t4A6Y93LN+sN4IQ9m7YLWySkk17YdxAgOX2F+f/IY Yoh1d4vPrYi1Y5TTHjM0vZpZjDpG7AyhedXLIUkw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJP6HALATOXMN5XY53ZMUEDEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310787495@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde7b1e1deb_20403fb0f20cd9641046850"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IYfwGK3n4_St10ZElp6JX_9oTek>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:31:48 -0000

----==_mimepart_5dbde7b1e1deb_20403fb0f20cd9641046850
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.

I add a citation to QUIC-TRANSPORT for this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825030
----==_mimepart_5dbde7b1e1deb_20403fb0f20cd9641046850
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825030">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -461,21 +464,34 @@ The PTO period is the amount of time that a sender ought to wait for an
 acknowledgement of a sent packet.  This time period includes the estimated
 network roundtrip-time (smoothed_rtt), the variance in the estimate (4*rttvar),
 and max_ack_delay, to account for the maximum time by which a receiver might
-delay sending an acknowledgement.
+delay sending an acknowledgement.  When the PTO is armed for Initial or
+Handshake packet number spaces, the max_ack_delay is 0.
</pre>
<p>I add a citation to QUIC-TRANSPORT for this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK4C7SCR6VQBXYY5IGDQRXPTDA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD3JY#discussion_r341825030">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5JL4XLFRM52UCJ3DDQRXPTDANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OGGNY5JILQPV4RTLQRXPTDA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD3JY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK4C7SCR6VQBXYY5IGDQRXPTDA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD3JY#discussion_r341825030",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK4C7SCR6VQBXYY5IGDQRXPTDA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD3JY#discussion_r341825030",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbde7b1e1deb_20403fb0f20cd9641046850--


From nobody Sat Nov  2 13:34:23 2019
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 639EA120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:34:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2OQeSqSOOW6Z for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:34:20 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1C87B12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:34:16 -0700 (PDT)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 34D4A66060F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:34:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572726855; bh=BlntcyrPQxG5RlY+m0hNkkFiFP/+broihcGGeEbIhtM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cWp1zeTaaWK+TdcvEvZiVE7Ki1f9FcBFxQsR7aucD+O0sWBAtImuEEjEXbIuz3rzy 9lcELN6spAH3FHVQw6T+OvP5oZ+brFPmgV7I/IiOo7nP4IrcJOE3jm9AeMtQDaVTLt ACNz03ZKxmBl9r0m+zkIMvgvpO401MUMJhsumLao=
Date: Sat, 02 Nov 2019 13:34:15 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2BEBVHH2VZ24VIZ553ZMUNPEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310787608@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde84724b42_41443fa299ccd960145692"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BJknouLmrCynHrtWc1UNA1sd89g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:34:21 -0000

----==_mimepart_5dbde84724b42_41443fa299ccd960145692
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT

"In response to" sounds like it's from the peer, which I find more confusing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825130
----==_mimepart_5dbde84724b42_41443fa299ccd960145692
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825130">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
</pre>
<p>"In response to" sounds like it's from the peer, which I find more confusing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK6FETE7OCZ4TAJRFSLQRXP4PA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD4GA#discussion_r341825130">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYEWCUFYICOE6WCKTLQRXP4PANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5S65DPXW6ZOWA4C63QRXP4PA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD4GA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK6FETE7OCZ4TAJRFSLQRXP4PA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD4GA#discussion_r341825130",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK6FETE7OCZ4TAJRFSLQRXP4PA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD4GA#discussion_r341825130",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbde84724b42_41443fa299ccd960145692--


From nobody Sat Nov  2 13:37:56 2019
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 24741120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:37:54 -0700 (PDT)
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 grhXRPySPLjz for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:37:53 -0700 (PDT)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D0C212002F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:37:45 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id DAF506E0BE9 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:37:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727063; bh=cCTwQINKpW/CMBo0dutg9g3tPUMEeUcfVxWIklB/3uM=; h=Date:From:To:Subject:From; b=rDn21LOKiAGIsKJ4QHoI793RHlB75KoFqtFjx3UqhouWnoQbliGTb1fddAJRgojpm jYwxC0Ew3lk++xvO6gDyi6/84TWuf6FNLa+xhE0GDv4NysJXaV4VgjiBQr15SkV7hQ zqsCgEqtpJX4AtpJFVH1I44ntw4+hbYnCYjfLZFk=
Date: Sat, 02 Nov 2019 13:37:43 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-pto-per-pn-space/cff00e-7b29c6@github.com>
Subject: [quicwg/base-drafts] 7b29c6: Reword an awkward sentence
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/q_8ua8Ydx6KMGSUSvfeErFjGOn4>
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: Sat, 02 Nov 2019 20:37:54 -0000

  Branch: refs/heads/ianswett-pto-per-pn-space
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7b29c66d562641af795196e9be527196cb51ef55
      https://github.com/quicwg/base-drafts/commit/7b29c66d562641af795196e9be527196cb51ef55
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

  Log Message:
  -----------
  Reword an awkward sentence



From nobody Sat Nov  2 13:38:02 2019
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 D1E2F120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:37:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6B2IujQe3CgE for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:37:56 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DECF712001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:37:52 -0700 (PDT)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 0E207C60C2A for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:37:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727072; bh=3KWBTJP9W4K8+qwHDHsteXt0Zt/dfQq6SCoY9Qjiumg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uMORATP44HGK81OsNuLp7EVcRpLdx7zcJaqkiYWksTmbJXNpYtu6HLaXGPhz8BurK 6e8wl1W6vlO91xsmHkL4X/vTIMpgqPhKImgjB53t+QM/+vZwo4nal33uK4+XK/0zVN Sprgn8hxMhulF/dCEIkQKySA1Pyp3AE37FbT1syI=
Date: Sat, 02 Nov 2019 13:37:51 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/push/4226423718@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde91ff355a_6813f7f572cd95c8626c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dV_fPF5gEIiNF2ijAW5gHMx-cCU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:37:58 -0000

----==_mimepart_5dbde91ff355a_6813f7f572cd95c8626c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7b29c66d562641af795196e9be527196cb51ef55  Reword an awkward sentence


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066/files/cff00e01280aabf3916edb64508a5d786d779bb3..7b29c66d562641af795196e9be527196cb51ef55

----==_mimepart_5dbde91ff355a_6813f7f572cd95c8626c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7b29c66d562641af795196e9be527196cb51ef55">7b29c66</a>  Reword an awkward sentence</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3066/files/cff00e01280aabf3916edb64508a5d786d779bb3..7b29c66d562641af795196e9be527196cb51ef55?email_source=notifications&amp;email_token=AFTOJK6MATB3I2WJWNFITYDQRXQJ7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDMNBSGM3TCOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4ARGKYRL23Z7DT4L3QRXQJ7ANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5D7YOMPLSGAQR3EN3QRXQJ7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDMNBSGM3TCOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066/files/cff00e01280aabf3916edb64508a5d786d779bb3..7b29c66d562641af795196e9be527196cb51ef55?email_source=notifications\u0026email_token=AFTOJK6MATB3I2WJWNFITYDQRXQJ7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDMNBSGM3TCOA",
"url": "https://github.com/quicwg/base-drafts/pull/3066/files/cff00e01280aabf3916edb64508a5d786d779bb3..7b29c66d562641af795196e9be527196cb51ef55?email_source=notifications\u0026email_token=AFTOJK6MATB3I2WJWNFITYDQRXQJ7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZDMNBSGM3TCOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbde91ff355a_6813f7f572cd95c8626c7--


From nobody Sat Nov  2 13:38:18 2019
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 09F95120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:38:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jv4ftkb0OAUs for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:38:16 -0700 (PDT)
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 43AA212001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:38:07 -0700 (PDT)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 7D5498C0546 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:38:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727086; bh=/suOkQUKym2uYioD7MCpXQ8gJWYbqiChP21tVTQN5XQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y68Krgb/VyWztBM2dNTFjU9OHVNbiZ9EsXNkapbW05Egjuz8eP88QdMIYwG7o9X8z RB5lUmgX+12/msH/nyHKOVOSbN8LL+y2+zkn+Zvb75+WhxnYRgtY1AkeWVlZhjIWd6 GTALk6W0yQOe9V0zrHTvm7gj148pwW/Om2PrCXNk=
Date: Sat, 02 Nov 2019 13:38:06 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK64JRKDJVCRKZAGHLN3ZMU35EVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310787743@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde92e6e21e_3b0d3f7e2fecd9601129896"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pkRlMHdiSmYKrufJlCjN2OTxxxU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:38:18 -0000

----==_mimepart_5dbde92e6e21e_3b0d3f7e2fecd9601129896
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  When probe packets from two different packet number spaces are sent
+when the PTO fires and both spaces have in-flight packets, this simplifies to
+setting the PTO on the lowest active packet number space.

Agreed, I tried to reword it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825237
----==_mimepart_5dbde92e6e21e_3b0d3f7e2fecd9601129896
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825237">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  When probe packets from two different packet number spaces are sent
+when the PTO fires and both spaces have in-flight packets, this simplifies to
+setting the PTO on the lowest active packet number space.
</pre>
<p>Agreed, I tried to reword it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKZWYSN3UUQ5HT3LIDTQRXQK5A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5HY#discussion_r341825237">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4RCVOVEFFDXDARZI3QRXQK5ANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CLH5ELNGLV4VSV53QRXQK5A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5HY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZWYSN3UUQ5HT3LIDTQRXQK5A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5HY#discussion_r341825237",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZWYSN3UUQ5HT3LIDTQRXQK5A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5HY#discussion_r341825237",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbde92e6e21e_3b0d3f7e2fecd9601129896--


From nobody Sat Nov  2 13:38:28 2019
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 BEBAF12007A for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:38:27 -0700 (PDT)
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 fxLKANs08rme for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:38:26 -0700 (PDT)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2871C12002F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:38:26 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:38:25 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727105; bh=UtCjiSrcoCIZtJ4UjJqVTsOSnv3PVpxqYOGPR6yv9fw=; h=Date:From:To:Subject:From; b=xakSlyVyML5Na2pHHkNmAHcQTEgrrqrTetIurF7JBS9MgGy4bWHtksnLI6cJ2B87I Rlh3dihpkSs52FIV7chf8J7SVTY6viORUsiFw5P8fRzIvF/w/ZFoVhBfVetUmR8Qf/ A/Bx9jACecOpFUVXZr29FwEmACnDyI3RSjF8z3rE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7b1836-084900@github.com>
Subject: [quicwg/base-drafts] 084900: Script updating gh-pages from 7b29c66d. [ci skip]
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/40cJudV0pAGxe12UqoMV_NYvmKw>
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: Sat, 02 Nov 2019 20:38:28 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0849002b7cfd5babc82881d9797b218105b2e7a5
      https://github.com/quicwg/base-drafts/commit/0849002b7cfd5babc82881d9797b218105b2e7a5
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 7b29c66d. [ci skip]



From nobody Sat Nov  2 13:40:27 2019
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 22998120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:40:26 -0700 (PDT)
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 YSGug7e0L8au for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:40:24 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1CDE712002F for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:40:04 -0700 (PDT)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 3648A1C0CA4 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:40:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727203; bh=abIzsPR9Jpg9+lapUBl7AIarAnaSVfYQQ9mEPgnFP9Y=; h=Date:From:To:Subject:From; b=quehL1bmcM6VToXpCLLZLA+1ARrx208pWe8iI+uGV3hapf1akr7Mys5IpHgOr8Jjj O9I1cJ108AsfzR1JFoeo/q4i83tEz8Z21NjCPqpfMrlvrSbrXBZVaTqJJqOiyJk+0n ykIoiXl7n+Wibca7Dwx8strWwN3p9RqPDe54NI7Q=
Date: Sat, 02 Nov 2019 13:40:03 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/084900-20dc66@github.com>
Subject: [quicwg/base-drafts] 20dc66: Script updating issues at 2019-11-02T20:39:55Z. [c...
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/KYUtFrt0foFhJ6Kn1-bJyPPKdDU>
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: Sat, 02 Nov 2019 20:40:26 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 20dc66e9c96cc07bfe692b78ce960b7bb4c0cae2
      https://github.com/quicwg/base-drafts/commit/20dc66e9c96cc07bfe692b78ce960b7bb4c0cae2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-02T20:39:55Z. [ci skip]



From nobody Sat Nov  2 13:40:33 2019
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 7AC9D120043 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:40:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SNim9C5QFHkJ for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:40:27 -0700 (PDT)
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 8555812001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:40:24 -0700 (PDT)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id D65C38C03B5 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:40:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727223; bh=V0fDpXJmyNy4vtk6dYh/gba8N0nAP9dQjyOJsXNgg8I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RhFv+TCzK6PAo/CAnAQF/s4aK7R+B5Lt2NsZARph3jlRU8fKjtwuDCBb9rJs4oxLm l0mWNU94N5u7f6PqIQoiBjPOjvgMeRe0hunCjpwm7/xmhV57d7p+uv1qCmRYe0GWNP EviboJ89ZCjpO5saSRR3abxp4h1JVDNIRYhyXnAo=
Date: Sat, 02 Nov 2019 13:40:23 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3J7L5VUHVVLUZYQTN3ZMVEPEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310787812@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbde9b7c52c6_674c3fe8474cd960592115"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IfBFEpRYhJtBKyMIWhB7FSqXBtE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:40:30 -0000

----==_mimepart_5dbde9b7c52c6_674c3fe8474cd960592115
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  When a PTO timer expires, the PTO period MUST be set to twice its current
 value. This exponential reduction in the sender's rate is important because
 the PTOs might be caused by loss of packets or acknowledgements due to severe
-congestion.  The life of a connection that is experiencing consecutive PTOs is
-limited by the endpoint's idle timeout.
+congestion.  Even when there are ack-eliciting packets in-flight in multiple
+packet number spaces, the exponential increase in probe timeout occurs across
+all spaces to prevent excess load on the network.  For example, a timeout in
+the Initial packet number space doubles the length of the timeout in the
+Handshake packet number space.

There's only one timer still.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825301
----==_mimepart_5dbde9b7c52c6_674c3fe8474cd960592115
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341825301">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  When a PTO timer expires, the PTO period MUST be set to twice its current
 value. This exponential reduction in the sender&#39;s rate is important because
 the PTOs might be caused by loss of packets or acknowledgements due to severe
-congestion.  The life of a connection that is experiencing consecutive PTOs is
-limited by the endpoint&#39;s idle timeout.
+congestion.  Even when there are ack-eliciting packets in-flight in multiple
+packet number spaces, the exponential increase in probe timeout occurs across
+all spaces to prevent excess load on the network.  For example, a timeout in
+the Initial packet number space doubles the length of the timeout in the
+Handshake packet number space.
</pre>
<p>There's only one timer still.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK7ZD66IW6Y5MCAM72TQRXQTPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5ZA#discussion_r341825301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYAU7ZV7G6OIQMYXSLQRXQTPANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3F23FW77F64HBB3O3QRXQTPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5ZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7ZD66IW6Y5MCAM72TQRXQTPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5ZA#discussion_r341825301",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7ZD66IW6Y5MCAM72TQRXQTPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDD5ZA#discussion_r341825301",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbde9b7c52c6_674c3fe8474cd960592115--


From nobody Sat Nov  2 13:46:48 2019
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 5DE87120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:46:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 qLvvosA60AlD for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:46:45 -0700 (PDT)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E7E5812001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:46:44 -0700 (PDT)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 17FE49602DE for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:46:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727604; bh=/rm8UeoeOEdzpSGGo6wUgoo+R3IaJ4vHUBY5pTttXnU=; h=Date:From:To:Subject:From; b=USVeZw5Jpbd369hHOJl77ZR6URD8zbb/w2jgCVJrm+paWxMbR2IVCfAhs2r7g7lWj cwn2/A4BX7lU4fGRHXKmHZWh3K4lkyesZF/KTPae7haf79nvdiVW6zQWJuhbdRtBuh XyXwtY9RrhDwbfMBvTJdviSdvX95zsELkoGHgJe0=
Date: Sat, 02 Nov 2019 13:46:44 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/48f04d-a7232f@github.com>
Subject: [quicwg/base-drafts] a7232f: Update draft-ietf-quic-transport.md
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/JcT6muWbptcJL1bhYP2WLozXFeI>
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: Sat, 02 Nov 2019 20:46:47 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: a7232f126f9ab0e54d8793a9e555d5fdd7a84b01
      https://github.com/quicwg/base-drafts/commit/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:46:56 2019
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 4636312002F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:46:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RNWalp75XaBu for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:46:52 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 881AD12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:46:52 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:46:51 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727611; bh=2/Ox208pCTeJGaY1YfCRBX3zLbaRmbsNe8BK82344cA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2AgYYR7yqyCgZquBtjHi+sJ4BI+b68FPN/XzkTzNIKLKDgxAxZZch0Q4oMQOE7ckv 2zYX/9aZjFZFJ0oil94AxSxqKSJo3Y8V7e88FvAXd4ZLUT86ZoGxF5yNyKIaDeYFGX YJrZ8/MSUv5fBjc7BU0GZJpBk0dLx8iPgeGRTu9g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226438244@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdeb3b9810b_3eee3f803d8cd960785166"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ED-754_YZRfp9OGJhhHjW5NJl3I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:46:54 -0000

----==_mimepart_5dbdeb3b9810b_3eee3f803d8cd960785166
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

a7232f126f9ab0e54d8793a9e555d5fdd7a84b01  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/48f04d6cb6f2b080dc75c00c88242d05d3d77c36..a7232f126f9ab0e54d8793a9e555d5fdd7a84b01

----==_mimepart_5dbdeb3b9810b_3eee3f803d8cd960785166
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01">a7232f1</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/48f04d6cb6f2b080dc75c00c88242d05d3d77c36..a7232f126f9ab0e54d8793a9e555d5fdd7a84b01?email_source=notifications&amp;email_token=AFTOJKYMSYTL3FPMEDU2SNLQRXRLXA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHAZDINA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5LRSDF3VVHGVRR2O3QRXRLXANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2CX3SWZNL7SI6NB6LQRXRLXA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHAZDINA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/48f04d6cb6f2b080dc75c00c88242d05d3d77c36..a7232f126f9ab0e54d8793a9e555d5fdd7a84b01?email_source=notifications\u0026email_token=AFTOJKYMSYTL3FPMEDU2SNLQRXRLXA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHAZDINA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/48f04d6cb6f2b080dc75c00c88242d05d3d77c36..a7232f126f9ab0e54d8793a9e555d5fdd7a84b01?email_source=notifications\u0026email_token=AFTOJKYMSYTL3FPMEDU2SNLQRXRLXA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHAZDINA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbdeb3b9810b_3eee3f803d8cd960785166--


From nobody Sat Nov  2 13:47:31 2019
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 A904E120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:29 -0700 (PDT)
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 OdiAoJOmI1mG for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:28 -0700 (PDT)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B76B12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:28 -0700 (PDT)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 546046E0357 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727647; bh=zORTcSl5WUEC4whoytqdQ50KoUpo8RhzKPlOYhk4zQ8=; h=Date:From:To:Subject:From; b=phAeV4anImpdibPBVTbtTYAk5SikND+YhQak31AOGgt8dFvt1x3ouaevEFeHY00J4 qP5Vn4htHrN186qCDEAX0GLmmADjyPF8e7EDP+OzDHx8YFQje2ANcN/a5SibDDtjc+ Hxun/t1XoTy3I+ufKFlp/qziOUoxsa7v2XoOwxVY=
Date: Sat, 02 Nov 2019 13:47:27 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/20dc66-aefd5a@github.com>
Subject: [quicwg/base-drafts] aefd5a: Script updating gh-pages from a7232f12. [ci skip]
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/FvRSYt5KkjeEenRljje5obamW0E>
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: Sat, 02 Nov 2019 20:47:30 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: aefd5ae7a3aa48f12af5a56c5e0a4cec42c31f22
      https://github.com/quicwg/base-drafts/commit/aefd5ae7a3aa48f12af5a56c5e0a4cec42c31f22
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M ianswett-symmetric-timeout/draft-ietf-quic-http.html
    M ianswett-symmetric-timeout/draft-ietf-quic-http.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.html
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.html
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.html
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.html
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.html
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from a7232f12. [ci skip]



From nobody Sat Nov  2 13:47:43 2019
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 ECAC1120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 aEDMMzIj2O3r for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:40 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A8DE12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:40 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:47:39 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727659; bh=8FolBWlGr3ovYj+4mP78Pf43pr/P0nZagjn+bbXEDSY=; h=Date:From:To:Subject:From; b=JLQJoQ33L0C3XMJAV9DBShMNBOZsu5Hi30eKtsUm8MESWes14gav8ydRk+hFeA9c/ mfvGPCrCzKEz2TGVA1BFGlc7bpxDgtTc7KLuprnzqdv7L64ahoYY+fs/V2UG5+hMI9 r9a0Ch6obtR15Jalfh556P6TsrED5Mrc8GlpNceU=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/a7232f-ec80c8@github.com>
Subject: [quicwg/base-drafts] ec80c8: Update draft-ietf-quic-transport.md
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/rVo81yrxyBOJbMm-G5fPN4RCbrQ>
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: Sat, 02 Nov 2019 20:47:42 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: ec80c86716185ddc5b2836afdf6ff6908180fa12
      https://github.com/quicwg/base-drafts/commit/ec80c86716185ddc5b2836afdf6ff6908180fa12
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:47:52 2019
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 ABED5120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 h6a8Go6NB00l for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:49 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 090FC12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:49 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 293C6A0040 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727668; bh=8f4SQ5awAzienE774sxPI15UTOIIHrboIxNv4ogOqM8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c8SyCFxIF+YldnxZ48Z321JLRr+aqh9iF4NhdB8hYkiedyeDHzu7MTA6/CoVLrPx7 h4EqWieNnMQFwlxyXdgyujNRhXZtEx79UTVQB4b1dozrOfoL8VkZWCtmv9qHit/H0E FhKuV8ylcOhQl9dTQPSQHw4NajrYw+833KONHYdw=
Date: Sat, 02 Nov 2019 13:47:48 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226439794@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdeb741a8da_69e23f98f62cd96c7824df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/avfF3Q6FHlHqdonSaGx__n53M7s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:47:51 -0000

----==_mimepart_5dbdeb741a8da_69e23f98f62cd96c7824df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

ec80c86716185ddc5b2836afdf6ff6908180fa12  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01..ec80c86716185ddc5b2836afdf6ff6908180fa12

----==_mimepart_5dbdeb741a8da_69e23f98f62cd96c7824df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ec80c86716185ddc5b2836afdf6ff6908180fa12">ec80c86</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01..ec80c86716185ddc5b2836afdf6ff6908180fa12?email_source=notifications&amp;email_token=AFTOJKZR4KFWYZ4REL4JXO3QRXRPJA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHE3TSNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYNS3RU4NDGHKKZQ7TQRXRPJANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYCNYBEM6VASQ6RQQLQRXRPJA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHE3TSNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01..ec80c86716185ddc5b2836afdf6ff6908180fa12?email_source=notifications\u0026email_token=AFTOJKZR4KFWYZ4REL4JXO3QRXRPJA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHE3TSNA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/a7232f126f9ab0e54d8793a9e555d5fdd7a84b01..ec80c86716185ddc5b2836afdf6ff6908180fa12?email_source=notifications\u0026email_token=AFTOJKZR4KFWYZ4REL4JXO3QRXRPJA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBTHE3TSNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbdeb741a8da_69e23f98f62cd96c7824df--


From nobody Sat Nov  2 13:48:00 2019
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 65566120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 X4KvDJupagbk for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:47:53 -0700 (PDT)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 44244120273 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:53 -0700 (PDT)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 74C251C1CD0 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:47:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727672; bh=Ulg/SwyaHa9m4LeMuqutkx/GkwlsLoSrfa61aX10/2M=; h=Date:From:To:Subject:From; b=JMcEVonIIfXtFjH1TSIB2kCPIWoLHkk2AicrDt25pLfpXAlsYwvvdu07ai6/BMmop 5c5Umv+GWSmRWrPTPL5lA5NAqDbFJqzggh9L0b3LcULCHTbyCUdUaS2mD9PCi/QTsu 92fZ2Tmj/FWp6hkazqDcpvj9GpWUH8zxOMN9s8c0=
Date: Sat, 02 Nov 2019 13:47:52 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/ec80c8-cd47d6@github.com>
Subject: [quicwg/base-drafts] cd47d6: Update draft-ietf-quic-transport.md
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/6vwPFoz8spsLzg3fJFN4iRTuqks>
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: Sat, 02 Nov 2019 20:47:54 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: cd47d621b7c5de6c7ca504d034338023a117698d
      https://github.com/quicwg/base-drafts/commit/cd47d621b7c5de6c7ca504d034338023a117698d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:48:06 2019
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 5C0DD12002F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XS8Y3FEjWZEl for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:01 -0700 (PDT)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 798A6120103 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:01 -0700 (PDT)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id D97101200E5 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727680; bh=9UMF6WlTSOJtIjNJTZQr2tV39vBpZgxXr9wJWqYlRzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hFo+3PfPSn2iWG8zYXsAoEl5MQ7Th9vSpMHqGl9G9wynig531+x5b2i5mHixmcV9z uNHwzR0NZNWRayP9+OJ170ZPU5/uYGTFIZQai5Esgbyy8CJH6xZZBwnfAm5VNyliTG bWeEYEi+lub0HtuRGNsnwYX8fZWi0HG7bPdooOXE=
Date: Sat, 02 Nov 2019 13:48:00 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226440084@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdeb8094a6d_69de3f98f62cd96c52905e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ITFgbIEjTjA-AqqxqJ62jS-uqfc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:48:03 -0000

----==_mimepart_5dbdeb8094a6d_69de3f98f62cd96c52905e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

cd47d621b7c5de6c7ca504d034338023a117698d  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/ec80c86716185ddc5b2836afdf6ff6908180fa12..cd47d621b7c5de6c7ca504d034338023a117698d

----==_mimepart_5dbdeb8094a6d_69de3f98f62cd96c52905e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cd47d621b7c5de6c7ca504d034338023a117698d">cd47d62</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/ec80c86716185ddc5b2836afdf6ff6908180fa12..cd47d621b7c5de6c7ca504d034338023a117698d?email_source=notifications&amp;email_token=AFTOJKZQSTYZNFBUB664KQ3QRXRQBA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGAYDQNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5YTYWK6BIPP3E32YTQRXRQBANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5RVGYOUYQ36R3JHSTQRXRQBA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGAYDQNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/ec80c86716185ddc5b2836afdf6ff6908180fa12..cd47d621b7c5de6c7ca504d034338023a117698d?email_source=notifications\u0026email_token=AFTOJKZQSTYZNFBUB664KQ3QRXRQBA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGAYDQNA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/ec80c86716185ddc5b2836afdf6ff6908180fa12..cd47d621b7c5de6c7ca504d034338023a117698d?email_source=notifications\u0026email_token=AFTOJKZQSTYZNFBUB664KQ3QRXRQBA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGAYDQNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbdeb8094a6d_69de3f98f62cd96c52905e--


From nobody Sat Nov  2 13:48:13 2019
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 0CA4A120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 EM_NeiG8k5t5 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:11 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB03512001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:10 -0700 (PDT)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id B9853520211 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727689; bh=v0jaruSosJ3Qt6F2rqrT4zQJU31TKCynBwDq1U2nDuw=; h=Date:From:To:Subject:From; b=Fj7YuVLiEpFC5eowB8ztPgtvCJAhF6zLLssj2uqRz3MIuaiANJ3K2pO1ZbQsiQFMp CtHhqZe6zn8oVg5TqKTszdTc3jdb0KjV6UpIDq2MZvIAze6XhRHrDNU4ha8Heri8Vq 7o1lZDWkhGF+JLeKEsaxb2KpDjl5JuAzXtLB+xcY=
Date: Sat, 02 Nov 2019 13:48:09 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/cd47d6-7a6d51@github.com>
Subject: [quicwg/base-drafts] 7a6d51: Update draft-ietf-quic-transport.md
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/9TfEx24DZnk2w_eZBctDd65jy6g>
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: Sat, 02 Nov 2019 20:48:12 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7a6d513d944900a423aa7558d92b5edc949c7a0c
      https://github.com/quicwg/base-drafts/commit/7a6d513d944900a423aa7558d92b5edc949c7a0c
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:48:20 2019
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 7758212001E for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AK0kC988uhBE for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:18 -0700 (PDT)
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 1E7E3120024 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:18 -0700 (PDT)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id D05CD2615AB for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727697; bh=ZOGdzx3Hv+G7lEoCs1/o6ri0JsSKe1Xo28m1TQnlzlw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JT3G6MnVXIIt54h8/WfkpJrVhfenh/KnM11dT3tA1Bf39QAQQPHjd1XI/QlIdsSO2 rdh+Y+0RKRTbFaX9CWZ7GSnGjTvzwRUqJJ/o4Mmeb37ryzILGxnKeoj6UrYsDDAPCV v6dCDUgL+QjNw9ZglVmlG6PJMiXNCxuiHr8Ij5Yg=
Date: Sat, 02 Nov 2019 13:48:17 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226440521@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdeb91ab109_5b73f89a2ecd9641222678"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FL5J3e-aQxlwqNvd3Fw47V4bgSA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:48:20 -0000

----==_mimepart_5dbdeb91ab109_5b73f89a2ecd9641222678
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7a6d513d944900a423aa7558d92b5edc949c7a0c  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/cd47d621b7c5de6c7ca504d034338023a117698d..7a6d513d944900a423aa7558d92b5edc949c7a0c

----==_mimepart_5dbdeb91ab109_5b73f89a2ecd9641222678
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7a6d513d944900a423aa7558d92b5edc949c7a0c">7a6d513</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/cd47d621b7c5de6c7ca504d034338023a117698d..7a6d513d944900a423aa7558d92b5edc949c7a0c?email_source=notifications&amp;email_token=AFTOJK5GFUWSDC4GM3YKVCTQRXRRDA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA2TEMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QNNXMVUJZQ6TB2CDQRXRRDANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4VPKRAKIVE6XYONFLQRXRRDA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA2TEMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/cd47d621b7c5de6c7ca504d034338023a117698d..7a6d513d944900a423aa7558d92b5edc949c7a0c?email_source=notifications\u0026email_token=AFTOJK5GFUWSDC4GM3YKVCTQRXRRDA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA2TEMI",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/cd47d621b7c5de6c7ca504d034338023a117698d..7a6d513d944900a423aa7558d92b5edc949c7a0c?email_source=notifications\u0026email_token=AFTOJK5GFUWSDC4GM3YKVCTQRXRRDA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA2TEMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbdeb91ab109_5b73f89a2ecd9641222678--


From nobody Sat Nov  2 13:48:27 2019
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 016F512002F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 Aeak_ubpV2M5 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:22 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96EE912001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:22 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:48:21 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727702; bh=2MUhlq9h5awB4/mka7spjtbl0/PmPGiX47blh/31xBA=; h=Date:From:To:Subject:From; b=c/T70s1XQKuYtWK3K+uD5nXajqqCdcd4GchzKDkMCPMW4Q9taFuqH/S+RfvPfhJT4 kjUOpMhG7K/WZhYVqBTphCL0XkCX455EIapFMtZjui0IcYWLnUqUyFBowppkPBB0Sk 3Z7VMbcYA1gNBqo+KTzI0t5NyzeuuadlvdfcpufY=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/7a6d51-0bfcf1@github.com>
Subject: [quicwg/base-drafts] 0bfcf1: Update draft-ietf-quic-transport.md
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/6II5rtY4KzIoLHyJq099X1n6LCM>
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: Sat, 02 Nov 2019 20:48:24 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0bfcf117ec2ea72d44e63513a0415475df48a2fe
      https://github.com/quicwg/base-drafts/commit/0bfcf117ec2ea72d44e63513a0415475df48a2fe
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 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>



From nobody Sat Nov  2 13:48:34 2019
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 D0AE012001E for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KSLAY5BIi3NE for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:48:30 -0700 (PDT)
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 67591120043 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:48:30 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:48:29 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727709; bh=5tZCxSjYii2tCjy1c5hS5UF11xVpwx/u6O2bI6Yq3V0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YkKmfGCGNT/VE4+/jooLTpmISH4KAFLgLqbmFScURtnWQvOUJJ0Lrgp1t3gSBQqCp LWZWw9Qoi6lV9He5lu42wdTi2ONtl99hJCeIYzz8bdkRcpdH7xKfTPHkZ9Je0ApyvA nqLEMeVUsjaY54e/oRe+SFb/U821oUgPyFeSU0c8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226440817@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdeb9daff68_5f3e3f8a820cd96475972b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dLxgMG5xlM5OKsj9ef3eDp6cYZE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:48:33 -0000

----==_mimepart_5dbdeb9daff68_5f3e3f8a820cd96475972b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

0bfcf117ec2ea72d44e63513a0415475df48a2fe  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/7a6d513d944900a423aa7558d92b5edc949c7a0c..0bfcf117ec2ea72d44e63513a0415475df48a2fe

----==_mimepart_5dbdeb9daff68_5f3e3f8a820cd96475972b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0bfcf117ec2ea72d44e63513a0415475df48a2fe">0bfcf11</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/7a6d513d944900a423aa7558d92b5edc949c7a0c..0bfcf117ec2ea72d44e63513a0415475df48a2fe?email_source=notifications&amp;email_token=AFTOJKZZO3YFPSUHC3HVPHTQRXRR3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA4DCNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZBEHGLFNXHFDJ6TOTQRXRR3ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XKDWQ7V5F44OCSMLQRXRR3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA4DCNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/7a6d513d944900a423aa7558d92b5edc949c7a0c..0bfcf117ec2ea72d44e63513a0415475df48a2fe?email_source=notifications\u0026email_token=AFTOJKZZO3YFPSUHC3HVPHTQRXRR3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA4DCNY",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/7a6d513d944900a423aa7558d92b5edc949c7a0c..0bfcf117ec2ea72d44e63513a0415475df48a2fe?email_source=notifications\u0026email_token=AFTOJKZZO3YFPSUHC3HVPHTQRXRR3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNBUGA4DCNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbdeb9daff68_5f3e3f8a820cd96475972b--


From nobody Sat Nov  2 13:50:45 2019
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 1C704120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:50:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Gb65EvESpkpl for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:50:42 -0700 (PDT)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DD8B12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:50:42 -0700 (PDT)
Date: Sat, 02 Nov 2019 13:50:41 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727841; bh=W9a0HA2vkM6RFvq7ZOW8nCwQ/KgPyaTqBN77uDIuNRY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=drCsdxPOzBrZmICQuAMvjZ10EzpFc+aH/KE7Y7OTdE0NA4YxBaSKMjC6ID8bkUcAC MxUtNz8qyaGaLdKUC8vGqx/UuzbX7UTxRMM9Eyr1POeqUTQuFi+Pq5ypMWT5x3PO8Y GrXyqYqZfd863OFhG8igABX09CQ7zxaAC4u3eOto=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7BA67OY7DSQYG5SLN3ZMWLDEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310788121@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdec2187b6b_3ce33fdae8ecd96899999e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yiXtx9b5H2XkyZKoiKEm_UXHj30>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:50:44 -0000

----==_mimepart_5dbdec2187b6b_3ce33fdae8ecd96899999e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is

The text from here down is pre-existing, so I'd prefer not to change it as part of this PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825531
----==_mimepart_5dbdec2187b6b_3ce33fdae8ecd96899999e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825531">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
</pre>
<p>The text from here down is pre-existing, so I'd prefer not to change it as part of this PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK2YBKOXV62HY4OBHS3QRXR2DA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAGI#discussion_r341825531">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36HWH6Z7BAKGHA3BDQRXR2DANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5FRLJV6L35REMHRI3QRXR2DA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAGI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK2YBKOXV62HY4OBHS3QRXR2DA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAGI#discussion_r341825531",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK2YBKOXV62HY4OBHS3QRXR2DA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAGI#discussion_r341825531",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbdec2187b6b_3ce33fdae8ecd96899999e--


From nobody Sat Nov  2 13:52:41 2019
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 4CD84120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:52:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ruP3u_S23NDH for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:52:38 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5400412001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:52:38 -0700 (PDT)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 76A38C60804 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:52:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727957; bh=yywVFllTkiZfgsfyKNo9pAFSAXpilBasnq6Y72wYqfc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x7DM0ZyurJj/NwXfEjtYcn9BMq0Esoy+80KKX2mOlCxmV1LIKfIHyICNbcmBDbNir fXQTLwJLkb9kkSScIQnA5Rql834erUn9qghsttX98F7Fmw2OHRs7eWjqVzwH7W1xSD pHr+chKeiJI3m8pRr7UR9h4R8Ts3q8/KW0LgGMKo=
Date: Sat, 02 Nov 2019 13:52:37 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7Y5PE4BCKMGDBDDOF3ZMWSLEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310788185@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdec9567860_67503fe8474cd9608547b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3NTxIXVgQKGO2zF5PuptynBdWxg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:52:40 -0000

----==_mimepart_5dbdec9567860_67503fe8474cd9608547b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> -period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures

Also pre-existing text, so maybe in a different PR?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825580
----==_mimepart_5dbdec9567860_67503fe8474cd9608547b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825580">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
</pre>
<p>Also pre-existing text, so maybe in a different PR?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK3T47S6XJUAQLDUBD3QRXSBLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAWI#discussion_r341825580">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2Y7E25BEYHTHK5XBDQRXSBLANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XMJ4I2P5BZY4RM33QRXSBLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAWI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK3T47S6XJUAQLDUBD3QRXSBLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAWI#discussion_r341825580",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK3T47S6XJUAQLDUBD3QRXSBLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEAWI#discussion_r341825580",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbdec9567860_67503fe8474cd9608547b6--


From nobody Sat Nov  2 13:53:14 2019
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 4885C120024 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:53:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AvfEsVbs_RIU for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:53:10 -0700 (PDT)
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 367AB12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:53:10 -0700 (PDT)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 52D698C0783 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:53:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572727989; bh=tojWg4M427lDrw9Y1EHi9fiuFmCkPHLQtwLgthWRcQ8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZqcsJw4rwVwixjvsbZrF33tBSWwnpaTUlhSFTYu6wqT9x2U4D4Wjgqf46SfIZVCoQ CA8KMPRqgjEWzDac/K5xcwEQ3xqhFlbRKBzoEIjPwRb1xVoLlFnIgxkA2mZVB5wb0V RkqyWPPl/rJl+9NVfkeQf1h9/zQZuIYg7uHaEslE=
Date: Sat, 02 Nov 2019 13:53:09 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK32ORPMWMF6BU3XK353ZMWULEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310788202@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdecb542fbb_665c3ff5e40cd964103111c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QAXFk3GfVQCtJnIIrQn_LCcJVGs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:53:12 -0000

----==_mimepart_5dbdecb542fbb_665c3ff5e40cd964103111c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> -draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max idle timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max idle timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.

Also pre-existing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825589
----==_mimepart_5dbdecb542fbb_665c3ff5e40cd964103111c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825589">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max idle timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max idle timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
</pre>
<p>Also pre-existing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK63CYR2XOCXAM6WOTDQRXSDLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA2Q#discussion_r341825589">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7LZYICGGKAMG3GG6TQRXSDLANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XB3HAUZJYQPAM52LQRXSDLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK63CYR2XOCXAM6WOTDQRXSDLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA2Q#discussion_r341825589",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK63CYR2XOCXAM6WOTDQRXSDLA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA2Q#discussion_r341825589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbdecb542fbb_665c3ff5e40cd964103111c--


From nobody Sat Nov  2 13:53:44 2019
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 731F212002F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:53:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 imUzXC9iakbG for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 13:53:39 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 943AB12001E for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:53:39 -0700 (PDT)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 1352F1201FB for <quic-issues@ietf.org>; Sat,  2 Nov 2019 13:53:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572728019; bh=7xKnbt83ZBPqY+h/ZMb80ZdfvwE93rrwv0gm7O+DKhA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nNVnHVNxGeV7ybSqiWx2GU6ZuhYJK0BtTiJWJI4+t75idzIaIbak8mHhT2xZbxvOd ymvGrjNKKMlT8Mi//F56lanpAg/v7VAmDeDDsQrSZ+4AUR2N2d2UT123TjCbVixdrL DVkKMq5kL+CzNHnINGR53LyX3M3wseGcUZYNKmkA=
Date: Sat, 02 Nov 2019 13:53:38 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3JFMVT2HCRE2INPIN3ZMWWFEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310788222@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbdecd2c247d_40cb3f8b0eecd9601074160"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Lj4scLrXwJtEsPuObb4v4G5MzWw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 20:53:41 -0000

----==_mimepart_5dbdecd2c247d_40cb3f8b0eecd9601074160
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout

Agreed, I'll file an issue to address your and Mike's comments.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825603
----==_mimepart_5dbdecd2c247d_40cb3f8b0eecd9601074160
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341825603">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout
</pre>
<p>Agreed, I'll file an issue to address your and Mike's comments.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK7VBF6W6XDRKKDQJ3DQRXSFFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA7Q#discussion_r341825603">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK35VNXIAM4I622WN23QRXSFFANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6TDYSXL3Y74KCLCALQRXSFFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK7VBF6W6XDRKKDQJ3DQRXSFFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA7Q#discussion_r341825603",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK7VBF6W6XDRKKDQJ3DQRXSFFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDEA7Q#discussion_r341825603",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbdecd2c247d_40cb3f8b0eecd9601074160--


From nobody Sat Nov  2 15:48:39 2019
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 80A0012003F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 15:48:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LUlhlMx3P14t for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 15:48:36 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 07801120020 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 15:48:36 -0700 (PDT)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id A1E182615A1 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 15:48:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572734915; bh=Uz/BBzp+/A2/1UUccggPeJMov761zYlUz8GAkZbapaQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=kjTUb6YaJf2YkfYGOMPc9Crfg3AwD35XmBH9BuglargHWgc+IB2UB9c2n9pb2D2fI nD2Xvr0qOXrIXI9eKwRiHiBiIGpmBvrFsFrGTcCvl/zGRFT3jYfOVSZMqMjE/4uSzA cwmb1PELqmZZ+yce3Ug4N4f/fylqjB55MznAb+ro=
Date: Sat, 02 Nov 2019 15:48:35 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7TFPXADHKAPTVJ74F3ZNEFHEVBNHHB5THSOE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3184@github.com>
Subject: [quicwg/base-drafts] Improve the idle timeout text (#3184)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbe07c35c999_40d33f8b0eecd96092041e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XhLXrv7iNz46Q9pC6_IieZzJKyE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 22:48:38 -0000

----==_mimepart_5dbe07c35c999_40d33f8b0eecd96092041e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In #3099 I received a number of comments on the existing text from @MikeBishop and @janaiyengar .  This is an issue to track improving that text in a separate PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3184
----==_mimepart_5dbe07c35c999_40d33f8b0eecd96092041e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="508005838" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3099" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3099/hovercard" href="https://github.com/quicwg/base-drafts/pull/3099">#3099</a> I received a number of comments on the existing text from <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> .  This is an issue to track improving that text in a separate PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3184?email_source=notifications&amp;email_token=AFTOJKZZ77RWIUZJCRW6EMTQRX7UHA5CNFSM4JIIXQDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWM6JYQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6QKX5FZE3SQVVGMCDQRX7UHANCNFSM4JIIXQDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK45OXHHMZ634TMZXWLQRX7UHA5CNFSM4JIIXQDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWM6JYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3184?email_source=notifications\u0026email_token=AFTOJKZZ77RWIUZJCRW6EMTQRX7UHA5CNFSM4JIIXQDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWM6JYQ",
"url": "https://github.com/quicwg/base-drafts/issues/3184?email_source=notifications\u0026email_token=AFTOJKZZ77RWIUZJCRW6EMTQRX7UHA5CNFSM4JIIXQDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWM6JYQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbe07c35c999_40d33f8b0eecd96092041e--


From nobody Sat Nov  2 15:49:23 2019
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 93FC212003F for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 15:49:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4Y4h_4-gKDdH for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 15:49:20 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15363120020 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 15:49:20 -0700 (PDT)
Date: Sat, 02 Nov 2019 15:49:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572734959; bh=SAawmNxw5XzOSef7WJtmlnDRYjRZZvB3xWISeTp55yU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XF2zRnDIEHXmVbjNeEor0CxVyc79k+leSUHnmEcCfHJcJzFOhELCL4C2cRDtACmfj ygKEso1vXeG0O7E5v3rPpk6dGq1Pw+tveLtOxKPQhW6QUIx6hijYUTVr/RnjIvHE1p leVxanOi03zfFXx4iLOe2OzTe9nSQ73QNKe7SbG8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6HOB3GJUNBW4ZAYLN3ZNEH7EVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/c549088064@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Idle timeout indicates you will timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbe07ef597cb_6c6e3f98454cd96c120385c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VwendehplWxML5YXeU0ph7l1SXM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 22:49:22 -0000

----==_mimepart_5dbe07ef597cb_6c6e3f98454cd96c120385c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop and @janaiyengar I filed a new issue(#3184) for your comments on the existing idle timeout text.  I hope all of those comments can be addressed in an editorial PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#issuecomment-549088064
----==_mimepart_5dbe07ef597cb_6c6e3f98454cd96c120385c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> I filed a new issue(<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516747889" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3184" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3184/hovercard" href="https://github.com/quicwg/base-drafts/issues/3184">#3184</a>) for your comments on the existing idle timeout text.  I hope all of those comments can be addressed in an editorial PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK4633YJA7ZQDI6OWGDQRX7W7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GWQA#issuecomment-549088064">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6Q7ZIJ4RAMMTGEL5LQRX7W7ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3OI4ZH2UAYRP22CGDQRX7W7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GWQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK4633YJA7ZQDI6OWGDQRX7W7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GWQA#issuecomment-549088064",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK4633YJA7ZQDI6OWGDQRX7W7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5GWQA#issuecomment-549088064",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbe07ef597cb_6c6e3f98454cd96c120385c--


From nobody Sat Nov  2 16:09:13 2019
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 35FFE120071 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 16:09:11 -0700 (PDT)
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 HDrFFqfiiE3r for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 16:09:06 -0700 (PDT)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5551120020 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 16:09:06 -0700 (PDT)
Date: Sat, 02 Nov 2019 16:09:05 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572736146; bh=yvOy4vbIrP6Ml0yTfgVzmXiHltSBmcFzIglH6+pI+0k=; h=Date:From:To:Subject:From; b=m7mlmz/sWrco75sLymiU3M4k/bHyqm12Ltbq+Ki9rBHr0ti0NQkhkaMi73qD4WvzS mNhYaOu4/zjvmv44u6SUUwuxfwhMKRS5Ima3KpD01RXHlGcUOuR79ObgRxVuEXOzOi 1u4dCaJJRSdKObos5npXJ6MGsCo0zIUqc2M5PPlA=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/0bfcf1-210821@github.com>
Subject: [quicwg/base-drafts] 35c7a5: Initial secrets change after Retry
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y1Lz1xoqtrCvv-8-IpR2ck9kpPU>
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: Sat, 02 Nov 2019 23:09:11 -0000

  Branch: refs/heads/ianswett-symmetric-timeout=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 35c7a5982639ba2e965e0c62faa608b68797cac8=0D
      https://github.com/quicwg/base-drafts/commit/35c7a5982639ba2e965e0c=
62faa608b68797cac8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-03 (Wed, 03 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Initial secrets change after Retry=0D
=0D
This was implied, but not explicit previously.=0D
=0D
Closes #2823.=0D
=0D
=0D
  Commit: b71c607b6e43bf5ae79b5859b1aabc6c936ad0bd=0D
      https://github.com/quicwg/base-drafts/commit/b71c607b6e43bf5ae79b58=
59b1aabc6c936ad0bd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-04 (Thu, 04 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  First Initial is misleading=0D
=0D
=0D
  Commit: 78520c873f5ea45399d683e32f8437c87c79736a=0D
      https://github.com/quicwg/base-drafts/commit/78520c873f5ea45399d683=
e32f8437c87c79736a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Un- plural=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 7af6d612244fb2056eea105620eba01d7ed9dc73=0D
      https://github.com/quicwg/base-drafts/commit/7af6d612244fb2056eea10=
5620eba01d7ed9dc73=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 721d42f89c0f739dc8514363856328c9adcecc35=0D
      https://github.com/quicwg/base-drafts/commit/721d42f89c0f739dc85143=
63856328c9adcecc35=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retransmitting an ACK frame warning=0D
=0D
It can result in an inflated RTT, as well as being a waste of bytes.=0D
=0D
Fixes #2748=0D
=0D
=0D
  Commit: 1d7abab6b77b9ea678143b12c0d308d89362cfa0=0D
      https://github.com/quicwg/base-drafts/commit/1d7abab6b77b9ea678143b=
12c0d308d89362cfa0=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: f77bd1e5395bbac2bd1fe2ab575f1beac4c8bf32=0D
      https://github.com/quicwg/base-drafts/commit/f77bd1e5395bbac2bd1fe2=
ab575f1beac4c8bf32=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clients send datagrams with 1200 byte payloads=0D
=0D
I was a bit unsure. I think this is clearer.=0D
=0D
=0D
  Commit: 3801ebda3af7418505f1aed87138ae72a3178829=0D
      https://github.com/quicwg/base-drafts/commit/3801ebda3af7418505f1ae=
d87138ae72a3178829=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  More UDP=0D
=0D
=0D
  Commit: 6cfcbe26385f17072ccd330aea619f65bf3bdcb4=0D
      https://github.com/quicwg/base-drafts/commit/6cfcbe26385f17072ccd33=
0aea619f65bf3bdcb4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-21 (Sat, 21 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Closes #3053 too=0D
=0D
=0D
  Commit: 295e0c9afc7eb80454f3fd0bd9d64d4879f85573=0D
      https://github.com/quicwg/base-drafts/commit/295e0c9afc7eb80454f3fd=
0bd9d64d4879f85573=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST send new data or retransmit data if possible=0D
=0D
Fixes #3056=0D
=0D
=0D
  Commit: 409286b111330780882fe2ae17bbe405d9f25b09=0D
      https://github.com/quicwg/base-drafts/commit/409286b111330780882fe2=
ae17bbe405d9f25b09=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Move the section on what encryption level to send first down.=0D
=0D
=0D
  Commit: df8c4feb8412cdc5060f427eb3e64672db56e0db=0D
      https://github.com/quicwg/base-drafts/commit/df8c4feb8412cdc5060f42=
7eb3e64672db56e0db=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  unacknowledged data=0D
=0D
=0D
  Commit: c2c7abb67e8dc7ba6e41d124e3ea85338ae2ab21=0D
      https://github.com/quicwg/base-drafts/commit/c2c7abb67e8dc7ba6e41d1=
24e3ea85338ae2ab21=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comment=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 3ae146dffc74a4533f1388dbabd0aabb971fe973=0D
      https://github.com/quicwg/base-drafts/commit/3ae146dffc74a4533f1388=
dbabd0aabb971fe973=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: c1eeb6e354fe569fb2d8d624e4691bf495814401=0D
      https://github.com/quicwg/base-drafts/commit/c1eeb6e354fe569fb2d8d6=
24e4691bf495814401=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comments=0D
=0D
=0D
  Commit: 0a2645f4754df3d63a32e85e9bef9f4f3aed1278=0D
      https://github.com/quicwg/base-drafts/commit/0a2645f4754df3d63a32e8=
5e9bef9f4f3aed1278=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Another MT review comment=0D
=0D
=0D
  Commit: 0236874f3a51eb4166b9070a21f1acd8dae432b1=0D
      https://github.com/quicwg/base-drafts/commit/0236874f3a51eb4166b907=
0a21f1acd8dae432b1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: c2d175f315c819e57cdfd59d7544c6cdef56721c=0D
      https://github.com/quicwg/base-drafts/commit/c2d175f315c819e57cdfd5=
9d7544c6cdef56721c=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT suggestions=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: da7b436e37cc2a23712c6c0ae40488592e7e33c2=0D
      https://github.com/quicwg/base-drafts/commit/da7b436e37cc2a23712c6c=
0ae40488592e7e33c2=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reflow=0D
=0D
=0D
  Commit: 9951381007ee865c62fe411de213ad0162648f7d=0D
      https://github.com/quicwg/base-drafts/commit/9951381007ee865c62fe41=
1de213ad0162648f7d=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: 55695427d3604f12b8c92144c9f1fceb2b770d22=0D
      https://github.com/quicwg/base-drafts/commit/55695427d3604f12b8c921=
44c9f1fceb2b770d22=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Review comments from Ian=0D
=0D
=0D
  Commit: e192896da4f59e15cbb8a3676b67a9a5747574e7=0D
      https://github.com/quicwg/base-drafts/commit/e192896da4f59e15cbb8a3=
676b67a9a5747574e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete 'Discussion' section=0D
=0D
The recommendation for a 25ms delayed ack time is in transport, not recov=
ery, so remove it from recovery.=0D
=0D
Should this paragraph be moved to transport?=0D
=0D
Fixes #3075=0D
=0D
=0D
  Commit: b4d4dc0e5f163f22414efa751a47d5f74512aafd=0D
      https://github.com/quicwg/base-drafts/commit/b4d4dc0e5f163f22414efa=
751a47d5f74512aafd=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make transport parameters varint=0D
=0D
=0D
  Commit: 24e19f14d0b03ce3c11a986a8dc041b8728301ac=0D
      https://github.com/quicwg/base-drafts/commit/24e19f14d0b03ce3c11a98=
6a8dc041b8728301ac=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: 39c57edf6215964673155837dcf97880cac2fb63=0D
      https://github.com/quicwg/base-drafts/commit/39c57edf62159646731558=
37dcf97880cac2fb63=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Perform stateless reset token comparisons in constant time=0D
=0D
Otherwise information about the token might leak.=0D
=0D
As @mikkelfj says, there is no strict need to compare across the entire=0D=

set of values.  That could leaks two things: that the inbound packet was=0D=

dropped and the total number of stateless reset tokens.  Both are things=0D=

that we might care about, but will probably find prohibitive to protect.=0D=

=0D
Closes #2152.=0D
=0D
=0D
  Commit: c42516d7681ebbd61839bf83910dd37fc05465b1=0D
      https://github.com/quicwg/base-drafts/commit/c42516d7681ebbd61839bf=
83910dd37fc05465b1=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be a little clearer about what is being protected=0D
=0D
=0D
  Commit: 3bd85b455bad9d6e6196f6f04454701661d077f8=0D
      https://github.com/quicwg/base-drafts/commit/3bd85b455bad9d6e6196f6=
f04454701661d077f8=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add example that uses PRF=0D
=0D
=0D
  Commit: 03979a0235d6fd3ff79555911c79bc5c10e2b61a=0D
      https://github.com/quicwg/base-drafts/commit/03979a0235d6fd3ff79555=
911c79bc5c10e2b61a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix stateless reset ordering; use datagrams=0D
=0D
This removes the strict requirement on processing order for stateless=0D
reset.  This allows endpoints to decide whether to process every packet=0D=

this way or to just treat those that fail to be processed for other=0D
reasons.=0D
=0D
This also switches to detection on a *datagram* basis.=0D
=0D
Closes #3085.=0D
=0D
=0D
  Commit: 354183119367ddc2f08ae4604c1323600d5bfe4c=0D
      https://github.com/quicwg/base-drafts/commit/354183119367ddc2f08ae4=
604c1323600d5bfe4c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword again=0D
=0D
=0D
  Commit: 562ac4e7deaf80d50082f89507e72d9b5b71ecc6=0D
      https://github.com/quicwg/base-drafts/commit/562ac4e7deaf80d50082f8=
9507e72d9b5b71ecc6=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  duplicates are just duplicate packet numbers=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: a5ecd238daf0f59a35460085c8b05a2c6011243a=0D
      https://github.com/quicwg/base-drafts/commit/a5ecd238daf0f59a354600=
85c8b05a2c6011243a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  compares=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 0b654d69abd679010d3640b7a63d8488bc81f0ff=0D
      https://github.com/quicwg/base-drafts/commit/0b654d69abd679010d3640=
b7a63d8488bc81f0ff=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  any packet=0D
=0D
=0D
  Commit: 59a8238dd289a5c7e54a40ca9a791227ae69284d=0D
      https://github.com/quicwg/base-drafts/commit/59a8238dd289a5c7e54a40=
ca9a791227ae69284d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply Jana's suggestion=0D
=0D
=0D
  Commit: f10a749d33a7e5885f0e5dd0cd67d6525272cf28=0D
      https://github.com/quicwg/base-drafts/commit/f10a749d33a7e5885f0e5d=
d0cd67d6525272cf28=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST retire, suggest within 1 PTO=0D
=0D
=0D
  Commit: aa408593de2e13669e66403474ac99df9ff325da=0D
      https://github.com/quicwg/base-drafts/commit/aa408593de2e13669e6640=
3474ac99df9ff325da=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: e9f4ada542c1bc1ab77cf2bd2009b50f94a379d5=0D
      https://github.com/quicwg/base-drafts/commit/e9f4ada542c1bc1ab77cf2=
bd2009b50f94a379d5=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 963d9161da75d43f9500818c8f012a84100d38ac=0D
      https://github.com/quicwg/base-drafts/commit/963d9161da75d43f950081=
8c8f012a84100d38ac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove duplicate requirement as being bad/nonsensical=0D
=0D
=0D
  Commit: 1a8baf8a2564bf657a040eb58ca5a50c98204aee=0D
      https://github.com/quicwg/base-drafts/commit/1a8baf8a2564bf657a040e=
b58ca5a50c98204aee=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: f7eed75fae81d12988dc0a121db1245307f8e53d=0D
      https://github.com/quicwg/base-drafts/commit/f7eed75fae81d12988dc0a=
121db1245307f8e53d=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  @ianswett's suggestions=0D
=0D
=0D
  Commit: a7ad371908364e16474ec746a33aea4c30afc3d9=0D
      https://github.com/quicwg/base-drafts/commit/a7ad371908364e16474ec7=
46a33aea4c30afc3d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST pace or limit bursts to 10 packets=0D
=0D
Fixes part or all of #3094=0D
=0D
=0D
  Commit: 321ec027758ad0149e2f4de07ca251cf739ab67f=0D
      https://github.com/quicwg/base-drafts/commit/321ec027758ad0149e2f4d=
e07ca251cf739ab67f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Alternative > alternate (#3105)=0D
=0D
=0D
  Commit: dd3c2214fa4d84ecc80229b44d9c817abcba71b8=0D
      https://github.com/quicwg/base-drafts/commit/dd3c2214fa4d84ecc80229=
b44d9c817abcba71b8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: dc891d82d0b1bdd5ea8351a4c0d55e326fbf18d9=0D
      https://github.com/quicwg/base-drafts/commit/dc891d82d0b1bdd5ea8351=
a4c0d55e326fbf18d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-limit-bursts=0D
=0D
=0D
  Commit: 6f72fe83d554c96c55e1e2485c30287184639b29=0D
      https://github.com/quicwg/base-drafts/commit/6f72fe83d554c96c55e1e2=
485c30287184639b29=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Took Ian's suggestion=0D
=0D
=0D
  Commit: ce83dc4ef954710bddbab03e49e9d1b966106743=0D
      https://github.com/quicwg/base-drafts/commit/ce83dc4ef954710bddbab0=
3e49e9d1b966106743=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  addressed comment I missed:=0D
=0D
=0D
  Commit: 3223588f7ea1d906e89e4c6be9074bbf2b0c0454=0D
      https://github.com/quicwg/base-drafts/commit/3223588f7ea1d906e89e4c=
6be9074bbf2b0c0454=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into no_tls_pres=0D
=0D
=0D
  Commit: 9832a57bf72e80648ea27de7d659d9883e08c862=0D
      https://github.com/quicwg/base-drafts/commit/9832a57bf72e80648ea27d=
e7d659d9883e08c862=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Revert non-editorial changes=0D
=0D
=0D
  Commit: 0b7f3ddf94b58a9348e1e59ac9aa927f1ddb474b=0D
      https://github.com/quicwg/base-drafts/commit/0b7f3ddf94b58a9348e1e5=
9ac9aa927f1ddb474b=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix=0D
=0D
=0D
  Commit: 8aa3f261bac737b25867c964a8eb941f362be36a=0D
      https://github.com/quicwg/base-drafts/commit/8aa3f261bac737b25867c9=
64a8eb941f362be36a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Remove the old paragraph=0D
=0D
=0D
  Commit: 88c2415f876ab1ce03181031773cff8dde2d711e=0D
      https://github.com/quicwg/base-drafts/commit/88c2415f876ab1ce031810=
31773cff8dde2d711e=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Double plural=0D
=0D
=0D
  Commit: 8bd39d96ba0f42824fd62f6a797ee74f9603ffc2=0D
      https://github.com/quicwg/base-drafts/commit/8bd39d96ba0f42824fd62f=
6a797ee74f9603ffc2=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3106 from quicwg/ianswett-limit-bursts=0D
=0D
MUST pace or limit bursts to 10 packets=0D
=0D
=0D
  Commit: 20e5bf7c795b51aa83805e19a287de6d8b41e9c2=0D
      https://github.com/quicwg/base-drafts/commit/20e5bf7c795b51aa83805e=
19a287de6d8b41e9c2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove QUIC version hint (#3118)=0D
=0D
As discussed in Cupertino, we're punting the hard part of this issue to=0D=

future versions, but we can remove the version hint until then.=0D
=0D
Closes #3061.=0D
=0D
=0D
  Commit: c06ff1454ffdb7ad67bde48d375d20a218acc2e7=0D
      https://github.com/quicwg/base-drafts/commit/c06ff1454ffdb7ad67bde4=
8d375d20a218acc2e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: a38c07a8bf702895f617c71ea912356ed9d00566=0D
      https://github.com/quicwg/base-drafts/commit/a38c07a8bf702895f617c7=
1ea912356ed9d00566=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QPACK [editorial] Misc minor editorial changes. (#2942)=0D
=0D
* non-controversial one-offs=0D
=0D
* Do not unnecessarily change "avoid" to "choose not".=0D
=0D
* Do not unnecessarily remove "without resending..." phrase.=0D
=0D
* Apply suggestions from code review=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
* MikeBishop's wording suggestion for allowing creation of an encoder str=
eam and a decoder stream.=0D
=0D
* indexed header field representation=0D
=0D
* eviction when adding a new entry=0D
=0D
* Add word inclusive.=0D
=0D
=0D
  Commit: ca86dd1a53df738dce6100c44adeb31c8f3c5a46=0D
      https://github.com/quicwg/base-drafts/commit/ca86dd1a53df738dce6100=
c44adeb31c8f3c5a46=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c1be5113976a998ad86795b54808587159591fbb=0D
      https://github.com/quicwg/base-drafts/commit/c1be5113976a998ad86795=
b54808587159591fbb=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 79a9a7c9f34d3482fcd61265ca3c10e5dcf365ba=0D
      https://github.com/quicwg/base-drafts/commit/79a9a7c9f34d3482fcd612=
65ca3c10e5dcf365ba=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT inline comments=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 8641db7f92831e309c04ae9b181134535adbdff9=0D
      https://github.com/quicwg/base-drafts/commit/8641db7f92831e309c04ae=
9b181134535adbdff9=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT multiline comment fixup=0D
=0D
=0D
  Commit: 5b3d744d7ac478df9c211712680948537cbca604=0D
      https://github.com/quicwg/base-drafts/commit/5b3d744d7ac478df9c2117=
12680948537cbca604=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-must-ack-once=0D
=0D
=0D
  Commit: af7a8767450f28452a8f0cfc274950e30d801cce=0D
      https://github.com/quicwg/base-drafts/commit/af7a8767450f28452a8f0c=
fc274950e30d801cce=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wordwrap=0D
=0D
=0D
  Commit: 40380a041495ef042562f3c3b8bcd224d704c206=0D
      https://github.com/quicwg/base-drafts/commit/40380a041495ef042562f3=
c3b8bcd224d704c206=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT's nit=0D
=0D
=0D
  Commit: c619547e6376dadc2e5e148ba1812dcc75b1a4d7=0D
      https://github.com/quicwg/base-drafts/commit/c619547e6376dadc2e5e14=
8ba1812dcc75b1a4d7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin's previous suggestion=0D
=0D
=0D
  Commit: 446e0754de2d6caebf1308e43981afee3c8becea=0D
      https://github.com/quicwg/base-drafts/commit/446e0754de2d6caebf1308=
e43981afee3c8becea=0D
  Author: Lucas Pardue <lucas@cloudflare.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rename HTTP_ error code prefix to H3 (#3119)=0D
=0D
=0D
  Commit: 9650f850cb6c904764c602eaeb84e267561a1fe2=0D
      https://github.com/quicwg/base-drafts/commit/9650f850cb6c904764c602=
eaeb84e267561a1fe2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3104 from martinduke/mduke-ban-padding=0D
=0D
Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: 58ab6f15c58adbc6c7c69492b4008f02e3ad8999=0D
      https://github.com/quicwg/base-drafts/commit/58ab6f15c58adbc6c7c694=
92b4008f02e3ad8999=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3051 from quicwg/ianswett-1200-payloads=0D
=0D
Clients send datagrams with 1200 byte payloads=0D
=0D
=0D
  Commit: 042cf3cf7edd53639858a44367451d43f6b44a28=0D
      https://github.com/quicwg/base-drafts/commit/042cf3cf7edd53639858a4=
4367451d43f6b44a28=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3092 from quicwg/ianswett-must-ack-once=0D
=0D
MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: dc78dd5c6d2034caeba95c823edde6f60f503e79=0D
      https://github.com/quicwg/base-drafts/commit/dc78dd5c6d2034caeba95c=
823edde6f60f503e79=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rephrase #2780 to active voice (#3124)=0D
=0D
=0D
  Commit: caf110450a259059af5c83ee397e332299ec63de=0D
      https://github.com/quicwg/base-drafts/commit/caf110450a259059af5c83=
ee397e332299ec63de=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  remove RIC from Relative Index in Header Block figure; add Base value t=
o two figures (#2935)=0D
=0D
* base=0D
=0D
* Update figure captions=0D
=0D
* Revert "Update figure captions"=0D
=0D
This reverts commit bf92f065e4dc84fa59d72df66cbdd04042d42e22.=0D
=0D
* Move arrows back to original position; add Base value to figure.=0D
=0D
=0D
  Commit: ac4d4eefc11ee9fba78db08c7f3e0158d57e15e6=0D
      https://github.com/quicwg/base-drafts/commit/ac4d4eefc11ee9fba78db0=
8c7f3e0158d57e15e6=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Require clients to keep sending if they want to keep receiving (#3123)=0D=

=0D
=0D
  Commit: 8fe04ec8c384bae44ec93bfad7154ddf50f9b67f=0D
      https://github.com/quicwg/base-drafts/commit/8fe04ec8c384bae44ec93b=
fad7154ddf50f9b67f=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove the TLP citation because it's in RACK=0D
=0D
As suggested by @martinthomson in #3066=0D
=0D
=0D
  Commit: 8b078aa25750f22867d85e086a1e2f50c2e56bd8=0D
      https://github.com/quicwg/base-drafts/commit/8b078aa25750f22867d85e=
086a1e2f50c2e56bd8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Applications need to disable or selectively reject 0-RTT=0D
=0D
Closes #3136.=0D
=0D
=0D
  Commit: ec7c839c4b8e96d23fe474cb42451f23af226cb2=0D
      https://github.com/quicwg/base-drafts/commit/ec7c839c4b8e96d23fe474=
cb42451f23af226cb2=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Delete reference to crypto timeout=0D
=0D
=0D
  Commit: 12e04045fd4c2825915814f17635f42e90c50b0b=0D
      https://github.com/quicwg/base-drafts/commit/12e04045fd4c2825915814=
f17635f42e90c50b0b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3140 from martinduke/mduke-no-crypto-retx=0D
=0D
Delete reference to crypto timeout=0D
=0D
=0D
  Commit: f07c067a429caffa0788a02e8dd79c50c808929c=0D
      https://github.com/quicwg/base-drafts/commit/f07c067a429caffa0788a0=
2e8dd79c50c808929c=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3137 from quicwg/ianswett-remove-tlp=0D
=0D
Remove the TLP citation because it's in RACK=0D
=0D
=0D
  Commit: a8c8ed1549b2915f1c51fd4ffff7a3882631f608=0D
      https://github.com/quicwg/base-drafts/commit/a8c8ed1549b2915f1c51fd=
4ffff7a3882631f608=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  This is the client=0D
=0D
=0D
  Commit: d14b63ea5276bbb3cff4ebf727b71f7fc847ec50=0D
      https://github.com/quicwg/base-drafts/commit/d14b63ea5276bbb3cff4eb=
f727b71f7fc847ec50=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some of Martin's suggestions=0D
=0D
=0D
  Commit: 9bb859c4dc675c3327250e488fa0b0924d7de860=0D
      https://github.com/quicwg/base-drafts/commit/9bb859c4dc675c3327250e=
488fa0b0924d7de860=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword the first sentence per Jana's suggestion=0D
=0D
=0D
  Commit: 7a1d1352c87bf72cce779ef52d14e489c7afaaf4=0D
      https://github.com/quicwg/base-drafts/commit/7a1d1352c87bf72cce779e=
f52d14e489c7afaaf4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-retransmitting-acks=0D
=0D
=0D
  Commit: fc1b0fb4d1086c759a4022b62b013bcc0b594d2e=0D
      https://github.com/quicwg/base-drafts/commit/fc1b0fb4d1086c759a4022=
b62b013bcc0b594d2e=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix change log=0D
=0D
=0D
  Commit: 4f77dbe2e077629796f8a4d3e075c653a1e3b122=0D
      https://github.com/quicwg/base-drafts/commit/4f77dbe2e077629796f8a4=
d3e075c653a1e3b122=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3049 from quicwg/ianswett-retransmitting-acks=0D
=0D
Retransmitting an ACK frame warning=0D
=0D
=0D
  Commit: ee9f46139e66530f2cc9a68c24de10d4267cbe89=0D
      https://github.com/quicwg/base-drafts/commit/ee9f46139e66530f2cc9a6=
8c24de10d4267cbe89=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo and wording in change log=0D
=0D
=0D
  Commit: 8e48d3d78debf44cd149ec615162732d5e250e45=0D
      https://github.com/quicwg/base-drafts/commit/8e48d3d78debf44cd149ec=
615162732d5e250e45=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3143 from amirlivneh/patch-20=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: d6367402e6013a0a9183deb31e0661ad2ab27abd=0D
      https://github.com/quicwg/base-drafts/commit/d6367402e6013a0a9183de=
b31e0661ad2ab27abd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3144 from amirlivneh/patch-21=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: 1c824acf2a3912a54dd1a2563ca70159b7a18493=0D
      https://github.com/quicwg/base-drafts/commit/1c824acf2a3912a54dd1a2=
563ca70159b7a18493=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix punctuation=0D
=0D
=0D
  Commit: 966bb15dbef311b73e819b4e7142ab8d42f8beac=0D
      https://github.com/quicwg/base-drafts/commit/966bb15dbef311b73e819b=
4e7142ab8d42f8beac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3146 from amirlivneh/patch-22=0D
=0D
Fix punctuation=0D
=0D
=0D
  Commit: 15da8641e73841d1e96cf70f5ed4f38f7da586b4=0D
      https://github.com/quicwg/base-drafts/commit/15da8641e73841d1e96cf7=
0f5ed4f38f7da586b4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry changes the connection ID always=0D
=0D
Closes #2837.=0D
=0D
=0D
  Commit: cd51ae103b6f0f221bed411e3c803a73cb1dcacb=0D
      https://github.com/quicwg/base-drafts/commit/cd51ae103b6f0f221bed41=
1e3c803a73cb1dcacb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add a MUST discard requirement for bad SCID=0D
=0D
=0D
  Commit: afba2abcdda91bde3c8ba6b82821ed9144b7d30f=0D
      https://github.com/quicwg/base-drafts/commit/afba2abcdda91bde3c8ba6=
b82821ed9144b7d30f=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  approximately=0D
=0D
=0D
  Commit: 1ecfb27bead5c9d0b7daeeaf302ecbffa13bdbc1=0D
      https://github.com/quicwg/base-drafts/commit/1ecfb27bead5c9d0b7daee=
af302ecbffa13bdbc1=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  prepared to receive, until retired=0D
=0D
=0D
  Commit: e21532dca6de0225191e3835ec0a038026bd31a3=0D
      https://github.com/quicwg/base-drafts/commit/e21532dca6de0225191e38=
35ec0a038026bd31a3=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 86e8472597305ad26d56a02228dca2f0f332e084=0D
      https://github.com/quicwg/base-drafts/commit/86e8472597305ad26d56a0=
2228dca2f0f332e084=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify that clients don't need to remember unknown SETTINGS (#3113)=0D=

=0D
Fixes #3110.=0D
=0D
=0D
  Commit: 3662405decdc750cb97d7b1bd3eab1ad62abc0ff=0D
      https://github.com/quicwg/base-drafts/commit/3662405decdc750cb97d7b=
1bd3eab1ad62abc0ff=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 6a225b8bfc8b8aad98fa0ffee512f59940db48b5=0D
      https://github.com/quicwg/base-drafts/commit/6a225b8bfc8b8aad98fa0f=
fee512f59940db48b5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 886db2af9e5c70a553dcf1d71d34fbe75c963a2d=0D
      https://github.com/quicwg/base-drafts/commit/886db2af9e5c70a553dcf1=
d71d34fbe75c963a2d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: fbc5da02f79d917695170067d1f135fda2970094=0D
      https://github.com/quicwg/base-drafts/commit/fbc5da02f79d9176951700=
67d1f135fda2970094=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3077 from quicwg/ianswett-remove-discussion=0D
=0D
Remove obsolete 'Discussion' section=0D
=0D
=0D
  Commit: 38bf1be3d068e40303c1b7bbfdf5b0fab85548ed=0D
      https://github.com/quicwg/base-drafts/commit/38bf1be3d068e40303c1b7=
bbfdf5b0fab85548ed=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  editorial tweaks=0D
=0D
=0D
  Commit: ffbef0e62d0b1489632e95a2307d66961ecf661c=0D
      https://github.com/quicwg/base-drafts/commit/ffbef0e62d0b1489632e95=
a2307d66961ecf661c=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo=0D
=0D
=0D
  Commit: c56847ba78a13598a928b690d8a0e29fbf3d9ca4=0D
      https://github.com/quicwg/base-drafts/commit/c56847ba78a13598a928b6=
90d8a0e29fbf3d9ca4=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fixing links=0D
=0D
=0D
  Commit: 98d2154f83e1be5ee41e89a97c96e2d1cf314788=0D
      https://github.com/quicwg/base-drafts/commit/98d2154f83e1be5ee41e89=
a97c96e2d1cf314788=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Typo, trailing whitespace=0D
=0D
=0D
  Commit: c140315b6db75cb8d487cc81aa6e15a4949e062f=0D
      https://github.com/quicwg/base-drafts/commit/c140315b6db75cb8d487cc=
81aa6e15a4949e062f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix line lengths=0D
=0D
=0D
  Commit: 6d5698c1c0059d7e6adb460829acd06aa8c74b68=0D
      https://github.com/quicwg/base-drafts/commit/6d5698c1c0059d7e6adb46=
0829acd06aa8c74b68=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't say why, it just is=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: cea9e6e127f1600519448991f521c9bfbe29da05=0D
      https://github.com/quicwg/base-drafts/commit/cea9e6e127f16005194489=
91f521c9bfbe29da05=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3147 from quicwg/retry-cid=0D
=0D
Servers have to change connection IDs in Retry=0D
=0D
=0D
  Commit: 3a3376c41d17d2b9ffabb9783514bde13463c743=0D
      https://github.com/quicwg/base-drafts/commit/3a3376c41d17d2b9ffabb9=
783514bde13463c743=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use the right connection ID=0D
=0D
The use of "this" here was a bit ambiguous=0D
=0D
=0D
  Commit: 9706f4a9d2c0dce71a061aed1df6f4d754d23dca=0D
      https://github.com/quicwg/base-drafts/commit/9706f4a9d2c0dce71a061a=
ed1df6f4d754d23dca=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3153 from quicwg/use-the-right-cid=0D
=0D
Use the right connection ID=0D
=0D
=0D
  Commit: a7dd2f996fbd6426d0fbefaeafcb4895542a04a6=0D
      https://github.com/quicwg/base-drafts/commit/a7dd2f996fbd6426d0fbef=
aeafcb4895542a04a6=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  report_to is a list; activity_exclude_labels=0D
=0D
=0D
  Commit: 3bcb9559821b980e68194894e8495cb337d66d1f=0D
      https://github.com/quicwg/base-drafts/commit/3bcb9559821b980e681948=
94e8495cb337d66d1f=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  group_info=0D
=0D
=0D
  Commit: ff59d67a4a1c09bfd7b2177297d82f98a3fedb48=0D
      https://github.com/quicwg/base-drafts/commit/ff59d67a4a1c09bfd7b217=
7297d82f98a3fedb48=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  activity_summary_to=0D
=0D
=0D
  Commit: ce25ff53738db3092bf12a14ea27b0b2a605db7c=0D
      https://github.com/quicwg/base-drafts/commit/ce25ff53738db3092bf12a=
14ea27b0b2a605db7c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't require RESET_STREAM on terminated streams=0D
=0D
Closes #3163.=0D
=0D
=0D
  Commit: 380290424491810123c9e6e2f80a10ad7e4cf842=0D
      https://github.com/quicwg/base-drafts/commit/380290424491810123c9e6=
e2f80a10ad7e4cf842=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST limit bursts to the initial congestion window (#3160)=0D
=0D
* MUST limit bursts to the initial congestion window=0D
=0D
>From discussion on #3106 =0D
https://github.com/quicwg/base-drafts/pull/3106#discussion_r338921935=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 28c7622bd23764139dda753c704cd9d92d888416=0D
      https://github.com/quicwg/base-drafts/commit/28c7622bd23764139dda75=
3c704cd9d92d888416=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typos in QPACK draft=0D
=0D
=0D
  Commit: 4cdea4668edcba12859a11cbb0b3ccfbdf61016a=0D
      https://github.com/quicwg/base-drafts/commit/4cdea4668edcba12859a11=
cbb0b3ccfbdf61016a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make language of representations consistent.=0D
=0D
This was inspired by the comment by afrind at=0D
https://github.com/quicwg/base-drafts/pull/2942#discussion_r335222617.=0D=

=0D
For each representation, uniformly=0D
* use the word "representation" in the first sentence;=0D
* use the word "identifies" if it's a verbatim entry; "encodes" otherwise=
;=0D
* identify relative versus post-base indexing in the first sentence;=0D
* move drawing right after first sentence;=0D
* use consistent language describing binary format.=0D
=0D
=0D
  Commit: 151359d5d8b66a3bbaa127d7b5ad34ce14df171a=0D
      https://github.com/quicwg/base-drafts/commit/151359d5d8b66a3bbaa127=
d7b5ad34ce14df171a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/up to/up to and including/ for clarity.=0D
=0D
This was suggested by dtikhonov at=0D
https://github.com/quicwg/base-drafts/pull/2942/files/11edccf6ed3697ba785=
578712b54a42051bb090d#r337177688.=0D
=0D
=0D
  Commit: f436b81a90eb36ddfa14eb7862cec142a128a5be=0D
      https://github.com/quicwg/base-drafts/commit/f436b81a90eb36ddfa14eb=
7862cec142a128a5be=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  kMaxDatagramSize -> max_datagram_size=0D
=0D
Clarifies that this is the maximum datagram size currently in use on the =
connection.=0D
=0D
Fixes #3041=0D
=0D
=0D
  Commit: eec69d4be9a3619ca9030a952073a8f9275fde57=0D
      https://github.com/quicwg/base-drafts/commit/eec69d4be9a3619ca9030a=
952073a8f9275fde57=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3108 from DavidSchinazi/no_tls_pres=0D
=0D
Replace use of the TLS presentation language with QUIC encoding=0D
=0D
=0D
  Commit: 9309a0ac194307cf002b92d965403ee08d882500=0D
      https://github.com/quicwg/base-drafts/commit/9309a0ac194307cf002b92=
d965403ee08d882500=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 19200d397bd9bef6a81151169111597b3edcbcc6=0D
      https://github.com/quicwg/base-drafts/commit/19200d397bd9bef6a81151=
169111597b3edcbcc6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Cite 14.1 of Transport=0D
=0D
=0D
  Commit: a62d8366c7efd0e700fda857652295047a46364d=0D
      https://github.com/quicwg/base-drafts/commit/a62d8366c7efd0e700fda8=
57652295047a46364d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3138 from quicwg/if-0rtt=0D
=0D
Applications need to disable or selectively reject 0-RTT=0D
=0D
=0D
  Commit: 61aeda915f02079c65182cc8a5c748a0bbea9779=0D
      https://github.com/quicwg/base-drafts/commit/61aeda915f02079c65182c=
c8a5c748a0bbea9779=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix handling of Retry in recovery (#3148)=0D
=0D
* Fix handling of Retry in recovery=0D
=0D
This section was well out of date.  Also, this covers what needs to be=0D=

retained across this transition better.  Basically, the only thing that=0D=

needs to go is the congestion and loss recovery state.  The rest can=0D
stay; in fact, the crypto handshake has to stay.=0D
=0D
Closes #2058.=0D
=0D
* cannot/MUST NOT=0D
=0D
potato/tomato=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 44f9d5d7d05a53c96faf3b420392042949da5da7=0D
      https://github.com/quicwg/base-drafts/commit/44f9d5d7d05a53c96faf3b=
420392042949da5da7=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Talk about concurrency in H3 vs. H2 (#3114)=0D
=0D
* Talk about concurrency=0D
=0D
* Talk about push separately=0D
=0D
* Precision, thanks to @kazuho=0D
=0D
* Update draft-ietf-quic-http.md=0D
=0D
Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com>=0D
=0D
=0D
  Commit: e8b1251eb9a99928db70c8cc44df5c3bccff5373=0D
      https://github.com/quicwg/base-drafts/commit/e8b1251eb9a99928db70c8=
cc44df5c3bccff5373=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2299b0056006f26c4e8165d9644992fc1310612c=0D
      https://github.com/quicwg/base-drafts/commit/2299b0056006f26c4e8165=
d9644992fc1310612c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Feedback=0D
=0D
=0D
  Commit: 6e803f135d2d65bf854d5066a7695ddd3a3e08cf=0D
      https://github.com/quicwg/base-drafts/commit/6e803f135d2d65bf854d50=
66a7695ddd3a3e08cf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3149 from quicwg/transport/name_connections=0D
=0D
Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 234249cb96e21ea564a37e7e1dc2107b7acfe1bb=0D
      https://github.com/quicwg/base-drafts/commit/234249cb96e21ea564a37e=
7e1dc2107b7acfe1bb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3165 from quicwg/reset-after-fin=0D
=0D
Don't require RESET_STREAM on terminated streams=0D
=0D
=0D
  Commit: b1ff885bd354b9218e37b00de1366904335210e7=0D
      https://github.com/quicwg/base-drafts/commit/b1ff885bd354b9218e37b0=
0de1366904335210e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: d27a37d1d171440cde763c730e4dc4d7bd245180=0D
      https://github.com/quicwg/base-drafts/commit/d27a37d1d171440cde763c=
730e4dc4d7bd245180=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: 48573bf0a5755e0f341aed6f6124cad13537bc1a=0D
      https://github.com/quicwg/base-drafts/commit/48573bf0a5755e0f341aed=
6f6124cad13537bc1a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ed3b3f93ef292a596e827e56aab78eca1e2b6688=0D
      https://github.com/quicwg/base-drafts/commit/ed3b3f93ef292a596e827e=
56aab78eca1e2b6688=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2d5f46faab5cf09442fff533c89d499e4f80fc6c=0D
      https://github.com/quicwg/base-drafts/commit/2d5f46faab5cf09442fff5=
33c89d499e4f80fc6c=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 997e49fb8553d82031c4dca65604eb0ead7dcac8=0D
      https://github.com/quicwg/base-drafts/commit/997e49fb8553d82031c4dc=
a65604eb0ead7dcac8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3057 from quicwg/ianswett-must-retransmit=0D
=0D
PTO MUST send new data or retransmit data if possible=0D
=0D
=0D
  Commit: 57a466f77afc99f32769e59596395a5848121859=0D
      https://github.com/quicwg/base-drafts/commit/57a466f77afc99f32769e5=
9596395a5848121859=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 52b3c343033b749355dfa8d34421a651f69238e5=0D
      https://github.com/quicwg/base-drafts/commit/52b3c343033b749355dfa8=
d34421a651f69238e5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 694975600a94a0244dce16e54559c60fde771c79=0D
      https://github.com/quicwg/base-drafts/commit/694975600a94a0244dce16=
e54559c60fde771c79=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: cf63bd95f00d0cf7b48253742237b69f218c24aa=0D
      https://github.com/quicwg/base-drafts/commit/cf63bd95f00d0cf7b48253=
742237b69f218c24aa=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: b0cd8cd815068d6837667920832129d874333ff6=0D
      https://github.com/quicwg/base-drafts/commit/b0cd8cd815068d68376679=
20832129d874333ff6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry MUST NOT -> cannot be treated as an acknowledgement (#3171)=0D
=0D
* Retry MUST NOT -> cannot be treated as an acknowledgement=0D
=0D
I didn't notice this last commit in @martinthomson PR, but I think the ol=
der text is more correct.  I added a bit more detail about why it cannot =
be treated as an acknowledgement.=0D
=0D
* Martin's reason=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6c72970d780f5b5eea665605f5345eee5d375134=0D
      https://github.com/quicwg/base-drafts/commit/6c72970d780f5b5eea6656=
05f5345eee5d375134=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Narrow scope of draft caching=0D
=0D
=0D
  Commit: fc3a844fbcb5c19cc48c76cd39e7f78e3e2a25f1=0D
      https://github.com/quicwg/base-drafts/commit/fc3a844fbcb5c19cc48c76=
cd39e7f78e3e2a25f1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3098 from kazuho/kazuho/connection-close-not-ack-el=
iciting=0D
=0D
CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 8c571ff653275f2319e181dd11ce49a4f678060e=0D
      https://github.com/quicwg/base-drafts/commit/8c571ff653275f2319e181=
dd11ce49a4f678060e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2993 from quicwg/ct-sr=0D
=0D
Stateless reset comparisons (constant time/any order/datagram)=0D
=0D
=0D
  Commit: 0bf4ab5e5a871efd3238cd1851cfd6bac38786ad=0D
      https://github.com/quicwg/base-drafts/commit/0bf4ab5e5a871efd3238cd=
1851cfd6bac38786ad=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3096 from kazuho/kazuho/retire-prior-to-must=0D
=0D
MUST retire Connection IDs becoming stale=0D
=0D
=0D
  Commit: f792065ad02a0f5762b3bb72acfd770504994ef3=0D
      https://github.com/quicwg/base-drafts/commit/f792065ad02a0f5762b3bb=
72acfd770504994ef3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2870 from quicwg/retry-rekey=0D
=0D
Initial secrets change after Retry=0D
=0D
=0D
  Commit: ed4639eceee14bd7dc4e021290d49cdae42d21c5=0D
      https://github.com/quicwg/base-drafts/commit/ed4639eceee14bd7dc4e02=
1290d49cdae42d21c5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3045 from DavidSchinazi/multi_packet_client_hello=0D=

=0D
Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 373b0abdb02c74076c6dcfa87552e3946bcf1eb2=0D
      https://github.com/quicwg/base-drafts/commit/373b0abdb02c74076c6dcf=
a87552e3946bcf1eb2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ca4f89343c03e42da920794cff5a5c584705d4f3=0D
      https://github.com/quicwg/base-drafts/commit/ca4f89343c03e42da92079=
4cff5a5c584705d4f3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Add workaround for caching bug=0D
=0D
=0D
  Commit: d038b534553ee4ef5c957d57fa1be3a238d8d376=0D
      https://github.com/quicwg/base-drafts/commit/d038b534553ee4ef5c957d=
57fa1be3a238d8d376=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3167 from quicwg/ianswett-max-datagram-size=0D
=0D
kMaxDatagramSize -> max_datagram_size=0D
=0D
=0D
  Commit: 3f1cf6127d12ea249e102ca1a866b94d3fb07c6c=0D
      https://github.com/quicwg/base-drafts/commit/3f1cf6127d12ea249e102c=
a1a866b94d3fb07c6c=0D
  Author: Robin Marx <robin.marx@uhasselt.be>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Further specify frame Length field (#3177)=0D
=0D
* Further specify frame Length field=0D
=0D
Probably a bit overkill, but since it wasn't explicitly stated + I though=
t we had replaced "octets" with bytes everywhere else.=0D
=0D
* remove brackets=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 210821bf6cc4376b057d47bc5a2c2dc1fad46b11=0D
      https://github.com/quicwg/base-drafts/commit/210821bf6cc4376b057d47=
bc5a2c2dc1fad46b11=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-02 (Sat, 02 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-symmetric-timeout=0D
=0D
=0D
Compare: https://github.com/quicwg/base-drafts/compare/0bfcf117ec2e...210=
821bf6cc4=0D


From nobody Sat Nov  2 16:09:27 2019
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 07F5C120072 for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 16:09:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rSkvBJZWM63e for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 16:09:25 -0700 (PDT)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3437120071 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 16:09:24 -0700 (PDT)
Date: Sat, 02 Nov 2019 16:09:23 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572736164; bh=/gXbD7/CVdOKdQT8LKMv61iC+u9e/RswVYPVEwStBaU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o84nNh60j/C7nQ3t4R5kNz6dR3A4VP9aY4CkjDK+9SffJhTauYok9+CK2MBLp74eG f3ThLyckxSaWCsfdrQIofrIw4JM6kIbR6NwgFYeBtCuqIVn+uVh7rX6a6nnCol+QXZ K3gMhzQKAtJl1jrHh/UsrsT946VjxBB5qryKIxYg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4226649722@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbe0ca3e9583_26663f7ea36cd96c111847b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c8LheTn668pQbByjVOAbMPmqkDE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 02 Nov 2019 23:09:26 -0000

----==_mimepart_5dbe0ca3e9583_26663f7ea36cd96c111847b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

210821bf6cc4376b057d47bc5a2c2dc1fad46b11  Merge branch 'master' into ianswett-symmetric-timeout


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/0bfcf117ec2ea72d44e63513a0415475df48a2fe..210821bf6cc4376b057d47bc5a2c2dc1fad46b11

----==_mimepart_5dbe0ca3e9583_26663f7ea36cd96c111847b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/210821bf6cc4376b057d47bc5a2c2dc1fad46b11">210821b</a>  Merge branch &#39;master&#39; into ianswett-symmetric-timeout</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/0bfcf117ec2ea72d44e63513a0415475df48a2fe..210821bf6cc4376b057d47bc5a2c2dc1fad46b11?email_source=notifications&amp;email_token=AFTOJK7J4JJOYIH2ULLNDLTQRYCCHA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNRUHE3TEMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK66PAOQ4BHS6BFR3SDQRYCCHANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZXXFKDF5ZFUMTVY5DQRYCCHA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNRUHE3TEMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/0bfcf117ec2ea72d44e63513a0415475df48a2fe..210821bf6cc4376b057d47bc5a2c2dc1fad46b11?email_source=notifications\u0026email_token=AFTOJK7J4JJOYIH2ULLNDLTQRYCCHA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNRUHE3TEMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/0bfcf117ec2ea72d44e63513a0415475df48a2fe..210821bf6cc4376b057d47bc5a2c2dc1fad46b11?email_source=notifications\u0026email_token=AFTOJK7J4JJOYIH2ULLNDLTQRYCCHA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDMNRUHE3TEMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbe0ca3e9583_26663f7ea36cd96c111847b--


From nobody Sat Nov  2 23:07:31 2019
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 4B4E41200BA for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 23:07:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 StQKjppc9H3Y for <quic-issues@ietfa.amsl.com>; Sat,  2 Nov 2019 23:07:28 -0700 (PDT)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9350612006D for <quic-issues@ietf.org>; Sat,  2 Nov 2019 23:07:28 -0700 (PDT)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id D41D3C60647 for <quic-issues@ietf.org>; Sat,  2 Nov 2019 23:07:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572761247; bh=Hf6d7ANd34e9+NXHm9pTqNabZo3IBvwDbPnNPHW3sJ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dqEL+0EbqvLXFDYuW7UvJY/34Sc7C5iVZIy6AxnYjS3bjZiCCwVCpanX3msY1LL1T 9cH16qrTCdLL/i0GwPX0LHY4IJOcnGFc3ydCPh2sYtJRwT8FK1RU492sRjIG+p85zp dKzwe+OTq4TL1rVcCAi1TiJMO0qgiLWko3jH6bDM=
Date: Sat, 02 Nov 2019 23:07:27 -0700
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5SL4N357AVODAUXH53ZOQR7EVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/c549108352@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbe6e9fc4615_277f3f970c0cd9641201347"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZqE_nU9DNju0NlMhaMoKDJvSLOU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 06:07:30 -0000

----==_mimepart_5dbe6e9fc4615_277f3f970c0cd9641201347
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What is the motivation behind not sending a PTO for the application data packet number space until the handshake is completed? If I had to guess, we're trying to not put too much load onto the network (and thereby increase the chance that PTO packets containing Initial / Handshake data make it through) until we know that we're done with the handshake.
However, this only works for the server side. The client completes the handshake after sending its cert and the CFIN, but it doesn't know if those packets were actually received.

Maybe the signal we're actually looking for here is handshake confirmed, and not handshake completed?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#issuecomment-549108352
----==_mimepart_5dbe6e9fc4615_277f3f970c0cd9641201347
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>What is the motivation behind not sending a PTO for the application data packet number space until the handshake is completed? If I had to guess, we're trying to not put too much load onto the network (and thereby increase the chance that PTO packets containing Initial / Handshake data make it through) until we know that we're done with the handshake.<br>
However, this only works for the server side. The client completes the handshake after sending its cert and the CFIN, but it doesn't know if those packets were actually received.</p>
<p>Maybe the signal we're actually looking for here is handshake confirmed, and not handshake completed?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK2YPZJYY4N7UKYNMSTQRZTB7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5LVAA#issuecomment-549108352">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5ENS3BXGBYRAVEBTTQRZTB7ANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ2W6GKE7EZVWFJTH3QRZTB7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5LVAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2YPZJYY4N7UKYNMSTQRZTB7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5LVAA#issuecomment-549108352",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2YPZJYY4N7UKYNMSTQRZTB7A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5LVAA#issuecomment-549108352",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbe6e9fc4615_277f3f970c0cd9641201347--


From nobody Sun Nov  3 05:35:08 2019
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 C73A21200A4 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 05:35:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q_53Cjo66qTi for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 05:35:04 -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 66F8C120089 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 05:35:04 -0800 (PST)
Date: Sun, 03 Nov 2019 05:35:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572788103; bh=7RDMZd4k17SDlEiLUxNqIz5B+fN7CNfNEqlmiTfvnno=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TEh8pSqEyFcK+SBK2yIwAnzlLH9O/aWtlhTwcfupPOtjb15QjmP0NkQ5aTw8dL0JC x7LfcRV07QEx1qW7Os0EB8/pK1ShrV5p8VxYJs/oXUGuesVRmNJ59VQVYeaLsepAJL +ZGpWs8aqy/YhqZFOWywDB3zb05Oczb9XX4P8w1I=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7R4MEBMJWEH3MNHS53ZQFAPEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/c549137176@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbed78756cd5_59373f907b4cd95c24777f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IWzlk9i1iw1anbgLnSzVePZN8Jk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 13:35:07 -0000

----==_mimepart_5dbed78756cd5_59373f907b4cd95c24777f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann The key is there's no point in arming the PTO for ApplicationData if you don't have keys to process the ACK frame if it was received.  I tried to make that clear in the text, but suggestions are welcome.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#issuecomment-549137176
----==_mimepart_5dbed78756cd5_59373f907b4cd95c24777f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> The key is there's no point in arming the PTO for ApplicationData if you don't have keys to process the ACK frame if it was received.  I tried to make that clear in the text, but suggestions are welcome.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK7F2JHLUUGEW3W5WCLQR3APPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5SWGA#issuecomment-549137176">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6CL5TWITQB4VODCOLQR3APPANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2XXH5EX66HUACYOOTQR3APPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5SWGA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7F2JHLUUGEW3W5WCLQR3APPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5SWGA#issuecomment-549137176",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7F2JHLUUGEW3W5WCLQR3APPA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5SWGA#issuecomment-549137176",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbed78756cd5_59373f907b4cd95c24777f--


From nobody Sun Nov  3 09:46:52 2019
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 30A60120025 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 09:46:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8eQvxfKxRqIL for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 09:46:48 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EE38120018 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 09:46:48 -0800 (PST)
Date: Sun, 03 Nov 2019 09:46:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572803206; bh=nU8q70Kh4l0/KEDMIQRZPfNuwusiVbdtymG7CzfjI4Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0yYSCbjHeBiRu8lsVj46vT5WuV6wMcEY93mL33IS4yweHYaR08muIBP6C1kjWii9a 8Yv3zkILESe+k8+4xuilKtm9a8ngmOD9Psmt0KboZ+uhz0jliQXOrcZOmSt3MHAMaD EK17SPevsGmWkgCEiZ57tbtY/XKUc1ft6UArgK8A=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VSTKZA4ARAX2FPYV3ZRCQNEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549161265@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf1286e195c_76d43fd5404cd95c18809ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/czdGNLTKF_0vx0ugja53Fz2TrtU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 17:46:50 -0000

----==_mimepart_5dbf1286e195c_76d43fd5404cd95c18809ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I see a lot of value in alternative "a or c" for CDNs. The purpose of the token is to prove to the server that the client owns the address. It should not matter why the client received the token (similar to TFO token).

As for the privacy, I do not see a problem. The gateway already sees everything and knows everything. If the backends cooperate, they already know everything. If they do not cooperate, this is no different than a multi-CDN case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549161265
----==_mimepart_5dbf1286e195c_76d43fd5404cd95c18809ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I see a lot of value in alternative "a or c" for CDNs. The purpose of the token is to prove to the server that the client owns the address. It should not matter why the client received the token (similar to TFO token).</p>
<p>As for the privacy, I do not see a problem. The gateway already sees everything and knows everything. If the backends cooperate, they already know everything. If they do not cooperate, this is no different than a multi-CDN case.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK7AJBFNGOUGG5AUEYLQR357NA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5YSMI#issuecomment-549161265">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4FJVOIX3KGODXA3K3QR357NANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK476HHLSHWAQK4SNL3QR357NA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5YSMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK7AJBFNGOUGG5AUEYLQR357NA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5YSMI#issuecomment-549161265",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK7AJBFNGOUGG5AUEYLQR357NA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC5YSMI#issuecomment-549161265",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf1286e195c_76d43fd5404cd95c18809ed--


From nobody Sun Nov  3 10:43:58 2019
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 187FA120048 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 10:43:57 -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 oFMLhrwNdMdA for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 10:43:55 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E9D3120018 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 10:43:55 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 972CE9602DE for <quic-issues@ietf.org>; Sun,  3 Nov 2019 10:43:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572806634; bh=KqCRKTjhgAkuczxHZsrEmY5tDws7kubgxKWI2qBU+LM=; h=Date:From:To:Subject:From; b=HV/0Byvu47Opjm9JtxD5ilj23ErbkJAgHslN1sFa0j/xsVH8ir9V7yiJc2lm9Zqtq 5Dp630D8PqAkcGIkV4uf3NfSMxzo1dEOpAdlcXdwzyRS8uY7jpFAlYRhldVY7tIaVV /3AUrgu88Uq4udxdpQrZ+IIgq5ZbF5YFJp6t1yNI=
Date: Sun, 03 Nov 2019 10:43:54 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/210821-07d63d@github.com>
Subject: [quicwg/base-drafts] 07d63d: Jana's comment
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/1yee7yd9zwXKDVXrOc17qw9LR5U>
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, 03 Nov 2019 18:43:57 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 07d63d916e4738f6b845da81235dbf3ddb2cf93b
      https://github.com/quicwg/base-drafts/commit/07d63d916e4738f6b845da81235dbf3ddb2cf93b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Jana's comment



From nobody Sun Nov  3 10:44:08 2019
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 5313A120048 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 10:44:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 S_d959lfRhkW for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 10:44:03 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B63C6120018 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 10:44:03 -0800 (PST)
Date: Sun, 03 Nov 2019 10:44:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572806642; bh=4ftMmwbFl+G5sB7FjFA5lu8Q7QBoT4kJHaJebLWYwgg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FBq1FnwDv+Rji4rNqaRC616+xyktjEsuHDDw+xnHrJchm1Pu85kJTNcxst9hkS4YE I4ElBvIDQOJsRfyr107rhlPGP1T/h1OyqjlQIq177yb6jptnffxiVDzCSqs97yQLej GoIwsmq6SxACCp5hUzlsJ5xaYB39ZYnikorsilYM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4228140894@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf1ff2afe32_5673fe6e9ecd96017341f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MSLHOJ8rWq6naUfdr3entW7aBiY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 18:44:05 -0000

----==_mimepart_5dbf1ff2afe32_5673fe6e9ecd96017341f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

07d63d916e4738f6b845da81235dbf3ddb2cf93b  Jana's comment


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/210821bf6cc4376b057d47bc5a2c2dc1fad46b11..07d63d916e4738f6b845da81235dbf3ddb2cf93b

----==_mimepart_5dbf1ff2afe32_5673fe6e9ecd96017341f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/07d63d916e4738f6b845da81235dbf3ddb2cf93b">07d63d9</a>  Jana&#39;s comment</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/210821bf6cc4376b057d47bc5a2c2dc1fad46b11..07d63d916e4738f6b845da81235dbf3ddb2cf93b?email_source=notifications&amp;email_token=AFTOJK2MJKVGCYRTGVGJ2G3QR4EWFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDQMJUGA4DSNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4ASLO7UQVYFWC4HVLQR4EWFANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7KIPHMF72KXCPPOQDQR4EWFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDQMJUGA4DSNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/210821bf6cc4376b057d47bc5a2c2dc1fad46b11..07d63d916e4738f6b845da81235dbf3ddb2cf93b?email_source=notifications\u0026email_token=AFTOJK2MJKVGCYRTGVGJ2G3QR4EWFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDQMJUGA4DSNA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/210821bf6cc4376b057d47bc5a2c2dc1fad46b11..07d63d916e4738f6b845da81235dbf3ddb2cf93b?email_source=notifications\u0026email_token=AFTOJK2MJKVGCYRTGVGJ2G3QR4EWFA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGIZDQMJUGA4DSNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf1ff2afe32_5673fe6e9ecd96017341f2--


From nobody Sun Nov  3 11:28:55 2019
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 A318E12016E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:28:49 -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 zNWXBuX1b_bw for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:28:48 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36E58120137 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:28:48 -0800 (PST)
Date: Sun, 03 Nov 2019 11:28:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572809327; bh=tPP/SVB1jDI0dpM9LdFXRdgfu0zFEIWhHE77GIubYm4=; h=Date:From:To:Subject:From; b=gUUpj+W+B1JGWoUI1UqOkrzOABJvs45Ob2BEooU+/wFZiRRGUXXx3NNk/AgLX5rBf ArjXYUcFXdMA1mW00Le1xCrB7omzj6Ir/saHXB0LiZ5HuwL+S4l/X5HSXq8pmGhYe0 a1HZGks59eM1dUa1SeAxiopg1DBEtUY+gIe62sKo=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-changelog-24/000000-89f30a@github.com>
Subject: [quicwg/base-drafts] 89f30a: Recovery changelog for -24
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/haRmeEG1Xcupak6jSedIkv2JHjc>
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, 03 Nov 2019 19:28:54 -0000

  Branch: refs/heads/ianswett-recovery-changelog-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 89f30aae27fc5ce841165ef6c540323369fcd930
      https://github.com/quicwg/base-drafts/commit/89f30aae27fc5ce841165ef6c540323369fcd930
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Recovery changelog for -24

Includes #3066, which I plan to merge Monday morning.



From nobody Sun Nov  3 11:29:18 2019
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 0DD5B120144 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:29:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nS0dAXZgZbDn for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:29:11 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50C721200CC for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:29:11 -0800 (PST)
Date: Sun, 03 Nov 2019 11:29:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572809350; bh=ovJ+CO7MuuCdU+HS7b8Iuekhdn/NckAWNrzHdTJRXCI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=S7qJL7TGKmkT17bQ42g/Fld5GvNuuScqASLYu6s6hzzwwiQVIJ59iorrSOzwQRvd0 fgASj1dWCknUqgDR0M93Xl39B7ZmXrDnDmq6shbOZbj8alojJGxV9PojxC+OIT+auD PDyXZNW5QQh1KJtfl753BjoqJO+I0qM6y3CwEo9A=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3ZYJ6M5EUMDCHWFV3ZROQNEVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185@github.com>
Subject: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf2a863941b_53b43fb08dacd960153302c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0g2AV2dNI4LvbZgvOd84rLSY9JA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 19:29:16 -0000

----==_mimepart_5dbf2a863941b_53b43fb08dacd960153302c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Includes #3066, which I plan to merge Monday morning.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3185

-- Commit Summary --

  * Recovery changelog for -24

-- File Changes --

    M draft-ietf-quic-recovery.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3185.patch
https://github.com/quicwg/base-drafts/pull/3185.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185

----==_mimepart_5dbf2a863941b_53b43fb08dacd960153302c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Includes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a>, which I plan to merge Monday morning.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3185'>https://github.com/quicwg/base-drafts/pull/3185</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Recovery changelog for -24</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3185/files#diff-0">draft-ietf-quic-recovery.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3185.patch'>https://github.com/quicwg/base-drafts/pull/3185.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3185.diff'>https://github.com/quicwg/base-drafts/pull/3185.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJKZGHMKMR7FCPI4NQFDQR4J7NA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWO5HLA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4MQH7BWN7WZYKHIADQR4J7NANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XCTAJR22Z25LME3DQR4J7NA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWO5HLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKZGHMKMR7FCPI4NQFDQR4J7NA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWO5HLA",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKZGHMKMR7FCPI4NQFDQR4J7NA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWO5HLA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf2a863941b_53b43fb08dacd960153302c--


From nobody Sun Nov  3 11:29:31 2019
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 1C9B5120110 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:29:28 -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 eT38_e-w8fPF for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:29:26 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 68A9B120837 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:29:25 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 960332C3395 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:29:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572809364; bh=Dk91J+R/quNRq/bNGSD5hw8Z+gc94/hX96vJRU+8/GM=; h=Date:From:To:Subject:From; b=NVzQmPcSbZbqQotETQlpa3U8Bb7tiSa1qBLYfUt8PYnPTbVqbr5E13ii4xCukS352 awu02F72btNqzWiYuYznxM5tAGMLpryTd5hbceqSJ5U2l3fUs8oBA0uUpqknf4FvB5 r/jdznigMp+3szoPIUr9NROCo2fEPm3x8qU76EWQ=
Date: Sun, 03 Nov 2019 11:29:24 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/aefd5a-a95bad@github.com>
Subject: [quicwg/base-drafts] a95bad: Script updating gh-pages from 89f30aae. [ci skip]
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/pnoHtsMwG6UTA5EwTqh1axJnb2I>
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, 03 Nov 2019 19:29:28 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a95bad7a4a4a1724c7c9437bd974c7a158f9728f
      https://github.com/quicwg/base-drafts/commit/a95bad7a4a4a1724c7c9437bd974c7a158f9728f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    R ianswett-ack-eliciting/draft-ietf-quic-http.html
    R ianswett-ack-eliciting/draft-ietf-quic-http.txt
    R ianswett-ack-eliciting/draft-ietf-quic-invariants.html
    R ianswett-ack-eliciting/draft-ietf-quic-invariants.txt
    R ianswett-ack-eliciting/draft-ietf-quic-qpack.html
    R ianswett-ack-eliciting/draft-ietf-quic-qpack.txt
    R ianswett-ack-eliciting/draft-ietf-quic-recovery.html
    R ianswett-ack-eliciting/draft-ietf-quic-recovery.txt
    R ianswett-ack-eliciting/draft-ietf-quic-tls.html
    R ianswett-ack-eliciting/draft-ietf-quic-tls.txt
    R ianswett-ack-eliciting/draft-ietf-quic-transport.html
    R ianswett-ack-eliciting/draft-ietf-quic-transport.txt
    R ianswett-ack-eliciting/index.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-http.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-http.txt
    A ianswett-recovery-changelog-24/draft-ietf-quic-invariants.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-invariants.txt
    A ianswett-recovery-changelog-24/draft-ietf-quic-qpack.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-qpack.txt
    A ianswett-recovery-changelog-24/draft-ietf-quic-recovery.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-recovery.txt
    A ianswett-recovery-changelog-24/draft-ietf-quic-tls.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-tls.txt
    A ianswett-recovery-changelog-24/draft-ietf-quic-transport.html
    A ianswett-recovery-changelog-24/draft-ietf-quic-transport.txt
    A ianswett-recovery-changelog-24/index.html
    R ianswett-remove-discussion/draft-ietf-quic-http.html
    R ianswett-remove-discussion/draft-ietf-quic-http.txt
    R ianswett-remove-discussion/draft-ietf-quic-invariants.html
    R ianswett-remove-discussion/draft-ietf-quic-invariants.txt
    R ianswett-remove-discussion/draft-ietf-quic-qpack.html
    R ianswett-remove-discussion/draft-ietf-quic-qpack.txt
    R ianswett-remove-discussion/draft-ietf-quic-recovery.html
    R ianswett-remove-discussion/draft-ietf-quic-recovery.txt
    R ianswett-remove-discussion/draft-ietf-quic-tls.html
    R ianswett-remove-discussion/draft-ietf-quic-tls.txt
    R ianswett-remove-discussion/draft-ietf-quic-transport.html
    R ianswett-remove-discussion/draft-ietf-quic-transport.txt
    R ianswett-remove-discussion/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 89f30aae. [ci skip]



From nobody Sun Nov  3 11:31:21 2019
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 D88A01200CC for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:31:19 -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 njBYOA-Dn0wP for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:31:18 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C1D5C1200C1 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:31:18 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 035B4A041D for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:31:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572809478; bh=P3BVDhiGiNiWI3fjEpLMUlsS4mpDJIJs0SKa3DxQULI=; h=Date:From:To:Subject:From; b=O+5ohUDOoOafTvenDshKh3FUPlv9VOlNyyAykT4vUFGScfPLWlw2v90zJt+QTirED YnewjP5nQit64VOc9v9ztXoYnsDHDQybIRKAtkI8WVaDT8FHgJBF0WCehzbRg0zB0n MtlDeDVgOoT8TfZrUIrHv0S05o5XOYOruC/0hEvI=
Date: Sun, 03 Nov 2019 11:31:17 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a95bad-ff499c@github.com>
Subject: [quicwg/base-drafts] ff499c: Script updating issues at 2019-11-03T19:31:10Z. [c...
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/qjtgBxofyzNzzr2kCvmwgYs7AO0>
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, 03 Nov 2019 19:31:20 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ff499cafb65892a9eb8d9a7a3edeb22576be171f
      https://github.com/quicwg/base-drafts/commit/ff499cafb65892a9eb8d9a7a3edeb22576be171f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-03T19:31:10Z. [ci skip]



From nobody Sun Nov  3 11:59:47 2019
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 958E41200CE for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:59:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 01zvPRnnNDFv for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 11:59:43 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 85D4812008C for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:59:43 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 613CA9602E6 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 11:59:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572811182; bh=W7TbwACVcBMUfpmP1m5Md1s9xU9tAxQyg00tV6o1vJQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZTIKWLiLe/L3pVseugzaZGH8d5pFTGpdUvjdsCTqZGExPQ+Y1bD5FqA30DOLyriAh Ub1LFuvfUhjoWiaFh7Sb7II5j4gQuGMZCNT0ZnLxQZ8gM/TZ+MwGPgyGUuHZVt9QUL FFmnEghTYNrMHsAJGeGk6mZRERrT40rkRxj94bqs=
Date: Sun, 03 Nov 2019 11:59:42 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4XMXOVO6NGVCQSJPV3ZRSC5EVBNHHB5GVBRY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3161/549172711@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3161@github.com>
References: <quicwg/base-drafts/issues/3161@github.com>
Subject: Re: [quicwg/base-drafts] Simplify the client's PTO code by allowing the server to send a PING (#3161)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf31ae5241c_4c413f8d3dccd96817815f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dopeLKtjcbF8otHFl4BOIrhwq9U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 19:59:46 -0000

----==_mimepart_5dbf31ae5241c_4c413f8d3dccd96817815f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I believe this is simpler to implement assuming one is implementing both a client and server.  I already have special case code to send a PING when there are bytes in flight but nothing to send, so this is very similar.

I agree it's not necessary, but I find the simplification appealing, and when we first discussed this problem, no one suggested this solution, so I thought it was worth writing up.

If we keep the existing text that the client has to keep sending, I'm not sure doing this on the server side is a valuable optimization, so I'd prefer to stick with one mechanism or the other.

To me, the main negative is the server sending extra datagrams, as you said.  And maybe that's enough to stick with what we have.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3161#issuecomment-549172711
----==_mimepart_5dbf31ae5241c_4c413f8d3dccd96817815f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I believe this is simpler to implement assuming one is implementing both a client and server.  I already have special case code to send a PING when there are bytes in flight but nothing to send, so this is very similar.</p>
<p>I agree it's not necessary, but I find the simplification appealing, and when we first discussed this problem, no one suggested this solution, so I thought it was worth writing up.</p>
<p>If we keep the existing text that the client has to keep sending, I'm not sure doing this on the server side is a valuable optimization, so I'd prefer to stick with one mechanism or the other.</p>
<p>To me, the main negative is the server sending extra datagrams, as you said.  And maybe that's enough to stick with what we have.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications&amp;email_token=AFTOJK4AAIPPXN2LL75Y6XDQR4NR5A5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC53LZY#issuecomment-549172711">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY35TU3BDA6NEJSPDDQR4NR5ANCNFSM4JF5RXFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2QU5HHHJ5DN2BGMETQR4NR5A5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC53LZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK4AAIPPXN2LL75Y6XDQR4NR5A5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC53LZY#issuecomment-549172711",
"url": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK4AAIPPXN2LL75Y6XDQR4NR5A5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC53LZY#issuecomment-549172711",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf31ae5241c_4c413f8d3dccd96817815f1--


From nobody Sun Nov  3 15:32:06 2019
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 DD29912083E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:32:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Csvqs4xTf7Db for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:31:59 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 44D0B120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:31:59 -0800 (PST)
Date: Sun, 03 Nov 2019 15:31:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572823918; bh=/teHaBY2/HQD8URWXj09TAJVn6mScK7mtxFiYGJZgQU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g+LSYiu1JacRghyHlWVkotKB5O+LCv/qlEghhMaQ4BKblOIsAlMFXDeuTmY4VVJRW NDViLrnZDM7/QWQ05QN2v+WibixGYnKRnfT0AYNlOGS4CJ4yjTSNVgj8W7MF6z5WSy 5s0YxJ+8nmFPDH1ZYgE8EOsrEk+gV8LxjuY0Oocg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6TEAFYKRRQW5TMRPV3ZSK63EVBNHHB3CL6HQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/review/310848330@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf636dea3da_35393fa820ecd968654223"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xIuhABR4AtwK7cN3VJBKxMzgLwA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 23:32:04 -0000

----==_mimepart_5dbf636dea3da_35393fa820ecd968654223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.

I don't follow this comment.  Handshake confirmation requires ACK of a packet that was sent after handshake completion.  I'll try to remove that dependency, but it is currently functionally identical.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050#discussion_r341880148
----==_mimepart_5dbf636dea3da_35393fa820ecd968654223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341880148">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.
</pre>
<p>I don't follow this comment.  Handshake confirmation requires ACK of a packet that was sent after handshake completion.  I'll try to remove that dependency, but it is currently functionally identical.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications&amp;email_token=AFTOJKYGBCDLRH5WRDAPMSDQR5GN3A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSWSQ#discussion_r341880148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RN5VC6JUAGBV35SLQR5GN3ANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZ4BLVJMIP5LCWRZLQR5GN3A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSWSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJKYGBCDLRH5WRDAPMSDQR5GN3A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSWSQ#discussion_r341880148",
"url": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJKYGBCDLRH5WRDAPMSDQR5GN3A5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSWSQ#discussion_r341880148",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf636dea3da_35393fa820ecd968654223--


From nobody Sun Nov  3 15:33:51 2019
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 D54C612003E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:33:48 -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 CLTruFa7SyWW for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:33:41 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3828D120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:33:41 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 198316A0767 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:33:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824020; bh=aJfXbeweJvnLlnGoe3UTnCflzXHntBIWSvRFfWo2jII=; h=Date:From:To:Subject:From; b=yliCzVxLQ2H/R7gQ3ER6VQBFoo4Tgs4ywgEm7kXud7T1fH5y/0o/pU4wOBxz3MHsE XyTJzr3qbPsD44viqk1jaCkEpJlwMes5bLbOTH+8a57zPXHyJ+NERphU/1v47XR4pD SJ1KSO/cU+ytpY3VT7rBZXRXHDkHEeSnfSZtR2NY=
Date: Sun, 03 Nov 2019 15:33:40 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rework-key-update-2/b1d569-a7b0ad@github.com>
Subject: [quicwg/base-drafts] 35c7a5: Initial secrets change after Retry
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hDtBvxi9sJIPcX3b5addosBj0P0>
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, 03 Nov 2019 23:33:49 -0000

  Branch: refs/heads/rework-key-update-2=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 35c7a5982639ba2e965e0c62faa608b68797cac8=0D
      https://github.com/quicwg/base-drafts/commit/35c7a5982639ba2e965e0c=
62faa608b68797cac8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-03 (Wed, 03 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Initial secrets change after Retry=0D
=0D
This was implied, but not explicit previously.=0D
=0D
Closes #2823.=0D
=0D
=0D
  Commit: b71c607b6e43bf5ae79b5859b1aabc6c936ad0bd=0D
      https://github.com/quicwg/base-drafts/commit/b71c607b6e43bf5ae79b58=
59b1aabc6c936ad0bd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-04 (Thu, 04 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  First Initial is misleading=0D
=0D
=0D
  Commit: 78520c873f5ea45399d683e32f8437c87c79736a=0D
      https://github.com/quicwg/base-drafts/commit/78520c873f5ea45399d683=
e32f8437c87c79736a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Un- plural=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: cf6dc592b17cc6f0163649fa5408f15a0efda4fd=0D
      https://github.com/quicwg/base-drafts/commit/cf6dc592b17cc6f0163649=
fa5408f15a0efda4fd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Better narrow stateless reset token validity=0D
=0D
=0D
  Commit: dcd76b4a7daadfe5dcba931471c25e511777d699=0D
      https://github.com/quicwg/base-drafts/commit/dcd76b4a7daadfe5dcba93=
1471c25e511777d699=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Only active connection IDs are relevant=0D
=0D
=0D
  Commit: 57bb6b81d6ce543695da8b58c41e627690410d1f=0D
      https://github.com/quicwg/base-drafts/commit/57bb6b81d6ce543695da8b=
58c41e627690410d1f=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Forbid use of duplicate stateless reset tokens=0D
=0D
=0D
  Commit: 5c3d4030cd5570016442f4f71b2b5cf0d1f4d694=0D
      https://github.com/quicwg/base-drafts/commit/5c3d4030cd5570016442f4=
f71b2b5cf0d1f4d694=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Grammar=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 2357b2c7b415a68bc0654cec7a7e59aa19b0c303=0D
      https://github.com/quicwg/base-drafts/commit/2357b2c7b415a68bc0654c=
ec7a7e59aa19b0c303=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wrap=0D
=0D
=0D
  Commit: bee95016e3be73001dba5efdae015312a4659a2c=0D
      https://github.com/quicwg/base-drafts/commit/bee95016e3be73001dba5e=
fdae015312a4659a2c=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Describe interaction between QUIC and TLS regarding saved 0-RTT state=0D=

=0D
This PR describes how a TLS stack needs to cooperate with a QUIC stack=0D=

when making the decision whether or not to accept early data.=0D
=0D
The purpose of this change is so that implementors working on the TLS=0D
layer of QUIC are aware that other layers impact decisions traditionally=0D=

made at the TLS layer.=0D
=0D
=0D
  Commit: c09d599bade53a8faea33a264c21d1a57de2d179=0D
      https://github.com/quicwg/base-drafts/commit/c09d599bade53a8faea33a=
264c21d1a57de2d179=0D
  Author: Nick Harper <github@nharper.org>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply suggestions from code review=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 896b7efa5e33fa317f31a7627db60662ea754cd8=0D
      https://github.com/quicwg/base-drafts/commit/896b7efa5e33fa317f31a7=
627db60662ea754cd8=0D
  Author: Alessandro Ghedini <alessandro@ghedini.me>=0D
  Date:   2019-09-15 (Sun, 15 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow PING at every encryption level=0D
=0D
Fixes #3034=0D
=0D
=0D
  Commit: 751aef9c80307a9b61f6bae887566eb9a9e3b766=0D
      https://github.com/quicwg/base-drafts/commit/751aef9c80307a9b61f6ba=
e887566eb9a9e3b766=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify why post-handshake client auth is banned=0D
=0D
=0D
  Commit: 06486475d04ecb979e5c8545df4b84fcd89b5016=0D
      https://github.com/quicwg/base-drafts/commit/06486475d04ecb979e5c85=
45df4b84fcd89b5016=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT editorial pass=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 7af6d612244fb2056eea105620eba01d7ed9dc73=0D
      https://github.com/quicwg/base-drafts/commit/7af6d612244fb2056eea10=
5620eba01d7ed9dc73=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 721d42f89c0f739dc8514363856328c9adcecc35=0D
      https://github.com/quicwg/base-drafts/commit/721d42f89c0f739dc85143=
63856328c9adcecc35=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retransmitting an ACK frame warning=0D
=0D
It can result in an inflated RTT, as well as being a waste of bytes.=0D
=0D
Fixes #2748=0D
=0D
=0D
  Commit: 1d7abab6b77b9ea678143b12c0d308d89362cfa0=0D
      https://github.com/quicwg/base-drafts/commit/1d7abab6b77b9ea678143b=
12c0d308d89362cfa0=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: f77bd1e5395bbac2bd1fe2ab575f1beac4c8bf32=0D
      https://github.com/quicwg/base-drafts/commit/f77bd1e5395bbac2bd1fe2=
ab575f1beac4c8bf32=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clients send datagrams with 1200 byte payloads=0D
=0D
I was a bit unsure. I think this is clearer.=0D
=0D
=0D
  Commit: be8958419a0e132673ccd818288a51b9aa6d68ae=0D
      https://github.com/quicwg/base-drafts/commit/be8958419a0e132673ccd8=
18288a51b9aa6d68ae=0D
  Author: Junho Choi <junho@cloudflare.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo=0D
=0D
=0D
  Commit: c524a55ed4e1740d84556dde00a768d4c7c61ae8=0D
      https://github.com/quicwg/base-drafts/commit/c524a55ed4e1740d84556d=
de00a768d4c7c61ae8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3052 from junhochoi/junho/typo-in-recovery=0D
=0D
Fix typo=0D
=0D
=0D
  Commit: 3801ebda3af7418505f1aed87138ae72a3178829=0D
      https://github.com/quicwg/base-drafts/commit/3801ebda3af7418505f1ae=
d87138ae72a3178829=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  More UDP=0D
=0D
=0D
  Commit: cdad59a14836263a07f85ba9388f50d748f915d6=0D
      https://github.com/quicwg/base-drafts/commit/cdad59a14836263a07f85b=
a9388f50d748f915d6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove 1 RTT delayed ack requirement=0D
=0D
Fixes #3030=0D
=0D
=0D
  Commit: 3696d8ce68c95063cc6e2e1b9392784f9cf25a24=0D
      https://github.com/quicwg/base-drafts/commit/3696d8ce68c95063cc6e2e=
1b9392784f9cf25a24=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: ace2a505a3f8f96c2758458ec523047afe8db92e=0D
      https://github.com/quicwg/base-drafts/commit/ace2a505a3f8f96c275845=
8ec523047afe8db92e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete text on ACKing CRYPTO frames=0D
=0D
=0D
  Commit: 6cfcbe26385f17072ccd330aea619f65bf3bdcb4=0D
      https://github.com/quicwg/base-drafts/commit/6cfcbe26385f17072ccd33=
0aea619f65bf3bdcb4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-21 (Sat, 21 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Closes #3053 too=0D
=0D
=0D
  Commit: b0bdac1ec7067031c2f2640ae31979d0c2ed0c03=0D
      https://github.com/quicwg/base-drafts/commit/b0bdac1ec7067031c2f264=
0ae31979d0c2ed0c03=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  add ietf.json=0D
=0D
=0D
  Commit: 0d5d19353a8f63ee31d08e30b69df81d3b0e78bb=0D
      https://github.com/quicwg/base-drafts/commit/0d5d19353a8f63ee31d08e=
30b69df81d3b0e78bb=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' of github.com:quicwg/base-drafts=0D
=0D
=0D
  Commit: 295e0c9afc7eb80454f3fd0bd9d64d4879f85573=0D
      https://github.com/quicwg/base-drafts/commit/295e0c9afc7eb80454f3fd=
0bd9d64d4879f85573=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST send new data or retransmit data if possible=0D
=0D
Fixes #3056=0D
=0D
=0D
  Commit: 409286b111330780882fe2ae17bbe405d9f25b09=0D
      https://github.com/quicwg/base-drafts/commit/409286b111330780882fe2=
ae17bbe405d9f25b09=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Move the section on what encryption level to send first down.=0D
=0D
=0D
  Commit: 36178b79a15192cba7e355d0dc3ba81f74ae3af7=0D
      https://github.com/quicwg/base-drafts/commit/36178b79a15192cba7e355=
d0dc3ba81f74ae3af7=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify how servers enable 0-RTT=0D
=0D
=0D
  Commit: df8c4feb8412cdc5060f427eb3e64672db56e0db=0D
      https://github.com/quicwg/base-drafts/commit/df8c4feb8412cdc5060f42=
7eb3e64672db56e0db=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  unacknowledged data=0D
=0D
=0D
  Commit: c70f696e71148da9308900d2dfd94aaff7f0bd64=0D
      https://github.com/quicwg/base-drafts/commit/c70f696e71148da9308900=
d2dfd94aaff7f0bd64=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3060 from DavidSchinazi/must0rtt=0D
=0D
Clarify how servers enable 0-RTT=0D
=0D
=0D
  Commit: c2c7abb67e8dc7ba6e41d124e3ea85338ae2ab21=0D
      https://github.com/quicwg/base-drafts/commit/c2c7abb67e8dc7ba6e41d1=
24e3ea85338ae2ab21=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comment=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 3ae146dffc74a4533f1388dbabd0aabb971fe973=0D
      https://github.com/quicwg/base-drafts/commit/3ae146dffc74a4533f1388=
dbabd0aabb971fe973=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: c1eeb6e354fe569fb2d8d624e4691bf495814401=0D
      https://github.com/quicwg/base-drafts/commit/c1eeb6e354fe569fb2d8d6=
24e4691bf495814401=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comments=0D
=0D
=0D
  Commit: 0a2645f4754df3d63a32e85e9bef9f4f3aed1278=0D
      https://github.com/quicwg/base-drafts/commit/0a2645f4754df3d63a32e8=
5e9bef9f4f3aed1278=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Another MT review comment=0D
=0D
=0D
  Commit: 0236874f3a51eb4166b9070a21f1acd8dae432b1=0D
      https://github.com/quicwg/base-drafts/commit/0236874f3a51eb4166b907=
0a21f1acd8dae432b1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 114d984feb3244348dc8ad773a2db3a1df246338=0D
      https://github.com/quicwg/base-drafts/commit/114d984feb3244348dc8ad=
773a2db3a1df246338=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c2d175f315c819e57cdfd59d7544c6cdef56721c=0D
      https://github.com/quicwg/base-drafts/commit/c2d175f315c819e57cdfd5=
9d7544c6cdef56721c=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT suggestions=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: da7b436e37cc2a23712c6c0ae40488592e7e33c2=0D
      https://github.com/quicwg/base-drafts/commit/da7b436e37cc2a23712c6c=
0ae40488592e7e33c2=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reflow=0D
=0D
=0D
  Commit: 8afe7b1dadedf5610db343fd590aeeafcbcb923c=0D
      https://github.com/quicwg/base-drafts/commit/8afe7b1dadedf5610db343=
fd590aeeafcbcb923c=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-26 (Thu, 26 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  don't need spec_regex any more=0D
=0D
=0D
  Commit: 3418b2a841b9f2cb8d7b00daaa2718d0840fa802=0D
      https://github.com/quicwg/base-drafts/commit/3418b2a841b9f2cb8d7b00=
daaa2718d0840fa802=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-26 (Thu, 26 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  go primary for QUIC=0D
=0D
=0D
  Commit: 9951381007ee865c62fe411de213ad0162648f7d=0D
      https://github.com/quicwg/base-drafts/commit/9951381007ee865c62fe41=
1de213ad0162648f7d=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: 55695427d3604f12b8c92144c9f1fceb2b770d22=0D
      https://github.com/quicwg/base-drafts/commit/55695427d3604f12b8c921=
44c9f1fceb2b770d22=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Review comments from Ian=0D
=0D
=0D
  Commit: e192896da4f59e15cbb8a3676b67a9a5747574e7=0D
      https://github.com/quicwg/base-drafts/commit/e192896da4f59e15cbb8a3=
676b67a9a5747574e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete 'Discussion' section=0D
=0D
The recommendation for a 25ms delayed ack time is in transport, not recov=
ery, so remove it from recovery.=0D
=0D
Should this paragraph be moved to transport?=0D
=0D
Fixes #3075=0D
=0D
=0D
  Commit: 2552e19d3da4ee80a7cf9f81b5c239453aa7bdb5=0D
      https://github.com/quicwg/base-drafts/commit/2552e19d3da4ee80a7cf9f=
81b5c239453aa7bdb5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ack-eliciting not ACK-eliciting (#3069)=0D
=0D
* ack-eliciting not ACK-eliciting=0D
=0D
Fixes #3068=0D
=0D
* Define Ack-eliciting packet=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
* dont repeat=0D
=0D
dont repeat=0D
=0D
* wrap=0D
=0D
rap=0D
ap=0D
p=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Fix reference.=0D
=0D
=0D
  Commit: 635ab6cee20af55c617202c8301b5b5179c31744=0D
      https://github.com/quicwg/base-drafts/commit/635ab6cee20af55c617202=
c8301b5b5179c31744=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword sentence about storing state in session ticket=0D
=0D
=0D
  Commit: 31a60ef782fcdfe4663693f48e3bd183572e05b6=0D
      https://github.com/quicwg/base-drafts/commit/31a60ef782fcdfe4663693=
f48e3bd183572e05b6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Stop using SRTT (#3079)=0D
=0D
* Stop using SRTT=0D
=0D
Fixes #3076=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: b4d4dc0e5f163f22414efa751a47d5f74512aafd=0D
      https://github.com/quicwg/base-drafts/commit/b4d4dc0e5f163f22414efa=
751a47d5f74512aafd=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make transport parameters varint=0D
=0D
=0D
  Commit: 326d74c55b8291bdda51dc3147dc7b97286a715e=0D
      https://github.com/quicwg/base-drafts/commit/326d74c55b8291bdda51dc=
3147dc7b97286a715e=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Pseudo-header section reference (#3084)=0D
=0D
* Broader section reference=0D
=0D
* Malformed under restrictions=0D
=0D
=0D
  Commit: 5d0fbdfcbc946465bbdee9b14b05d09b6228fdea=0D
      https://github.com/quicwg/base-drafts/commit/5d0fbdfcbc946465bbdee9=
b14b05d09b6228fdea=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Mention QPACK streams (#3081)=0D
=0D
=0D
  Commit: f9b5eb3f0c97133a624d3c1ac73a65223f4801d0=0D
      https://github.com/quicwg/base-drafts/commit/f9b5eb3f0c97133a624d3c=
1ac73a65223f4801d0=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/HTTP_UNEXPECTED_FRAME/HTTP_FRAME_UNEXPECTED/ (#3090)=0D
=0D
=0D
  Commit: 6333ab65c6efe313a443f4fd2aa968f1a222518c=0D
      https://github.com/quicwg/base-drafts/commit/6333ab65c6efe313a443f4=
fd2aa968f1a222518c=0D
  Author: Peter Wu <peter@lekensteyn.nl>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  http: syntax fixes for quic Alt-Svc parameter (#3059)=0D
=0D
Use the correct ABNF grammar to express repetition and fix the Reserved=0D=

Frame Type link.=0D
=0D
=0D
  Commit: 24e19f14d0b03ce3c11a986a8dc041b8728301ac=0D
      https://github.com/quicwg/base-drafts/commit/24e19f14d0b03ce3c11a98=
6a8dc041b8728301ac=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: 0850ad92ce44c39c85f07ba6fbef327be836e080=0D
      https://github.com/quicwg/base-drafts/commit/0850ad92ce44c39c85f07b=
a6fbef327be836e080=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3035 from ghedo/ping-in-handshake=0D
=0D
Allow PING at every encryption level=0D
=0D
=0D
  Commit: 8b86d0bb90236e58c8734e349a64d94394074022=0D
      https://github.com/quicwg/base-drafts/commit/8b86d0bb90236e58c8734e=
349a64d94394074022=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3055 from quicwg/ianswett-no-1RTT-ack-delay=0D
=0D
Remove 1 RTT delayed ack requirement=0D
=0D
=0D
  Commit: d94db41c7c5a2936aba7b95723dcdb3546a303fa=0D
      https://github.com/quicwg/base-drafts/commit/d94db41c7c5a2936aba7b9=
5723dcdb3546a303fa=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2947 from nharper/tls-saved-state=0D
=0D
Describe interaction between QUIC and TLS regarding saved 0-RTT state=0D
=0D
=0D
  Commit: 6220106a5a718a5b30e5009c89377a72ebfda08e=0D
      https://github.com/quicwg/base-drafts/commit/6220106a5a718a5b30e500=
9c89377a72ebfda08e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2968 from quicwg/stateless-reset-too=0D
=0D
Stateless reset too=0D
=0D
=0D
  Commit: aeaa56545344dd6e9a7956f8a16e0e2aca137041=0D
      https://github.com/quicwg/base-drafts/commit/aeaa56545344dd6e9a7956=
f8a16e0e2aca137041=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Additional error cases for CANCEL_PUSH (#3083)=0D
=0D
* Additional error cases for CANCEL_PUSH=0D
=0D
* Ian's parallel construction=0D
=0D
* Improve readability=0D
=0D
* Review feedback=0D
=0D
* Wordsmith=0D
=0D
=0D
  Commit: cceaf25143fc43a93ad4c91cdcbe96a581e2a6cf=0D
      https://github.com/quicwg/base-drafts/commit/cceaf25143fc43a93ad4c9=
1cdcbe96a581e2a6cf=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Define under-utilizing the congestion window (#2675)=0D
=0D
* Define under-utilizing the congestion window=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Reword section on bursts=0D
=0D
Working off Gorry's comments=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 39c57edf6215964673155837dcf97880cac2fb63=0D
      https://github.com/quicwg/base-drafts/commit/39c57edf62159646731558=
37dcf97880cac2fb63=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Perform stateless reset token comparisons in constant time=0D
=0D
Otherwise information about the token might leak.=0D
=0D
As @mikkelfj says, there is no strict need to compare across the entire=0D=

set of values.  That could leaks two things: that the inbound packet was=0D=

dropped and the total number of stateless reset tokens.  Both are things=0D=

that we might care about, but will probably find prohibitive to protect.=0D=

=0D
Closes #2152.=0D
=0D
=0D
  Commit: c42516d7681ebbd61839bf83910dd37fc05465b1=0D
      https://github.com/quicwg/base-drafts/commit/c42516d7681ebbd61839bf=
83910dd37fc05465b1=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be a little clearer about what is being protected=0D
=0D
=0D
  Commit: 3bd85b455bad9d6e6196f6f04454701661d077f8=0D
      https://github.com/quicwg/base-drafts/commit/3bd85b455bad9d6e6196f6=
f04454701661d077f8=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add example that uses PRF=0D
=0D
=0D
  Commit: 03979a0235d6fd3ff79555911c79bc5c10e2b61a=0D
      https://github.com/quicwg/base-drafts/commit/03979a0235d6fd3ff79555=
911c79bc5c10e2b61a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix stateless reset ordering; use datagrams=0D
=0D
This removes the strict requirement on processing order for stateless=0D
reset.  This allows endpoints to decide whether to process every packet=0D=

this way or to just treat those that fail to be processed for other=0D
reasons.=0D
=0D
This also switches to detection on a *datagram* basis.=0D
=0D
Closes #3085.=0D
=0D
=0D
  Commit: 354183119367ddc2f08ae4604c1323600d5bfe4c=0D
      https://github.com/quicwg/base-drafts/commit/354183119367ddc2f08ae4=
604c1323600d5bfe4c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword again=0D
=0D
=0D
  Commit: 562ac4e7deaf80d50082f89507e72d9b5b71ecc6=0D
      https://github.com/quicwg/base-drafts/commit/562ac4e7deaf80d50082f8=
9507e72d9b5b71ecc6=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  duplicates are just duplicate packet numbers=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: a5ecd238daf0f59a35460085c8b05a2c6011243a=0D
      https://github.com/quicwg/base-drafts/commit/a5ecd238daf0f59a354600=
85c8b05a2c6011243a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  compares=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 0b654d69abd679010d3640b7a63d8488bc81f0ff=0D
      https://github.com/quicwg/base-drafts/commit/0b654d69abd679010d3640=
b7a63d8488bc81f0ff=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  any packet=0D
=0D
=0D
  Commit: 59a8238dd289a5c7e54a40ca9a791227ae69284d=0D
      https://github.com/quicwg/base-drafts/commit/59a8238dd289a5c7e54a40=
ca9a791227ae69284d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply Jana's suggestion=0D
=0D
=0D
  Commit: 6f045358bd789bccb9328f889a68e3d11ca206a4=0D
      https://github.com/quicwg/base-drafts/commit/6f045358bd789bccb9328f=
889a68e3d11ca206a4=0D
  Author: Robin Marx <robin.marx@uhasselt.be>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be more specific when naming bits (#3089)=0D
=0D
* Be more specific when naming bits=0D
=0D
- Renamed S bit for static vs dynamic table to T bit (for Table)=0D
- Replaced backticks with single quotes around individual bits (previousl=
y, about half used single, half used double)=0D
- Added explicit references to bit letter indicators where they were miss=
ing (e.g., for 'H')=0D
- Fixed broken reference to "blocked-decoding" section=0D
=0D
* Hopefully auto-linking does work now=0D
=0D
=0D
  Commit: a2ea7d7ec84ca439e6454da60aa9802836b448bf=0D
      https://github.com/quicwg/base-drafts/commit/a2ea7d7ec84ca439e6454d=
a60aa9802836b448bf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3044 from DavidSchinazi/explain_post_handshake_auth=
_ban=0D
=0D
Clarify why post-handshake client auth is banned=0D
=0D
=0D
  Commit: f10a749d33a7e5885f0e5dd0cd67d6525272cf28=0D
      https://github.com/quicwg/base-drafts/commit/f10a749d33a7e5885f0e5d=
d0cd67d6525272cf28=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST retire, suggest within 1 PTO=0D
=0D
=0D
  Commit: aa408593de2e13669e66403474ac99df9ff325da=0D
      https://github.com/quicwg/base-drafts/commit/aa408593de2e13669e6640=
3474ac99df9ff325da=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: e9f4ada542c1bc1ab77cf2bd2009b50f94a379d5=0D
      https://github.com/quicwg/base-drafts/commit/e9f4ada542c1bc1ab77cf2=
bd2009b50f94a379d5=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 963d9161da75d43f9500818c8f012a84100d38ac=0D
      https://github.com/quicwg/base-drafts/commit/963d9161da75d43f950081=
8c8f012a84100d38ac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove duplicate requirement as being bad/nonsensical=0D
=0D
=0D
  Commit: 1a8baf8a2564bf657a040eb58ca5a50c98204aee=0D
      https://github.com/quicwg/base-drafts/commit/1a8baf8a2564bf657a040e=
b58ca5a50c98204aee=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: f7eed75fae81d12988dc0a121db1245307f8e53d=0D
      https://github.com/quicwg/base-drafts/commit/f7eed75fae81d12988dc0a=
121db1245307f8e53d=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  @ianswett's suggestions=0D
=0D
=0D
  Commit: a7ad371908364e16474ec746a33aea4c30afc3d9=0D
      https://github.com/quicwg/base-drafts/commit/a7ad371908364e16474ec7=
46a33aea4c30afc3d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST pace or limit bursts to 10 packets=0D
=0D
Fixes part or all of #3094=0D
=0D
=0D
  Commit: 321ec027758ad0149e2f4de07ca251cf739ab67f=0D
      https://github.com/quicwg/base-drafts/commit/321ec027758ad0149e2f4d=
e07ca251cf739ab67f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Alternative > alternate (#3105)=0D
=0D
=0D
  Commit: dd3c2214fa4d84ecc80229b44d9c817abcba71b8=0D
      https://github.com/quicwg/base-drafts/commit/dd3c2214fa4d84ecc80229=
b44d9c817abcba71b8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: dc891d82d0b1bdd5ea8351a4c0d55e326fbf18d9=0D
      https://github.com/quicwg/base-drafts/commit/dc891d82d0b1bdd5ea8351=
a4c0d55e326fbf18d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-limit-bursts=0D
=0D
=0D
  Commit: 6f72fe83d554c96c55e1e2485c30287184639b29=0D
      https://github.com/quicwg/base-drafts/commit/6f72fe83d554c96c55e1e2=
485c30287184639b29=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Took Ian's suggestion=0D
=0D
=0D
  Commit: ce83dc4ef954710bddbab03e49e9d1b966106743=0D
      https://github.com/quicwg/base-drafts/commit/ce83dc4ef954710bddbab0=
3e49e9d1b966106743=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  addressed comment I missed:=0D
=0D
=0D
  Commit: 3223588f7ea1d906e89e4c6be9074bbf2b0c0454=0D
      https://github.com/quicwg/base-drafts/commit/3223588f7ea1d906e89e4c=
6be9074bbf2b0c0454=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into no_tls_pres=0D
=0D
=0D
  Commit: 9832a57bf72e80648ea27de7d659d9883e08c862=0D
      https://github.com/quicwg/base-drafts/commit/9832a57bf72e80648ea27d=
e7d659d9883e08c862=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Revert non-editorial changes=0D
=0D
=0D
  Commit: 0b7f3ddf94b58a9348e1e59ac9aa927f1ddb474b=0D
      https://github.com/quicwg/base-drafts/commit/0b7f3ddf94b58a9348e1e5=
9ac9aa927f1ddb474b=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix=0D
=0D
=0D
  Commit: 8aa3f261bac737b25867c964a8eb941f362be36a=0D
      https://github.com/quicwg/base-drafts/commit/8aa3f261bac737b25867c9=
64a8eb941f362be36a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Remove the old paragraph=0D
=0D
=0D
  Commit: 88c2415f876ab1ce03181031773cff8dde2d711e=0D
      https://github.com/quicwg/base-drafts/commit/88c2415f876ab1ce031810=
31773cff8dde2d711e=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Double plural=0D
=0D
=0D
  Commit: 8bd39d96ba0f42824fd62f6a797ee74f9603ffc2=0D
      https://github.com/quicwg/base-drafts/commit/8bd39d96ba0f42824fd62f=
6a797ee74f9603ffc2=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3106 from quicwg/ianswett-limit-bursts=0D
=0D
MUST pace or limit bursts to 10 packets=0D
=0D
=0D
  Commit: 20e5bf7c795b51aa83805e19a287de6d8b41e9c2=0D
      https://github.com/quicwg/base-drafts/commit/20e5bf7c795b51aa83805e=
19a287de6d8b41e9c2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove QUIC version hint (#3118)=0D
=0D
As discussed in Cupertino, we're punting the hard part of this issue to=0D=

future versions, but we can remove the version hint until then.=0D
=0D
Closes #3061.=0D
=0D
=0D
  Commit: c06ff1454ffdb7ad67bde48d375d20a218acc2e7=0D
      https://github.com/quicwg/base-drafts/commit/c06ff1454ffdb7ad67bde4=
8d375d20a218acc2e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: a38c07a8bf702895f617c71ea912356ed9d00566=0D
      https://github.com/quicwg/base-drafts/commit/a38c07a8bf702895f617c7=
1ea912356ed9d00566=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QPACK [editorial] Misc minor editorial changes. (#2942)=0D
=0D
* non-controversial one-offs=0D
=0D
* Do not unnecessarily change "avoid" to "choose not".=0D
=0D
* Do not unnecessarily remove "without resending..." phrase.=0D
=0D
* Apply suggestions from code review=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
* MikeBishop's wording suggestion for allowing creation of an encoder str=
eam and a decoder stream.=0D
=0D
* indexed header field representation=0D
=0D
* eviction when adding a new entry=0D
=0D
* Add word inclusive.=0D
=0D
=0D
  Commit: ca86dd1a53df738dce6100c44adeb31c8f3c5a46=0D
      https://github.com/quicwg/base-drafts/commit/ca86dd1a53df738dce6100=
c44adeb31c8f3c5a46=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c1be5113976a998ad86795b54808587159591fbb=0D
      https://github.com/quicwg/base-drafts/commit/c1be5113976a998ad86795=
b54808587159591fbb=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 79a9a7c9f34d3482fcd61265ca3c10e5dcf365ba=0D
      https://github.com/quicwg/base-drafts/commit/79a9a7c9f34d3482fcd612=
65ca3c10e5dcf365ba=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT inline comments=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 8641db7f92831e309c04ae9b181134535adbdff9=0D
      https://github.com/quicwg/base-drafts/commit/8641db7f92831e309c04ae=
9b181134535adbdff9=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT multiline comment fixup=0D
=0D
=0D
  Commit: 5b3d744d7ac478df9c211712680948537cbca604=0D
      https://github.com/quicwg/base-drafts/commit/5b3d744d7ac478df9c2117=
12680948537cbca604=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-must-ack-once=0D
=0D
=0D
  Commit: af7a8767450f28452a8f0cfc274950e30d801cce=0D
      https://github.com/quicwg/base-drafts/commit/af7a8767450f28452a8f0c=
fc274950e30d801cce=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wordwrap=0D
=0D
=0D
  Commit: 40380a041495ef042562f3c3b8bcd224d704c206=0D
      https://github.com/quicwg/base-drafts/commit/40380a041495ef042562f3=
c3b8bcd224d704c206=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT's nit=0D
=0D
=0D
  Commit: c619547e6376dadc2e5e148ba1812dcc75b1a4d7=0D
      https://github.com/quicwg/base-drafts/commit/c619547e6376dadc2e5e14=
8ba1812dcc75b1a4d7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin's previous suggestion=0D
=0D
=0D
  Commit: 446e0754de2d6caebf1308e43981afee3c8becea=0D
      https://github.com/quicwg/base-drafts/commit/446e0754de2d6caebf1308=
e43981afee3c8becea=0D
  Author: Lucas Pardue <lucas@cloudflare.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rename HTTP_ error code prefix to H3 (#3119)=0D
=0D
=0D
  Commit: 9650f850cb6c904764c602eaeb84e267561a1fe2=0D
      https://github.com/quicwg/base-drafts/commit/9650f850cb6c904764c602=
eaeb84e267561a1fe2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3104 from martinduke/mduke-ban-padding=0D
=0D
Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: 58ab6f15c58adbc6c7c69492b4008f02e3ad8999=0D
      https://github.com/quicwg/base-drafts/commit/58ab6f15c58adbc6c7c694=
92b4008f02e3ad8999=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3051 from quicwg/ianswett-1200-payloads=0D
=0D
Clients send datagrams with 1200 byte payloads=0D
=0D
=0D
  Commit: 042cf3cf7edd53639858a44367451d43f6b44a28=0D
      https://github.com/quicwg/base-drafts/commit/042cf3cf7edd53639858a4=
4367451d43f6b44a28=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3092 from quicwg/ianswett-must-ack-once=0D
=0D
MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: dc78dd5c6d2034caeba95c823edde6f60f503e79=0D
      https://github.com/quicwg/base-drafts/commit/dc78dd5c6d2034caeba95c=
823edde6f60f503e79=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rephrase #2780 to active voice (#3124)=0D
=0D
=0D
  Commit: caf110450a259059af5c83ee397e332299ec63de=0D
      https://github.com/quicwg/base-drafts/commit/caf110450a259059af5c83=
ee397e332299ec63de=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  remove RIC from Relative Index in Header Block figure; add Base value t=
o two figures (#2935)=0D
=0D
* base=0D
=0D
* Update figure captions=0D
=0D
* Revert "Update figure captions"=0D
=0D
This reverts commit bf92f065e4dc84fa59d72df66cbdd04042d42e22.=0D
=0D
* Move arrows back to original position; add Base value to figure.=0D
=0D
=0D
  Commit: ac4d4eefc11ee9fba78db08c7f3e0158d57e15e6=0D
      https://github.com/quicwg/base-drafts/commit/ac4d4eefc11ee9fba78db0=
8c7f3e0158d57e15e6=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Require clients to keep sending if they want to keep receiving (#3123)=0D=

=0D
=0D
  Commit: 8fe04ec8c384bae44ec93bfad7154ddf50f9b67f=0D
      https://github.com/quicwg/base-drafts/commit/8fe04ec8c384bae44ec93b=
fad7154ddf50f9b67f=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove the TLP citation because it's in RACK=0D
=0D
As suggested by @martinthomson in #3066=0D
=0D
=0D
  Commit: 8b078aa25750f22867d85e086a1e2f50c2e56bd8=0D
      https://github.com/quicwg/base-drafts/commit/8b078aa25750f22867d85e=
086a1e2f50c2e56bd8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Applications need to disable or selectively reject 0-RTT=0D
=0D
Closes #3136.=0D
=0D
=0D
  Commit: ec7c839c4b8e96d23fe474cb42451f23af226cb2=0D
      https://github.com/quicwg/base-drafts/commit/ec7c839c4b8e96d23fe474=
cb42451f23af226cb2=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Delete reference to crypto timeout=0D
=0D
=0D
  Commit: 12e04045fd4c2825915814f17635f42e90c50b0b=0D
      https://github.com/quicwg/base-drafts/commit/12e04045fd4c2825915814=
f17635f42e90c50b0b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3140 from martinduke/mduke-no-crypto-retx=0D
=0D
Delete reference to crypto timeout=0D
=0D
=0D
  Commit: f07c067a429caffa0788a02e8dd79c50c808929c=0D
      https://github.com/quicwg/base-drafts/commit/f07c067a429caffa0788a0=
2e8dd79c50c808929c=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3137 from quicwg/ianswett-remove-tlp=0D
=0D
Remove the TLP citation because it's in RACK=0D
=0D
=0D
  Commit: a8c8ed1549b2915f1c51fd4ffff7a3882631f608=0D
      https://github.com/quicwg/base-drafts/commit/a8c8ed1549b2915f1c51fd=
4ffff7a3882631f608=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  This is the client=0D
=0D
=0D
  Commit: d14b63ea5276bbb3cff4ebf727b71f7fc847ec50=0D
      https://github.com/quicwg/base-drafts/commit/d14b63ea5276bbb3cff4eb=
f727b71f7fc847ec50=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some of Martin's suggestions=0D
=0D
=0D
  Commit: 9bb859c4dc675c3327250e488fa0b0924d7de860=0D
      https://github.com/quicwg/base-drafts/commit/9bb859c4dc675c3327250e=
488fa0b0924d7de860=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword the first sentence per Jana's suggestion=0D
=0D
=0D
  Commit: 7a1d1352c87bf72cce779ef52d14e489c7afaaf4=0D
      https://github.com/quicwg/base-drafts/commit/7a1d1352c87bf72cce779e=
f52d14e489c7afaaf4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-retransmitting-acks=0D
=0D
=0D
  Commit: fc1b0fb4d1086c759a4022b62b013bcc0b594d2e=0D
      https://github.com/quicwg/base-drafts/commit/fc1b0fb4d1086c759a4022=
b62b013bcc0b594d2e=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix change log=0D
=0D
=0D
  Commit: 4f77dbe2e077629796f8a4d3e075c653a1e3b122=0D
      https://github.com/quicwg/base-drafts/commit/4f77dbe2e077629796f8a4=
d3e075c653a1e3b122=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3049 from quicwg/ianswett-retransmitting-acks=0D
=0D
Retransmitting an ACK frame warning=0D
=0D
=0D
  Commit: ee9f46139e66530f2cc9a68c24de10d4267cbe89=0D
      https://github.com/quicwg/base-drafts/commit/ee9f46139e66530f2cc9a6=
8c24de10d4267cbe89=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo and wording in change log=0D
=0D
=0D
  Commit: 8e48d3d78debf44cd149ec615162732d5e250e45=0D
      https://github.com/quicwg/base-drafts/commit/8e48d3d78debf44cd149ec=
615162732d5e250e45=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3143 from amirlivneh/patch-20=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: d6367402e6013a0a9183deb31e0661ad2ab27abd=0D
      https://github.com/quicwg/base-drafts/commit/d6367402e6013a0a9183de=
b31e0661ad2ab27abd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3144 from amirlivneh/patch-21=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: 1c824acf2a3912a54dd1a2563ca70159b7a18493=0D
      https://github.com/quicwg/base-drafts/commit/1c824acf2a3912a54dd1a2=
563ca70159b7a18493=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix punctuation=0D
=0D
=0D
  Commit: 966bb15dbef311b73e819b4e7142ab8d42f8beac=0D
      https://github.com/quicwg/base-drafts/commit/966bb15dbef311b73e819b=
4e7142ab8d42f8beac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3146 from amirlivneh/patch-22=0D
=0D
Fix punctuation=0D
=0D
=0D
  Commit: 15da8641e73841d1e96cf70f5ed4f38f7da586b4=0D
      https://github.com/quicwg/base-drafts/commit/15da8641e73841d1e96cf7=
0f5ed4f38f7da586b4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry changes the connection ID always=0D
=0D
Closes #2837.=0D
=0D
=0D
  Commit: cd51ae103b6f0f221bed411e3c803a73cb1dcacb=0D
      https://github.com/quicwg/base-drafts/commit/cd51ae103b6f0f221bed41=
1e3c803a73cb1dcacb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add a MUST discard requirement for bad SCID=0D
=0D
=0D
  Commit: afba2abcdda91bde3c8ba6b82821ed9144b7d30f=0D
      https://github.com/quicwg/base-drafts/commit/afba2abcdda91bde3c8ba6=
b82821ed9144b7d30f=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  approximately=0D
=0D
=0D
  Commit: 1ecfb27bead5c9d0b7daeeaf302ecbffa13bdbc1=0D
      https://github.com/quicwg/base-drafts/commit/1ecfb27bead5c9d0b7daee=
af302ecbffa13bdbc1=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  prepared to receive, until retired=0D
=0D
=0D
  Commit: e21532dca6de0225191e3835ec0a038026bd31a3=0D
      https://github.com/quicwg/base-drafts/commit/e21532dca6de0225191e38=
35ec0a038026bd31a3=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 86e8472597305ad26d56a02228dca2f0f332e084=0D
      https://github.com/quicwg/base-drafts/commit/86e8472597305ad26d56a0=
2228dca2f0f332e084=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify that clients don't need to remember unknown SETTINGS (#3113)=0D=

=0D
Fixes #3110.=0D
=0D
=0D
  Commit: 3662405decdc750cb97d7b1bd3eab1ad62abc0ff=0D
      https://github.com/quicwg/base-drafts/commit/3662405decdc750cb97d7b=
1bd3eab1ad62abc0ff=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 6a225b8bfc8b8aad98fa0ffee512f59940db48b5=0D
      https://github.com/quicwg/base-drafts/commit/6a225b8bfc8b8aad98fa0f=
fee512f59940db48b5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 886db2af9e5c70a553dcf1d71d34fbe75c963a2d=0D
      https://github.com/quicwg/base-drafts/commit/886db2af9e5c70a553dcf1=
d71d34fbe75c963a2d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: fbc5da02f79d917695170067d1f135fda2970094=0D
      https://github.com/quicwg/base-drafts/commit/fbc5da02f79d9176951700=
67d1f135fda2970094=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3077 from quicwg/ianswett-remove-discussion=0D
=0D
Remove obsolete 'Discussion' section=0D
=0D
=0D
  Commit: 38bf1be3d068e40303c1b7bbfdf5b0fab85548ed=0D
      https://github.com/quicwg/base-drafts/commit/38bf1be3d068e40303c1b7=
bbfdf5b0fab85548ed=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  editorial tweaks=0D
=0D
=0D
  Commit: ffbef0e62d0b1489632e95a2307d66961ecf661c=0D
      https://github.com/quicwg/base-drafts/commit/ffbef0e62d0b1489632e95=
a2307d66961ecf661c=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo=0D
=0D
=0D
  Commit: c56847ba78a13598a928b690d8a0e29fbf3d9ca4=0D
      https://github.com/quicwg/base-drafts/commit/c56847ba78a13598a928b6=
90d8a0e29fbf3d9ca4=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fixing links=0D
=0D
=0D
  Commit: 98d2154f83e1be5ee41e89a97c96e2d1cf314788=0D
      https://github.com/quicwg/base-drafts/commit/98d2154f83e1be5ee41e89=
a97c96e2d1cf314788=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Typo, trailing whitespace=0D
=0D
=0D
  Commit: c140315b6db75cb8d487cc81aa6e15a4949e062f=0D
      https://github.com/quicwg/base-drafts/commit/c140315b6db75cb8d487cc=
81aa6e15a4949e062f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix line lengths=0D
=0D
=0D
  Commit: 6d5698c1c0059d7e6adb460829acd06aa8c74b68=0D
      https://github.com/quicwg/base-drafts/commit/6d5698c1c0059d7e6adb46=
0829acd06aa8c74b68=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't say why, it just is=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: cea9e6e127f1600519448991f521c9bfbe29da05=0D
      https://github.com/quicwg/base-drafts/commit/cea9e6e127f16005194489=
91f521c9bfbe29da05=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3147 from quicwg/retry-cid=0D
=0D
Servers have to change connection IDs in Retry=0D
=0D
=0D
  Commit: 3a3376c41d17d2b9ffabb9783514bde13463c743=0D
      https://github.com/quicwg/base-drafts/commit/3a3376c41d17d2b9ffabb9=
783514bde13463c743=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use the right connection ID=0D
=0D
The use of "this" here was a bit ambiguous=0D
=0D
=0D
  Commit: 9706f4a9d2c0dce71a061aed1df6f4d754d23dca=0D
      https://github.com/quicwg/base-drafts/commit/9706f4a9d2c0dce71a061a=
ed1df6f4d754d23dca=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3153 from quicwg/use-the-right-cid=0D
=0D
Use the right connection ID=0D
=0D
=0D
  Commit: a7dd2f996fbd6426d0fbefaeafcb4895542a04a6=0D
      https://github.com/quicwg/base-drafts/commit/a7dd2f996fbd6426d0fbef=
aeafcb4895542a04a6=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  report_to is a list; activity_exclude_labels=0D
=0D
=0D
  Commit: 3bcb9559821b980e68194894e8495cb337d66d1f=0D
      https://github.com/quicwg/base-drafts/commit/3bcb9559821b980e681948=
94e8495cb337d66d1f=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  group_info=0D
=0D
=0D
  Commit: ff59d67a4a1c09bfd7b2177297d82f98a3fedb48=0D
      https://github.com/quicwg/base-drafts/commit/ff59d67a4a1c09bfd7b217=
7297d82f98a3fedb48=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  activity_summary_to=0D
=0D
=0D
  Commit: ce25ff53738db3092bf12a14ea27b0b2a605db7c=0D
      https://github.com/quicwg/base-drafts/commit/ce25ff53738db3092bf12a=
14ea27b0b2a605db7c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't require RESET_STREAM on terminated streams=0D
=0D
Closes #3163.=0D
=0D
=0D
  Commit: 380290424491810123c9e6e2f80a10ad7e4cf842=0D
      https://github.com/quicwg/base-drafts/commit/380290424491810123c9e6=
e2f80a10ad7e4cf842=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST limit bursts to the initial congestion window (#3160)=0D
=0D
* MUST limit bursts to the initial congestion window=0D
=0D
>From discussion on #3106 =0D
https://github.com/quicwg/base-drafts/pull/3106#discussion_r338921935=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 28c7622bd23764139dda753c704cd9d92d888416=0D
      https://github.com/quicwg/base-drafts/commit/28c7622bd23764139dda75=
3c704cd9d92d888416=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typos in QPACK draft=0D
=0D
=0D
  Commit: 4cdea4668edcba12859a11cbb0b3ccfbdf61016a=0D
      https://github.com/quicwg/base-drafts/commit/4cdea4668edcba12859a11=
cbb0b3ccfbdf61016a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make language of representations consistent.=0D
=0D
This was inspired by the comment by afrind at=0D
https://github.com/quicwg/base-drafts/pull/2942#discussion_r335222617.=0D=

=0D
For each representation, uniformly=0D
* use the word "representation" in the first sentence;=0D
* use the word "identifies" if it's a verbatim entry; "encodes" otherwise=
;=0D
* identify relative versus post-base indexing in the first sentence;=0D
* move drawing right after first sentence;=0D
* use consistent language describing binary format.=0D
=0D
=0D
  Commit: 151359d5d8b66a3bbaa127d7b5ad34ce14df171a=0D
      https://github.com/quicwg/base-drafts/commit/151359d5d8b66a3bbaa127=
d7b5ad34ce14df171a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/up to/up to and including/ for clarity.=0D
=0D
This was suggested by dtikhonov at=0D
https://github.com/quicwg/base-drafts/pull/2942/files/11edccf6ed3697ba785=
578712b54a42051bb090d#r337177688.=0D
=0D
=0D
  Commit: eec69d4be9a3619ca9030a952073a8f9275fde57=0D
      https://github.com/quicwg/base-drafts/commit/eec69d4be9a3619ca9030a=
952073a8f9275fde57=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3108 from DavidSchinazi/no_tls_pres=0D
=0D
Replace use of the TLS presentation language with QUIC encoding=0D
=0D
=0D
  Commit: a62d8366c7efd0e700fda857652295047a46364d=0D
      https://github.com/quicwg/base-drafts/commit/a62d8366c7efd0e700fda8=
57652295047a46364d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3138 from quicwg/if-0rtt=0D
=0D
Applications need to disable or selectively reject 0-RTT=0D
=0D
=0D
  Commit: 61aeda915f02079c65182cc8a5c748a0bbea9779=0D
      https://github.com/quicwg/base-drafts/commit/61aeda915f02079c65182c=
c8a5c748a0bbea9779=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix handling of Retry in recovery (#3148)=0D
=0D
* Fix handling of Retry in recovery=0D
=0D
This section was well out of date.  Also, this covers what needs to be=0D=

retained across this transition better.  Basically, the only thing that=0D=

needs to go is the congestion and loss recovery state.  The rest can=0D
stay; in fact, the crypto handshake has to stay.=0D
=0D
Closes #2058.=0D
=0D
* cannot/MUST NOT=0D
=0D
potato/tomato=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 44f9d5d7d05a53c96faf3b420392042949da5da7=0D
      https://github.com/quicwg/base-drafts/commit/44f9d5d7d05a53c96faf3b=
420392042949da5da7=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Talk about concurrency in H3 vs. H2 (#3114)=0D
=0D
* Talk about concurrency=0D
=0D
* Talk about push separately=0D
=0D
* Precision, thanks to @kazuho=0D
=0D
* Update draft-ietf-quic-http.md=0D
=0D
Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com>=0D
=0D
=0D
  Commit: 2299b0056006f26c4e8165d9644992fc1310612c=0D
      https://github.com/quicwg/base-drafts/commit/2299b0056006f26c4e8165=
d9644992fc1310612c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Feedback=0D
=0D
=0D
  Commit: 6e803f135d2d65bf854d5066a7695ddd3a3e08cf=0D
      https://github.com/quicwg/base-drafts/commit/6e803f135d2d65bf854d50=
66a7695ddd3a3e08cf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3149 from quicwg/transport/name_connections=0D
=0D
Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 234249cb96e21ea564a37e7e1dc2107b7acfe1bb=0D
      https://github.com/quicwg/base-drafts/commit/234249cb96e21ea564a37e=
7e1dc2107b7acfe1bb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3165 from quicwg/reset-after-fin=0D
=0D
Don't require RESET_STREAM on terminated streams=0D
=0D
=0D
  Commit: 997e49fb8553d82031c4dca65604eb0ead7dcac8=0D
      https://github.com/quicwg/base-drafts/commit/997e49fb8553d82031c4dc=
a65604eb0ead7dcac8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3057 from quicwg/ianswett-must-retransmit=0D
=0D
PTO MUST send new data or retransmit data if possible=0D
=0D
=0D
  Commit: 57a466f77afc99f32769e59596395a5848121859=0D
      https://github.com/quicwg/base-drafts/commit/57a466f77afc99f32769e5=
9596395a5848121859=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: b0cd8cd815068d6837667920832129d874333ff6=0D
      https://github.com/quicwg/base-drafts/commit/b0cd8cd815068d68376679=
20832129d874333ff6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry MUST NOT -> cannot be treated as an acknowledgement (#3171)=0D
=0D
* Retry MUST NOT -> cannot be treated as an acknowledgement=0D
=0D
I didn't notice this last commit in @martinthomson PR, but I think the ol=
der text is more correct.  I added a bit more detail about why it cannot =
be treated as an acknowledgement.=0D
=0D
* Martin's reason=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6c72970d780f5b5eea665605f5345eee5d375134=0D
      https://github.com/quicwg/base-drafts/commit/6c72970d780f5b5eea6656=
05f5345eee5d375134=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Narrow scope of draft caching=0D
=0D
=0D
  Commit: fc3a844fbcb5c19cc48c76cd39e7f78e3e2a25f1=0D
      https://github.com/quicwg/base-drafts/commit/fc3a844fbcb5c19cc48c76=
cd39e7f78e3e2a25f1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3098 from kazuho/kazuho/connection-close-not-ack-el=
iciting=0D
=0D
CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 8c571ff653275f2319e181dd11ce49a4f678060e=0D
      https://github.com/quicwg/base-drafts/commit/8c571ff653275f2319e181=
dd11ce49a4f678060e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2993 from quicwg/ct-sr=0D
=0D
Stateless reset comparisons (constant time/any order/datagram)=0D
=0D
=0D
  Commit: 0bf4ab5e5a871efd3238cd1851cfd6bac38786ad=0D
      https://github.com/quicwg/base-drafts/commit/0bf4ab5e5a871efd3238cd=
1851cfd6bac38786ad=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3096 from kazuho/kazuho/retire-prior-to-must=0D
=0D
MUST retire Connection IDs becoming stale=0D
=0D
=0D
  Commit: f792065ad02a0f5762b3bb72acfd770504994ef3=0D
      https://github.com/quicwg/base-drafts/commit/f792065ad02a0f5762b3bb=
72acfd770504994ef3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2870 from quicwg/retry-rekey=0D
=0D
Initial secrets change after Retry=0D
=0D
=0D
  Commit: ed4639eceee14bd7dc4e021290d49cdae42d21c5=0D
      https://github.com/quicwg/base-drafts/commit/ed4639eceee14bd7dc4e02=
1290d49cdae42d21c5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3045 from DavidSchinazi/multi_packet_client_hello=0D=

=0D
Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: ca4f89343c03e42da920794cff5a5c584705d4f3=0D
      https://github.com/quicwg/base-drafts/commit/ca4f89343c03e42da92079=
4cff5a5c584705d4f3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Add workaround for caching bug=0D
=0D
=0D
  Commit: bf1394db3c610de54286bbf7aafdb235599ba46f=0D
      https://github.com/quicwg/base-drafts/commit/bf1394db3c610de54286bb=
f7aafdb235599ba46f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some small adjustments=0D
=0D
=0D
  Commit: 289e57d5ed1f37e2f3ef1c36dc427c782b418576=0D
      https://github.com/quicwg/base-drafts/commit/289e57d5ed1f37e2f3ef1c=
36dc427c782b418576=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into rework-key-update-2=0D
=0D
=0D
  Commit: a7b0addaa2cb1a0fab865adb8f1d2437dca302d9=0D
      https://github.com/quicwg/base-drafts/commit/a7b0addaa2cb1a0fab865a=
db8f1d2437dca302d9=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Split first from subsequent again=0D
=0D
=0D
Compare: https://github.com/quicwg/base-drafts/compare/b1d56947b2cf...a7b=
0addaa2cb=0D


From nobody Sun Nov  3 15:34:01 2019
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 0FE3212004D for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:33:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fxYyTZBaRAHE for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:33:57 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D590A120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:33:56 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id F19D46A0A90 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:33:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824035; bh=KV1FLHReP/mHuwmcbu5aRQh5W679kYYe6XM8dxYURe4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dLXyDDTmT14eyLRgmkQVyoQ/Am8KOP5c8DrljfRFJwVaL8hAW5yf4+90/ynyXP50h EJXfYLZdb8sp9SJHOCttIUm/a5EvCCVQvh5hBwFkEZf+j70IIDvVEIcP8jUsjV+fRv V4ODCsUEoazmbd9tkU6frhYjJZ8y0ddl0l105/c4=
Date: Sun, 03 Nov 2019 15:33:55 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/push/4228599049@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf63e3e23b5_6a23fcf2e4cd9604313ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hgw9_U_0HMSdKEWR0DNetO1vJfE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 23:33:59 -0000

----==_mimepart_5dbf63e3e23b5_6a23fcf2e4cd9604313ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 3 commits.

bf1394db3c610de54286bbf7aafdb235599ba46f  Some small adjustments
289e57d5ed1f37e2f3ef1c36dc427c782b418576  Merge branch 'master' into rework-key-update-2
a7b0addaa2cb1a0fab865adb8f1d2437dca302d9  Split first from subsequent again


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050/files/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9..a7b0addaa2cb1a0fab865adb8f1d2437dca302d9

----==_mimepart_5dbf63e3e23b5_6a23fcf2e4cd9604313ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 3 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bf1394db3c610de54286bbf7aafdb235599ba46f">bf1394d</a>  Some small adjustments</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/289e57d5ed1f37e2f3ef1c36dc427c782b418576">289e57d</a>  Merge branch &#39;master&#39; into rework-key-update-2</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a7b0addaa2cb1a0fab865adb8f1d2437dca302d9">a7b0add</a>  Split first from subsequent again</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3050/files/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9..a7b0addaa2cb1a0fab865adb8f1d2437dca302d9?email_source=notifications&amp;email_token=AFTOJK6PXWUTFVUTTT5LJ7TQR5NWHA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTSMBXGU4TSM2QOVZWQIZUGIZDQNJZHEYDIOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6GEE3ZADDJIHU4VGDQR5NWHANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KE7MA2ACXSY6XEH3QR5NWHA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTSMBXGU4TSM2QOVZWQIZUGIZDQNJZHEYDIOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050/files/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9..a7b0addaa2cb1a0fab865adb8f1d2437dca302d9?email_source=notifications\u0026email_token=AFTOJK6PXWUTFVUTTT5LJ7TQR5NWHA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTSMBXGU4TSM2QOVZWQIZUGIZDQNJZHEYDIOI",
"url": "https://github.com/quicwg/base-drafts/pull/3050/files/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9..a7b0addaa2cb1a0fab865adb8f1d2437dca302d9?email_source=notifications\u0026email_token=AFTOJK6PXWUTFVUTTT5LJ7TQR5NWHA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTSMBXGU4TSM2QOVZWQIZUGIZDQNJZHEYDIOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf63e3e23b5_6a23fcf2e4cd9604313ab--


From nobody Sun Nov  3 15:34:24 2019
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 6AC8E12003E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:34:22 -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 C9L1hVF2bSdh for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:34:21 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E9862120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:34:20 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id D8E282C0ED1 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:34:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824059; bh=VBAHX/YJ0wzC61TxZcCdHl6M2ZeaHPlCH8tcOt24sE8=; h=Date:From:To:Subject:From; b=riSF6L/Z/1kJID1dXd2s34C8YCHUkWHcqwemLL2BQoYtdOvLLSIpHCpNn8AJ4IkH2 CFPrUboK4TcCEyAYPphpRqYpMrGuVPpATdH6Ej8sxHu9G+bU5Si6nB0jHiQB9Y2c3k SuNsK8urDIdezxuxs4/KfmEYU9EE1Knzusf24mjU=
Date: Sun, 03 Nov 2019 15:34:19 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ff499c-0a72ee@github.com>
Subject: [quicwg/base-drafts] 0a72ee: Script updating gh-pages from a7b0adda. [ci skip]
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/dEX_70lqKFenGgruJK8lYe83fhQ>
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, 03 Nov 2019 23:34:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0a72ee7d7692affc11491cb9a06aabcf54b14b34
      https://github.com/quicwg/base-drafts/commit/0a72ee7d7692affc11491cb9a06aabcf54b14b34
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M index.html
    M rework-key-update-2/draft-ietf-quic-http.html
    M rework-key-update-2/draft-ietf-quic-http.txt
    M rework-key-update-2/draft-ietf-quic-invariants.html
    M rework-key-update-2/draft-ietf-quic-invariants.txt
    M rework-key-update-2/draft-ietf-quic-qpack.html
    M rework-key-update-2/draft-ietf-quic-qpack.txt
    M rework-key-update-2/draft-ietf-quic-recovery.html
    M rework-key-update-2/draft-ietf-quic-recovery.txt
    M rework-key-update-2/draft-ietf-quic-tls.html
    M rework-key-update-2/draft-ietf-quic-tls.txt
    M rework-key-update-2/draft-ietf-quic-transport.html
    M rework-key-update-2/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from a7b0adda. [ci skip]



From nobody Sun Nov  3 15:35:13 2019
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 4182712003E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:35:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 05YBora5EliR for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:35:09 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A836120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:35:09 -0800 (PST)
Date: Sun, 03 Nov 2019 15:35:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824108; bh=2PGTIo1DevpGAX0Ux/QLLHUB/imrMccn5bedu91lMU0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HW83InPP7VxUlForKZ7vW7NFijB/VcKYCcxsCIAjibevAqH58cziOgXz/MvZFEKpI Vw/W1LYn1jqZEzWtZsFvuEy1JGqbj+i3hQqrLwYpVBCKDDpPCHXYdbYDr2ZJLusjEJ Ae4rM/AqGMBPMe+S/2jklL21lc/SouN+slTovKdQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2HJCO7WXP6UYTXT6F3ZSLKZEVBNHHB5Q737U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3181/review/310848647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3181@github.com>
References: <quicwg/base-drafts/pull/3181@github.com>
Subject: Re: [quicwg/base-drafts] HTTP & QPACK changelogs for -24 (#3181)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf642c16bbd_2f263fe6e9ecd9608971ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DLEVQF9t8aBd7p9tMLzFYok7sto>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 23:35:11 -0000

----==_mimepart_5dbf642c16bbd_2f263fe6e9ecd9608971ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3181#pullrequestreview-310848647
----==_mimepart_5dbf642c16bbd_2f263fe6e9ecd9608971ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications&amp;email_token=AFTOJKZRZ53P5WEPIB4KXN3QR5N2ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSZBY#pullrequestreview-310848647">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2F6YKWPKBEGU555ADQR5N2ZANCNFSM4JH3ZK6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KOCDEG7URP5OLRSTQR5N2ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSZBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJKZRZ53P5WEPIB4KXN3QR5N2ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSZBY#pullrequestreview-310848647",
"url": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJKZRZ53P5WEPIB4KXN3QR5N2ZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDSZBY#pullrequestreview-310848647",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf642c16bbd_2f263fe6e9ecd9608971ba--


From nobody Sun Nov  3 15:39:49 2019
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 429C3120026 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:39:47 -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 ZukzuqPqN9mC for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:39:45 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 704A8120024 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:39:45 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 55CCC6E0BE9 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:39:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824384; bh=kjKILjV9SPfbqLWqLauL5EzpjDQQJhVjaFNF5U1oT/E=; h=Date:From:To:Subject:From; b=ZDAdt/2+FBDcy6xbL1vmUWCtydpIyUmWCMN7zOkBO8yTpSuQ+ZRXh5X8UCS+BXhJB MvtXCCvGObtZjlK2I6TzSrb7ZQnorGWGjFyHZZQag1dGBha9BkmXZGvEApkllV+yPN JmKDwO5yDEh8p6WHvW7WVq4UQMOP33ZVBkStBjCk=
Date: Sun, 03 Nov 2019 15:39:44 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/must-distinguish-tokens/6b6273-311d87@github.com>
Subject: [quicwg/base-drafts] 311d87: Jana's suggestions
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/-1YYcbt1U2oL0bjLIsPWxRzF1Xk>
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, 03 Nov 2019 23:39:47 -0000

  Branch: refs/heads/must-distinguish-tokens
  Home:   https://github.com/quicwg/base-drafts
  Commit: 311d87043248d5862f3e181e9045f90bdf73239d
      https://github.com/quicwg/base-drafts/commit/311d87043248d5862f3e181e9045f90bdf73239d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Jana's suggestions



From nobody Sun Nov  3 15:39:56 2019
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 3174912003E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:39:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9TaAa-iWcLq6 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:39:53 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 66BBC120026 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:39:53 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 7287A2C331A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:39:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824392; bh=/MQFlz2wL+EKW1DmdfxzjkySQsKajRTWby9ImRNT2ZI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0K1jTmTAPjzhpeQMRMQ6xpUFW6TqK/xso2acjgopDn05ncYfFu0BH+gYBadfNP3eN YEoZSBvD3HWZojeI8m/IcdSTrLVzYK5Xkd0JNlI/lY8t2a8yCDOx+XWXFkWbFCJmlp EAjvSfWVvCBso3dMUZFQSOJk5eInoOu2o4792Da4=
Date: Sun, 03 Nov 2019 15:39:52 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/push/4228607386@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf65486387b_10093fb2e0ecd95c2180c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ss7m62CmqcvrH3bDomxB0h2ZXj4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 23:39:55 -0000

----==_mimepart_5dbf65486387b_10093fb2e0ecd95c2180c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

311d87043248d5862f3e181e9045f90bdf73239d  Jana's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128/files/6b6273302247ffb91797391218850f95dae0b4af..311d87043248d5862f3e181e9045f90bdf73239d

----==_mimepart_5dbf65486387b_10093fb2e0ecd95c2180c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/311d87043248d5862f3e181e9045f90bdf73239d">311d870</a>  Jana&#39;s suggestions</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3128/files/6b6273302247ffb91797391218850f95dae0b4af..311d87043248d5862f3e181e9045f90bdf73239d?email_source=notifications&amp;email_token=AFTOJK3OTBBFENKYV7UFAN3QR5OMRA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTANZYGIZDGN2QOVZWQIZUGIZDQNRQG4ZTQNQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYQ32YV47PGG7YNMGTQR5OMRANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3DM3KGHMUCEPT4WOLQR5OMRA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTANZYGIZDGN2QOVZWQIZUGIZDQNRQG4ZTQNQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128/files/6b6273302247ffb91797391218850f95dae0b4af..311d87043248d5862f3e181e9045f90bdf73239d?email_source=notifications\u0026email_token=AFTOJK3OTBBFENKYV7UFAN3QR5OMRA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTANZYGIZDGN2QOVZWQIZUGIZDQNRQG4ZTQNQ",
"url": "https://github.com/quicwg/base-drafts/pull/3128/files/6b6273302247ffb91797391218850f95dae0b4af..311d87043248d5862f3e181e9045f90bdf73239d?email_source=notifications\u0026email_token=AFTOJK3OTBBFENKYV7UFAN3QR5OMRA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTANZYGIZDGN2QOVZWQIZUGIZDQNRQG4ZTQNQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf65486387b_10093fb2e0ecd95c2180c7--


From nobody Sun Nov  3 15:40:25 2019
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 A2155120026 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:40:22 -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 MXEcOe7HipVQ for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:40:21 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 30BF7120024 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:40:21 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 28920A0355 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:40:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572824420; bh=LoNqHsQbPeoi2LD/w9o9KRo0zM/x0gnxnZPxov6T9UE=; h=Date:From:To:Subject:From; b=xyFTnG297HPWtGf4m1/oehg+f0VEWAifeopHdO825hJnGa8rz4+lSA6cuDfEwwgsn jZ5gXkHNq8fp+31wYxfBITFbwavtX6JpHWpSoHl6p7zfQxTDsGEJJdchDZStquxtaM Ly9VZBPPT0hZTj4v8PMP2qdV0pDINt61T8LE/b80=
Date: Sun, 03 Nov 2019 15:40:20 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/0a72ee-0a5438@github.com>
Subject: [quicwg/base-drafts] 0a5438: Script updating gh-pages from 311d8704. [ci skip]
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/XjaVTgzaHySAzbpvLwA2iN0CC_I>
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, 03 Nov 2019 23:40:23 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0a54382df1301fa4a34b7b98f934711769c1d65e
      https://github.com/quicwg/base-drafts/commit/0a54382df1301fa4a34b7b98f934711769c1d65e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M index.html
    M must-distinguish-tokens/draft-ietf-quic-http.html
    M must-distinguish-tokens/draft-ietf-quic-http.txt
    M must-distinguish-tokens/draft-ietf-quic-invariants.html
    M must-distinguish-tokens/draft-ietf-quic-invariants.txt
    M must-distinguish-tokens/draft-ietf-quic-qpack.html
    M must-distinguish-tokens/draft-ietf-quic-qpack.txt
    M must-distinguish-tokens/draft-ietf-quic-recovery.html
    M must-distinguish-tokens/draft-ietf-quic-recovery.txt
    M must-distinguish-tokens/draft-ietf-quic-tls.html
    M must-distinguish-tokens/draft-ietf-quic-tls.txt
    M must-distinguish-tokens/draft-ietf-quic-transport.html
    M must-distinguish-tokens/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 311d8704. [ci skip]



From nobody Sun Nov  3 15:56:12 2019
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 C24AC12004D for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:56:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LzQc7FV_BhHP for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 15:56:08 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E05512003E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 15:56:08 -0800 (PST)
Date: Sun, 03 Nov 2019 15:56:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572825367; bh=NBMV6fjXFVLrC8YGWJBAQLO8BVvoapWN5RHOibRWxyg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ttbwwJDfIRC4Jpk9rNNY02kjejfQPxurr4kz90OB2updxhbQFlVcB02PJdHUHL1cD 07phGBy1aEKwcnP7Xfkmnt22eXnDHz6Qy3mmWi3qpicisMhjZPewGGcs1bbkrUY0L7 YQI3U7xa7nM0TmZa+/bt5SuNyhJvyzuL+Obvlwg4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZT5NO7IOLYL5JM3KF3ZSNZPEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/310849894@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf691726fde_227a3ffc766cd95c5646a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KocmXjObjZklR1tcE77YyJ-fr0s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 03 Nov 2019 23:56:11 -0000

----==_mimepart_5dbf691726fde_227a3ffc766cd95c5646a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



>  current Probe Timeout (PTO).
 
-Each endpoint advertises its own idle timeout to its peer.  An endpoint
-restarts any timer it maintains when a packet from its peer is received and
-processed successfully.  The timer is also restarted when sending an
+Each endpoint advertises a max_idle_timeout, but the effective value
+at an endpoint is computed as the minimum of the two advertised values. By announcing
+a max_idle_timeout, an endpoint commits to initiating an immediate close

> a max_idle_timeout, an endpoint declares that after being idle for longer than the advertised time it will not send any packets and it could generate a stateless reset ({{stateless-reset}}) in reaction to any received packet.  An endpoint commits to initiating an immediate close [...]

> -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is

I don't think that we need new names.  New names are best when you need to refer to them in many places, but idle timeout logic is all constrained to this one section.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#pullrequestreview-310849894
----==_mimepart_5dbf691726fde_227a3ffc766cd95c5646a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341881443">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  current Probe Timeout (PTO).
 
-Each endpoint advertises its own idle timeout to its peer.  An endpoint
-restarts any timer it maintains when a packet from its peer is received and
-processed successfully.  The timer is also restarted when sending an
+Each endpoint advertises a max_idle_timeout, but the effective value
+at an endpoint is computed as the minimum of the two advertised values. By announcing
+a max_idle_timeout, an endpoint commits to initiating an immediate close
</pre>
<blockquote>
<p>a max_idle_timeout, an endpoint declares that after being idle for longer than the advertised time it will not send any packets and it could generate a stateless reset ({{stateless-reset}}) in reaction to any received packet.  An endpoint commits to initiating an immediate close [...]</p>
</blockquote>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r341881483">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
</pre>
<p>I don't think that we need new names.  New names are best when you need to refer to them in many places, but idle timeout logic is all constrained to this one section.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK6OREURB2WLSAF6EILQR5QJPA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTCZQ#pullrequestreview-310849894">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2B4ZSISCOFCFWF3ADQR5QJPANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4YDQ26RS7D6SUWILTQR5QJPA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTCZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK6OREURB2WLSAF6EILQR5QJPA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTCZQ#pullrequestreview-310849894",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK6OREURB2WLSAF6EILQR5QJPA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTCZQ#pullrequestreview-310849894",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf691726fde_227a3ffc766cd95c5646a2--


From nobody Sun Nov  3 16:06:54 2019
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 23D2012004F for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 16:06:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xVbu6DFdl1wK for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 16:06:50 -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 A778612088B for <quic-issues@ietf.org>; Sun,  3 Nov 2019 16:06:50 -0800 (PST)
Date: Sun, 03 Nov 2019 16:06:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572826009; bh=qgt81HLQQN5Xw50ONjgxR8hYQuv2asBlP6340vLoevk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dwL4xr8kccIJw4Nrdbp6CXGTkIk/Xej5o+l+2RddAsn0h7fRAXsk9I2I9yyemjQh5 h3oFVbq/sujzD3K7tOvWnsBdCCqvHo1zu9UOGjAzBe0Vk8oxXTWMMOcKmYhZJEX8jD ssgAkcwWEG4rL18kTzlduXt6eQc1vKNWnRI3Do9Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4GLO27ZXOTQOEHM4F3ZSPBTEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/310850647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf6b9976e70_5ed73ffadc4cd968354162"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/x7rwJURfIYBbFiaBODUcEs21nOk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 00:06:53 -0000

----==_mimepart_5dbf6b9976e70_5ed73ffadc4cd968354162
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

I found some of the wording to be awkward.  I'm not sure that my formulation is better, but you can integrate as you like.

> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

Maybe instead:

> The server could discard such a packet, but this could result in the client continuing to send the invalid Initial packet until it is eventually forced to abandon the connection attempt.  A server that requires address validation SHOULD immediately close ({{imm...}}) the connection with an INVALID_TOKEN error to allow the client to detect the error sooner.  Note that a server has not established any state for the connection at this point and so does not enter the closing period.  Alternatively, a server MAY proceed with the connection without verifying the token, though the server MUST NOT consider the client address to be valid.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-310850647
----==_mimepart_5dbf6b9976e70_5ed73ffadc4cd968354162
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>I found some of the wording to be awkward.  I'm not sure that my formulation is better, but you can integrate as you like.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r341881996">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>Maybe instead:</p>
<blockquote>
<p>The server could discard such a packet, but this could result in the client continuing to send the invalid Initial packet until it is eventually forced to abandon the connection attempt.  A server that requires address validation SHOULD immediately close ({{imm...}}) the connection with an INVALID_TOKEN error to allow the client to detect the error sooner.  Note that a server has not established any state for the connection at this point and so does not enter the closing period.  Alternatively, a server MAY proceed with the connection without verifying the token, though the server MUST NOT consider the client address to be valid.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK2UAY7SFEPRX7BD3QTQR5RRTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTIVY#pullrequestreview-310850647">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK43WX5M52OYV6H36FLQR5RRTANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5SP2FQJOIOOG4K2UTQR5RRTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTIVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK2UAY7SFEPRX7BD3QTQR5RRTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTIVY#pullrequestreview-310850647",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK2UAY7SFEPRX7BD3QTQR5RRTA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTIVY#pullrequestreview-310850647",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf6b9976e70_5ed73ffadc4cd968354162--


From nobody Sun Nov  3 16:33:38 2019
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 C0A4A1200EB for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 16:33:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 n7FhVkoRe839 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 16:33:35 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD21C12007A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 16:33:34 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id EEC2F66049E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 16:33:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572827613; bh=eBTvCvzE0NY38b3XqjrkO+epn3QgAXTpiGjsc96VWzg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TfBBVBeQ7LqyVNUAtsnFB0JFbbtddJDzTxRb8xwUjkyQJ03DR+d0fOm14lUEAHmWW 1djrHKl5j5xDLBeOnpQ1y45das6ZVZI3mnMVzHnjZlBz/LMg24nGXCWCesygeX1Hao bXvBxfKGy0ZOTLl6s7H5uSLKLT1qHEk9TRV0meZA=
Date: Sun, 03 Nov 2019 16:33:33 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2CAZL6GYN3JQAX2WV3ZSSF3EVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185/review/310852449@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3185@github.com>
References: <quicwg/base-drafts/pull/3185@github.com>
Subject: Re: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf71dde01d7_2b0c3f7e7eecd95c1930439"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pmbdFLPMDzi0-JJWiBkP4CbE18k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 00:33:37 -0000

----==_mimepart_5dbf71dde01d7_2b0c3f7e7eecd95c1930439
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185#pullrequestreview-310852449
----==_mimepart_5dbf71dde01d7_2b0c3f7e7eecd95c1930439
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJKYXQDB3JZD5PYM5MQ3QR5UV3A5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTWYI#pullrequestreview-310852449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3XAKHRGVF64JQ4BE3QR5UV3ANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZA5UZQZRRY2MRJ5LLQR5UV3A5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTWYI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKYXQDB3JZD5PYM5MQ3QR5UV3A5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTWYI#pullrequestreview-310852449",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKYXQDB3JZD5PYM5MQ3QR5UV3A5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDTWYI#pullrequestreview-310852449",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf71dde01d7_2b0c3f7e7eecd95c1930439--


From nobody Sun Nov  3 17:07:10 2019
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 526B4120144 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:07:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TctogeLNlyS4 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:07:06 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B86131200EB for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:07:06 -0800 (PST)
Date: Sun, 03 Nov 2019 17:07:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572829626; bh=i9eJNuupbeIBW3mjRgWlRlNiNYCXaHU6cqjgrNZpPyM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n73aKqXwrUO7JeY6HDxtiFhDndtsxn2dpOh1RhjQgkCdTF0CbxfQa83kC7NPHvlxx OtlJXo1sl1yFlIs+Xj5fy4Tf4LSs4kXdHTRCtNAwcFtWsEercp6yyn6pSIyeGd97/I lKZa4Xjl7R9XweTe9oW+JIB5mJTuuk6Uzz/vrp8c=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2BWMCHJEBE7CITK6F3ZSWDVEVBNHHB3CL6HQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/review/310855015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf79ba4f84_46a73fada7ecd96838979c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5ecFGakBv8AUXBeDVsBRQxVtdbc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:07:08 -0000

----==_mimepart_5dbf79ba4f84_46a73fada7ecd96838979c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



>  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.

Yeah that's true, but it's like filling a land mine that would explode once we change the definition of handshake complete.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050#discussion_r341885240
----==_mimepart_5dbf79ba4f84_46a73fada7ecd96838979c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3050#discussion_r341885240">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
-The KEY_PHASE bit allows a recipient to detect a change in keying material
-without necessarily needing to receive the first packet that triggered the
-change.  An endpoint that notices a changed KEY_PHASE bit can update keys and
-decrypt the packet that contains the changed bit.
+The Key Phase bit indicates which packet protection keys are used to protect the
+packet.  The Key Phase bit is initially set to 0 for the first set of 1-RTT
+packets and toggled to signal each subsequent key update.
</pre>
<p>Yeah that's true, but it's like filling a land mine that would explode once we change the definition of handshake complete.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications&amp;email_token=AFTOJKY5XH3TI2Q6EQBAWL3QR5YTVA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDUKZY#discussion_r341885240">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72W7TAN2BHWBEKKA3QR5YTVANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5QEGUM7XST64T6EDTQR5YTVA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDUKZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJKY5XH3TI2Q6EQBAWL3QR5YTVA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDUKZY#discussion_r341885240",
"url": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJKY5XH3TI2Q6EQBAWL3QR5YTVA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDUKZY#discussion_r341885240",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf79ba4f84_46a73fada7ecd96838979c--


From nobody Sun Nov  3 17:57:14 2019
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 0E964120881 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:12 -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 WwSZBPtnNFPA for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:09 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FEC2120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:09 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 7486F6A1279 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832628; bh=YrYGU8vCQtTL9l0X2K1AF/61C2QtHb4QO2dPe4EJYjI=; h=Date:From:To:Subject:From; b=dEjsZWni0p2R5ozdCvxMwuhAi2EgW0nTQc60Y+uQ+vGOcrIvxojHhRMBuPE+oXML1 7lylV91qyHxUJkC9pScLp8zJD6X4swj1oznuZN1UwMEb9PpkWz2k+B5ndzfj/JYwJ4 yPOKAVAvqjmgYOF1BwqXRn4FKlaXm5tYZB/pa2Ik=
Date: Sun, 03 Nov 2019 17:57:08 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/3f1cf6-46613e@github.com>
Subject: [quicwg/base-drafts] 4763ec: HTTP changelog
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/SA6QBjSVxOgDJN9rRuXnwBwBPHw>
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, 04 Nov 2019 01:57:12 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4763ecefb6eda25b4d4abd61df757376651588dd
      https://github.com/quicwg/base-drafts/commit/4763ecefb6eda25b4d4abd61df757376651588dd
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  HTTP changelog


  Commit: 9ab15f9af80f63998738ce160d25ebe3c99adf30
      https://github.com/quicwg/base-drafts/commit/9ab15f9af80f63998738ce160d25ebe3c99adf30
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Nothing non-editorial for QPACK


  Commit: 46613ea5d21ed04c3d546c2955e991f41e067fb1
      https://github.com/quicwg/base-drafts/commit/46613ea5d21ed04c3d546c2955e991f41e067fb1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md

  Log Message:
  -----------
  Merge pull request #3181 from quicwg/http/changelog-24

HTTP & QPACK changelogs for -24


Compare: https://github.com/quicwg/base-drafts/compare/3f1cf6127d12...46613ea5d21e


From nobody Sun Nov  3 17:57:21 2019
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 6ABD0120020 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:13 -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, TVD_SPACE_RATIO=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 Tlg136YQqPR4 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:10 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED6A712086B for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:09 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id EB83896025E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832628; bh=oC8SWZJqLfijSZBeb0JvXJePNiPsUx9UrK2XsnfxVqc=; h=Date:From:To:Subject:From; b=MW++RrJi7MmBs9BTHLTC8YfzROkxrijCJ4e2DJ4qHuBIkjT1npz4x8izn0WHGDsq+ yq9uStk2KKDlThMLKYKeql5hgFO9patYc9WM1w7Wz1UBgT8ZTQLIMyc5gMO2EiS3Ld MwLFXjCLzZ25n+cd2PxXvXFc9pK0ZuHxh5m/Wezo=
Date: Sun, 03 Nov 2019 17:57:08 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/changelog-24/9ab15f-000000@github.com>
Subject: [quicwg/base-drafts]
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/AeMcerc3SlVDB50_Yh5-rzrWyn4>
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, 04 Nov 2019 01:57:13 -0000

  Branch: refs/heads/http/changelog-24
  Home:   https://github.com/quicwg/base-drafts


From nobody Sun Nov  3 17:57:28 2019
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 10BB212002F for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Nh_DcO2Suilm for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:19 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C0491120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:18 -0800 (PST)
Date: Sun, 03 Nov 2019 17:57:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832637; bh=G5ADVQZj9Fh42hJRI0fxD8foQmnG/WGiVyQeLzjnNE0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IYfW/nZg9pgqvXVlpqn9KEAIvVa7NOg6uQwIPBJkinUIhzUmCB8LAdE8ro4iI2Y2d ZCbeVxSg5fr9po59XMVWbOrajIzzpCkCbo5Bi4aDh2PG4f8zVUPNjGEyHKE3dSGXrk RXhs/Wz/d/8oVXyvXFJ15YXK+1JpLAWVy3jew7f8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3MSY557SHWOL6SKV3ZS37ZEVBNHHB5Q737U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3181/issue_event/2766403258@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3181@github.com>
References: <quicwg/base-drafts/pull/3181@github.com>
Subject: Re: [quicwg/base-drafts] HTTP & QPACK changelogs for -24 (#3181)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf857cf0146_34ef3f7ea36cd96c31577f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SrmtKX_stGiZ0mtpnvAClXZD6A8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:57:21 -0000

----==_mimepart_5dbf857cf0146_34ef3f7ea36cd96c31577f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3181 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3181#event-2766403258
----==_mimepart_5dbf857cf0146_34ef3f7ea36cd96c31577f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516160509" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3181" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3181/hovercard" href="https://github.com/quicwg/base-drafts/pull/3181">#3181</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications&amp;email_token=AFTOJK5LSSWHLKSPWGK6OZDQR56PZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7NOQ#event-2766403258">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK77YBA22M4O3FBWCY3QR56PZANCNFSM4JH3ZK6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4H6Z75RKGA6AKTL7LQR56PZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7NOQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJK5LSSWHLKSPWGK6OZDQR56PZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7NOQ#event-2766403258",
"url": "https://github.com/quicwg/base-drafts/pull/3181?email_source=notifications\u0026email_token=AFTOJK5LSSWHLKSPWGK6OZDQR56PZA5CNFSM4JH3ZK6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7NOQ#event-2766403258",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf857cf0146_34ef3f7ea36cd96c31577f--


From nobody Sun Nov  3 17:57:35 2019
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 1C9941208CA for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:29 -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, TVD_SPACE_RATIO=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 7HCH2i7Nsg4R for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:26 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 29E9A12002F for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:26 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 0E3DBA01F8 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832645; bh=BVShJ5YbBoTYoXu7K5i9vlgpxyzs1TQ+r/p6WipBHk8=; h=Date:From:To:Subject:From; b=Em1RHjQp9f9coKhhR7l/uSCdBZnei+IA04p4Q/wZ+6IIaE0e3dhlK+ve4OKgC4v5m K/T5sQ+gLPap4RRmaoeAHZ6Z7WhZ13zlFzy1FXzFnSEbi7j3bByZ3XC6prHTQWYgCO McvZIFX3AezmnMyLYhoJcezSJkECz3K9Fui0I+hA=
Date: Sun, 03 Nov 2019 17:57:24 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/tt-changelog-24/b31d15-000000@github.com>
Subject: [quicwg/base-drafts]
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/8ozDnNz85hTzbFD4nolOMaZucX4>
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, 04 Nov 2019 01:57:29 -0000

  Branch: refs/heads/tt-changelog-24
  Home:   https://github.com/quicwg/base-drafts


From nobody Sun Nov  3 17:57:42 2019
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 85F0312089A for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:28 -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 ZxpEB7BfhX0H for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:25 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C992120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:25 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id C6B1D1210F0 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832644; bh=Hrhb4mOzCmW2cUdmW7PdQwCJlHhBR/znmLHGIEOBNiU=; h=Date:From:To:Subject:From; b=MYoMmR5QTzv2M+Zx2YoMI8bQZ5nsH9brr9N4HaA+YVWKiym5fdgSyWAIR+HsOrGA2 uDBqYT73+Q0Jx8aZlG/XyXoxVAojSH6KiLSstOr9Mq7fBEzvNzeZDqjXlxBja2bBiN DiKh+/Pq6RIwApm8OIivDaoRO9EMa8BDHtl3/X8A=
Date: Sun, 03 Nov 2019 17:57:24 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/46613e-3b22f6@github.com>
Subject: [quicwg/base-drafts] b31d15: Transport and TLS changelog for -24
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/0hSw2PTQDKj6F20zv19DpGORgXk>
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, 04 Nov 2019 01:57:29 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b31d15f3f6233d2cd1bd77aef98a9309bc17eb79
      https://github.com/quicwg/base-drafts/commit/b31d15f3f6233d2cd1bd77aef98a9309bc17eb79
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Transport and TLS changelog for -24


  Commit: 3b22f6646dde6c5e98e637a6ebf13da23884c6a1
      https://github.com/quicwg/base-drafts/commit/3b22f6646dde6c5e98e637a6ebf13da23884c6a1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3180 from quicwg/tt-changelog-24

Transport and TLS changelog for -24


Compare: https://github.com/quicwg/base-drafts/compare/46613ea5d21e...3b22f6646dde


From nobody Sun Nov  3 17:57:49 2019
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 8EB3C1208CE for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WpM3VNslu9sx for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:35 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4FC9D120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:35 -0800 (PST)
Date: Sun, 03 Nov 2019 17:57:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832654; bh=PvcyLx1s9ZrnITFSxumveIWLtgZvNMruDnmKygWuL10=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nVHGlxiY9zErNoUCJq55cA2TiYnTtx0oqi2MhdeS8NT5l+pDmqlwxEgX65c1ZCwJP 3W0CvzFqMDjht7pIkcwwnrU9sNNW7c+NCOtVykfzm/v1dJjxEQ0m9dOlMWhS6eVepY lBR1ljZ79K9SglUAfAas/0m3AmQAToe1iJ30lQ2E=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ7LHLZUFLHZDADBY53ZS4A3EVBNHHB5PW34I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3180/issue_event/2766403500@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3180@github.com>
References: <quicwg/base-drafts/pull/3180@github.com>
Subject: Re: [quicwg/base-drafts] Transport and TLS changelog for -24 (#3180)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf858dead8c_75e63fe7a24cd9603473e0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xIQ0o13OsM7rX7hY9-NbpRcJy2w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:57:38 -0000

----==_mimepart_5dbf858dead8c_75e63fe7a24cd9603473e0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3180 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3180#event-2766403500
----==_mimepart_5dbf858dead8c_75e63fe7a24cd9603473e0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="515824610" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3180" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3180/hovercard" href="https://github.com/quicwg/base-drafts/pull/3180">#3180</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3180?email_source=notifications&amp;email_token=AFTOJK73T75G6G35USYDHSLQR56Q3A5CNFSM4JHUE6L2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7PLA#event-2766403500">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK66HOZ4CEBMUXGFUPTQR56Q3ANCNFSM4JHUE6LQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYOKYFEPIBZDQTH6HDQR56Q3A5CNFSM4JHUE6L2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7PLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3180?email_source=notifications\u0026email_token=AFTOJK73T75G6G35USYDHSLQR56Q3A5CNFSM4JHUE6L2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7PLA#event-2766403500",
"url": "https://github.com/quicwg/base-drafts/pull/3180?email_source=notifications\u0026email_token=AFTOJK73T75G6G35USYDHSLQR56Q3A5CNFSM4JHUE6L2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7PLA#event-2766403500",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf858dead8c_75e63fe7a24cd9603473e0--


From nobody Sun Nov  3 17:58:02 2019
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 63D4C12086B for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:45 -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 uYuXTMDQMEE1 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:57:43 -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 95EDD120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:57:43 -0800 (PST)
Date: Sun, 03 Nov 2019 17:57:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832662; bh=a2brlLW26OQP+WJi9W7uR1Q7DeJ2Ut7yGfO0wmveC6c=; h=Date:From:To:Subject:From; b=eO6HBAd3erMeQVxSfcG/5nlDnv+/LmHSb6w3JO37A6mCrbrdNeWlJWy5oqHBbfh+c O8Zt+cN5Qkh11914VDrjWdCOMDA8qrcqCNPavawJg9dmqiDKdGC8mYe+2/v25fir+e Eh9KSaM4FMC6voqWjz2b6IlHXPgZlqddNz3mDu5M=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/0a5438-16ee76@github.com>
Subject: [quicwg/base-drafts] 16ee76: Script updating gh-pages from 46613ea5. [ci skip]
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/O5e74hfZH3knUiPxcih3nuOZaRU>
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, 04 Nov 2019 01:57:46 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 16ee76c6709ef2dbb6f17d378c64e7b762e60f24
      https://github.com/quicwg/base-drafts/commit/16ee76c6709ef2dbb6f17d378c64e7b762e60f24
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 46613ea5. [ci skip]



From nobody Sun Nov  3 17:58:15 2019
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 993A3120960 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:12 -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 hZ6OW81x6ajP for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:10 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B726B12090A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:10 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id DC7996E11C2 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832689; bh=q1iO9WXVw4pODt3bH1wmn+WdcVDXvCgF3fMqxuyk9a8=; h=Date:From:To:Subject:From; b=0w2VG4xQ3v0YqRZ8OAwY6mQCyiFqLXuwhfxM6hs8j08fVQJ3+lCSUwvmaI3vITQn+ 9d0NCAJqxL5yKw/lKZ0a696WVS9TCarwSHzbvEIumGy7oXDmXqGw4BWmMjvewPUr6F 3TWjSG8EBRKTiQsHvd5q3+wP5umgw1FQFaFOg8aI=
Date: Sun, 03 Nov 2019 17:58:09 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/16ee76-e70850@github.com>
Subject: [quicwg/base-drafts] e70850: Script updating gh-pages from 3b22f664. [ci skip]
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/2FfMPkwOpDdc6lwix2g9VDoTnVs>
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, 04 Nov 2019 01:58:14 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e70850848bc37b1a5816fb5447a097aa52f0973b
      https://github.com/quicwg/base-drafts/commit/e70850848bc37b1a5816fb5447a097aa52f0973b
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 3b22f664. [ci skip]



From nobody Sun Nov  3 17:58:38 2019
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 0458B120881 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:36 -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, TVD_SPACE_RATIO=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 vH6XrF8t_ubt for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:34 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF30112086B for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:34 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id D2B4666009E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832713; bh=PTTNpK7zKHFP2y2DwiGUzLyZNaDPrqOMZnbPAGzicOg=; h=Date:From:To:Subject:From; b=Ja1VifrdMhEnCZl7/qPrcq4vxim0IaT6pxH0PzzUzXZKT0wUaPhiATTelGUqD/T7U cIb4KgYIPJNTzPU0ZcbGYzZpZhqI3GNd50QI5cYr302sU0OcTW1b4LZGH+J5hz+N5K RhjhF672KvQ1dB9t+5J5u5TP3FvZ/oyNm204XERY=
Date: Sun, 03 Nov 2019 17:58:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rework-key-update-2/a7b0ad-000000@github.com>
Subject: [quicwg/base-drafts]
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/kyiPLEXDrQzW-Kl1biTiJQ0v8s0>
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, 04 Nov 2019 01:58:36 -0000

  Branch: refs/heads/rework-key-update-2
  Home:   https://github.com/quicwg/base-drafts


From nobody Sun Nov  3 17:58:50 2019
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 D769912086B for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:37 -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 gvQN7VYDQatl for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:34 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 564BB120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:34 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 84E6A6604F7 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832713; bh=/HxW6jKjUnjTdMfmXjMwkI7/bnAFpUns99sUZhUZ32U=; h=Date:From:To:Subject:From; b=MQOa3PIMgKUWdxp7Vpd1noeZSpCIZJKJG46o8VSCzHAos0XswkRTpH5x20zobZmoE YxOupeLZGeeZhEkqwvbMWJCpSfeqbyNeweIHTT4AOHw7nvLzAD6XBYTuunwt5iK/HG WAMLMuD4A9PKK5sE0dkYMISh4dooHigcYwxxZHRQ=
Date: Sun, 03 Nov 2019 17:58:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/3b22f6-cd91b1@github.com>
Subject: [quicwg/base-drafts] 85db1f: Rewrite key update section
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/1YezhUcPEHReNkGea7MBzvoeeJc>
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, 04 Nov 2019 01:58:38 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 85db1f71811872bc01e4ac3692e545620258b82e
      https://github.com/quicwg/base-drafts/commit/85db1f71811872bc01e4ac3692e545620258b82e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

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

  Log Message:
  -----------
  Rewrite key update section

This makes some significant editorial changes to the key update section,
hopefully making the various activities clearer and more explicit.

In the process, I am also trying to address #2792, which is the timing
sidechannel created by having the generation of updated keys inline with
packet processing.  In doing so, I'm suggesting that endpoints create
the next keys at some time after the key update happens.  Right now, I'm
thinking 1-2 PTOs is probably close enough to workable.  I've limited
this at 3PTO.  This is, however, just a (firm) suggestion at this stage.

For endpoints that only want to keep 2 sets of keys, this is probably
the right time frame, especially if we keep the current advice for 3PTO
before a subsequent update.

The effect of this is that attempts to update at certain times could
cause all packets after the update to be discarded.  That would only
happen if implementations consistently ignored advice on update
frequency, so I think that's tolerable, but I'd like input on this.

(This also attempts to take up the advice from the other, older PRs on
this subject.)

Closes #2792, #2791, #2237.


  Commit: 678c0486f91012173e827b1d708429b153bc3037
      https://github.com/quicwg/base-drafts/commit/678c0486f91012173e827b1d708429b153bc3037
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-09-19 (Thu, 19 Sep 2019)

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

  Log Message:
  -----------
  Kazuho is a great help here


  Commit: 1b4d136a4ac9593b8211d378789ed2d08e16ea6e
      https://github.com/quicwg/base-drafts/commit/1b4d136a4ac9593b8211d378789ed2d08e16ea6e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-09-20 (Fri, 20 Sep 2019)

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

  Log Message:
  -----------
  Attempt to improve readability in a few places.

Also, record that this closes #3054.


  Commit: b35a5e4870cac65f2d7b0d37b21a837a7142a472
      https://github.com/quicwg/base-drafts/commit/b35a5e4870cac65f2d7b0d37b21a837a7142a472
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

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

  Log Message:
  -----------
  Ian's review comments


  Commit: c131d08809b85bc2cdf56c67eab62741414571f2
      https://github.com/quicwg/base-drafts/commit/c131d08809b85bc2cdf56c67eab62741414571f2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

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

  Log Message:
  -----------
  Restore implementation advice


  Commit: c764362e3e50f0647b930648de5b645e4cc65ad4
      https://github.com/quicwg/base-drafts/commit/c764362e3e50f0647b930648de5b645e4cc65ad4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  Move some text around


  Commit: b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9
      https://github.com/quicwg/base-drafts/commit/b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  janaiyengar's suggestions


  Commit: bf1394db3c610de54286bbf7aafdb235599ba46f
      https://github.com/quicwg/base-drafts/commit/bf1394db3c610de54286bbf7aafdb235599ba46f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Some small adjustments


  Commit: 289e57d5ed1f37e2f3ef1c36dc427c782b418576
      https://github.com/quicwg/base-drafts/commit/289e57d5ed1f37e2f3ef1c36dc427c782b418576
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M .circleci/config.yml
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    A ietf.json

  Log Message:
  -----------
  Merge branch 'master' into rework-key-update-2


  Commit: a7b0addaa2cb1a0fab865adb8f1d2437dca302d9
      https://github.com/quicwg/base-drafts/commit/a7b0addaa2cb1a0fab865adb8f1d2437dca302d9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Split first from subsequent again


  Commit: cd91b144a45472b77039c158c2dc7f7b226e497f
      https://github.com/quicwg/base-drafts/commit/cd91b144a45472b77039c158c2dc7f7b226e497f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3050 from quicwg/rework-key-update-2

Rewrite key update section


Compare: https://github.com/quicwg/base-drafts/compare/3b22f6646dde...cd91b144a454


From nobody Sun Nov  3 17:58:57 2019
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 F00A512089A for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4iMi6UxCYrAz for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4C0E12001E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:42 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 0AB05A0927 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832722; bh=x6H0Mi8sowEFF5bdPxKliTXU5LEuqU+DVZQhHceYR5s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZXEi0jEc8WayDOE7Ydx9krNyDhgec+75OKLewUazwPHQ5VsowC+jW0ApVnxmEnvPs tqeDq+zdIMi4q5slofwVCW4vrgB290gi02VQW2n4d1NbG5euvUa0XdFZPHztzT6vik MvgbqqbDITruTsSH48apNG4cw/Jag3IlZ3tBXPNg=
Date: Sun, 03 Nov 2019 17:58:41 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5LSWNFBLMKKTKR5EN3ZS4FDEVBNHHBWL37RY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2792/issue_event/2766404840@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2792@github.com>
References: <quicwg/base-drafts/issues/2792@github.com>
Subject: Re: [quicwg/base-drafts] Timing side-channel on key updates (#2792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf85d1ef3bf_377f3f88f08cd968134073"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B2mCW9cMjeij7QAUzo55qaMvKto>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:58:45 -0000

----==_mimepart_5dbf85d1ef3bf_377f3f88f08cd968134073
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2792 via #3050.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2792#event-2766404840
----==_mimepart_5dbf85d1ef3bf_377f3f88f08cd968134073
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456097678" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2792" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2792/hovercard" href="https://github.com/quicwg/base-drafts/issues/2792">#2792</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="495550012" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3050" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3050/hovercard" href="https://github.com/quicwg/base-drafts/pull/3050">#3050</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications&amp;email_token=AFTOJK4VDG7XNY55KI4CCY3QR56VDA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2A#event-2766404840">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYST7K56TU2LPYHZZLQR56VDANCNFSM4HYFFILQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK322L2WYIHBGZWXTWDQR56VDA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK4VDG7XNY55KI4CCY3QR56VDA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2A#event-2766404840",
"url": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK4VDG7XNY55KI4CCY3QR56VDA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2A#event-2766404840",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf85d1ef3bf_377f3f88f08cd968134073--


From nobody Sun Nov  3 17:59:02 2019
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 B60AB12001E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pQGkveZtWkkd for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:44 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD3E4120888 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id B66EA1C05FB for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832722; bh=AWkYeHSw5rnaNeFjg+ZC6a94HqcMX41tFuTWS3r6YkE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XEfzm8S+Dd5Trulh48hBb97KZJEiIXRnG4gTm54QXdk2gHlCfO/pf5J9WyXPX4Ei4 75g99mN8EA8SUPZM9cFbA/DEAztWzDPXthdSn5lKFsTJJWI+anXDy0cDUkYRX10WuM Ms8ZM0/nmMkUwqzbXp2x8RTvY0ZLbiJetxKG3xSw=
Date: Sun, 03 Nov 2019 17:58:42 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4KLV3U62SO2WW2XN3ZS4FFEVBNHHB3CL6HQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3050/issue_event/2766404836@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3050@github.com>
References: <quicwg/base-drafts/pull/3050@github.com>
Subject: Re: [quicwg/base-drafts] Rewrite key update section (#3050)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf85d2a72ce_41333fa299ccd96026387fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3WVnM-LKymIF9jv2jPRq7vF8UzI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:58:46 -0000

----==_mimepart_5dbf85d2a72ce_41333fa299ccd96026387fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3050 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3050#event-2766404836
----==_mimepart_5dbf85d2a72ce_41333fa299ccd96026387fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="495550012" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3050" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3050/hovercard" href="https://github.com/quicwg/base-drafts/pull/3050">#3050</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications&amp;email_token=AFTOJK2C6TVVJIOXPOB2VH3QR56VFA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7ZZA#event-2766404836">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7NV2BKJSTD62S32QLQR56VFANCNFSM4IYF37JQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24RW5Y4HPEXCTYW3TQR56VFA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7ZZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK2C6TVVJIOXPOB2VH3QR56VFA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7ZZA#event-2766404836",
"url": "https://github.com/quicwg/base-drafts/pull/3050?email_source=notifications\u0026email_token=AFTOJK2C6TVVJIOXPOB2VH3QR56VFA5CNFSM4IYF37J2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7ZZA#event-2766404836",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf85d2a72ce_41333fa299ccd96026387fc--


From nobody Sun Nov  3 17:59:08 2019
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 56367120888 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DyCp1DKRpI5y for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 31E0812086B for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Date: Sun, 03 Nov 2019 17:58:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832722; bh=jeX8Ok+MGc/Ge3HbpCZ6AQnducSyumTZSjO8HQ81Jow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kZoOmDAMIEFaVxS4cxnkPuDFX2BAWh/hCe93+nOjfDZVG0z06NjqoZPq5hPS85Bck IHiyTUlaUZBYMmRfO1uC2//XI0Y8XNbg0nflFtnfdQd/b+PQUtpuBeoj2CU72SY95X 4bkdcbm95FHB5yQUlXHTnvn/emuI3zFFvZEN3qD4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7726USAKZ563ZTFTN3ZS4FFEVBNHHBWLWXFE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2791/issue_event/2766404843@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2791@github.com>
References: <quicwg/base-drafts/pull/2791@github.com>
Subject: Re: [quicwg/base-drafts] Receiver's behavior on key update (#2791)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf85d26dd9_21833ff1124cd9649656f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UVXLYMQw7RgSafHaimBIfHHdzMg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:58:47 -0000

----==_mimepart_5dbf85d26dd9_21833ff1124cd9649656f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2791 via #3050.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2791#event-2766404843
----==_mimepart_5dbf85d26dd9_21833ff1124cd9649656f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456054569" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2791" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2791/hovercard" href="https://github.com/quicwg/base-drafts/pull/2791">#2791</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="495550012" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3050" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3050/hovercard" href="https://github.com/quicwg/base-drafts/pull/3050">#3050</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2791?email_source=notifications&amp;email_token=AFTOJK6CV5GDHFSQ4VLH5KLQR56VFA5CNFSM4HYEHCK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2Y#event-2766404843">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2F76UOZPVQBSX6ORDQR56VFANCNFSM4HYEHCKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4LVPEHK2DBWSLLLCTQR56VFA5CNFSM4HYEHCK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2791?email_source=notifications\u0026email_token=AFTOJK6CV5GDHFSQ4VLH5KLQR56VFA5CNFSM4HYEHCK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2Y#event-2766404843",
"url": "https://github.com/quicwg/base-drafts/pull/2791?email_source=notifications\u0026email_token=AFTOJK6CV5GDHFSQ4VLH5KLQR56VFA5CNFSM4HYEHCK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z2Y#event-2766404843",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf85d26dd9_21833ff1124cd9649656f9--


From nobody Sun Nov  3 17:59:16 2019
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 6B9A312001E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 t4tvZWn9R6JD for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21B3F120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:43 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 06A642C33B4 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832722; bh=qQ6Qq25QekXyQw45qPIzkdtB0PyueTl0WtOZybYvgDw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J5HLMPDB1gzF9tWKaOCp2YLeShP3oATxaRrBkBVAcIqsXg2ugEyE3hp96WEoOwwjm UGwuasoCFzh0+bVIdXswT979AKGV27GPJ/3OEYFDmZ4yniP4WUg8jX+/UtJieSNBKB twypY8ZaghEeR75x+SsWU/1kpA5Bqmyg2RG817hs=
Date: Sun, 03 Nov 2019 17:58:41 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5H37LXT5A6GRWDUQN3ZS4FDEVBNHHB3EXW64@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3054/issue_event/2766404858@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3054@github.com>
References: <quicwg/base-drafts/issues/3054@github.com>
Subject: Re: [quicwg/base-drafts] Label for key updates (#3054)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf85d1ebdbf_317f3fcc310cd9643324cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nw4Y1tu7cqKyPKZSZvdlXE1zer4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:58:48 -0000

----==_mimepart_5dbf85d1ebdbf_317f3fcc310cd9643324cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3054 via #3050.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3054#event-2766404858
----==_mimepart_5dbf85d1ebdbf_317f3fcc310cd9643324cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="496170743" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3054" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3054/hovercard" href="https://github.com/quicwg/base-drafts/issues/3054">#3054</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="495550012" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3050" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3050/hovercard" href="https://github.com/quicwg/base-drafts/pull/3050">#3050</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3054?email_source=notifications&amp;email_token=AFTOJK2AZSZ53IS3WVI7SLLQR56VDA5CNFSM4IYTHQGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z6Q#event-2766404858">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKDNYJHMDU2ORBV6LQR56VDANCNFSM4IYTHQGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2FMNKEKPTVI7ZZ453QR56VDA5CNFSM4IYTHQGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3054?email_source=notifications\u0026email_token=AFTOJK2AZSZ53IS3WVI7SLLQR56VDA5CNFSM4IYTHQGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z6Q#event-2766404858",
"url": "https://github.com/quicwg/base-drafts/issues/3054?email_source=notifications\u0026email_token=AFTOJK2AZSZ53IS3WVI7SLLQR56VDA5CNFSM4IYTHQGKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR7Z6Q#event-2766404858",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf85d1ebdbf_317f3fcc310cd9643324cc--


From nobody Sun Nov  3 17:59:23 2019
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 6DADF12001E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:55 -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 s501EPiVwJtC for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:53 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 45EAB12086B for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:53 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 5ECC1A0357 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832732; bh=cjZ4stAiKPTISH3s/eheiIX/it8Kpe8wfmf9VF0dc8I=; h=Date:From:To:Subject:From; b=DjdEM93h0LJQmZRoKuhMX9ColhSiUmWBP0cSzM4gd+SqjcbSYxU+XqDNGLbyuSm4V BCYov+/Zg7MvzhtXX2fLZE+7GzNewIBBF+XvXPVNNzyJ5SZBAWDaB7vsVqfu4Yrwhq fsjccEDEPlNvYFhmCI2d0LfYpF6NAYUfa1sS6H6g=
Date: Sun, 03 Nov 2019 17:58:52 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/cd91b1-b40802@github.com>
Subject: [quicwg/base-drafts] 89f30a: Recovery changelog for -24
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/15ear1u4iZKvTjFyblrLhpsl6Ok>
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, 04 Nov 2019 01:58:56 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 89f30aae27fc5ce841165ef6c540323369fcd930
      https://github.com/quicwg/base-drafts/commit/89f30aae27fc5ce841165ef6c540323369fcd930
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Recovery changelog for -24

Includes #3066, which I plan to merge Monday morning.


  Commit: b4080232721175d78d3203f4c31efff357d8397e
      https://github.com/quicwg/base-drafts/commit/b4080232721175d78d3203f4c31efff357d8397e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3185 from quicwg/ianswett-recovery-changelog-24

Recovery changelog for -24


Compare: https://github.com/quicwg/base-drafts/compare/cd91b144a454...b40802327211


From nobody Sun Nov  3 17:59:28 2019
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 78E3812001E for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:57 -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, TVD_SPACE_RATIO=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 Y2THCd6djSaX for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:58:53 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABFB2120888 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:53 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id D13DE6E044D for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:58:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832732; bh=y0EhcdiGed7JRmBorbC6FGCW5LvhTAoc+eAV9xJNDJc=; h=Date:From:To:Subject:From; b=QMMvSGf2TuvRn9quENTZyEENMfLYKYi2FhHzmrLGZ07P/mCn0BhvpcC08UN493jaf sgT3UriB0Xig0XME4I9tHOaG4Si+yq882HC4LdORx9XoPLFfLJl3nFrVaA0hFT3q1Z FfQxM+fy0jyYZ86r99N0mi80lwnPpqE1urhqJoU0=
Date: Sun, 03 Nov 2019 17:58:52 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-changelog-24/89f30a-000000@github.com>
Subject: [quicwg/base-drafts]
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/Ayopx_BGQ2HjRc2PJNtMRprX3ek>
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, 04 Nov 2019 01:58:57 -0000

  Branch: refs/heads/ianswett-recovery-changelog-24
  Home:   https://github.com/quicwg/base-drafts


From nobody Sun Nov  3 17:59:33 2019
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 C6ABB120020 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:59:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fYgeKh26QpSI for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:59:02 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03E9012001E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:59:02 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 3078B9604F3 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:59:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832741; bh=cM7MfyB4o3B9YVwz5m3iS/Mwt3093/DYieUGKUb6cxs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JtqNb+BRO1bSXFU7zQU3hmvxRm0oMrw6DcPnE6ElhhccQdVOy1lI6GiZTDu++aOxd OzeUqNHZ1yY6VZ6eEZeyDyGpubzZaeqiJKNUkiKQSRf3cT/ttU03dcTYCkeJZQ7Opi 5RXqp4w4kmDldZX6ddltY2RpfBtCWBTpQC6mdQE4=
Date: Sun, 03 Nov 2019 17:59:01 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4B6LIGT3HADON4JDN3ZS4GLEVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185/issue_event/2766405261@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3185@github.com>
References: <quicwg/base-drafts/pull/3185@github.com>
Subject: Re: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf85e5217bf_22ad3f7e7eecd95c41838c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KOiQXY_i8jhoqOWvZrF8L5Mz6_0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 01:59:04 -0000

----==_mimepart_5dbf85e5217bf_22ad3f7e7eecd95c41838c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3185 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185#event-2766405261
----==_mimepart_5dbf85e5217bf_22ad3f7e7eecd95c41838c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516876758" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3185" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3185/hovercard" href="https://github.com/quicwg/base-drafts/pull/3185">#3185</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJK3IFOMDSIXNDVYU7EDQR56WLA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR75DI#event-2766405261">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5VMRRGR27BDL7X5N3QR56WLANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK66PJNIZIBX4QI73PDQR56WLA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR75DI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJK3IFOMDSIXNDVYU7EDQR56WLA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR75DI#event-2766405261",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJK3IFOMDSIXNDVYU7EDQR56WLA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTR75DI#event-2766405261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf85e5217bf_22ad3f7e7eecd95c41838c--


From nobody Sun Nov  3 17:59:40 2019
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 50B8E1208A9 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:59:26 -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 AdIUDMYt2R6Y for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 17:59:24 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 386951208EC for <quic-issues@ietf.org>; Sun,  3 Nov 2019 17:59:24 -0800 (PST)
Date: Sun, 03 Nov 2019 17:59:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572832763; bh=kHU41aKd6Hh+USL7vMhfVeuOoYZvf7hwtQDeQJvL8+g=; h=Date:From:To:Subject:From; b=O8AsiKA1tm76AI33dVFDnX0GuYIE5up4PVkkBN4ABY+/U38yaSN33VPyW57ObD/me uGNKh6Fh/lVW1sAvGKq06TscGl4BjXP3ATGcJw2USJhCpfDRUKi+7CCl8SPG9cYf0m duO2sv3JJ9rrCZGNDJsxzcc55vT9abjg5Hz0YrBU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e70850-7fb4e5@github.com>
Subject: [quicwg/base-drafts] 7fb4e5: Script updating gh-pages from cd91b144. [ci skip]
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/kBZb4mUnLo3mZCFGCLUjNMmisPo>
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, 04 Nov 2019 01:59:26 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7fb4e526d07e8b58f2ac44c4396b0004cfb79c58
      https://github.com/quicwg/base-drafts/commit/7fb4e526d07e8b58f2ac44c4396b0004cfb79c58
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from cd91b144. [ci skip]



From nobody Sun Nov  3 18:05:12 2019
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 7621012086B for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:05:10 -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 ekg-DfINgwgn for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:05:08 -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 1ADD1120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:05:08 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 220068C0DC8 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:05:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572833106; bh=4dflpvS5DWksPgnwaoNiUvTW7uo5UEffOozcZGdRMuc=; h=Date:From:To:Subject:From; b=Ss+MQkXXAaJuPhHHv1LuzNkB0BcVng7haDZWHlrW1QJ0RAEWCgRpdpPwFhiAuHZIO lDmVdtm3/y8Hwv3o/rRMMFcdfra46D/SeWdXDFptv92gV4E9lVuwNL30hq7e7dNgeY HFP9DkJMM2mo/vCLjlLfK9voKAVM8/B95lYKjdCQ=
Date: Sun, 03 Nov 2019 18:05:06 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7fb4e5-8a5446@github.com>
Subject: [quicwg/base-drafts] 8a5446: Script updating gh-pages from b4080232. [ci skip]
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/ggN6o2ANRUi7gEErg8SrbYWW4_A>
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, 04 Nov 2019 02:05:10 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8a54464913ecde19be5b134bb409c8d769563112
      https://github.com/quicwg/base-drafts/commit/8a54464913ecde19be5b134bb409c8d769563112
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from b4080232. [ci skip]



From nobody Sun Nov  3 18:24:43 2019
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 F0DA6120164 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:24:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 t-i-WiO5O6j5 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:24:40 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8872F120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:24:40 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 32AA2261577 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:24:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572834279; bh=o4pXOYHkwv3wE0LoadQyobPi8VXXIRZEfyttrYvrYEo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=19UkITZJrz1wkqp+TRwKlA3jefOigiaVzu4kW046u6lnrjTg4SWh/5gDIisHOzXKT eV+ZV7r5W17LzUgJcQQ3gR/DLL37HTDHlrApk0qYozaP2aZz3e5pdntZXy3dBld/uP CSWVY7ZIkTBxzu8AriGxnkM3jdYnISghr63/D8ew=
Date: Sun, 03 Nov 2019 18:24:38 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5IGGLP3TOHMW2LW3N3ZS7GNEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/c549207457@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf8be6e260f_74ca3f98f62cd96c7667ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Z-2tbpw37y-YzDmRJnEqR6eF8AA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 02:24:42 -0000

----==_mimepart_5dbf8be6e260f_74ca3f98f62cd96c7667ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett Thanks for the explanation. Re-reading the text, I think this makes sense now. I noted that this also prevents the client from PTO-ing on 0-RTT packets, which is nice.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#issuecomment-549207457
----==_mimepart_5dbf8be6e260f_74ca3f98f62cd96c7667ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> Thanks for the explanation. Re-reading the text, I think this makes sense now. I noted that this also prevents the client from PTO-ing on 0-RTT packets, which is nice.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK2IXLVRBCCZ2ZXD6N3QR6BWNA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D3II#issuecomment-549207457">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4KSMPBZMTKPWAU6RDQR6BWNANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JJ43IQ4FRXYAHBP3QR6BWNA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D3II.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2IXLVRBCCZ2ZXD6N3QR6BWNA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D3II#issuecomment-549207457",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK2IXLVRBCCZ2ZXD6N3QR6BWNA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D3II#issuecomment-549207457",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf8be6e260f_74ca3f98f62cd96c7667ee--


From nobody Sun Nov  3 18:37:09 2019
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 C2C2712002F for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:37:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bIS2yl3KJim2 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 18:37:06 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0933120020 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:37:05 -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 E87695210FC for <quic-issues@ietf.org>; Sun,  3 Nov 2019 18:37:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572835024; bh=vmCJpVK5QJcuaIVlh0RUaW12oKUpYGHrEjacHKsHzPw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=icfTA5IajMRr0u6oNYeU7CWqAG9JYOrrOd76Ob6HHjxUpRkIETQJYaHtzBP3MinME JBB1ydkA01+xUjb7snbLjYnsRn9q+HeRu5MqwQCAZrJTGZgCK7yb4jYS6R9D5AAWCm BiFwAbphfChO9drcrT2LjQ8eQoA2h1Y2e1WwDKkU=
Date: Sun, 03 Nov 2019 18:37:04 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4OHSZT5OXWMYHUNZF3ZTAVBEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/310863196@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf8ed0d67db_7eb33fbcb1acd96c42735d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c-MHFXRNz5dLv-EGB21e91e0VUA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 02:37:08 -0000

----==_mimepart_5dbf8ed0d67db_7eb33fbcb1acd96c42735d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

I'm not sure if I understand this sentence. Consider the server that has just sent ServerHello and it's certificate, i.e. has outstanding Initial and Handshake data.
Isn't the whole point of this PR to arm the PTO timer based on both packet number spaces?

This is what I'd imagine would happen if no ACKs from the client are received:
t = 0: send Initial, immediately afterwards send Handshake. Set PTO timer for the Initial.
t = 1: PTO timer expires for the Initial packet. Send an Initial probe packet. Now the Handshake packet sent at t = 0 is the earliest outstanding packet, so set a PTO timer (with exponential backoff) for this packet.
t = 2: PTO timer expires for the Handshake packet. Send a Handshake probe packet. Now the Initial probe packet sent at t=1 is the earliest outstanding packet. The PTO timer for this packet would expire at t=5.

Is this correct?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#pullrequestreview-310863196
----==_mimepart_5dbf8ed0d67db_7eb33fbcb1acd96c42735d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r341891675">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p>I'm not sure if I understand this sentence. Consider the server that has just sent ServerHello and it's certificate, i.e. has outstanding Initial and Handshake data.<br>
Isn't the whole point of this PR to arm the PTO timer based on both packet number spaces?</p>
<p>This is what I'd imagine would happen if no ACKs from the client are received:<br>
t = 0: send Initial, immediately afterwards send Handshake. Set PTO timer for the Initial.<br>
t = 1: PTO timer expires for the Initial packet. Send an Initial probe packet. Now the Handshake packet sent at t = 0 is the earliest outstanding packet, so set a PTO timer (with exponential backoff) for this packet.<br>
t = 2: PTO timer expires for the Handshake packet. Send a Handshake probe packet. Now the Initial probe packet sent at t=1 is the earliest outstanding packet. The PTO timer for this packet would expire at t=5.</p>
<p>Is this correct?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK3D72SZVQHWBGQA7LTQR6DFBA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDWKXA#pullrequestreview-310863196">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2PP5KNFBKMAUOGPL3QR6DFBANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4LDP3Z7HTGCNZVUCDQR6DFBA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDWKXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK3D72SZVQHWBGQA7LTQR6DFBA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDWKXA#pullrequestreview-310863196",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK3D72SZVQHWBGQA7LTQR6DFBA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKDWKXA#pullrequestreview-310863196",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf8ed0d67db_7eb33fbcb1acd96c42735d--


From nobody Sun Nov  3 19:21:39 2019
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 A81AB12008D for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:21:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pSMe7j1IL9zo for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:21:36 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32460120058 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:21:36 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 58BD36A0918 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:21:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572837695; bh=A2JCLJB6+M2dkGLako7e+NqILJu+PF+GksDO6D/KfFk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pFQQlLQf2WHIC0HckULzMLbXIPvIONbHPayHTXK29tgvBn+iIDq+yoUwtc1/vE+a5 yWoKgj9py9F/AdjSAYOiji9Tl7+4ko9qrEiUC7WE3iDSy2xAfXjj5NuB0muyUmBus1 Yi0hM5jhksbHGW9jFUkhQO8QiKjvVPJJfAKkY/5c=
Date: Sun, 03 Nov 2019 19:21:35 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/push/4228960754@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf993f48d05_606e3f7e7eecd95c1221ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3Yzgx_cTuZCczRmJnHyqkOkB51s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:21:38 -0000

----==_mimepart_5dbf993f48d05_606e3f7e7eecd95c1221ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e  add an error for overflow of a CRYPTO stream


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042/files/c56dd27788254e1cc6574a3e50a77f16b1fccabd..35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e

----==_mimepart_5dbf993f48d05_606e3f7e7eecd95c1221ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e">35c522b</a>  add an error for overflow of a CRYPTO stream</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3042/files/c56dd27788254e1cc6574a3e50a77f16b1fccabd..35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e?email_source=notifications&amp;email_token=AFTOJKYBFIVBFBTOCEEJDTDQR6IL7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJWGA3TKNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK27EYHACSJSIB2QZWDQR6IL7ANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK44CBAOOKXUO6EAUZ3QR6IL7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJWGA3TKNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042/files/c56dd27788254e1cc6574a3e50a77f16b1fccabd..35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e?email_source=notifications\u0026email_token=AFTOJKYBFIVBFBTOCEEJDTDQR6IL7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJWGA3TKNA",
"url": "https://github.com/quicwg/base-drafts/pull/3042/files/c56dd27788254e1cc6574a3e50a77f16b1fccabd..35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e?email_source=notifications\u0026email_token=AFTOJKYBFIVBFBTOCEEJDTDQR6IL7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJWGA3TKNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf993f48d05_606e3f7e7eecd95c1221ca--


From nobody Sun Nov  3 19:29:48 2019
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 DF19C12008D for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:29:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 smVEqfTv3v76 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:29:44 -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 6BA7C120058 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:29:44 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 9B9D98C0604 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:29:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838183; bh=UUUIh2bs0j6pUM1LvsWMSIG3/DmRc9167IJu9tiKbvM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YlbnyNewtEflie6d4tbsxOIW/F/PkoeoqboOiuiUJBKD6FlHXRSTs8JuQnNS/fHX9 9XrFYRMxNJjArKkUJu0aRl0o2reosvvDieegKb+Orte4xh1JcfPetfT7n9V184DuEP bim5uFfFNODbhmoM7ItO0s23JC7IAaz53CywjO1Y=
Date: Sun, 03 Nov 2019 19:29:43 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/push/4228976015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9b278d6e8_35ab3f970c0cd964856951"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RDZLo4eswfy2qC8sgBzFEm7nznI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:29:48 -0000

----==_mimepart_5dbf9b278d6e8_35ab3f970c0cd964856951
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

2ff363cee4bd2602e7f21e8727c6f3d70f86cfac  add an error for overflow of a MAX_STREAMS frame


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042/files/35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e..2ff363cee4bd2602e7f21e8727c6f3d70f86cfac

----==_mimepart_5dbf9b278d6e8_35ab3f970c0cd964856951
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/2ff363cee4bd2602e7f21e8727c6f3d70f86cfac">2ff363c</a>  add an error for overflow of a MAX_STREAMS frame</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3042/files/35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e..2ff363cee4bd2602e7f21e8727c6f3d70f86cfac?email_source=notifications&amp;email_token=AFTOJK6IXBPSFSP6RSNTBP3QR6JKPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJXGYYDCNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZQSZLDLTNSWMLVBL3QR6JKPANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ4ZQWZTXNLDM7FBK3QR6JKPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJXGYYDCNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042/files/35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e..2ff363cee4bd2602e7f21e8727c6f3d70f86cfac?email_source=notifications\u0026email_token=AFTOJK6IXBPSFSP6RSNTBP3QR6JKPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJXGYYDCNI",
"url": "https://github.com/quicwg/base-drafts/pull/3042/files/35c522b33f0d5cf53a3ba6cdeaf5ff9d0301760e..2ff363cee4bd2602e7f21e8727c6f3d70f86cfac?email_source=notifications\u0026email_token=AFTOJK6IXBPSFSP6RSNTBP3QR6JKPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJXGYYDCNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf9b278d6e8_35ab3f970c0cd964856951--


From nobody Sun Nov  3 19:32:46 2019
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 BCAF2120871 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:32:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 m9fP4rPD4OD0 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:32:43 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E562F12008D for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:32:42 -0800 (PST)
Date: Sun, 03 Nov 2019 19:32:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838362; bh=OTWSTn2xYcMt/QdyOAgMpkqQskRyUuG9XcjELRmYM5w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MuxMTQn+j+xbv1dvdhxRQPROK11W+1Ga//QBw6Ft57NJlFkyJgS2hInvDcKnHiWOp s2Yf2QwHdYm06nJVChf/qsAiVXOUgPkSQm8L2AAz05b8p4JTlMY7jWaMGCaRb1mbRL W6ejJafAIs0uPIfqRCF4k38gCVS7jb91HnZwYX0s=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/push/4228981660@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9bda35930_74993f7ea36cd96c20763c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/o--foZcGURmBpcET_uhqSr0YPQw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:32:45 -0000

----==_mimepart_5dbf9bda35930_74993f7ea36cd96c20763c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 2 commits.

810e84bfa7c591f9a914c32a0ac54fbd4d5b3d45  add an error for overflow of a CRYPTO stream
d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce  add an error for overflow of a MAX_STREAMS frame


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042/files/2ff363cee4bd2602e7f21e8727c6f3d70f86cfac..d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce

----==_mimepart_5dbf9bda35930_74993f7ea36cd96c20763c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/810e84bfa7c591f9a914c32a0ac54fbd4d5b3d45">810e84b</a>  add an error for overflow of a CRYPTO stream</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce">d6a83ce</a>  add an error for overflow of a MAX_STREAMS frame</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3042/files/2ff363cee4bd2602e7f21e8727c6f3d70f86cfac..d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce?email_source=notifications&amp;email_token=AFTOJK6P6QTMJBGEXEC4YCTQR6JVVA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGE3DMMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2HP42V63L4HP2U4DQR6JVVANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6WQQ6FYMLKIPO6EQTQR6JVVA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGE3DMMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042/files/2ff363cee4bd2602e7f21e8727c6f3d70f86cfac..d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce?email_source=notifications\u0026email_token=AFTOJK6P6QTMJBGEXEC4YCTQR6JVVA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGE3DMMA",
"url": "https://github.com/quicwg/base-drafts/pull/3042/files/2ff363cee4bd2602e7f21e8727c6f3d70f86cfac..d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce?email_source=notifications\u0026email_token=AFTOJK6P6QTMJBGEXEC4YCTQR6JVVA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGE3DMMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf9bda35930_74993f7ea36cd96c20763c--


From nobody Sun Nov  3 19:34:42 2019
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 AAB3E1200B5 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:34:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OCJv_dQm1ay6 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:34:39 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21D3712008D for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:34:39 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 80551520E1A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:34:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838478; bh=Z34+TcQEAYRKMIsLaWLQwJY8O0lb7w2vtNnnJzZ47VY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q7jc5UZsjf4u1erKKt2o2+x1EDW4dCx07DmzdJYsmtjnWXwmSHOwrQnt85dPyXr2K VE9YgoH8yEH73RAJtix6VP8+pyygQQMqLeQFzYbsZVJrvtC925PRFP8OTumVP9UnxP PsI2K2tlf43D3FBVmQX2Rdb21Raq+qEufX2seP0w=
Date: Sun, 03 Nov 2019 19:34:38 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/push/4228985280@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9c4e70ea4_29d93f9d802cd960291e6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RzHnRZzpsYbJz3N8Dmuh6FcnA7I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:34:41 -0000

----==_mimepart_5dbf9c4e70ea4_29d93f9d802cd960291e6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

ed73161363ed99d6d75b9af190da1c4c27e02b94  add an error for overflow of a STREAMS_BLOCKED frame


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042/files/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce..ed73161363ed99d6d75b9af190da1c4c27e02b94

----==_mimepart_5dbf9c4e70ea4_29d93f9d802cd960291e6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ed73161363ed99d6d75b9af190da1c4c27e02b94">ed73161</a>  add an error for overflow of a STREAMS_BLOCKED frame</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3042/files/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce..ed73161363ed99d6d75b9af190da1c4c27e02b94?email_source=notifications&amp;email_token=AFTOJK3NLXHDF23RXARUXNLQR6J45A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGUZDQMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK66GCWDLGQH57N3CTTQR6J45ANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XUZ4OPZMXCBO3JADQR6J45A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGUZDQMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042/files/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce..ed73161363ed99d6d75b9af190da1c4c27e02b94?email_source=notifications\u0026email_token=AFTOJK3NLXHDF23RXARUXNLQR6J45A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGUZDQMA",
"url": "https://github.com/quicwg/base-drafts/pull/3042/files/d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce..ed73161363ed99d6d75b9af190da1c4c27e02b94?email_source=notifications\u0026email_token=AFTOJK3NLXHDF23RXARUXNLQR6J45A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQMJTGQZTGOKQOVZWQIZUGIZDQOJYGUZDQMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbf9c4e70ea4_29d93f9d802cd960291e6--


From nobody Sun Nov  3 19:35:54 2019
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 351E3120103 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:35:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WpdWBGwVN6Yw for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:35:51 -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 DE5BA1200B5 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:35:51 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 60FCA261587 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:35:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838551; bh=cNZi13qTPLy0x+j0y1T8xBpILdVUmWL4II1Etv4/ImE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iGLGwmxoXJsr4Vq2WL8yoqNFq1Xnke5LKNtiQ3KdBRiIGranrKB7nNu18AsrO2gOM tumFPtthVJlhxoneNdWQRg0/G/oj4iOdhRcBE7AugP89INQgkwX/zO3zmf+5XJc1VE iQLCVbZW+VKcGy7eqV89fxsqUTZ8dFih64Ir4nxE=
Date: Sun, 03 Nov 2019 19:35:51 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2PI6FM5EBNXXOI3KF3ZTHRPEVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549216134@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9c971b635_3c3c3f8f970cd96810005ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tTxsRtI0WdPtQlv1fCNp7aRLIE4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:35:53 -0000

----==_mimepart_5dbf9c971b635_3c3c3f8f970cd96810005ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson, @kazuho: I added text for CRYPTO, MAX_STREAMS and STREAMS_BLOCKED frames, however:

- for CRYPTO frames, there's no flow control. It would be awkward to use a FLOW_CONTROL_ERROR here, so I opted for just using a FRAME_ENCODING_ERROR,
- for MAX_STREAMS frames FRAME_ENCODING_ERROR is the only applicable error. We do have a STREAM_LIMIT_ERROR, but this error is described as "Too many streams opened", and MAX_STREAMS doesn't open any streams by itself.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549216134
----==_mimepart_5dbf9c971b635_3c3c3f8f970cd96810005ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a>, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>: I added text for CRYPTO, MAX_STREAMS and STREAMS_BLOCKED frames, however:</p>
<ul>
<li>for CRYPTO frames, there's no flow control. It would be awkward to use a FLOW_CONTROL_ERROR here, so I opted for just using a FRAME_ENCODING_ERROR,</li>
<li>for MAX_STREAMS frames FRAME_ENCODING_ERROR is the only applicable error. We do have a STREAM_LIMIT_ERROR, but this error is described as "Too many streams opened", and MAX_STREAMS doesn't open any streams by itself.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJKYKMN2EMT56G3UQEI3QR6KBPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6F7BQ#issuecomment-549216134">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IUKCDOLYTQLUXO3DQR6KBPANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZCTILTR4N2SU7RPDQR6KBPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6F7BQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYKMN2EMT56G3UQEI3QR6KBPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6F7BQ#issuecomment-549216134",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYKMN2EMT56G3UQEI3QR6KBPA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6F7BQ#issuecomment-549216134",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf9c971b635_3c3c3f8f970cd96810005ac--


From nobody Sun Nov  3 19:39:17 2019
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 7851A120129 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:15 -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 aSEWuHdvFirK for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:14 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AEE61120902 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:12 -0800 (PST)
Date: Sun, 03 Nov 2019 19:39:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838751; bh=I1dNs4OQmyLtQ4T5Cj3o4KWHtRG+NFs3DMqo9l6ppAM=; h=Date:From:To:Subject:From; b=f8G7TfzFvqM3kq+wDUytDYaOLnFXnq+0LptuyZeG2dNlKHq8zcj/8nS6B4d5T4YAc KwT3NwTYRChGc+7X4YNUfJby84uGfSRIuFm6MmPYjH0hMach9I9/+4DnlpUH89b0e2 LfnTsaLZpj3nXAOdJk4zR8c3YqzJ3FOHR5ucQWL4=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/b40802-9555e3@github.com>
Subject: [quicwg/base-drafts] 62278e: use the FRAME_ENCONDING_ERROR for errors in frame ...
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/hwbDrUW1RRYbLTQ6sk5xfAsqgMg>
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, 04 Nov 2019 03:39:16 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 62278ed1a7d4fcac38f88f669339282128ddeb30
      https://github.com/quicwg/base-drafts/commit/62278ed1a7d4fcac38f88f669339282128ddeb30
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-09-17 (Tue, 17 Sep 2019)

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

  Log Message:
  -----------
  use the FRAME_ENCONDING_ERROR for errors in frame encoding


  Commit: c56dd27788254e1cc6574a3e50a77f16b1fccabd
      https://github.com/quicwg/base-drafts/commit/c56dd27788254e1cc6574a3e50a77f16b1fccabd
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-09-17 (Tue, 17 Sep 2019)

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

  Log Message:
  -----------
  also allow FLOW_CONTROL_ERRORs for stream overflows


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

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

  Log Message:
  -----------
  add an error for overflow of a CRYPTO stream


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

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

  Log Message:
  -----------
  add an error for overflow of a MAX_STREAMS frame


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

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

  Log Message:
  -----------
  add an error for overflow of a STREAMS_BLOCKED frame


  Commit: 9555e35064263df0d5b9cff31b3290615b8ee20c
      https://github.com/quicwg/base-drafts/commit/9555e35064263df0d5b9cff31b3290615b8ee20c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3042 from marten-seemann/frame-encoding-errors

Use the FRAME_ENCODING_ERROR for errors in frame encoding


Compare: https://github.com/quicwg/base-drafts/compare/b40802327211...9555e3506426


From nobody Sun Nov  3 19:39:30 2019
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 DCF4C120811 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 y9PId8ONpEHy for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:21 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D056120121 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:21 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id ADD7B2C0C08 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838760; bh=h/f2cNkvimu7i/+DKxD7Spc7uaMd7zHAJFawRqFhqMc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IZg+NSxw36K52sN8LEoNC4XzIgTFAiwh8SK9zY5mHA45h4Ypb0IcI45Ik2Ke1eL/b OgsvVWraf5jRQXz+zHFfv8AZ7fba/vlWFw51n7Bi8pxQ/fKHx6b+5D/kdE76BN/300 7I4OPcCLtfJLkPG0W1DaoDC5EagTnPj2aSFoYPqQ=
Date: Sun, 03 Nov 2019 19:39:20 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4OGOPL6V7QTY5RVZV3ZTH6REVBNHHB2ZEM7Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3027/issue_event/2766494463@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3027@github.com>
References: <quicwg/base-drafts/issues/3027@github.com>
Subject: Re: [quicwg/base-drafts] Codes for frame encoding errors (#3027)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9d689f920_ebc3fb0270cd96c1372a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tN0tU_Wym55NUtsOFfx5BvqGX1I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:39:23 -0000

----==_mimepart_5dbf9d689f920_ebc3fb0270cd96c1372a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3027 via #3042.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3027#event-2766494463
----==_mimepart_5dbf9d689f920_ebc3fb0270cd96c1372a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493128958" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3027" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3027/hovercard" href="https://github.com/quicwg/base-drafts/issues/3027">#3027</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard" href="https://github.com/quicwg/base-drafts/pull/3042">#3042</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3027?email_source=notifications&amp;email_token=AFTOJK4PWBZNOA6N6KYGCELQR6KORA5CNFSM4IWL4A72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV7Y#event-2766494463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3GHNG7XV7NPDOCL5LQR6KORANCNFSM4IWL4A7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5JKZMCW3JAP67FK2DQR6KORA5CNFSM4IWL4A72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV7Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3027?email_source=notifications\u0026email_token=AFTOJK4PWBZNOA6N6KYGCELQR6KORA5CNFSM4IWL4A72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV7Y#event-2766494463",
"url": "https://github.com/quicwg/base-drafts/issues/3027?email_source=notifications\u0026email_token=AFTOJK4PWBZNOA6N6KYGCELQR6KORA5CNFSM4IWL4A72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV7Y#event-2766494463",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf9d689f920_ebc3fb0270cd96c1372a3--


From nobody Sun Nov  3 19:39:36 2019
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 A52E3120121 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9tDirFWwuHcV for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:21 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8B3B6120129 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:21 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id B2239660509 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838760; bh=hCm7MRkpepFJgUfT8BNvhH/rdd30BkCJwG4gK/AGYnE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oja2ZX/laQjfAwIMY6S75AfdAjsqGFvivTPIS9ezRYot39GajekkgKcVZ/9bZQyFZ 0w4Zyh15VtQ4Qc3maJ/+WcvQrrYpFpAmGRAQVUR3ncrYGPjrMdqBTrAf2GZOvGri9D hRIdRVm0PYBGoM73XHjnNAvKgM77yQI3r77P2lzk=
Date: Sun, 03 Nov 2019 19:39:20 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2MXYMC55SGSDUIUC53ZTH6REVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/issue_event/2766494455@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9d68a3673_18a83f8cb74cd9609595c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Fbn0RZysOO3T_zRiuq-ZnvGOzWE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:39:24 -0000

----==_mimepart_5dbf9d68a3673_18a83f8cb74cd9609595c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3042 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#event-2766494455
----==_mimepart_5dbf9d68a3673_18a83f8cb74cd9609595c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard" href="https://github.com/quicwg/base-drafts/pull/3042">#3042</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK7TU6P753X3ZBHNK4LQR6KORA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV5Y#event-2766494455">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZIQ2IQNJTOKMI4XG3QR6KORANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6OPN4Z2KV77ZH2QO3QR6KORA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK7TU6P753X3ZBHNK4LQR6KORA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV5Y#event-2766494455",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK7TU6P753X3ZBHNK4LQR6KORA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUTSVV5Y#event-2766494455",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf9d68a3673_18a83f8cb74cd9609595c5--


From nobody Sun Nov  3 19:39:51 2019
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 C21AE120121 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fBtbr9IThGHe for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:47 -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 914F01200FD for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:47 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id B40288C0604 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838786; bh=iAbLGgilo/eaJEmGtVy9mYN9btDp4ndAoTWfrwSaMmk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vHrCAP4b5nnL2heIpFkxkQWldd1ILDBTlOBxLird/BsaJkOnepR0r05RUVTckRKTq +NioIJ1pC62dj1+4sFFyV5VOhWpO8VtWrV8e7r6cV7cIVes7CI9EQJsPDhMh2MPbw/ SzgOycrLJ8QI1oE4LQb1FsOh5y5XUK8Gvp/xgUOI=
Date: Sun, 03 Nov 2019 19:39:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RXDE2U5GUTRV54V53ZTIAFEVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549216628@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbf9d82a58a0_15e43fc0202cd95c626073"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fVdqS7JIBWP_0K1DxHR_vpyG3So>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 03:39:50 -0000

----==_mimepart_5dbf9d82a58a0_15e43fc0202cd95c626073
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Those seem like reasonable conclusions to me.  I'm happy taking this.  Now I just need to ensure that the changelog is updated.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549216628
----==_mimepart_5dbf9d82a58a0_15e43fc0202cd95c626073
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Those seem like reasonable conclusions to me.  I'm happy taking this.  Now I just need to ensure that the changelog is updated.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK64GWMXQH7RAXQ4ANDQR6KQFA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6GC5A#issuecomment-549216628">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4JGPLILHSRHXRNXFTQR6KQFANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2PEJ4BFR33KQIRAYDQR6KQFA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6GC5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK64GWMXQH7RAXQ4ANDQR6KQFA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6GC5A#issuecomment-549216628",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK64GWMXQH7RAXQ4ANDQR6KQFA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6GC5A#issuecomment-549216628",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbf9d82a58a0_15e43fc0202cd95c626073--


From nobody Sun Nov  3 19:40:00 2019
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 B870F120121 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:59 -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 L-_YKzHMIj6q for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:39:58 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 633F31200FD for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:58 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id B83382C0ECD for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:39:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838797; bh=QUyKbl2SQ6j35ijPxXpErkKcmVWnFQhq3p5JGzQNa18=; h=Date:From:To:Subject:From; b=wR8wIVogaQafc298L5v4Qe2jbrNM0V98c+lLSsqULMKkvETkG2zCn05v2gpyOn3Su fRzUdVD6iedsN5qaz5vqSrj7EQ5NyILCL4+dduWAtI3NgwvxqIuUMHaYUuxzbydIkv 3/2Ym1Rx7tQwOKmdx69CNIZSG1LrKUX05n3sMswU=
Date: Sun, 03 Nov 2019 19:39:57 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8a5446-40068a@github.com>
Subject: [quicwg/base-drafts] 40068a: Script updating gh-pages from 9555e350. [ci skip]
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/RepHdzpfnBTVsG7N-vBKNuoEW5Y>
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, 04 Nov 2019 03:40:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 40068abfc982048737d9feff678ab7e4d0f093a1
      https://github.com/quicwg/base-drafts/commit/40068abfc982048737d9feff678ab7e4d0f093a1
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 9555e350. [ci skip]



From nobody Sun Nov  3 19:41:42 2019
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 2411B1200FD for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:41:41 -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 rIle14sK1Ung for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:41:39 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCB3A12012E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:41:39 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 1EFB6C61926 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:41:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572838899; bh=XinaIvdLK1oPEUj2gcQre4ZY6CsNBsOi3ZqPQFChRDg=; h=Date:From:To:Subject:From; b=fSKiKh1b/wz5pkwjPW8edVvjRxVIij3R2JCIrYt4UcQraU0u97b0xSPJN7uBmzuI1 4W+IpQ8GApDkl9P7ZbYF0NypQEgAG+rPzB/6GO7jM9VJZW1TkekpQHjjLN/Ca2XZW9 yLQMFDOTuIVDxvIgfknIRe5+Xno33WEmkSUJbnQA=
Date: Sun, 03 Nov 2019 19:41:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/40068a-4f68de@github.com>
Subject: [quicwg/base-drafts] 4f68de: Script updating issues at 2019-11-04T03:41:32Z. [c...
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/ZpgQ-Ah6nBCeU15JMwVaqkibkjg>
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, 04 Nov 2019 03:41:41 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4f68dea9a92044b2d19a74e6f02817faa0bb13cd
      https://github.com/quicwg/base-drafts/commit/4f68dea9a92044b2d19a74e6f02817faa0bb13cd
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-04T03:41:32Z. [ci skip]



From nobody Sun Nov  3 19:49:25 2019
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 E0E02120848 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:23 -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 bJl6hART8iRM for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:22 -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 7F534120812 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:22 -0800 (PST)
Date: Sun, 03 Nov 2019 19:49:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572839361; bh=dX5ZAeFOZmRJXZcXiDCb3zzfSf4d0m7/P2+FvnkeEp4=; h=Date:From:To:Subject:From; b=YVXhfDUKcZTFYhgdyP6gUVng2TKHFpMJ38aFgxwVRGttaOX6Z4pHH+WYxXIudJJ7I FwBFwRb3X3hTlEuQWIE3Iz7oNJEz96aNI9CNNAudTKPXIjTUKowfqg+mEYLyHmOLE2 YG3l16bCv9EMl2drXzvK/Xb2gKY4IE2+i6zR4TFY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/tags/draft-ietf-quic-http-24/000000-ec7652@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/bTwm-wuP6gEvOtPd8da6iyvY5ho>
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, 04 Nov 2019 03:49:24 -0000

  Branch: refs/tags/draft-ietf-quic-http-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042



From nobody Sun Nov  3 19:49:31 2019
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 7A11912084A for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:28 -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 ewAGZD7ThghP for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:27 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00A26120848 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:26 -0800 (PST)
Date: Sun, 03 Nov 2019 19:49:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572839366; bh=YHbKGsd6ZMbTTXtn4FPjYwET6w/6O4ucmtRwbOzKgZw=; h=Date:From:To:Subject:From; b=rXvVn07VoE0DezqQaSdl9V3NB8ooGBb6s4mglMcXY3h6UXRBDPzaDsFSVuae8Z07f S8eHo+VPLIwKwdWBgZ/uEXVExb6/VKaPn1PCInfoplN1xKJc5wW3E2lxKseyGFmj2D nSIEUaTgRBTnp9SxjbWprmVnhH6LNSTUwJr+vU1I=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/tags/draft-ietf-quic-qpack-11/000000-e5fd18@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/3uOZvKjqcahNTWxw6OKA_TGkn4A>
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, 04 Nov 2019 03:49:28 -0000

  Branch: refs/tags/draft-ietf-quic-qpack-11
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042



From nobody Sun Nov  3 19:49:39 2019
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 8FCDC120863 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:33 -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 jy0fUEvjGTg8 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:31 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACE9F12084A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:31 -0800 (PST)
Date: Sun, 03 Nov 2019 19:49:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572839370; bh=Q7jgmQdUsZR8B2sa6QIdblYm5iIJXEQY41pxcv5VXEM=; h=Date:From:To:Subject:From; b=GPt5trhK0XBfLbxnOTu6zpJ/y5xkT+GpKgVFP+NFr4laYzuu514z8GCklAY8ssmc9 y6Da6mLApUgTcnJzSb3BNdtDLq1we6kDUZ/veBHGFsNNFRxiSTAV71A+Hhf1licfNF 1Q3tlAmHjm/1i1zLss26NLYd4tYBJ0yKnrpnLxJo=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/tags/draft-ietf-quic-recovery-24/000000-40d2cc@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/mnRp5cXE1I4e6BzgPX3lZW2mcic>
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, 04 Nov 2019 03:49:33 -0000

  Branch: refs/tags/draft-ietf-quic-recovery-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042



From nobody Sun Nov  3 19:49:44 2019
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 E4F86120848 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:37 -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 Jq6Xt8Bvd-Od for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22F6E120812 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:36 -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 485FA660061 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572839375; bh=rKni14HXYmS82NDgmhZXBYWkoQ06wYwjBlGT1yk21YY=; h=Date:From:To:Subject:From; b=XsE3o3vNAQY9qNb4fmoXHccrxr+IExqQQK3ES1nFClVO1JVrd9tz1vbvEbDLqu3U2 tybfeo8Ew9RXMJgM+ppAr0POLEnDYrUU7jVXp/xn+eoYsCwCNLBqAFE3eOpkgqy0fN xbT6mdoG6B3usCREwIw+LNsSYhMl1J4+i9rVETAM=
Date: Sun, 03 Nov 2019 19:49:35 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/tags/draft-ietf-quic-tls-24/000000-47cfb0@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/YS1V6ms8v8je36AZUlVGR2nbuSE>
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, 04 Nov 2019 03:49:38 -0000

  Branch: refs/tags/draft-ietf-quic-tls-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042



From nobody Sun Nov  3 19:49:50 2019
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 6A0AA120812 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:43 -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 h0YcE-ELOIyG for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 19:49:40 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0E781208FD for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:40 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 0479A520512 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 19:49:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572839380; bh=x/sXcakiNv8OxuTWJXy7K5oCDmujeYDBlexG5kUStz4=; h=Date:From:To:Subject:From; b=nq5HLHeGX8yNIk29XBB9SFeLD1HNZdjabp6GNfIs4VLcuu5WP64BHMLvM/UDz4ShJ zMFMkHUco59in0dbS6sRAi5XttdckwJSQUNtCGXy9gvLJ6FzQhnBYvIwqF03NUFRp7 IH/aKpr/vbiWG6F+qEw2mxaUc/dOoHwCkDt1FosI=
Date: Sun, 03 Nov 2019 19:49:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/tags/draft-ietf-quic-transport-24/000000-c65d1c@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/EtZiVBcsoAYCZBtqluAu1e4EH-4>
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, 04 Nov 2019 03:49:43 -0000

  Branch: refs/tags/draft-ietf-quic-transport-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042



From nobody Sun Nov  3 20:36:31 2019
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 093B4120113 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:36:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rIYUUQSKEa5s for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:36:28 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 757AC12001E for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:36:28 -0800 (PST)
Date: Sun, 03 Nov 2019 20:36:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572842187; bh=DWE17H/z8Mt1AMv03okmAE5e2lSEmTBSK9zevEQZvtg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=H31w4w4d/ZX9TnIseB7US535m5v5NymzImQY4L9/UKK6fIgQ9+wZDP+nQBVmbmpLl w/ZhUVTshgwk40i/dPIVJzCbiAb9fBNlnoUFjVRkOzDXmAA+heCb1iCp8pYXRp4lUv d17h4cue6HvQIGrbOKGldoHVDPDX2c+CWm+v5UWc=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4IWAWSME3IC4TPIK53ZTOUXEVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549222679@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfaacb5a638_76bf3fd5404cd95c1906727"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JGVxB8LVkdUOPyMFPsY5pXWkf9M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 04:36:30 -0000

----==_mimepart_5dbfaacb5a638_76bf3fd5404cd95c1906727
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho There's no flow control in the sense that you don't advertise a window and you don't update any window.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549222679
----==_mimepart_5dbfaacb5a638_76bf3fd5404cd95c1906727
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> There's no flow control in the sense that you don't advertise a window and you don't update any window.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJKYIXS53Z3FUN44PZY3QR6REXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HSFY#issuecomment-549222679">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4SNRZAO2P4BO7PW7DQR6REXANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK557AJHC5E6HWPRRZTQR6REXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HSFY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYIXS53Z3FUN44PZY3QR6REXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HSFY#issuecomment-549222679",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYIXS53Z3FUN44PZY3QR6REXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HSFY#issuecomment-549222679",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfaacb5a638_76bf3fd5404cd95c1906727--


From nobody Sun Nov  3 20:38:42 2019
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 DC1C2120113 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:38:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=unavailable 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 TwQNIzSFlmrj for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:38:38 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 617AA120046 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:33:18 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 8756C6A0355 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:33:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572841997; bh=8+Mj2r3+Y08xuvJpKHVLL+UO7WzmNb8oUrBvFsjQubY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HRTKaXIFiOer2FA4Ma/uhyAvQ7ByxBTQ6Tr4VIyxBeJSLGvfykAICIeEH+KbEm2OB fZ1cKKfZBgyPcYD9PMb4c4dYfNNqtoedbDZTnBduBRpUPANHXwo/evCrcg1QulpvQ7 f65p3cflkAZzVgJO8PRnb1yYh1zTzZ+mfBxbDGVM=
Date: Sun, 03 Nov 2019 20:33:17 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYWB2ETO62NEFHBHFF3ZTOI3EVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549222362@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfaa0d78431_ff83f7f166cd96c935420"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zE8Po5TNBYjMwcCQNAfiTkSqwwk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 04:38:40 -0000

----==_mimepart_5dbfaa0d78431_ff83f7f166cd96c935420
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann 
> for CRYPTO frames, there's no flow control. It would be awkward to use a FLOW_CONTROL_ERROR here, so I opted for just using a FRAME_ENCODING_ERROR,

I'm not sure if I follow the logic here.

If there is no flow control, then I'd presume that exceeding 2<sup>62</sup> bytes is totally fine, and therefore that that the receiver should not be required (i.e. MUST) to send an error.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549222362
----==_mimepart_5dbfaa0d78431_ff83f7f166cd96c935420
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a></p>
<blockquote>
<p>for CRYPTO frames, there's no flow control. It would be awkward to use a FLOW_CONTROL_ERROR here, so I opted for just using a FRAME_ENCODING_ERROR,</p>
</blockquote>
<p>I'm not sure if I follow the logic here.</p>
<p>If there is no flow control, then I'd presume that exceeding 2<sup>62</sup> bytes is totally fine, and therefore that that the receiver should not be required (i.e. MUST) to send an error.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK2X4RPYUOHL3WGBTW3QR6QY3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HPWQ#issuecomment-549222362">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5GAQYTAWCPCJ3XS43QR6QY3ANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FBJHOJFWHP5QJI2DQR6QY3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HPWQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK2X4RPYUOHL3WGBTW3QR6QY3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HPWQ#issuecomment-549222362",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK2X4RPYUOHL3WGBTW3QR6QY3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HPWQ#issuecomment-549222362",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfaa0d78431_ff83f7f166cd96c935420--


From nobody Sun Nov  3 20:43:23 2019
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 6B0AD1200C7 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:43:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZO9iuN8G7pxy for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:43:19 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B9CB120046 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:43:19 -0800 (PST)
Date: Sun, 03 Nov 2019 20:43:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572842597; bh=t338tIuYrLqFiba9mp53W2BLsUClEXfhZldqcC35AFw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P6gX5SpQbx07zal7kWebX1DjUSizv28KR3lbKsUCutreZywDTNSV7kcm2zhWvi9r6 UVSstpO5oGOmvt6lF1z0bxGAajRuxW508U1nO+sxaMX8Nf5I667QPmB5iTNCe6WYpj 4bAeoPyzjEqC7aPWr92Cd+/WIbKNzKpJ3a0nkWZw=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5IEY6ZD6SYZQNQ4Q53ZTPOLEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549223382@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfac6586dcf_35d33fb0f20cd96486887f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fmtnwBbzLMsARYpeKKpRmyqujOg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 04:43:21 -0000

----==_mimepart_5dbfac6586dcf_35d33fb0f20cd96486887f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@igorlord 
> As for the privacy, I do not see a problem. The gateway already sees everything and knows everything.

Only when the gateway is encrypting / decrypting the traffic. Counterexample is QUIC-LB, where the gateway just forwards the packets to different backend servers.

> If they do not cooperate, this is no different than a multi-CDN case.

(c) is exactly the same as what we state for TLS session tickets in RFC 1.3, which covers the multi-CDN case. If we want to be more lax, I think we need to present that there is no privacy concerns in doing so.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549223382
----==_mimepart_5dbfac6586dcf_35d33fb0f20cd96486887f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=25256216" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/igorlord">@igorlord</a></p>
<blockquote>
<p>As for the privacy, I do not see a problem. The gateway already sees everything and knows everything.</p>
</blockquote>
<p>Only when the gateway is encrypting / decrypting the traffic. Counterexample is QUIC-LB, where the gateway just forwards the packets to different backend servers.</p>
<blockquote>
<p>If they do not cooperate, this is no different than a multi-CDN case.</p>
</blockquote>
<p>(c) is exactly the same as what we state for TLS session tickets in RFC 1.3, which covers the multi-CDN case. If we want to be more lax, I think we need to present that there is no privacy concerns in doing so.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK4H4MHH5T4E4DKG4IDQR6R6LA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HXVQ#issuecomment-549223382">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72547M7W5PIEQF3J3QR6R6LANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ3RJNCMZFXBNM2WYLQR6R6LA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HXVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4H4MHH5T4E4DKG4IDQR6R6LA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HXVQ#issuecomment-549223382",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4H4MHH5T4E4DKG4IDQR6R6LA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HXVQ#issuecomment-549223382",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfac6586dcf_35d33fb0f20cd96486887f--


From nobody Sun Nov  3 20:46:10 2019
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 CD9951200C7 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:46:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.122
X-Spam-Level: 
X-Spam-Status: No, score=-6.122 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, HTML_OBFUSCATE_05_10=0.26, MAILING_LIST_MULTI=-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 4Q8UFoX_VGns for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:46:06 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 92F71120046 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:46:06 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 883D96A0E34 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:46:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572842765; bh=UfMKLoZZuLpzCeL6kZGd7uBqe6zrfd+vu7w7r5x4BSw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tHrNBARnJgvAtWdPXEtUdivONcGDJWNDZeAh+aBsc7vZvILDGfholJs2ypQ/JBo5j MKShGcGAmqvglzYYkoT5YEukTvaL4otBXDyM8RJ1dnnPAPc5W6DScRJdaj0dXGlnUr DVMjZyp7ATe06LjL/1VrAUXRCppk/bK49mDe/CrE=
Date: Sun, 03 Nov 2019 20:46:05 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3UDAQMTB7TC3X4LCN3ZTPY3EVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549223654@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfad0d79204_685f3f89a2ecd964661271"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q8G6WZol5jPYJAg9EpE8tc4vMFA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 04:46:09 -0000

----==_mimepart_5dbfad0d79204_685f3f89a2ecd964661271
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann Are you suggesting that the CRYPTO stream has implicit limit of 2<sup>62</sup> bytes that can be transferred? I think my question is how you would justify it. My claim is that it's an unnecessary complexity.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549223654
----==_mimepart_5dbfad0d79204_685f3f89a2ecd964661271
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> Are you suggesting that the CRYPTO stream has implicit limit of 2<sup>62</sup> bytes that can be transferred? I think my question is how you would justify it. My claim is that it's an unnecessary complexity.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK3WR5AMAGC3IDU4OA3QR6SI3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HZZQ#issuecomment-549223654">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZKOE4ZEWRX2U7NJGLQR6SI3ANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3WZUA5M5CATXWW5KLQR6SI3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HZZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK3WR5AMAGC3IDU4OA3QR6SI3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HZZQ#issuecomment-549223654",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK3WR5AMAGC3IDU4OA3QR6SI3A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6HZZQ#issuecomment-549223654",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfad0d79204_685f3f89a2ecd964661271--


From nobody Sun Nov  3 20:48:53 2019
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 A5CC7120125 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:48:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xDlVUpserCUX for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 20:48:50 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35000120046 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 20:48:50 -0800 (PST)
Date: Sun, 03 Nov 2019 20:48:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572842927; bh=HbWy+Z6W2qDQr0bHLBO453nce9wrVTL/VwOjTjAQLz8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MkIeiJXoIiaUoQ0E9fsZOSM87K7mbOtY+bV5GkZ9r+8F868SxqRQMdKlD1smXTGc6 Lr+qmXzDa9ZytFHHQSqCwWmnedLyFu6JNmI62G9zc3fVtaQKqMXGLGLZ1T9x+gPuAE hd8KVaUKTXNXvEJFG4BNTb4aifQMq4tra9u9cdRM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK37P5ZDYQ26XZVPAJF3ZTQC7EVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549223932@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfadafe409a_9463f86dd8cd9643979c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rwM0OcZEJqziF7haIEm5q2eES2k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 04:48:52 -0000

----==_mimepart_5dbfadafe409a_9463f86dd8cd9643979c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho That's what's written in the spec. I was not happy with our decision from Tokio to not communicate a limit for the data that can be sent on a CRYPTO stream, and have peers just drop any frames sent on that stream in the future instead. But that's what the working group decided to do.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549223932
----==_mimepart_5dbfadafe409a_9463f86dd8cd9643979c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> That's what's written in the spec. I was not happy with our decision from Tokio to not communicate a limit for the data that can be sent on a CRYPTO stream, and have peers just drop any frames sent on that stream in the future instead. But that's what the working group decided to do.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJKYB2DLLYK336TIWGLDQR6SS7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6H37A#issuecomment-549223932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3KSVAFU46A3I6XQO3QR6SS7ANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYKS6DZFGBDVG5S7JDQR6SS7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6H37A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYB2DLLYK336TIWGLDQR6SS7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6H37A#issuecomment-549223932",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJKYB2DLLYK336TIWGLDQR6SS7A5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6H37A#issuecomment-549223932",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfadafe409a_9463f86dd8cd9643979c6--


From nobody Sun Nov  3 21:02:40 2019
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 182CA120125 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:02:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gF7yzNOOgvFZ for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:02:37 -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 D84A312011A for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:02:36 -0800 (PST)
Date: Sun, 03 Nov 2019 21:02:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572843755; bh=XQBom1N0BAs454hSr0agsBFxLwNgjK+ZcdfqMjftMZs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dFKLXVQ/D6KovpuSPijKWkkKE5NzBqX//RaP2F4HPaLK7aaqScM409KtstNDUnzXq Wvcshfk1BHARzWBMrz691n6zWo2QW6uzDxpAWZh0qRkqf74dk6zhKbqvj2iJfv1V13 GCZLUSt7bWPZ4qrN6r5WBISnqVaZdQVEdmWBnl98=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYT22XNGA3VGKYJUMF3ZTRWXEVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549225351@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfb0eb7959b_2b023f92dcecd96c2317633"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SAZhy_LiSIqX_QGhioCkr3bjleM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:02:39 -0000

----==_mimepart_5dbfb0eb7959b_2b023f92dcecd96c2317633
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann I think you are conflating two different issues. #2524 is an issue about the amount of data buffered, while this issue is about the maximum offset of data an endpoint can ultimately represent.

Let me explain why "MUST respond with a FRAME_ENCODING_ERROR" for a CRYPTO stream is a problem.

The reason we have allowed the use of FLOW_CONTROL_ERROR for STREAM frames is because that is an error that can be caught by the stream-level receive buffer (and it's logic), rather than the frame decoder.

Stating that the error code MUST be FRAME_ENCODING_ERROR in this particular case goes against that agreement.

That logic that we used for STREAM frames can be equally applied to CRYPTO streams. The error code can either be CRYPTO_BUFFER_EXCEEDED or FLOW_CONTROL_ERROR. I don't mind either. But requiring FRAME_ENCODING_ERROR is different, because it could require the stream-level logic to respond either with a stream-level error code (CRYPTO_BUFFER_EXCEEDED or FLOW_CONTROL_ERROR) and frame-level error code (FRAME_DECODING_ERROR) based on the input. As can be seen, this requirement to distinguish between the two cases is the same as the one we argue for the STREAM frame case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549225351
----==_mimepart_5dbfb0eb7959b_2b023f92dcecd96c2317633
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> I think you are conflating two different issues. <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="421742815" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2524" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2524/hovercard" href="https://github.com/quicwg/base-drafts/pull/2524">#2524</a> is an issue about the amount of data buffered, while this issue is about the maximum offset of data an endpoint can ultimately represent.</p>
<p>Let me explain why "MUST respond with a FRAME_ENCODING_ERROR" for a CRYPTO stream is a problem.</p>
<p>The reason we have allowed the use of FLOW_CONTROL_ERROR for STREAM frames is because that is an error that can be caught by the stream-level receive buffer (and it's logic), rather than the frame decoder.</p>
<p>Stating that the error code MUST be FRAME_ENCODING_ERROR in this particular case goes against that agreement.</p>
<p>That logic that we used for STREAM frames can be equally applied to CRYPTO streams. The error code can either be CRYPTO_BUFFER_EXCEEDED or FLOW_CONTROL_ERROR. I don't mind either. But requiring FRAME_ENCODING_ERROR is different, because it could require the stream-level logic to respond either with a stream-level error code (CRYPTO_BUFFER_EXCEEDED or FLOW_CONTROL_ERROR) and frame-level error code (FRAME_DECODING_ERROR) based on the input. As can be seen, this requirement to distinguish between the two cases is the same as the one we argue for the STREAM frame case.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK576VNAIIKG5PBVTALQR6UGXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IHBY#issuecomment-549225351">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7BBWKCDRKTAVOKSV3QR6UGXANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4KMNYM27YFAHHKJ5DQR6UGXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IHBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK576VNAIIKG5PBVTALQR6UGXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IHBY#issuecomment-549225351",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK576VNAIIKG5PBVTALQR6UGXA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IHBY#issuecomment-549225351",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfb0eb7959b_2b023f92dcecd96c2317633--


From nobody Sun Nov  3 21:05:20 2019
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 EA98E1200CD for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:05:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ElQ9NMNZzXcr for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:05: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 6759E120096 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:05:17 -0800 (PST)
Date: Sun, 03 Nov 2019 21:05:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572843916; bh=0tq5IQ+qdfE17REp0IV/f77uBXi8d6H8QizakvnM2kU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sWBMAkc6zZE+XrC95Z9ymnNnAL39ucLaT3FrvovK1gG3SBtJlSwyjpDLtNAnBPrYo FcukT34nLRtyuFZPtludrivTotWuPyXJNi88sC5vX3UsFB2kgRAH7QTWQNgDKy98uH MTPXzs4EVMTGHe05L1IL22y/gOxfIy4B/cze/cHs=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYUCN2HS4AZEY5AML53ZTSAZEVBNHHB253VH4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3042/c549225665@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3042@github.com>
References: <quicwg/base-drafts/pull/3042@github.com>
Subject: Re: [quicwg/base-drafts] Use the FRAME_ENCODING_ERROR for errors in frame encoding (#3042)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfb18ca4777_775f3fa276ecd96853598d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i_AFrs3Nz6c7mfor7vXQx5_z4KM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:05:19 -0000

----==_mimepart_5dbfb18ca4777_775f3fa276ecd96853598d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho You're right. I missed that we have a CRYPTO_BUFFER_EXCEEDED error. I'll prepare a follow-up PR later today. Unfortunately, it looks like it won't make it into -24 any more though.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549225665
----==_mimepart_5dbfb18ca4777_775f3fa276ecd96853598d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> You're right. I missed that we have a CRYPTO_BUFFER_EXCEEDED error. I'll prepare a follow-up PR later today. Unfortunately, it looks like it won't make it into -24 any more though.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications&amp;email_token=AFTOJK3ZN3TXZPCWA4XKIU3QR6UQZA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IJQI#issuecomment-549225665">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY64MM4X443QXJ3QXDQR6UQZANCNFSM4IXJVA2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4Z5ZYKYCSTKQQCVTTQR6UQZA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IJQI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK3ZN3TXZPCWA4XKIU3QR6UQZA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IJQI#issuecomment-549225665",
"url": "https://github.com/quicwg/base-drafts/pull/3042?email_source=notifications\u0026email_token=AFTOJK3ZN3TXZPCWA4XKIU3QR6UQZA5CNFSM4IXJVA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6IJQI#issuecomment-549225665",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfb18ca4777_775f3fa276ecd96853598d--


From nobody Sun Nov  3 21:12:36 2019
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 A911A1200CD for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:12:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZgSS3FYOFMgu for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:12:32 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0F8BC120096 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:12:32 -0800 (PST)
Date: Sun, 03 Nov 2019 21:12:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572844351; bh=ugNdMjVupAlUSfSQuPlDdemSCWx3d1jWFwZlqe17TZU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=TtFhDB4enzCHHkMzeZJ2iV6bz008FUnC2TenfNbgYDF07vpsHcZe12ZR77Z50hmnj /sejgvUbg0xIfKnGZ/I2Xj3ZJZLTO/CfXKTNLpupA0YumpDE50d1xvFbXQOO9arJPS X3JI4pWW6RlYXWGb6cRoewsO5+BqjIxg0VxC3LhQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5SUKN2H74JSOYSMX53ZTS37EVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186@github.com>
Subject: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfb33f1c68d_5bde3fb9904cd96459938c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6oIcOUm_ygQQ0QsVR3OfGcCn5vA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:12:35 -0000

----==_mimepart_5dbfb33f1c68d_5bde3fb9904cd96459938c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As @kazuho pointed out in https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549225351, I missed that there&#39;s a CRYPTO_BUFFER_EXCEEDED that would equally valid to send when a CRYPTO frame exceeds the 2^62-1 limit.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3186

-- Commit Summary --

  * allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3186.patch
https://github.com/quicwg/base-drafts/pull/3186.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186

----==_mimepart_5dbfb33f1c68d_5bde3fb9904cd96459938c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> pointed out in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard?comment_id=549225351&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/pull/3042#issuecomment-549225351">#3042 (comment)</a>, I missed that there's a CRYPTO_BUFFER_EXCEEDED that would equally valid to send when a CRYPTO frame exceeds the 2^62-1 limit.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3186'>https://github.com/quicwg/base-drafts/pull/3186</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3186/files#diff-0">draft-ietf-quic-transport.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3186.patch'>https://github.com/quicwg/base-drafts/pull/3186.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3186.diff'>https://github.com/quicwg/base-drafts/pull/3186.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZTBZMUQYRNL6FAWG3QR6VL7A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWQGVJA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZDASJ6DPBYCNTE6FTQR6VL7ANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYDTW7ZC2ZL7NIDSPTQR6VL7A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWQGVJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZTBZMUQYRNL6FAWG3QR6VL7A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWQGVJA",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZTBZMUQYRNL6FAWG3QR6VL7A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWQGVJA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dbfb33f1c68d_5bde3fb9904cd96459938c--


From nobody Sun Nov  3 21:13:56 2019
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 1706F1200CD for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:13:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NcS8EeBmq2vd for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:13:53 -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 8762A120096 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:13:53 -0800 (PST)
Date: Sun, 03 Nov 2019 21:13:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572844432; bh=8e/BLzS9flxHyAe91TlhEwhDO4naqd977ZbEd13RZzY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Wtb62I+G4qvCvD4sR5bBf9wi092Dw3RLGC9YNV7xEQanmpMLDSmUs6QISKpk8XW6z +0u9bMdd14DhBt5QyTSpUFH2SIlzpUjHBlpwP8QUHcKbZgDKCJh0N2EyfMELTQtkfA VLpwp1tFKuxW0TXoFvuvcrLrQDkMccdOTWILctoQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4ZQJBD6GYM6MXT5T53ZTTBBEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/review/310881295@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfb3907b2a5_2ae73fb08dacd9606248c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CgUUIV4ZAfob4sLaYG7TdBBBfx0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:13:55 -0000

----==_mimepart_5dbfb3907b2a5_2ae73fb08dacd9606248c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.

Thank you! LGTM.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#pullrequestreview-310881295
----==_mimepart_5dbfb3907b2a5_2ae73fb08dacd9606248c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>

<p>Thank you! LGTM.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK35ZYKDNHHIN3AJRHDQR6VRBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD2YDY#pullrequestreview-310881295">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72M2LS4AWA7TKTZGLQR6VRBANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2TMN656KHQRPCUTXDQR6VRBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD2YDY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK35ZYKDNHHIN3AJRHDQR6VRBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD2YDY#pullrequestreview-310881295",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK35ZYKDNHHIN3AJRHDQR6VRBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD2YDY#pullrequestreview-310881295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfb3907b2a5_2ae73fb08dacd9606248c--


From nobody Sun Nov  3 21:43:26 2019
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 A3FF212008B for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:43:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 aRXpIZCDgIDv for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:43:22 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6132120077 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:43:22 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id E635A6E01E4 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:43:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572846201; bh=LG2SJcirgvxW3RSGv33E16kh5coHqgOxKZ8MvLzYHRI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K+q9pdsZbugpbV+IqIpLO3mZj69wfqgyzLkiyaKecGOicQCggBIds/Z0DjGiRPmc1 jTZ1fRRGct8Cb4eGne2B3C235V5Px661QZYxfv25aOcBsALYemWMuDQ6Vtp/BGYhyj enelPDwvYU6/cL0FyZhxq6COp9QMFVIFAU+9v9mk=
Date: Sun, 03 Nov 2019 21:43:21 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3YWJSBKVVEWJWQ5LF3ZTWPTEVBNHHB47SZJY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3139/review/310884986@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3139@github.com>
References: <quicwg/base-drafts/pull/3139@github.com>
Subject: Re: [quicwg/base-drafts] Packets on one path must not adjust values for a different path (#3139)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfba79d6a58_25923fb2358cd96865881d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RQ3YU4kDyNjrViTWpC5nYXdntxE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:43:25 -0000

----==_mimepart_5dbfba79d6a58_25923fb2358cd96865881d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -2096,7 +2096,7 @@ more likely to indicate an intentional migration rather than an attack.
 ## Loss Detection and Congestion Control {#migration-cc}
 
 The capacity available on the new path might not be the same as the old path.
-Packets sent on the old path SHOULD NOT contribute to congestion control or RTT
+Packets sent on the old path MUST NOT contribute to congestion control or RTT
 estimation for the new path.
 

I'd tend to agree with Ian that it's probably not necessary to add text covering that -- you're doing the safest thing if you treat them as completely independent, and you're likely to have new data from the new path just from validation or within a few RTTs.

(That said, I'd be quite interested in the results of experiments in this area, and there's no enforcement here that prevents such experimentation.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3139#discussion_r341908356
----==_mimepart_5dbfba79d6a58_25923fb2358cd96865881d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3139#discussion_r341908356">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2096,7 +2096,7 @@ more likely to indicate an intentional migration rather than an attack.
 ## Loss Detection and Congestion Control {#migration-cc}
 
 The capacity available on the new path might not be the same as the old path.
-Packets sent on the old path SHOULD NOT contribute to congestion control or RTT
+Packets sent on the old path MUST NOT contribute to congestion control or RTT
 estimation for the new path.
 
</pre>
<p>I'd tend to agree with Ian that it's probably not necessary to add text covering that -- you're doing the safest thing if you treat them as completely independent, and you're likely to have new data from the new path just from validation or within a few RTTs.</p>
<p>(That said, I'd be quite interested in the results of experiments in this area, and there's no enforcement here that prevents such experimentation.)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications&amp;email_token=AFTOJKY4QTWKQCCR63BNFZLQR6R6TA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD3U6Q#discussion_r341908356">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYGECEKHY7TGIC6N2DQR6R6TANCNFSM4JELOU5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6YRAKEXWXQUM36JDLQR6R6TA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD3U6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKY4QTWKQCCR63BNFZLQR6R6TA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD3U6Q#discussion_r341908356",
"url": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKY4QTWKQCCR63BNFZLQR6R6TA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKD3U6Q#discussion_r341908356",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfba79d6a58_25923fb2358cd96865881d--


From nobody Sun Nov  3 21:51:23 2019
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 8E517120026 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:51:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RxFv5jr6qEj2 for <quic-issues@ietfa.amsl.com>; Sun,  3 Nov 2019 21:51:20 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DEBAA120024 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:51:19 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 960956E1290 for <quic-issues@ietf.org>; Sun,  3 Nov 2019 21:51:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572846678; bh=6Uv56ZGVgBbaoS7tIxUlUJ7HytKhLvfhXHmX3jlqVaE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iY0JKDUJrSDRiGb7GxBtXgOUZBLbheY+sSPezbKP3dzd4sjg8FTNRobqTvv7SgenA 89RldtOg1EnhNbEpNZb6/fSVEpEJyYNpkhJLb7MqGxb6RnswylSoxwfA4RKlnBkat4 +Hrih1iLAjwYoqtB6ZpG/GSVKE2R2UKtxTj30xgk=
Date: Sun, 03 Nov 2019 21:51:18 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3JYQFVHQJPB4WI3N3ZTXNNEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/c549230767@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dbfbc56877fa_6a1f3fb2e0ecd95c900bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YSJbjwBySYkDz0evNIjokhcXO3M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 05:51:21 -0000

----==_mimepart_5dbfbc56877fa_6a1f3fb2e0ecd95c900bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks @mirjak! There's a section, `migration-linkability`, that discusses linkability and sets out the requirements there. I wasn't originally thinking that we wanted to duplicate that in security considerations, but it could be really good to write up some of the guarantees that we think are/n't provided there (probably in a separate issue, though).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#issuecomment-549230767
----==_mimepart_5dbfbc56877fa_6a1f3fb2e0ecd95c900bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=8420764" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mirjak">@mirjak</a>! There's a section, <code>migration-linkability</code>, that discusses linkability and sets out the requirements there. I wasn't originally thinking that we wanted to duplicate that in security considerations, but it could be really good to write up some of the guarantees that we think are/n't provided there (probably in a separate issue, though).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK22JQVQFPJMBCRAHF3QR6S4NA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6JRLY#issuecomment-549230767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK324TBOOQAWP6URFCDQR6S4NANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5NYXEEZU54VVL5GULQR6S4NA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6JRLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK22JQVQFPJMBCRAHF3QR6S4NA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6JRLY#issuecomment-549230767",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK22JQVQFPJMBCRAHF3QR6S4NA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6JRLY#issuecomment-549230767",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dbfbc56877fa_6a1f3fb2e0ecd95c900bd--


From nobody Mon Nov  4 03:35:21 2019
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 C44C6120987 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:35:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GB8R8gB7yGxP for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:35:12 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71E95120A14 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 03:35:12 -0800 (PST)
Date: Mon, 04 Nov 2019 03:35:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572867311; bh=90h46tZsLBnW9FpqApPNY3ES/tsolvfpyWBp7AVq8w4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pGuzPYuJsuJOmrnP3+WJro7THv4ub9yRIjvQtWBl0jvKgPs2BDG/l0yNhvmHY/ym8 2UiHvwaGpmFNiXcZh6y1xlYxSMKlgMYpGjsM5JHWPYsbskDjnOT+ugMToo6h/MaSVD hBC1yQr6B75l0C1LmH/zGLjcySM3GtykJpJn0lXk=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZVY5JV3NZD56AT5L53ZU7W7EVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/311011596@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc00cefbb694_28173fa8deccd9601349e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jP0hbArF6nbKbCUuvObuIlkg9WQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 11:35:20 -0000

----==_mimepart_5dc00cefbb694_28173fa8deccd9601349e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -2343,28 +2343,30 @@ source address.
 
 ## Idle Timeout {#idle-timeout}
 
-If the idle timeout is enabled, a connection is silently closed and the state is
-discarded when it remains idle for longer than both the advertised
-idle timeout (see {{transport-parameter-definitions}}) and three times the
+If the idle timeout is enabled by either peer, a connection is silently closed
+and its state is discarded when it remains idle for longer than the
+max_idle_timeout (see {{transport-parameter-definitions}}) and three times the

This sentence seems to contradict the next paragraph: The connection is closed when it remains idle for longer than the minimum of the max_idle_timeouts.

>  
-: The idle timeout is a value in milliseconds that is encoded as an integer; see
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle
-  timeout is disabled.
+: The max idle timeout is a value in milliseconds that is encoded as an integer;
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints omit this
+  transport parameteter or specify a value of 0.

In its current wording, this would mean that if one of the endpoints omits the parameter or sets it to 0, the resulting idle timeout would be 0 (since we're taking the minimum of both values).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#pullrequestreview-311011596
----==_mimepart_5dc00cefbb694_28173fa8deccd9601349e2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r342006200">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2343,28 +2343,30 @@ source address.
 
 ## Idle Timeout {#idle-timeout}
 
-If the idle timeout is enabled, a connection is silently closed and the state is
-discarded when it remains idle for longer than both the advertised
-idle timeout (see {{transport-parameter-definitions}}) and three times the
+If the idle timeout is enabled by either peer, a connection is silently closed
+and its state is discarded when it remains idle for longer than the
+max_idle_timeout (see {{transport-parameter-definitions}}) and three times the
</pre>
<p>This sentence seems to contradict the next paragraph: The connection is closed when it remains idle for longer than the minimum of the max_idle_timeouts.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r342006795">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The idle timeout is a value in milliseconds that is encoded as an integer; see
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle
-  timeout is disabled.
+: The max idle timeout is a value in milliseconds that is encoded as an integer;
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints omit this
+  transport parameteter or specify a value of 0.
</pre>
<p>In its current wording, this would mean that if one of the endpoints omits the parameter or sets it to 0, the resulting idle timeout would be 0 (since we're taking the minimum of both values).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK77Z2UDCWSVIFBQIU3QSACG7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKE2SDA#pullrequestreview-311011596">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK62NCSSZRNP6NNCMG3QSACG7ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYJ3VWABSBWHOC4YLQSACG7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKE2SDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK77Z2UDCWSVIFBQIU3QSACG7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKE2SDA#pullrequestreview-311011596",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK77Z2UDCWSVIFBQIU3QSACG7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKE2SDA#pullrequestreview-311011596",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc00cefbb694_28173fa8deccd9601349e2--


From nobody Mon Nov  4 03:43:27 2019
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 398211200D7 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:43:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 C3GOMpONwJnM for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:43:25 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C46A81200BA for <quic-issues@ietf.org>; Mon,  4 Nov 2019 03:43:24 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id D78176A045B for <quic-issues@ietf.org>; Mon,  4 Nov 2019 03:43:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572867803; bh=Gf+l0LOJJBSNPrYMAGlwTsSe9FRqBw9VY/M1Pd/u7kE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y0CjlhaHPqzIj1d1c8RuEdX2DyxTO0yB3LR4fd/z2oUuGzy7k712hYObOpVM7HAUw 0YigPPmNJUk1nYU6BBqi0k36bn4kDas/r21jp957FLLGdB6t9AAxf05ez35phVC1ry femLyq5Q7Mhzs7RUtFRmma3cqf8W0AmqCmk7xLAc=
Date: Mon, 04 Nov 2019 03:43:23 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6P4PZ4M3GKEVZN5WF3ZVAVXEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549318400@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc00edbc95e7_492f3fe9686cd96411562c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vYW76ltF81ICg3vyI3KhkegGeo8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 11:43:26 -0000

----==_mimepart_5dc00edbc95e7_492f3fe9686cd96411562c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho If gateway does not have the keys, it has no more info than a multi-CDN case. In fact, it has less info -- it cannot tell when the new connection is for the same or different hostname than the one that issued the token.

I am interested in anyone presenting a material reduction in privacy in case (a) that is absent in a multi-CDN case with case (c).  (I am not aware of a way to prove lack of privacy concerns other than making an attempt to find some and falling to do so).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549318400
----==_mimepart_5dc00edbc95e7_492f3fe9686cd96411562c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> If gateway does not have the keys, it has no more info than a multi-CDN case. In fact, it has less info -- it cannot tell when the new connection is for the same or different hostname than the one that issued the token.</p>
<p>I am interested in anyone presenting a material reduction in privacy in case (a) that is absent in a multi-CDN case with case (c).  (I am not aware of a way to prove lack of privacy concerns other than making an attempt to find some and falling to do so).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK2ZP2UEHL6IDD6Y4G3QSADFXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC666AA#issuecomment-549318400">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK24GWLHP4QZ62VZ7I3QSADFXANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZH5BABKCR2CAXRKNTQSADFXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC666AA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2ZP2UEHL6IDD6Y4G3QSADFXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC666AA#issuecomment-549318400",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2ZP2UEHL6IDD6Y4G3QSADFXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC666AA#issuecomment-549318400",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc00edbc95e7_492f3fe9686cd96411562c--


From nobody Mon Nov  4 03:48:37 2019
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 CA57E1200BA for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:48:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JtwiguvrDNiA for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 03:48:33 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25A431200B3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 03:48:33 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 33DB86601F7 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 03:48:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572868112; bh=WRk77xvvllGpkxW/IFTsMwFsqFddztPvuJ0N72Mv/WE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iDLFhBaSvAZSOeFd0S95E/5zXql3P+8ha9HGoORVevAXS2EbAM+ijftwr9VMh7PY3 A3QoJKalUXI3aTg/1zl1zwK6q4Usjc2c+XILkyVSZ7Eetu/59mM6pRL+G58KF01CsF upkaxGQ15xmGhTsLrB8odwMXBJ4lPmJaLWbQSDwc=
Date: Mon, 04 Nov 2019 03:48:32 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6IRJIIG5ZK4S6K6O53ZVBJBEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549319955@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc010102413e_36723f82fb2cd9641102d9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1HUqhvrgegBCMRh67i93Wko3bYs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 11:48:35 -0000

----==_mimepart_5dc010102413e_36723f82fb2cd9641102d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@igorlord How about https://github.com/quicwg/base-drafts/issues/3155#issuecomment-546789506?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549319955
----==_mimepart_5dc010102413e_36723f82fb2cd9641102d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=25256216" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/igorlord">@igorlord</a> How about <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513086339" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3155" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3155/hovercard?comment_id=546789506&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/issues/3155#issuecomment-546789506">#3155 (comment)</a>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK42O3KPMY3AE6IWP4LQSADZBA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC67KEY#issuecomment-549319955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZOVHOJRXOQG7FJG3TQSADZBANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JMLFI4433G2OI7Z3QSADZBA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC67KEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK42O3KPMY3AE6IWP4LQSADZBA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC67KEY#issuecomment-549319955",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK42O3KPMY3AE6IWP4LQSADZBA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC67KEY#issuecomment-549319955",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc010102413e_36723f82fb2cd9641102d9--


From nobody Mon Nov  4 04:01:03 2019
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 EA10C1200BA for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 04:01:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9vrd5_IcFtas for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 04:01:00 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5459D12004C for <quic-issues@ietf.org>; Mon,  4 Nov 2019 04:01:00 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 75E846E008E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 04:00:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572868859; bh=mBdR9R7DMz9B6gfn2TrKjeG5uLANskIPGDjq7PzMztY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eA+/wfuIh4Mo5ipWCzcUlMUYvPf+ndHF7T0XIAKuzLY0TqKzhgjvdduM5x8yF4ui/ lybVZ1jFVi65c57SCmaYvYdcInX42QiAftwyuMXMt9RxAuZ5Us4ua6tKbeAk07ajdp DlnRDslEF0O+FnJejJTMTQq6qi8k6Lp/aa/MufRI=
Date: Mon, 04 Nov 2019 04:00:59 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5K44AZLQBLRQNENJV3ZVCXXEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549323704@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc012fb67966_22d23f9e5d2cd964126068"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8QLKmTKXhfO9j24SRNzG4fGsAQY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 12:01:02 -0000

----==_mimepart_5dc012fb67966_22d23f9e5d2cd964126068
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I did see this but am confused where the risk is. If a party can see all traffic going to a specific IP, is the concern that it is giving them some extra information when there are multiple clients behind a NAT?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549323704
----==_mimepart_5dc012fb67966_22d23f9e5d2cd964126068
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> I did see this but am confused where the risk is. If a party can see all traffic going to a specific IP, is the concern that it is giving them some extra information when there are multiple clients behind a NAT?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK2VY6MUMFKWV23R5J3QSAFHXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7AHOA#issuecomment-549323704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ZUESXJGZKHKKPDMTQSAFHXANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK33YQSMT2SEYBSRSP3QSAFHXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7AHOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2VY6MUMFKWV23R5J3QSAFHXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7AHOA#issuecomment-549323704",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2VY6MUMFKWV23R5J3QSAFHXA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7AHOA#issuecomment-549323704",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc012fb67966_22d23f9e5d2cd964126068--


From nobody Mon Nov  4 04:46:07 2019
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 7F30B1200C3 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 04:46:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dNOJXpfskcNd for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 04:46:03 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A872D120255 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 04:46:03 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 036956604D3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 04:46:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572871563; bh=uvuYaYxFKLFGxi1z8UDP6iOQQc7djDCLuqCG4Bva9lg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dmS2uyktOckhYMWg4ASfDLwYO3Knx7jwQEP0PAst4OJiLfsQ95QO3WdGfQfxNWe3j e4bc5pc16hSx+G9zSO6J3gAtS+xvXLs8v8+fZveJmvA9n58WcbfLTsDoDSP1++DI3Z SX7BL5nrUTCUBBtd32aE5BKwNqSwBzCzz2k20/Bk=
Date: Mon, 04 Nov 2019 04:46:02 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5TXSUT4ULXE2QOH653ZVIAVEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549337407@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc01d8ae930b_10003f83d30cd96014554"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/73i1LKFkx5pXggc9BOToHadj5Fs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 12:46:06 -0000

----==_mimepart_5dc01d8ae930b_10003f83d30cd96014554
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@igorlord No.

The concern is on the server-side, where three parties are involved: a) owner of LB (that only sees unencrypted traffic), b) owner of one server behing _a_, c) owner of another backend server behind _a_, who can also monitor the traffic between clients and _a_.

The attack goes like this:
1. _c_ accepts a connection from a legitimate client (through _a_), and issues a NEW_TOKEN token
2. The client reconnects to _b_ (through _a_), using the the token obtained in step 1. At this point, _c_ can tell that who connected to _b_.

Going back to our design principle; we require NEW_TOKEN tokens (and also TLS session tickets) to be sent using an encrypted channel, and to be used only once, because the fact that the client is connecting to a particular server should not be exposed to a third party. In this example, we are violating that requirement.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549337407
----==_mimepart_5dc01d8ae930b_10003f83d30cd96014554
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=25256216" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/igorlord">@igorlord</a> No.</p>
<p>The concern is on the server-side, where three parties are involved: a) owner of LB (that only sees unencrypted traffic), b) owner of one server behing <em>a</em>, c) owner of another backend server behind <em>a</em>, who can also monitor the traffic between clients and <em>a</em>.</p>
<p>The attack goes like this:</p>
<ol>
<li><em>c</em> accepts a connection from a legitimate client (through <em>a</em>), and issues a NEW_TOKEN token</li>
<li>The client reconnects to <em>b</em> (through <em>a</em>), using the the token obtained in step 1. At this point, <em>c</em> can tell that who connected to <em>b</em>.</li>
</ol>
<p>Going back to our design principle; we require NEW_TOKEN tokens (and also TLS session tickets) to be sent using an encrypted channel, and to be used only once, because the fact that the client is connecting to a particular server should not be exposed to a third party. In this example, we are violating that requirement.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK6RBNM2O7VCMAUM4KLQSAKQVA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7DSPY#issuecomment-549337407">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2A4J5T5DQH2EBDG23QSAKQVANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYNEYHPA3A3D2EJ7OLQSAKQVA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7DSPY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK6RBNM2O7VCMAUM4KLQSAKQVA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7DSPY#issuecomment-549337407",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK6RBNM2O7VCMAUM4KLQSAKQVA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7DSPY#issuecomment-549337407",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc01d8ae930b_10003f83d30cd96014554--


From nobody Mon Nov  4 05:28:02 2019
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 CA715120274 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 05:28:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 v2PcF1f6gO6V for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 05:27:59 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08C18120144 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 05:27:59 -0800 (PST)
Date: Mon, 04 Nov 2019 05:27:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572874078; bh=FfrZF28tuScFvd4DqTCvyZzp8X4rU+dK6pIIJaHBHiU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ml9LvMo9vKgQYr7Bgu6/4hfy6RtxKVqb1XJQDA9tdbJOV1CYaeooX7S34vuK6j/Hx bzjpF60tbDSYR3ebGxNFBtrUL1PpLv6KVYl6znaFzC+cB4Pfoy8sgD0zuzKZu+D6x5 Jgfp22xj/Qc9znA0hat60OSBrxi/n9CJ6U+214h0=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZOSUYWYB6FPWDTIVN3ZVM53EVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549352624@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0275dea4e6_38463fcae40cd96c2682de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VtGrdcR5FxuWbsdcUDP0ycll0Ag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 13:28:01 -0000

----==_mimepart_5dc0275dea4e6_38463fcae40cd96c2682de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho So why is the answer to my question of whether the scheme above gives out extra information only in case of multiple users behind a NAT: no?

If there is only a single user behind an IP, a party that can observe all traffic to load balancer "a" can know who is connecting to "c" and "b" just by matching on the src ip and seeing that they are the same.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549352624
----==_mimepart_5dc0275dea4e6_38463fcae40cd96c2682de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> So why is the answer to my question of whether the scheme above gives out extra information only in case of multiple users behind a NAT: no?</p>
<p>If there is only a single user behind an IP, a party that can observe all traffic to load balancer "a" can know who is connecting to "c" and "b" just by matching on the src ip and seeing that they are the same.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK2USTDYMWNDUH4G2VLQSAPN3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7HJMA#issuecomment-549352624">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4YLFMLWTNXWHBCAILQSAPN3ANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYOXK5XPBQUTRL6NN3QSAPN3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7HJMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2USTDYMWNDUH4G2VLQSAPN3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7HJMA#issuecomment-549352624",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK2USTDYMWNDUH4G2VLQSAPN3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7HJMA#issuecomment-549352624",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0275dea4e6_38463fcae40cd96c2682de--


From nobody Mon Nov  4 05:55:28 2019
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 8C1581200E7 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 05:55:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 j3YWAlDE65kF for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 05:55:25 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B7A7120099 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 05:55:25 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 137E66E15B3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 05:55:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572875724; bh=A6MFBNdqMuIzcSD2Q6FlDbl+F3ADf0rC++La8u41EDo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cHAfVEjbpJDM/kiuLJp9g+/HOIr/nSvjuvI9qPktv9+DdV98LvmoglRjNfVzaioCK qATUTmtzN9JoOzq3O9fh+G3rEfSleHRUFNzVO5AYQsk+N0stGuIv4x6zB/Lg4L/Ct3 oSrBuff81xN4lPbMuY78XP+oype7qatRGT9SpLA0=
Date: Mon, 04 Nov 2019 05:55:24 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7J4PRE6YQNQP2B3TN3ZVQEZEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549363852@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc02dcc4f82_e1d3fcb770cd9603830b7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rLA0DSpNaY5NbCcBQvcsyNQiz6w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 13:55:28 -0000

----==_mimepart_5dc02dcc4f82_e1d3fcb770cd9603830b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@igorlord 
> If there is only a single user behind an IP, a party that can observe all traffic to load balancer "a" can know who is connecting to "c" and "b" just by matching on the src ip and seeing that they are the same.

I think the hidden assumption in your argument is that the client is connecting to "b" and "c" at the same time. When that assumption is met, I think you are correct that the attack is only viable when the client is behind a NAT.

But it could also be the case that the client first connects to "c", disconnects, then connect to "b" using the token obtained from "c" from a different address. In that case, the attack becomes concerning even when the client is not behind a NAT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549363852
----==_mimepart_5dc02dcc4f82_e1d3fcb770cd9603830b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=25256216" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/igorlord">@igorlord</a></p>
<blockquote>
<p>If there is only a single user behind an IP, a party that can observe all traffic to load balancer "a" can know who is connecting to "c" and "b" just by matching on the src ip and seeing that they are the same.</p>
</blockquote>
<p>I think the hidden assumption in your argument is that the client is connecting to "b" and "c" at the same time. When that assumption is met, I think you are correct that the attack is only viable when the client is behind a NAT.</p>
<p>But it could also be the case that the client first connects to "c", disconnects, then connect to "b" using the token obtained from "c" from a different address. In that case, the attack becomes concerning even when the client is not behind a NAT.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK3RMPZGSBAR3LI53I3QSASUZA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7KBDA#issuecomment-549363852">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2FMYUZZZKAWENO4ETQSASUZANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK546ZOWUXBDNVBRBR3QSASUZA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7KBDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK3RMPZGSBAR3LI53I3QSASUZA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7KBDA#issuecomment-549363852",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK3RMPZGSBAR3LI53I3QSASUZA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7KBDA#issuecomment-549363852",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc02dcc4f82_e1d3fcb770cd9603830b7--


From nobody Mon Nov  4 06:54:11 2019
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 F037A12088B for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 06:54:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0GnHIBi8x59g for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 06:54:00 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A25E21208EB for <quic-issues@ietf.org>; Mon,  4 Nov 2019 06:54:00 -0800 (PST)
Date: Mon, 04 Nov 2019 06:53:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572879239; bh=owxgyoE7NsWAPu9a9T9M7dtY+edm7ol6AA1tbdiuOkA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=owP0oECA/eECN8GpeVpQKiOyWqAfdVO34oWmjSCzCtdlNNLh3eM9q3ka5uTtaHFiJ chyUMpwE1hWoXVldxoJaCnsSf8VtYHEb2U7rpXe+O/AVM/9+7gLeB7ogh4Njl3V60L 4eHUIiu1YIkvQwo5926l/AZ39wYN9BQsr3lqFljE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZEVCS62K25MSX5QQV3ZVXAPEVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185/c549390414@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3185@github.com>
References: <quicwg/base-drafts/pull/3185@github.com>
Subject: Re: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc03b87c16ae_40543fedaa8cd96c1993b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YE_qxUHTjaYyJ4Fl9qgAvw7udTE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 14:54:11 -0000

----==_mimepart_5dc03b87c16ae_40543fedaa8cd96c1993b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Apparently I should have submitted #3066 last night...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185#issuecomment-549390414
----==_mimepart_5dc03b87c16ae_40543fedaa8cd96c1993b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Apparently I should have submitted <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a> last night...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJKZCQITESEWBOKGGV3DQSAZQPA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7QQTQ#issuecomment-549390414">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5ABI4FKCPX6UNOCKLQSAZQPANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5AYY5PTHBJCL62Y6TQSAZQPA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7QQTQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKZCQITESEWBOKGGV3DQSAZQPA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7QQTQ#issuecomment-549390414",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKZCQITESEWBOKGGV3DQSAZQPA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7QQTQ#issuecomment-549390414",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc03b87c16ae_40543fedaa8cd96c1993b8--


From nobody Mon Nov  4 06:57:33 2019
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 AA785120236 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 06:57:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 f_tx_VBB5bnH for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 06:57:28 -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 599C1120130 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 06:57:28 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id CA847261646 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 06:57:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572879447; bh=4wikNNYlZuu2eA4SpBV1re4yiT4Lzcj1jcpzGxZr5rg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IlNDSal3FwJBe2E2cEsqa03AuIeSkBH8MAXwFKxPOgNGBW50x/f3pX/XaoacvcDAs CEpmv/lwvRl2DtmIUfQCAfRYcCqmrsdoKKEN8tD1OQ8lIaiqOnfGCoBMJ1xulukRwV hSNt1F3S7KK1WWDj8VMBVqmrvSbaPlk7aTigNaHw=
Date: Mon, 04 Nov 2019 06:57:27 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2G6GBZ22VQYC54YJV3ZVXNPEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549392154@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc03c5786155_338f3f8dfaecd96c124150"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bSkkkx0SXQ3Q7iBfW_TegHyqhKE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 14:57:32 -0000

----==_mimepart_5dc03c5786155_338f3f8dfaecd96c124150
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho 
> But it could also be the case that the client first connects to "c", disconnects, then connect to "b" using the token obtained from "c" from a different address. In that case, the attack becomes concerning even when the client is not behind a NAT.

This is an address validation token. It is coded for a particular client address. The client will not use the token if it has migrated to a different address.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549392154
----==_mimepart_5dc03c5786155_338f3f8dfaecd96c124150
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a></p>
<blockquote>
<p>But it could also be the case that the client first connects to "c", disconnects, then connect to "b" using the token obtained from "c" from a different address. In that case, the attack becomes concerning even when the client is not behind a NAT.</p>
</blockquote>
<p>This is an address validation token. It is coded for a particular client address. The client will not use the token if it has migrated to a different address.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK56UWNL7DEAZRY4EFTQSAZ5PA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7Q6GQ#issuecomment-549392154">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYZFRUYBCUZV3LUSHLQSAZ5PANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4K6OGZXHKG37UO353QSAZ5PA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7Q6GQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK56UWNL7DEAZRY4EFTQSAZ5PA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7Q6GQ#issuecomment-549392154",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK56UWNL7DEAZRY4EFTQSAZ5PA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC7Q6GQ#issuecomment-549392154",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc03c5786155_338f3f8dfaecd96c124150--


From nobody Mon Nov  4 08:46:41 2019
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 00CEC120B19 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 08:46:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 MVKUgsuI6GB7 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 08:46:31 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90B21120806 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 08:46:31 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id BF4242C346D for <quic-issues@ietf.org>; Mon,  4 Nov 2019 08:46:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572885990; bh=ZbTgAvzvTQ/5bvAJDx0d1YRkbXV/2IHWnPKAirGDuIw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zCFiBJoVQjOY0nPpwL6yXSs6ARTycXUixIoamEl296YXgT64/umBwEHzN9BpErxou glI8wQfc4yrYGaVdQqVuEBW0oKyenytm4jGiXS16LQAdjoADSHrXNd/ijBMjq7+hel E48kuHOhsDGKjhwJGhQBT35mivZLb2kTdCZa743k=
Date: Mon, 04 Nov 2019 08:46:30 -0800
From: Antoine Delignat-Lavaud <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6KQPUZVWKBDEGA65F3ZWEGNEVBNHHB5VH2I4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3187@github.com>
Subject: [quicwg/base-drafts] Overflow in appendix A packet number decoding sample (#3187)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc055e6b0805_2fb93f8e500cd9607441c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ad-l
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4uHdSRaiQ8BfOgIZoVkeiM_HWhs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 16:46:38 -0000

----==_mimepart_5dc055e6b0805_2fb93f8e500cd9607441c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

While working on the proof of correctness of packet decoding, my intern discovered an error in the reference code of Appendix A. More precisely, we tried to prove the following lemma:

```fstar
let bound_npn (pn_len:nat2) = pow2 (8 * (pn_len+1))

let in_window (pn_len:nat2) (last pn:nat) =
  let h = bound_npn pn_len in
  (last+1 < h/2 /\ pn < h) \/
  (last+1 >= pow2 62 - h/2 /\ pn >= pow2 62 - h) \/
  (last+1 - h/2 < pn /\ pn <= last+1 + h/2)

val reduce_pn:
  pn_len:nat2 ->
  pn:nat62 ->
  npn:nat{npn < bound_npn pn_len}

val expand_pn :
  pn_len:nat2 ->
  last:nat{last+1 < pow2 62} ->
  npn:nat{npn < bound_npn pn_len} ->
  pn:nat62{in_window pn_len last pn /\ pn % bound_npn pn_len = npn}

val lemma_pn_correct : pn_len:nat2 -> last:nat{last+1 < pow2 62} -> pn:nat62 -> Lemma
  (requires in_window pn_len last pn)
  (ensures expand_pn pn_len last (reduce_pn pn_len pn) = pn)
```

However, the proof fails because in the first case `candidate_pn <= expected_pn - pn_hwin`, the returned value `candidate_pn + pn_win` can overflow:

```
      candidate_pn = (expected_pn & ~pn_mask) | truncated_pn
      if candidate_pn <= expected_pn - pn_hwin:
         return candidate_pn + pn_win
      // Note the extra check for underflow when candidate_pn
      // is near zero.
      if candidate_pn > expected_pn + pn_hwin and
         candidate_pn > pn_win:
         return candidate_pn - pn_win
      return candidate_pn
```
Instead, the first condition should be `if candidate_pn <= expected_pn - pn_hwin and candidate_pn + pn_win < 2^62`. Using this condition we are able to prove the lemma above (the proof is at https://github.com/project-everest/everquic-crypto/blob/master/src/QUIC.Spec.fst#L2685). It may also be a good idea to better document the `in_window` condition, as it can help with the choice of the pn_len parameter. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3187
----==_mimepart_5dc055e6b0805_2fb93f8e500cd9607441c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>While working on the proof of correctness of packet decoding, my intern discovered an error in the reference code of Appendix A. More precisely, we tried to prove the following lemma:</p>
<div class="highlight highlight-source-fstar"><pre><span class="pl-k">let</span> <span class="pl-en">bound_npn</span> <span class="pl-c1">(</span><span class="pl-en">pn_len</span><span class="pl-c1">:</span><span class="pl-en">nat2</span><span class="pl-c1">)</span> <span class="pl-c1">=</span> <span class="pl-en">pow2</span> <span class="pl-c1">(</span><span class="pl-c1">8</span> * <span class="pl-c1">(</span><span class="pl-en">pn_len</span><span class="pl-c1">+</span><span class="pl-c1">1</span><span class="pl-c1">))</span>

<span class="pl-k">let</span> <span class="pl-en">in_window</span> <span class="pl-c1">(</span><span class="pl-en">pn_len</span><span class="pl-c1">:</span><span class="pl-en">nat2</span><span class="pl-c1">)</span> <span class="pl-c1">(</span><span class="pl-en">last</span> <span class="pl-en">pn</span><span class="pl-c1">:nat)</span> <span class="pl-c1">=</span>
  <span class="pl-k">let</span> <span class="pl-en">h</span> <span class="pl-c1">=</span> <span class="pl-en">bound_npn</span> <span class="pl-en">pn_len</span> <span class="pl-k">in</span>
  <span class="pl-c1">(</span><span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> &lt; <span class="pl-en">h</span>/<span class="pl-c1">2</span> <span class="pl-c1">/\</span> <span class="pl-en">pn</span> &lt; <span class="pl-en">h</span><span class="pl-c1">)</span> <span class="pl-c1">\/</span>
  <span class="pl-c1">(</span><span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> &gt;<span class="pl-c1">=</span> <span class="pl-en">pow2</span> <span class="pl-c1">62</span> <span class="pl-c1">-</span> <span class="pl-en">h</span>/<span class="pl-c1">2</span> <span class="pl-c1">/\</span> <span class="pl-en">pn</span> &gt;<span class="pl-c1">=</span> <span class="pl-en">pow2</span> <span class="pl-c1">62</span> <span class="pl-c1">-</span> <span class="pl-en">h</span><span class="pl-c1">)</span> <span class="pl-c1">\/</span>
  <span class="pl-c1">(</span><span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> <span class="pl-c1">-</span> <span class="pl-en">h</span>/<span class="pl-c1">2</span> &lt; <span class="pl-en">pn</span> <span class="pl-c1">/\</span> <span class="pl-en">pn</span> &lt;<span class="pl-c1">=</span> <span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> <span class="pl-c1">+</span> <span class="pl-en">h</span>/<span class="pl-c1">2</span><span class="pl-c1">)</span>

<span class="pl-k">val</span> <span class="pl-en">reduce_pn</span><span class="pl-c1">:</span>
  <span class="pl-en">pn_len</span><span class="pl-c1">:</span><span class="pl-en">nat2</span> <span class="pl-c1">-&gt;</span>
  <span class="pl-en">pn</span><span class="pl-c1">:</span><span class="pl-en">nat62</span> <span class="pl-c1">-&gt;</span>
  <span class="pl-en">npn</span><span class="pl-c1">:nat{</span><span class="pl-en">npn</span> &lt; <span class="pl-en">bound_npn</span> <span class="pl-en">pn_len</span><span class="pl-c1">}</span>

<span class="pl-k">val</span> <span class="pl-en">expand_pn</span> <span class="pl-c1">:</span>
  <span class="pl-en">pn_len</span><span class="pl-c1">:</span><span class="pl-en">nat2</span> <span class="pl-c1">-&gt;</span>
  <span class="pl-en">last</span><span class="pl-c1">:nat{</span><span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> &lt; <span class="pl-en">pow2</span> <span class="pl-c1">62</span><span class="pl-c1">}</span> <span class="pl-c1">-&gt;</span>
  <span class="pl-en">npn</span><span class="pl-c1">:nat{</span><span class="pl-en">npn</span> &lt; <span class="pl-en">bound_npn</span> <span class="pl-en">pn_len</span><span class="pl-c1">}</span> <span class="pl-c1">-&gt;</span>
  <span class="pl-en">pn</span><span class="pl-c1">:</span><span class="pl-en">nat62</span><span class="pl-c1">{</span><span class="pl-en">in_window</span> <span class="pl-en">pn_len</span> <span class="pl-en">last</span> <span class="pl-en">pn</span> <span class="pl-c1">/\</span> <span class="pl-en">pn</span> % <span class="pl-en">bound_npn</span> <span class="pl-en">pn_len</span> <span class="pl-c1">=</span> <span class="pl-en">npn</span><span class="pl-c1">}</span>

<span class="pl-k">val</span> <span class="pl-en">lemma_pn_correct</span> <span class="pl-c1">:</span> <span class="pl-en">pn_len</span><span class="pl-c1">:</span><span class="pl-en">nat2</span> <span class="pl-c1">-&gt;</span> <span class="pl-en">last</span><span class="pl-c1">:nat{</span><span class="pl-en">last</span><span class="pl-c1">+</span><span class="pl-c1">1</span> &lt; <span class="pl-en">pow2</span> <span class="pl-c1">62</span><span class="pl-c1">}</span> <span class="pl-c1">-&gt;</span> <span class="pl-en">pn</span><span class="pl-c1">:</span><span class="pl-en">nat62</span> <span class="pl-c1">-&gt;</span> <span class="pl-c1">Lemma</span>
  <span class="pl-c1">(</span><span class="pl-en">requires</span> <span class="pl-en">in_window</span> <span class="pl-en">pn_len</span> <span class="pl-en">last</span> <span class="pl-en">pn</span><span class="pl-c1">)</span>
  <span class="pl-c1">(</span><span class="pl-en">ensures</span> <span class="pl-en">expand_pn</span> <span class="pl-en">pn_len</span> <span class="pl-en">last</span> <span class="pl-c1">(</span><span class="pl-en">reduce_pn</span> <span class="pl-en">pn_len</span> <span class="pl-en">pn</span><span class="pl-c1">)</span> <span class="pl-c1">=</span> <span class="pl-en">pn</span><span class="pl-c1">)</span></pre></div>
<p>However, the proof fails because in the first case <code>candidate_pn &lt;= expected_pn - pn_hwin</code>, the returned value <code>candidate_pn + pn_win</code> can overflow:</p>
<pre><code>      candidate_pn = (expected_pn &amp; ~pn_mask) | truncated_pn
      if candidate_pn &lt;= expected_pn - pn_hwin:
         return candidate_pn + pn_win
      // Note the extra check for underflow when candidate_pn
      // is near zero.
      if candidate_pn &gt; expected_pn + pn_hwin and
         candidate_pn &gt; pn_win:
         return candidate_pn - pn_win
      return candidate_pn
</code></pre>
<p>Instead, the first condition should be <code>if candidate_pn &lt;= expected_pn - pn_hwin and candidate_pn + pn_win &lt; 2^62</code>. Using this condition we are able to prove the lemma above (the proof is at <a href="https://github.com/project-everest/everquic-crypto/blob/master/src/QUIC.Spec.fst#L2685">https://github.com/project-everest/everquic-crypto/blob/master/src/QUIC.Spec.fst#L2685</a>). It may also be a good idea to better document the <code>in_window</code> condition, as it can help with the choice of the pn_len parameter.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications&amp;email_token=AFTOJK4UCSJHLKDD55X6AXTQSBGWNA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWU7JDQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY34ROZR6XNT2YGNJ3QSBGWNANCNFSM4JIWIKSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3TFDKDCVTOERHKHM3QSBGWNA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWU7JDQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK4UCSJHLKDD55X6AXTQSBGWNA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWU7JDQ",
"url": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK4UCSJHLKDD55X6AXTQSBGWNA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWU7JDQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc055e6b0805_2fb93f8e500cd9607441c--


From nobody Mon Nov  4 08:55:04 2019
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 596FF120100 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 08:55:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 v1o7-YNYOh7Q for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 08:54:59 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 972E51200FE for <quic-issues@ietf.org>; Mon,  4 Nov 2019 08:54:59 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id BFB8C960230 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 08:54:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572886498; bh=4ObT+mSyb+/dOCiMdsFih+1Q0jELcoTKr3zmXfVKah8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vcz8EP73+UMWsHTJti6FZuXgfyrB3AollNPYMYJBpPU9QE8fgQcuCbDqrOX89QHZ9 zPwZ7prUv6VU9VgDPRD5B5sCst0xndaJaDIvP+RObq3ggbcSH2fTfmBNgzhi1ezSoE 3bBqdKg9aQWjXFJoHGBloKteU+MQgYLQQP8kFrVU=
Date: Mon, 04 Nov 2019 08:54:58 -0800
From: Antoine Delignat-Lavaud <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYZLA5OFU7SOG34ZHF3ZWFGFEVBNHHB5VH2I4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3187/549446610@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3187@github.com>
References: <quicwg/base-drafts/issues/3187@github.com>
Subject: Re: [quicwg/base-drafts] Overflow in appendix A packet number decoding sample (#3187)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc057e2b1916_6cc43fee1d8cd96c14006e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ad-l
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6cdzWyG7ovEwp8t-6iTpWuyUo-Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 16:55:01 -0000

----==_mimepart_5dc057e2b1916_6cc43fee1d8cd96c14006e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Actually, there is another mistake in the underflow case, the condition `candidate_pn > expected_pn + pn_hwin and candidate_pn > pn_win` should be `candidate_pn > expected_pn + pn_hwin and candidate_pn >= pn_win`, as we may want to decode an underflow to 0. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3187#issuecomment-549446610
----==_mimepart_5dc057e2b1916_6cc43fee1d8cd96c14006e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Actually, there is another mistake in the underflow case, the condition <code>candidate_pn &gt; expected_pn + pn_hwin and candidate_pn &gt; pn_win</code> should be <code>candidate_pn &gt; expected_pn + pn_hwin and candidate_pn &gt;= pn_win</code>, as we may want to decode an underflow to 0.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications&amp;email_token=AFTOJK3CRQ6I2WEYR4LPQSDQSBHWFA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC76HUQ#issuecomment-549446610">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZMCX5J33AKE5ZY5FDQSBHWFANCNFSM4JIWIKSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZWGLNHADEZ63CT773QSBHWFA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC76HUQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK3CRQ6I2WEYR4LPQSDQSBHWFA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC76HUQ#issuecomment-549446610",
"url": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK3CRQ6I2WEYR4LPQSDQSBHWFA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC76HUQ#issuecomment-549446610",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc057e2b1916_6cc43fee1d8cd96c14006e--


From nobody Mon Nov  4 10:09:42 2019
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 A8807120CBE for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:09:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5W8WTo83hnfq for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:09:34 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0452E120C84 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 10:09:34 -0800 (PST)
Date: Mon, 04 Nov 2019 10:09:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572890973; bh=FhT3GbbArc6QxOhVODF2BDbceCKQbw/XELNUc6DvUog=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lq1jG3ivl2CZk5Bjc8/leQ7kw6hzETJWeStAVwCH9iEgpn4NmmGn1rpiEpFF3XwWw lLPbLsAirjJtUSKLe+yT5J7XRNN1qz5YPSo7KA7eWwVIGESsdPGyAcADyvrvNnX4QF zsAD57YpF1YH+idR13hj+RMGtju1JPMpiNLLpN+o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4EPRCRJBCNOAUYLDN3ZWN53EVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/311257943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0695d1fef8_361d3fb5ca8cd95c18458"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OTXcljr9cbEZSTrJxAn9_0-yY64>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 18:09:41 -0000

----==_mimepart_5dc0695d1fef8_361d3fb5ca8cd95c18458
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

The Handshake PTO would expire at t=3, because of the backoff, which may have been what you meant.

The second Initial PTO would expire at t=5, as you said.

One note is that the text does recommend you send a packet in other packet number spaces when possible
"In addition to sending data in the packet number space for which the timer
expired, the sender SHOULD send ack-eliciting packets from other packet
number spaces with in-flight data, coalescing packets if possible."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r342192408
----==_mimepart_5dc0695d1fef8_361d3fb5ca8cd95c18458
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342192408">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p>The Handshake PTO would expire at t=3, because of the backoff, which may have been what you meant.</p>
<p>The second Initial PTO would expire at t=5, as you said.</p>
<p>One note is that the text does recommend you send a packet in other packet number spaces when possible<br>
"In addition to sending data in the packet number space for which the timer<br>
expired, the sender SHOULD send ack-eliciting packets from other packet<br>
number spaces with in-flight data, coalescing packets if possible."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK3AKTD5JMLZIY6CSQLQSBQN3A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKGWWVY#discussion_r342192408">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4YDS57YN6X3ICPUV3QSBQN3ANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK42LAECLZTPOMXNJKDQSBQN3A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKGWWVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK3AKTD5JMLZIY6CSQLQSBQN3A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKGWWVY#discussion_r342192408",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK3AKTD5JMLZIY6CSQLQSBQN3A5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKGWWVY#discussion_r342192408",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0695d1fef8_361d3fb5ca8cd95c18458--


From nobody Mon Nov  4 10:21:50 2019
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 4F7D812091D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:21:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UUe4qiXkdoQ5 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:21:46 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 47AEC120A03 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 10:21:46 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 41824661EA8 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 10:21:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572891705; bh=REMxwj887Y68M7Jzo/AkmQuOSdlGj9LCmu/xrB1WrTk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cnseZZxA2YpteZxzi2Sz9z+06ZQRY1UmSCnBeMnlFAb0fBzlcq8C6tgpWikR3csy3 dY3IXiLtnioxynEfOwlrTL0uOIHhD0mBnpHDt2FFDbcMIucYtVgRDvMX5FQkSM9dj0 GzBV/JiA7vRN4lclYdrvzDRMLBWRllrdb03eWtDE=
Date: Mon, 04 Nov 2019 10:21:45 -0800
From: Antoine Delignat-Lavaud <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK43WVKEA6HPTVHT3U53ZWPLTEVBNHHB5VNYOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188@github.com>
Subject: [quicwg/base-drafts] Fix for #3187 (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc06c392f57e_56873fba072cd96c38923"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ad-l
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bZiFxsob_EHqWNhAYdQFbVfnmGs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 18:21:48 -0000

----==_mimepart_5dc06c392f57e_56873fba072cd96c38923
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3188

-- Commit Summary --

  * Fix for #3187

-- File Changes --

    M draft-ietf-quic-transport.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3188.patch
https://github.com/quicwg/base-drafts/pull/3188.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188

----==_mimepart_5dc06c392f57e_56873fba072cd96c38923
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3188'>https://github.com/quicwg/base-drafts/pull/3188</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix for #3187</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3188/files#diff-0">draft-ietf-quic-transport.md</a>
    (7)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3188.patch'>https://github.com/quicwg/base-drafts/pull/3188.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3188.diff'>https://github.com/quicwg/base-drafts/pull/3188.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications&amp;email_token=AFTOJK3ULC2WRFUIFBNV4UTQSBR3TA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVXB2A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6FFGNOJLO4FBKGBB3QSBR3TANCNFSM4JIXMGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7PA6ZGZDHDBV7LRPLQSBR3TA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVXB2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK3ULC2WRFUIFBNV4UTQSBR3TA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVXB2A",
"url": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK3ULC2WRFUIFBNV4UTQSBR3TA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVXB2A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc06c392f57e_56873fba072cd96c38923--


From nobody Mon Nov  4 10:34:08 2019
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 03843120044 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:34:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BmLuClAsGQWw for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 10:34:05 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A114120019 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 10:34:05 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 6988F962031 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 10:34:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572892444; bh=tD965sygKEBlcP82tX5SGBb/HN2ztitvP+DiaDhwXkM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=uxoiH63pXy5A8/qeERev3w9MXyK07UDGY2ZPwGkZ0CpdwtSNifCKI/BKAZmx6Fq4d KC5weXk9MKrH5VUEm3lz4tlgsapV1uIduhi+oUoKL7EQy1ViWdEDK5PGVc1BtmsqYy upfF3paefcHknQA9GjNYGqXwfUWDHHoIMgKxy/nc=
Date: Mon, 04 Nov 2019 10:34:04 -0800
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7A72QTPHF56OF2EDN3ZWQZZEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189@github.com>
Subject: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc06f1c599f4_56cf3fbd66ecd96c15368"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H7O9P-VSQi3E6xuRR-t8RBf-JV0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 18:34:07 -0000

----==_mimepart_5dc06f1c599f4_56cf3fbd66ecd96c15368
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

QUIC exposes the Spin Bit to the path in order to help operators debug th=
eir=0D
networks. It allows them to locate segments with an abnormal contribution=
 to=0D
latency by dichotomy, since observing the Spin Bit at a given middle poin=
t=0D
allows to compute separately the contribution to RTT of both sides.=0D
=0D
This is good, but in many cases, latency is not the crucial element; pack=
et loss=0D
is the real killer. The reason for this lies on the foreseeability of the=
 fault=0D
location:=0D
=0D
1. The location of significant latency buildup is most often known in adv=
ance: it is the last segment of the access network (capacity bottleneck w=
ith a large per-user buffer)=0D
2. Packet loss, by contrast, happens in all segments of the end-to-end pa=
th, with low correlation with latency (high-speed interfaces of core rout=
ers with limited RAM and large amounts of cross-traffic). =0D
=0D
For a network operator, the key feature is thus the ability to do dichoto=
my on=0D
packet loss. One might imagine that it is doable by simultaneous packet c=
aptures=0D
on both ends of a suspected segment; this simply doesn't help further=0D
investigations on other segments, since one doesn't know in which directi=
on to=0D
proceed (upstream or downstream). Dichotomy is impossible.=0D
=0D
In this context, it is very frustrating to anybody in network operations =
to see=0D
QUIC v1 ship with the less important of on-path measurements, the Spin Bi=
t, and=0D
without an effective way to identity and locate loss. This means several =
years=0D
of near blindness on network issues and degraded network QoS for QUIC. Ev=
erybody=0D
(including content providers and customers) will directly or indirectly s=
uffer=0D
from this.=0D
=0D
Early in the discussions around the Spin Bit, two "reserved" bits have be=
en=0D
secured "for experimentation" in the first byte of short headers. These b=
its are=0D
currently unused. We propose to use them for on-path exposure of packet l=
oss in=0D
=0D
https://datatracker.ietf.org/doc/draft-ferrieuxhamchaoui-quic-lossbits/=0D=

=0D
Note the efficiency of the method ("QL bits") has been verified in the fi=
eld=0D
through a full-size experiment in 4 countries conducted by Orange and Aka=
mai, as=0D
described at IETF105 in TSVWG and MAPRG=0D
=0D
https://datatracker.ietf.org/meeting/105/materials/slides-105-tsvwg-sessb=
-32-loss-signaling-for-encrypted-protocols-03=0D
=0D
https://datatracker.ietf.org/meeting/105/materials/slides-105-maprg-packe=
t-loss-signaling-for-encrypted-protocols-01=0D
=0D
The purpose of the current Issue is to raise awareness of the upcoming=0D=

difficulty to debug networks in the current state of the specification, a=
nd to=0D
request the inclusion of the QL bits in the transport draft, with the sam=
e=0D
status as the Spin Bit =E2=80=93 =E2=80=9Cexperimental=E2=80=9D in v1 and=
 with anti-ossification=0D
requirement to only activate the QL bits on no more than 80% of connectio=
ns. We=0D
are hereby suggesting the constitution of a design team to conduct the sa=
me=0D
analysis of privacy and ossification impacts as was done for the Spin Bit=
.=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3189=

----==_mimepart_5dc06f1c599f4_56cf3fbd66ecd96c15368
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>QUIC exposes the Spin Bit to the path in order to help operators debug=
 their<br>=0D
networks. It allows them to locate segments with an abnormal contribution=
 to<br>=0D
latency by dichotomy, since observing the Spin Bit at a given middle poin=
t<br>=0D
allows to compute separately the contribution to RTT of both sides.</p>=0D=

<p>This is good, but in many cases, latency is not the crucial element; p=
acket loss<br>=0D
is the real killer. The reason for this lies on the foreseeability of the=
 fault<br>=0D
location:</p>=0D
<ol>=0D
<li>The location of significant latency buildup is most often known in ad=
vance: it is the last segment of the access network (capacity bottleneck =
with a large per-user buffer)</li>=0D
<li>Packet loss, by contrast, happens in all segments of the end-to-end p=
ath, with low correlation with latency (high-speed interfaces of core rou=
ters with limited RAM and large amounts of cross-traffic).</li>=0D
</ol>=0D
<p>For a network operator, the key feature is thus the ability to do dich=
otomy on<br>=0D
packet loss. One might imagine that it is doable by simultaneous packet c=
aptures<br>=0D
on both ends of a suspected segment; this simply doesn't help further<br>=
=0D
investigations on other segments, since one doesn't know in which directi=
on to<br>=0D
proceed (upstream or downstream). Dichotomy is impossible.</p>=0D
<p>In this context, it is very frustrating to anybody in network operatio=
ns to see<br>=0D
QUIC v1 ship with the less important of on-path measurements, the Spin Bi=
t, and<br>=0D
without an effective way to identity and locate loss. This means several =
years<br>=0D
of near blindness on network issues and degraded network QoS for QUIC. Ev=
erybody<br>=0D
(including content providers and customers) will directly or indirectly s=
uffer<br>=0D
from this.</p>=0D
<p>Early in the discussions around the Spin Bit, two "reserved" bits have=
 been<br>=0D
secured "for experimentation" in the first byte of short headers. These b=
its are<br>=0D
currently unused. We propose to use them for on-path exposure of packet l=
oss in</p>=0D
<p><a href=3D"https://datatracker.ietf.org/doc/draft-ferrieuxhamchaoui-qu=
ic-lossbits/" rel=3D"nofollow">https://datatracker.ietf.org/doc/draft-fer=
rieuxhamchaoui-quic-lossbits/</a></p>=0D
<p>Note the efficiency of the method ("QL bits") has been verified in the=
 field<br>=0D
through a full-size experiment in 4 countries conducted by Orange and Aka=
mai, as<br>=0D
described at IETF105 in TSVWG and MAPRG</p>=0D
<p><a href=3D"https://datatracker.ietf.org/meeting/105/materials/slides-1=
05-tsvwg-sessb-32-loss-signaling-for-encrypted-protocols-03" rel=3D"nofol=
low">https://datatracker.ietf.org/meeting/105/materials/slides-105-tsvwg-=
sessb-32-loss-signaling-for-encrypted-protocols-03</a></p>=0D
<p><a href=3D"https://datatracker.ietf.org/meeting/105/materials/slides-1=
05-maprg-packet-loss-signaling-for-encrypted-protocols-01" rel=3D"nofollo=
w">https://datatracker.ietf.org/meeting/105/materials/slides-105-maprg-pa=
cket-loss-signaling-for-encrypted-protocols-01</a></p>=0D
<p>The purpose of the current Issue is to raise awareness of the upcoming=
<br>=0D
difficulty to debug networks in the current state of the specification, a=
nd to<br>=0D
request the inclusion of the QL bits in the transport draft, with the sam=
e<br>=0D
status as the Spin Bit =E2=80=93 =E2=80=9Cexperimental=E2=80=9D in v1 and=
 with anti-ossification<br>=0D
requirement to only activate the QL bits on no more than 80% of connectio=
ns. We<br>=0D
are hereby suggesting the constitution of a design team to conduct the sa=
me<br>=0D
analysis of privacy and ossification impacts as was done for the Spin Bit=
.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3189?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK776DF2QK5EJSDZDOLQSBTJZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HWVZY5A">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJK76FVQCCF3K6H23TTTQSBTJZA=
NCNFSM4JIXQLJQ">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJKZDCFH7PJV4OPKX7N3QSBTJZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVZY5A.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK776DF2QK5EJSDZDOLQSBTJZA5CNFSM4=
JIXQLJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVZY5A",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=3D=
notifications\u0026email_token=3DAFTOJK776DF2QK5EJSDZDOLQSBTJZA5CNFSM4JIX=
QLJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWVZY5A",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc06f1c599f4_56cf3fbd66ecd96c15368--


From nobody Mon Nov  4 11:06:34 2019
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 69A7D120112 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 11:06:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tYDmd_OcyblQ for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 11:06:30 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F49B120047 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 11:06:30 -0800 (PST)
Date: Mon, 04 Nov 2019 11:06:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572894389; bh=xzZqifDtv0txsEBCvPzcPgIMxsph1CAa1vK4uPWX2Kw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qpDenVm5kaFQa9Urk3JTayjsENoFh1KAO3u+QlBeSjFrDBYmWdeIq7kBrZ7JHnkB1 k4FbgcGyFTgTVQ05bbL+F8nwALG/tc7EeLl3eocjyGCxgKXyY5TDyk6vbJFTYoQ8gR 6Ys6qQR4gjwp85ZCUPDwvlbpWs8AlegQ7h2aR5CU=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7KNBQ7MVZFAVMYJLV3ZWUTLEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549500906@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc076b5bacb0_8db3f8e7c6cd9603901b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WhdXAnb1mt5E5Xi0427CmHJ1EBc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 19:06:32 -0000

----==_mimepart_5dc076b5bacb0_8db3f8e7c6cd9603901b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I certainly support this.  The amount of changes required from existing implementation is probably 1 line (allow bits to be what they may).  The only real work that this Issue proposes is a design team to assess privacy & ossification concerns.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549500906
----==_mimepart_5dc076b5bacb0_8db3f8e7c6cd9603901b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I certainly support this.  The amount of changes required from existing implementation is probably 1 line (allow bits to be what they may).  The only real work that this Issue proposes is a design team to assess privacy &amp; ossification concerns.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK6MUNXWZYLT4TCNOM3QSBXDLA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDALP2Q#issuecomment-549500906">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2SAN4VPNRWTXXP6GLQSBXDLANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3OMDLEGNBE2J5C6BTQSBXDLA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDALP2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6MUNXWZYLT4TCNOM3QSBXDLA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDALP2Q#issuecomment-549500906",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6MUNXWZYLT4TCNOM3QSBXDLA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDALP2Q#issuecomment-549500906",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc076b5bacb0_8db3f8e7c6cd9603901b--


From nobody Mon Nov  4 12:22:37 2019
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 870AC120998 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:22:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nh5JoseOJo_n for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:22:29 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95B07120A3E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 12:22:29 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id AC274C60596 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 12:22:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572898948; bh=icaH9DUauzRorUEvH4n5FYAPSiriQkMIKkzDeiMgBTU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T4uZevadmLzR6MRcOZUAfibqqkztHon87DsWveZj+0ZFAAu7wIN0deelFAjRxaAs7 pZC2BYaOmh/0FIw6G4r/uw1E21mSUre9oIaik0mNSvxY6jah6QIstEUmItokQJmsV4 2o+twk561tsFLbo/fov2ApZZ+qe/QRXdLVot8Cqg=
Date: Mon, 04 Nov 2019 12:22:28 -0800
From: Nicolas Kuhn <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5MJ6DJKT2ORQNE3WF3ZW5QJEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549530336@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc088849c96d_ce43fc210ccd96014563f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: NicoKos
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fTGNPgDT9sSvWlEio2U2xRBRbcQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 20:22:36 -0000

----==_mimepart_5dc088849c96d_ce43fc210ccd96014563f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

+1
We have experimented the proposed solution. It helped us identify losses occuring before a satellite gateway. Operating a network involves dealing with different equipment providers proposing specific management API and with 'old' equipment with specific management API. This solution is a real helper when it comes to identify the faulty segment in a network composed of various equipment. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549530336
----==_mimepart_5dc088849c96d_ce43fc210ccd96014563f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>+1<br>
We have experimented the proposed solution. It helped us identify losses occuring before a satellite gateway. Operating a network involves dealing with different equipment providers proposing specific management API and with 'old' equipment with specific management API. This solution is a real helper when it comes to identify the faulty segment in a network composed of various equipment.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK7XCXSJ5LJRIWBBMCDQSCAAJA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDASVYA#issuecomment-549530336">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6PFPUCKRPB5BWQSGLQSCAAJANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4FF36AB7QPNHV5OHDQSCAAJA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDASVYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK7XCXSJ5LJRIWBBMCDQSCAAJA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDASVYA#issuecomment-549530336",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK7XCXSJ5LJRIWBBMCDQSCAAJA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDASVYA#issuecomment-549530336",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc088849c96d_ce43fc210ccd96014563f--


From nobody Mon Nov  4 12:57:02 2019
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 EE719120041 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:56:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hoUYC0f1vnWK for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:56:58 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70F2212002E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 12:56:58 -0800 (PST)
Date: Mon, 04 Nov 2019 12:56:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572901017; bh=hUqXoxy7X0AWbDQKMo4iKTUgJsp+0bsh2933PjiqMNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pzgwweCkmyKoEwmK0qCM0TrR61y5l0Y2YiFwexYzyKqmnCpPjkZK7YZGQf+UfQBMf Ihj2w6q8nEgyvs4kJukqO85KuPsYl8KFEC09NX7JoNwAi0LDz8zt11VeLVRleNf+/E O0U8JxMeJD/2EzvCxCZHQv1O4qHADEXORqh131PY=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYN6CFF4CKYKBY7SVF3ZXBRTEVBNHHB4PUWF4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3094/549543290@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3094@github.com>
References: <quicwg/base-drafts/issues/3094@github.com>
Subject: Re: [quicwg/base-drafts] congestion window increase on every ACKed packet could result in bursty sends (#3094)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0909960c61_6f4a3fa0650cd95c3349ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1KXF6EvHFoRxk6KUNfQc5f02Q44>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 20:57:00 -0000

----==_mimepart_5dc0909960c61_6f4a3fa0650cd95c3349ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett: I am working on the PR for pseudocode changes. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3094#issuecomment-549543290
----==_mimepart_5dc0909960c61_6f4a3fa0650cd95c3349ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a>: I am working on the PR for pseudocode changes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications&amp;email_token=AFTOJKZ3LC3HDIHEOYZLRCLQSCEBTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAV26Q#issuecomment-549543290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2L2GZT6N46J4S343QSCEBTANCNFSM4JBARGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5QUO357AQBFOEUG43QSCEBTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAV26Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJKZ3LC3HDIHEOYZLRCLQSCEBTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAV26Q#issuecomment-549543290",
"url": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJKZ3LC3HDIHEOYZLRCLQSCEBTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDAV26Q#issuecomment-549543290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0909960c61_6f4a3fa0650cd95c3349ac--


From nobody Mon Nov  4 12:58:51 2019
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 E9F6B12018B for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:58:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jqSA0yDZTib1 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 12:58:45 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91BD212082C for <quic-issues@ietf.org>; Mon,  4 Nov 2019 12:58:45 -0800 (PST)
Date: Mon, 04 Nov 2019 12:58:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572901124; bh=ci4AISpdQ6IbTqx/hOKpVzX6S7IWOmB2WyDnPr+YV+E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K2/IwK5NjO0dsDY9hCVefHlqlm8lcbIJ2HY17ZvmPz/axch7FKG0oFkZ5Q7QewT2g +AxHMfZ56seImyQwooYlASBnEeyo6AiMkZt9csmqX+LxglfoIid1QG1YjeJeLL4tM0 ovu38astqOALRZ5fdpvKAovPLfbW25OQ/LI67D+k=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FQTX3CB44WZYTY253ZXBYJEVBNHHB5RMSFA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3183/review/311353844@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3183@github.com>
References: <quicwg/base-drafts/pull/3183@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3183)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc09104d2dc7_44293fc9dcecd96c347272"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2HDweFfLSBZXuSWrvYb8GaaAYLg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 20:58:51 -0000

----==_mimepart_5dc09104d2dc7_44293fc9dcecd96c347272
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3183#pullrequestreview-311353844
----==_mimepart_5dc09104d2dc7_44293fc9dcecd96c347272
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications&amp;email_token=AFTOJK4ZJGTB743GLBNJLNLQSCEIJA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHOD5A#pullrequestreview-311353844">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7RHKKPYR3GRI643FDQSCEIJANCNFSM4JH6EP3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK472HCLO633TGSGZ43QSCEIJA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHOD5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK4ZJGTB743GLBNJLNLQSCEIJA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHOD5A#pullrequestreview-311353844",
"url": "https://github.com/quicwg/base-drafts/pull/3183?email_source=notifications\u0026email_token=AFTOJK4ZJGTB743GLBNJLNLQSCEIJA5CNFSM4JH6EP3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHOD5A#pullrequestreview-311353844",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc09104d2dc7_44293fc9dcecd96c347272--


From nobody Mon Nov  4 13:14:51 2019
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 84D85120850 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:14:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 emS2dvdREcz5 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:14:44 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 331C9120834 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:14:44 -0800 (PST)
Date: Mon, 04 Nov 2019 13:14:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572902083; bh=G2KROic2Lr17OTLNxqyw8zUYHz7m8h00uAKhf9hFpK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DDpxg9ofWSUNKgeacAz273oxeJRaWQ3nY8FQBkL9XQKg3Aki/x4I6j5eUntiXhiay SojJ5vhFazblc3KxUNyHUuz4kUg7tppMOnGaH7Lx/OeSy1tL8MJu3rrU0XQVn3aE6Z HYWmbyUpW+DEAwjg6H++133Ay5NPnRjNiooTTkdo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5YFB7T2ASE42R5XD53ZXDUHEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/review/311362417@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc094c3292c8_41073f99cd4cd9603100ce"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/n2qhBw7W4IZ0iWHlfGaAFd9PUZA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 21:14:50 -0000

----==_mimepart_5dc094c3292c8_41073f99cd4cd9603100ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#pullrequestreview-311362417
----==_mimepart_5dc094c3292c8_41073f99cd4cd9603100ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKYPZXALPCHLTVISNRTQSCGEHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHQG4I#pullrequestreview-311362417">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZDIXUGT77T244QET3QSCGEHANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QJHAIO4VFA7W4TATQSCGEHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHQG4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYPZXALPCHLTVISNRTQSCGEHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHQG4I#pullrequestreview-311362417",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYPZXALPCHLTVISNRTQSCGEHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHQG4I#pullrequestreview-311362417",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc094c3292c8_41073f99cd4cd9603100ce--


From nobody Mon Nov  4 13:45:52 2019
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 961AE120885 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:45:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ftdRn9ghDfWR for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:45:08 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0172F120949 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:45:07 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 2CDBF6619D1 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:45:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572903907; bh=injZ0rwGRl9OK3M3NHy7FG6/mY+yeA42OXAwDuVqcLc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oOVn9bah5msm+RgrYERNuYmWKx4sHPtIm6p061+PD7/pzqm84GuPZF4b3uVOlMQnq nUyVudKIA6GAGYV5JYxTueHgBY0edP9zNsgQpB5I7rtmOokQRtEtyhsG6iJpzQ9Ffa 59X1jjwGA857VTmLCl1ab0XrHPKJESLnzTUAcmuY=
Date: Mon, 04 Nov 2019 13:45:07 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2OMLMMX7B7FPXGUW53ZXHGHEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549561406@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc09be31e7a3_31e03fa7856cd95c6599ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_eazP-CH-qdU4zjtStN0FTIbZnI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 21:45:18 -0000

----==_mimepart_5dc09be31e7a3_31e03fa7856cd95c6599ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I can see how this can simplify some decoding logic, but I am not sure we should consider such a value valid in the first place. If the value is invalid it is meaningless to discuss length and then there is only a frame error left. Otherwise we could probably revisit a gazillion other places where this principle could also apply.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549561406
----==_mimepart_5dc09be31e7a3_31e03fa7856cd95c6599ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I can see how this can simplify some decoding logic, but I am not sure we should consider such a value valid in the first place. If the value is invalid it is meaningless to discuss length and then there is only a frame error left. Otherwise we could probably revisit a gazillion other places where this principle could also apply.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZIYAXPBZGLPRGGOM3QSCJWHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2IPQ#issuecomment-549561406">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3TAJYIIYIQ4XXZZ5DQSCJWHANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3IVLSKUYBCQQOVCX3QSCJWHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2IPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZIYAXPBZGLPRGGOM3QSCJWHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2IPQ#issuecomment-549561406",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZIYAXPBZGLPRGGOM3QSCJWHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2IPQ#issuecomment-549561406",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc09be31e7a3_31e03fa7856cd95c6599ca--


From nobody Mon Nov  4 13:49:15 2019
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 BFF21120B33 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:49:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 W7PcEtbf8epE for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:49:07 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B96BB120AD6 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:48:59 -0800 (PST)
Date: Mon, 04 Nov 2019 13:48:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572904139; bh=eFvdsMyQ9DCMlMHdnOrP7kkxPPpClHlSSSu8S6vkb8w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P8cIseg1BG0z4yKNcVOjIuqI9knzVUH2YkfzTmSorWZBSTeXkTJxIQGXCtQofF3QP AXhgYI1izmq3jOxzGiH7S1ni2jjzK1c2/3IjSMkyGoSCN8/C7m7sEzxZP08vaMpEor KzNdrjb9PUJ5MzNesTMqoQdiDsCFXSXfVHoUGSgI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2U6EG3Z45GLRH4UHV3ZXHUXEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/review/311381191@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc09ccbfa22_43293fd2deacd960346181"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BV618OjFXdyIgtwWl1ATPAWcT1Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 21:49:12 -0000

----==_mimepart_5dc09ccbfa22_43293fd2deacd960346181
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett requested changes on this pull request.

Actually, I thought the principle we have is that if you could identify a frame as being invalid with no other information, it should be a FRAME_ENCODING_ERROR, so the existing text is correct?



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#pullrequestreview-311381191
----==_mimepart_5dc09ccbfa22_43293fd2deacd960346181
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> requested changes on this pull request.</p>

<p>Actually, I thought the principle we have is that if you could identify a frame as being invalid with no other information, it should be a FRAME_ENCODING_ERROR, so the existing text is correct?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKYW7VC3EM2YTC2VBKLQSCKEXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHUZRY#pullrequestreview-311381191">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7E4CQ3UZHQICXSEY3QSCKEXANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2UVKX42L2BS4IFDF3QSCKEXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHUZRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYW7VC3EM2YTC2VBKLQSCKEXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHUZRY#pullrequestreview-311381191",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYW7VC3EM2YTC2VBKLQSCKEXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKHUZRY#pullrequestreview-311381191",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc09ccbfa22_43293fd2deacd960346181--


From nobody Mon Nov  4 13:50:23 2019
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 34BAD12011F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:50:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VhBy2EeifNM4 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 13:50:11 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5949E1208BC for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:50:11 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 7FC2E2C0E57 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 13:50:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572904210; bh=jUgqlY5sb9AbjVICVgveQh8Hu8gbfNn8n8aPWKB7ejs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FsMPYTAsjfmSptwv2sHVSA1KBrK+Q7WRjuhHVsDcqPYgVUGK8k0LK5StqEyUmviLO lWt93p/pntbADW6S6QSmAK3AsbH9Rg6vqnr18/JFpJsh1yFpdjDWKhSoE/D97eNNiA gTuOEXpbmWPxEICaPzQZQFqKgepUxNTSvY2qUdNs=
Date: Mon, 04 Nov 2019 13:50:10 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5VKKCAXFLGHLOFS5F3ZXHZFEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549563261@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc09d127084a_c9c3fd54c2cd95c564533"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2MlZBF-ZmO0xUJTm1x-TzuXPIoE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 21:50:19 -0000

----==_mimepart_5dc09d127084a_c9c3fd54c2cd95c564533
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett yes this is largely what I meant. The PR introduces a new principle.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549563261
----==_mimepart_5dc09d127084a_c9c3fd54c2cd95c564533
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> yes this is largely what I meant. The PR introduces a new principle.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK4ZD2HJAWGKCDRGEKTQSCKJFA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2W7I#issuecomment-549563261">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZGBTMFU2XUYBFBA4TQSCKJFANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ76BZ6SBSDIVPG5GDQSCKJFA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2W7I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK4ZD2HJAWGKCDRGEKTQSCKJFA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2W7I#issuecomment-549563261",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK4ZD2HJAWGKCDRGEKTQSCKJFA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDA2W7I#issuecomment-549563261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc09d127084a_c9c3fd54c2cd95c564533--


From nobody Mon Nov  4 15:46:43 2019
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 04FA41208C5 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:46:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gp_KYkpxJahI for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:46:20 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 388011209B9 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:46:20 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id A8826261577 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:46:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572911179; bh=cHEX5hgUy7GeAJEa7sCPq5riSnkJ9N0ltJno6EToDd4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B9sj6uVvF8uzIFgTh70HfZVjopEkMycI9XXHvVyrvq/pbXY7HFNzsSd5XGk2QGyRX rrTB6TvSY5e1V3+kbVSAND+r3583ZFacH5BVgDpaP+NO1wLmx9iI9iaemdM6ir6Dnq FNxSwTwqwCC4yox4rSK341mGP8sxySKntBJ5ImaM=
Date: Mon, 04 Nov 2019 15:46:19 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3FXRC2FSYO4A6JJCF3ZXVMXEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/311430307@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0b84b82dfd_158c3fb87f6cd960277874"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IrPJodSBHstU7RW4TagqKkGtabs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 23:46:27 -0000

----==_mimepart_5dc0b84b82dfd_158c3fb87f6cd960277874
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

martinthomson commented on this pull request.=0D
=0D
=0D
=0D
>  =0D
-: The idle timeout is a value in milliseconds that is encoded as an inte=
ger; see=0D
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle=
=0D
-  timeout is disabled.=0D
+: The max idle timeout is a value in milliseconds that is encoded as an =
integer;=0D
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints =
omit this=0D
+  transport parameteter or specify a value of 0.=0D
=0D
I think that we should not interpret 0=E2=86=92=E2=88=9E.  I would prefer=
 that we omit a value when there is none and assign the value an infinite=
 value (or 2^62-1 if you prefer) as a default.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3099#discussion_r342325516=

----==_mimepart_5dc0b84b82dfd_158c3fb87f6cd960277874
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3099#discussi=
on_r342325516">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-: The idle timeout is a value in milliseconds that is encoded as an inte=
ger; see=0D
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle=
=0D
-  timeout is disabled.=0D
+: The max idle timeout is a value in milliseconds that is encoded as an =
integer;=0D
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints =
omit this=0D
+  transport parameteter or specify a value of 0.=0D
</pre>=0D
<p>I think that we should not interpret 0=E2=86=92=E2=88=9E.  I would pre=
fer that we omit a value when there is none and assign the value an infin=
ite value (or 2^62-1 if you prefer) as a default.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3099?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK2CYACH64JB6XA4IWTQSCX4XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIAZIY#discussion_r342325516">view=
 it on GitHub</a>, or <a href=3D"https://github.com/notifications/unsubsc=
ribe-auth/AFTOJK6L773YKAFD4S43IATQSCX4XANCNFSM4JBO5RGA">unsubscribe</a>.<=
img src=3D"https://github.com/notifications/beacon/AFTOJK66MNDBHT6H5Z2RKG=
LQSCX4XA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKT=
DN5WW2ZLOORPWSZGOCKIAZIY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=3D=
notifications\u0026email_token=3DAFTOJK2CYACH64JB6XA4IWTQSCX4XA5CNFSM4JBO=
5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KIAZIY#discussion_r342325516",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK2CYACH64JB6XA4IWTQSCX4XA5CNFSM4JBO5R=
GKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKI=
AZIY#discussion_r342325516",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc0b84b82dfd_158c3fb87f6cd960277874--


From nobody Mon Nov  4 15:48:02 2019
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 6E7031209EA for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:47:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I1JGFHDi5_eL for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:47:53 -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 48D9D12084D for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:47:53 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 639558C0477 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:47:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572911272; bh=6co2ZWvbhKzCgLLJUgghEwWgUX97eur+L5hkzz3y7NQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o7+yZreAZ2sqyJg/dH3/wATA5gcwFZCrvLDadUj0FdTXYqTmBjv5ICg55LMdAmIYA QzpA3It5eJog1a2kxWyWk1HhGtqYNPsI941gA33Cd+BqKhkGGkwKds4YcfAGP0idfq lG5ORVJlUj6qWNjC6mHI77AqiLbFiUitm71sOp8M=
Date: Mon, 04 Nov 2019 15:47:52 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK37JPQSQVW7VRTTQG53ZXVSREVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185/c549599006@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3185@github.com>
References: <quicwg/base-drafts/pull/3185@github.com>
Subject: Re: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0b8a854434_4fd03fec7aacd9643145e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JFgSk0j4-lFuWacHYeuLjdn0_4Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 23:48:01 -0000

----==_mimepart_5dc0b8a854434_4fd03fec7aacd9643145e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ahh, Monday morning is so imprecise.  Sorry about that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185#issuecomment-549599006
----==_mimepart_5dc0b8a854434_4fd03fec7aacd9643145e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ahh, Monday morning is so imprecise.  Sorry about that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJKYNF2BHMYRAZTISP5LQSCYCRA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDOHQ#issuecomment-549599006">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZTYN23TQDZ5VTRZRDQSCYCRANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZKILL5T72T4T4PXZTQSCYCRA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDOHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKYNF2BHMYRAZTISP5LQSCYCRA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDOHQ#issuecomment-549599006",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJKYNF2BHMYRAZTISP5LQSCYCRA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDOHQ#issuecomment-549599006",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0b8a854434_4fd03fec7aacd9643145e9--


From nobody Mon Nov  4 15:54:00 2019
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 55909120131 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:53:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5Xkzc7whug3q for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:53:56 -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 6ECB9120114 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:53:56 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 9905C8C00AE for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:53:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572911635; bh=+IYdgARo5gNUbNDUNJ/S9yGWxp6r39lY9VUVT+cAJ9k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GHNu2cGdy7917IMBla3751kehLEO6V5Ix2+qGTZsssiQVG4A2aBeQvyvY3P/ckPpQ jZFXI+FEzzlTFphjTcN9lL1t1lxo/Erk+R8P6uFIn1/W0vTk+7Z71Mg8Si/imL8XsF DU1oIR5ovF3lJ9sUE5MdP3SwQDbfPYJpUYdMkPPM=
Date: Mon, 04 Nov 2019 15:53:55 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4A4DJHKY25YQNLP4N3ZXWJHEVBNHHB5VH2I4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3187/549600368@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3187@github.com>
References: <quicwg/base-drafts/issues/3187@github.com>
Subject: Re: [quicwg/base-drafts] Overflow in appendix A packet number decoding sample (#3187)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0ba13891ee_55593fca786cd96427691c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Yu5Li_XX4t1mqvfVc8oFeRYc9d8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 23:53:58 -0000

----==_mimepart_5dc0ba13891ee_55593fca786cd96427691c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for finding these.  I'm not concerned about overflow on the upper end (you get other problems at that point), but it's worth getting right.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3187#issuecomment-549600368
----==_mimepart_5dc0ba13891ee_55593fca786cd96427691c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for finding these.  I'm not concerned about overflow on the upper end (you get other problems at that point), but it's worth getting right.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications&amp;email_token=AFTOJKZWQD75CXYAB7QGSYTQSCYZHA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDY4A#issuecomment-549600368">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5XH2Q3VTM3U2KGVM3QSCYZHANCNFSM4JIWIKSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK25DG3NRTXUPTT4XO3QSCYZHA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDY4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJKZWQD75CXYAB7QGSYTQSCYZHA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDY4A#issuecomment-549600368",
"url": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJKZWQD75CXYAB7QGSYTQSCYZHA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBDY4A#issuecomment-549600368",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0ba13891ee_55593fca786cd96427691c--


From nobody Mon Nov  4 15:58:24 2019
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 DD540120131 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:58:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eExU2oNklHzI for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 15:58:20 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87FD2120888 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:58:20 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 83B3AA041C for <quic-issues@ietf.org>; Mon,  4 Nov 2019 15:58:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572911899; bh=QV3/G4jRntrHfwlohnXTWDP+rVhUmfBVzRa//hj6fCU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=S3vM5LPh8CmY6Nd/YZacx0bYznrcV6D65Ygd7tu7+T7Z6ZTQQ5zwZ+V4/2votEOIY aT+g+cIwR7FlyiaIZRZ2aJ1cm0taLUs14AsPyUdLXX+N9TN8oJGOHueYX2NSMXywYR hy/LDq7fNgntuEab5D4IQt038K5FEIoge6Fv9Ys8=
Date: Mon, 04 Nov 2019 15:58:19 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYX2ZDFTCIZDVSL65V3ZXWZXEVBNHHB5VNYOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188/review/311433258@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3188@github.com>
References: <quicwg/base-drafts/pull/3188@github.com>
Subject: Re: [quicwg/base-drafts] Fix for #3187 (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0bb1b755ee_2f4d3fdc82ecd968358114"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jvwq91qeprnPkTDdXRDA261KY-w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 04 Nov 2019 23:58:22 -0000

----==_mimepart_5dc0bb1b755ee_2f4d3fdc82ecd968358114
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> +   // Note the extra check for overflow when candidate_pn
+   // is near MAX_PACKET_NUMBER

I think that we can use a single comment here for both.
```c
// Extra checks are required to prevent overflow and underflow.
```

> @@ -6057,12 +6057,15 @@ DecodePacketNumber(largest_pn, truncated_pn, pn_nbits):
    // The following code calculates a candidate value and
    // makes sure it's within the packet number window.
    candidate_pn = (expected_pn & ~pn_mask) | truncated_pn
-   if candidate_pn <= expected_pn - pn_hwin:
+   // Note the extra check for overflow when candidate_pn
+   // is near MAX_PACKET_NUMBER
+   if candidate_pn <= expected_pn - pn_hwin and
+      candidate_pn + pn_win < 1 << 62:

If the intent is to avoid overflow, then it might be a good idea to avoid overflow on intermediate values also:

```suggestion
      candidate_pn < (1 << 62) - pn_win:
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188#pullrequestreview-311433258
----==_mimepart_5dc0bb1b755ee_2f4d3fdc82ecd968358114
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3188#discussi=
on_r342327876">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +   // Note the extra check for overflow w=
hen candidate_pn=0D
+   // is near MAX_PACKET_NUMBER=0D
</pre>=0D
<p>I think that we can use a single comment here for both.</p>=0D
<div class=3D"highlight highlight-source-c"><pre><span class=3D"pl-c"><sp=
an class=3D"pl-c">//</span> Extra checks are required to prevent overflow=
 and underflow.</span></pre></div>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3188#discussi=
on_r342328145">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -6057,12 +6057,15 @@ DecodePacketNumber=
(largest_pn, truncated_pn, pn_nbits):=0D
    // The following code calculates a candidate value and=0D
    // makes sure it&#39;s within the packet number window.=0D
    candidate_pn =3D (expected_pn &amp; ~pn_mask) | truncated_pn=0D
-   if candidate_pn &lt;=3D expected_pn - pn_hwin:=0D
+   // Note the extra check for overflow when candidate_pn=0D
+   // is near MAX_PACKET_NUMBER=0D
+   if candidate_pn &lt;=3D expected_pn - pn_hwin and=0D
+      candidate_pn + pn_win &lt; 1 &lt;&lt; 62:=0D
</pre>=0D
<p>If the intent is to avoid overflow, then it might be a good idea to av=
oid overflow on intermediate values also:</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-      candidate_pn + pn_win &lt; 1 &lt;&lt; 6=
2:=0D
+      candidate_pn &lt; (1 &lt;&lt; 62) - pn_win:=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3188?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYEZJ77HDL5UQC4VB3QSCZJXA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIBQKQ#pullrequestreview-311433258=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK7H2CMFVE74FUQPGU3QSCZJXANCNFSM4JIXMGVQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKZ5ES54CIRB=
CANUNRDQSCZJXA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKIBQKQ.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3188?email_source=3D=
notifications\u0026email_token=3DAFTOJKYEZJ77HDL5UQC4VB3QSCZJXA5CNFSM4JIX=
MGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KIBQKQ#pullrequestreview-311433258",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3188?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYEZJ77HDL5UQC4VB3QSCZJXA5CNFSM4JIXMG=
V2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKI=
BQKQ#pullrequestreview-311433258",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc0bb1b755ee_2f4d3fdc82ecd968358114--


From nobody Mon Nov  4 16:02:12 2019
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 43F02120123 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:02:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KlT-cWiUskYi for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:02:08 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C1F5120114 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:02:08 -0800 (PST)
Date: Mon, 04 Nov 2019 16:02:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572912127; bh=spLcWhS8LiIGx8rHRDGNsFHBSO31cPV6GNl+SLMvnSw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bHNu8eJH5f0hZ6ug9P/44JZwhsTn2SUydIO4sDZdIBr/ElB0BzhaKXeF8SIYTVQGR sicdBWZm5tQhs5C+bndn+OJb2HcMP3SrileHP2SSGW/5n4B//z/33oRgxj92YN7ubm RhxLeS6QeaATvmdnl9IQDcv1Q8pLIF26ZkSwrE6w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6TKHU5WV5MMGAHSFV3ZXXH7EVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549602474@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0bbff7fcd1_9903fb1890cd9684824b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VBnh4nPZCsa_0uEMXtLe1SJDRYQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 00:02:10 -0000

----==_mimepart_5dc0bbff7fcd1_9903fb1890cd9684824b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This issue was discussed previously in #632.  Is there new information that might result in us reaching a different conclusion?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549602474
----==_mimepart_5dc0bbff7fcd1_9903fb1890cd9684824b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This issue was discussed previously in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="235902453" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/632" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/632/hovercard" href="https://github.com/quicwg/base-drafts/issues/632">#632</a>.  Is there new information that might result in us reaching a different conclusion?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK54XWTSHNTEXO2XUCLQSCZX7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBEJKQ#issuecomment-549602474">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4RUCN63ZKCBLIXULDQSCZX7ANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3FV6ZRDTVBHHZ5MSLQSCZX7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBEJKQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK54XWTSHNTEXO2XUCLQSCZX7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBEJKQ#issuecomment-549602474",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK54XWTSHNTEXO2XUCLQSCZX7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBEJKQ#issuecomment-549602474",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0bbff7fcd1_9903fb1890cd9684824b2--


From nobody Mon Nov  4 16:12:05 2019
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 49A2A1201EF for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:12:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mINMyv_lIJsx for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:12:01 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC0C21200CD for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:12:01 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 5B544261645 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:12:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572912721; bh=6HWdL/3oZ76Wt79NdBK0vwzAN1kuS/g9Y5fxCAi9ffE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RN3413wIY8uHMY1TOGopZGfIAi5WgKRb+I0+Jqpj9Z6af60C3ws1DsuuD7Ymi6Bdu mPqcrzrINOVXjZQR+dHRMRU3+L//b3atkuolR9qlKIFow6V98A1If6QztNZZffA07U uq1u7qfEkCup9YXSN11bG/0fZvJyAqtkXJpA8cc0=
Date: Mon, 04 Nov 2019 16:12:01 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VGEPDK4QJOXOJ5OF3ZXYNDEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549604994@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0be51175d3_4ffc3fec7aacd964256167"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IiJ3Vt_Q_Pusj4sBJw-dlq9R4Go>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 00:12:03 -0000

----==_mimepart_5dc0be51175d3_4ffc3fec7aacd964256167
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> This issue was discussed previously in #632. Is there new information that might result in us reaching a different conclusion?

The last comment from @martinthomson in #632 was:
> In the future, if there are more concrete proposals for what can be measured (and ideally how), then we will need a thorough analysis along the lines of that performed for the spin bit.

This issue references a concrete proposal as well as a measurement study of that proposal performed on actual user QUIC traffic.  It is asking for a consideration along the lines of that performed for the spin bit. Is that not so?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549604994
----==_mimepart_5dc0be51175d3_4ffc3fec7aacd964256167
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>This issue was discussed previously in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="235902453" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/632" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/632/hovercard" href="https://github.com/quicwg/base-drafts/issues/632">#632</a>. Is there new information that might result in us reaching a different conclusion?</p>
</blockquote>
<p>The last comment from <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="235902453" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/632" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/632/hovercard" href="https://github.com/quicwg/base-drafts/issues/632">#632</a> was:</p>
<blockquote>
<p>In the future, if there are more concrete proposals for what can be measured (and ideally how), then we will need a thorough analysis along the lines of that performed for the spin bit.</p>
</blockquote>
<p>This issue references a concrete proposal as well as a measurement study of that proposal performed on actual user QUIC traffic.  It is asking for a consideration along the lines of that performed for the spin bit. Is that not so?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK6CZ3DYOLHN2ZJ4SZTQSC25DA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBE5AQ#issuecomment-549604994">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HHU2CQDRBQPN34LTQSC25DANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5Y5M5WIULIPMJHDJ3QSC25DA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBE5AQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6CZ3DYOLHN2ZJ4SZTQSC25DA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBE5AQ#issuecomment-549604994",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6CZ3DYOLHN2ZJ4SZTQSC25DA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBE5AQ#issuecomment-549604994",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0be51175d3_4ffc3fec7aacd964256167--


From nobody Mon Nov  4 16:30:57 2019
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 942C0120114 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:30:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sk3suDr1rJOM for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:30:53 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFB6912006F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:30:53 -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 D10846A01F8 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:30:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572913852; bh=LC/rYHm66D01KGXh3yX55lDfdIR6bDe8ge6zC9PMjtg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hvoAnFyQc6FigtVToP5NcflN/tNsuXalmWvvRdQZu6yEvpt/O1xJbjdJjcCY7kKc6 pV38y+oAPKZoQgR1wiF+d/DfNIikckltQuU1wRdX9GjS4Ah4Y3jlXXvqf1mUKMk4Oe 4NAaNbtnNACoAj54jcnF244zHl3TpQoaxtVUwPwU=
Date: Mon, 04 Nov 2019 16:30:52 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYALVZRXQAKWFHSBXV3ZX2TZEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549609681@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0c2bcc24d8_a083fb6542cd964491914"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B4hs-Fz9nuMSPdRWHHdoaINciHw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 00:30:56 -0000

----==_mimepart_5dc0c2bcc24d8_a083fb6542cd964491914
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, that comment also says "this is not going to happen for QUIC version 1".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549609681
----==_mimepart_5dc0c2bcc24d8_a083fb6542cd964491914
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, that comment also says "this is not going to happen for QUIC version 1".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJKYDAHQ6U2W4WYREV53QSC5DZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI#issuecomment-549609681">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6LRHYEBCUTUQKENSTQSC5DZANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3LB5UHO7PV64OWBRDQSC5DZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJKYDAHQ6U2W4WYREV53QSC5DZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI#issuecomment-549609681",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJKYDAHQ6U2W4WYREV53QSC5DZA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI#issuecomment-549609681",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0c2bcc24d8_a083fb6542cd964491914--


From nobody Mon Nov  4 16:56:29 2019
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 9F2E912006F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:56:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 43vj61i2spY3 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 16:56:25 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFB4012004D for <quic-issues@ietf.org>; Mon,  4 Nov 2019 16:56:25 -0800 (PST)
Date: Mon, 04 Nov 2019 16:56:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572915385; bh=kbuw2zmNcDO3UwMXHSbBQpepx9aUX+nDV39bCNlIMxE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PBHaWRAlMhLbVEcBYbi4EshD49dLgYwpF2bdctSRqN6Jwc7IP3irGxHKZp4/DaVns vePV4UFI1+joEJGvu1gOiBa7ZIEnkHD28AtMsK9mpHn0dG2yIrZycny8C9xkZiLK8j EVRFd0oAppAL2mOSpRAtnx7sNkHBswNm9Mw7Dgfk=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK53KTCCCLIUHZCNCOF3ZX5TTEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/311450845@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0c8b9757e_1eed3fda4accd9683563a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cqBy1xm7l4YFfKElfhVSIZO8aCI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 00:56:28 -0000

----==_mimepart_5dc0c8b9757e_1eed3fda4accd9683563a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is

It's a new timeout. It's not covered by any existing timeouts, so calling it out explicitly avoids use of generic language below.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r342341964
----==_mimepart_5dc0c8b9757e_1eed3fda4accd9683563a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r342341964">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -
-The value for an idle timeout can be asymmetric.  The value advertised by an
-endpoint is only used to determine whether the connection is live at that
-endpoint.  An endpoint that sends packets near the end of the idle timeout
-period of a peer risks having those packets discarded if its peer enters the
-draining state before the packets arrive.  If a peer could timeout within a
-Probe Timeout (PTO; see Section 6.3 of {{QUIC-RECOVERY}}), it is advisable to
-test for liveness before sending any data that cannot be retried safely.  Note
-that it is likely that only applications or application protocols will
-know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
</pre>
<p>It's a new timeout. It's not covered by any existing timeouts, so calling it out explicitly avoids use of generic language below.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK2DJHMZ7MYMVBJEBH3QSDADTA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIFZXI#discussion_r342341964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4OZXJIHZOKYYGQ7LTQSDADTANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK44AWVXYBAG7YKJ2DLQSDADTA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIFZXI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK2DJHMZ7MYMVBJEBH3QSDADTA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIFZXI#discussion_r342341964",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK2DJHMZ7MYMVBJEBH3QSDADTA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIFZXI#discussion_r342341964",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0c8b9757e_1eed3fda4accd9683563a--


From nobody Mon Nov  4 17:18:15 2019
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 AA98E12004D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:18:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PmrHXbUPVHAI for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:18:12 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E065212003E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:18:11 -0800 (PST)
Date: Mon, 04 Nov 2019 17:18:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572916690; bh=rjf+S56x55yia20LAHHSUZOSd+wd22mECPtvhFNwsb8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zs3ILPeCAxZL8Y2BYUOmorwMk8tJVfnmescYqA7S3qCif3hiPgWzaaIcA+dVJFIlA 0WEp8UmzSQHNsF9i2SG2WvrCV+UON7YE36Dt1G7ZLdXqLRL+o03ZZ4On1aFTEDrMTq VCJRJFNpmRWIwxL4MDj5DaDaHvyKxpId8rG2zYZQ=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK25RLQUOSAATZPCDWN3ZYAFFEVBNHHB5GVBRY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3161/549620276@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3161@github.com>
References: <quicwg/base-drafts/issues/3161@github.com>
Subject: Re: [quicwg/base-drafts] Simplify the client's PTO code by allowing the server to send a PING (#3161)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0cdd2ccf16_2c003fba3c2cd964206283"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ufo8B5NSYOjkKsSoI0iTYu1iLiQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:18:14 -0000

----==_mimepart_5dc0cdd2ccf16_2c003fba3c2cd964206283
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I believe this is simpler to implement assuming one is implementing both a client and server. I already have special case code to send a PING when there are bytes in flight but nothing to send, so this is very similar.

When a PTO fires, the endpoint is supposed to try and retransmit something if there is data to retransmit. In this case, you'd need to special-case it so that the server doesn't in fact retransmit but sends a PING instead. That's what I meant by adding more code.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3161#issuecomment-549620276
----==_mimepart_5dc0cdd2ccf16_2c003fba3c2cd964206283
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I believe this is simpler to implement assuming one is implementing both a client and server. I already have special case code to send a PING when there are bytes in flight but nothing to send, so this is very similar.</p>
</blockquote>
<p>When a PTO fires, the endpoint is supposed to try and retransmit something if there is data to retransmit. In this case, you'd need to special-case it so that the server doesn't in fact retransmit but sends a PING instead. That's what I meant by adding more code.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications&amp;email_token=AFTOJK227YVTNYVHP2KVXTTQSDCVFA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBIUNA#issuecomment-549620276">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6UBC4W44NHHKH2D4DQSDCVFANCNFSM4JF5RXFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2L5JA67UWQDUBRWLDQSDCVFA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBIUNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK227YVTNYVHP2KVXTTQSDCVFA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBIUNA#issuecomment-549620276",
"url": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK227YVTNYVHP2KVXTTQSDCVFA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBIUNA#issuecomment-549620276",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0cdd2ccf16_2c003fba3c2cd964206283--


From nobody Mon Nov  4 17:25:03 2019
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 5C120120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:25:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vyXlL0V05ttP for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:24:59 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3C1712000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:24:59 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id DE72DC60635 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:24:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572917098; bh=HmReegQlQWml0fLB/ajWWbHPVslXvb5fQLABOwNtJpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C4N9b9wOvpqyK7zX/ecSU0pgK575PYkTEpy0M+PvLPIlkZMNs07DEAktkKcZnN0XW V3mZaZh0z8SALiex3W5F6HNpLC4yWKH2OAFG7uxknepTxokenGXRZX5dQH2Jz3DEE6 CU2KfNKJGeBEdB6nzN9dLTpMzN+sCThGOEsJQdlY=
Date: Mon, 04 Nov 2019 17:24:58 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3CJLUWNYLICK64TXV3ZYA6VEVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/review/311458016@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0cf6acf2b3_2a683fc7ab0cd96c2325318"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WL-Jfk5lrBl-P8_tDl0wk6sh7Bc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:25:01 -0000

----==_mimepart_5dc0cf6acf2b3_2a683fc7ab0cd96c2325318
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1675,22 +1683,20 @@ one.  The client MUST NOT use the token provided in a Retry for future
 connections. Servers MAY discard any Initial packet that does not carry the
 expected token.
 
-A token SHOULD be constructed in a way that allows the server to distinguish it
-from tokens that are sent in Retry packets as they are carried in the same
-field.
-
-The token MUST NOT include information that would allow it to be linked by an
-on-path observer to the connection on which it was issued.  For example, it
-cannot include the connection ID or addressing information unless the values are
-encrypted.
-
 Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit

ping

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#discussion_r342347676
----==_mimepart_5dc0cf6acf2b3_2a683fc7ab0cd96c2325318
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3128#discussion_r342347676">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1675,22 +1683,20 @@ one.  The client MUST NOT use the token provided in a Retry for future
 connections. Servers MAY discard any Initial packet that does not carry the
 expected token.
 
-A token SHOULD be constructed in a way that allows the server to distinguish it
-from tokens that are sent in Retry packets as they are carried in the same
-field.
-
-The token MUST NOT include information that would allow it to be linked by an
-on-path observer to the connection on which it was issued.  For example, it
-cannot include the connection ID or addressing information unless the values are
-encrypted.
-
 Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit
</pre>
<p>ping</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications&amp;email_token=AFTOJK4ZAZG2KHCZOC5M6RDQSDDOVA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHRYA#discussion_r342347676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY3NFOQTTJFPUJM2WTQSDDOVANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OIBFQVLXU7EKN3KTQSDDOVA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHRYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4ZAZG2KHCZOC5M6RDQSDDOVA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHRYA#discussion_r342347676",
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4ZAZG2KHCZOC5M6RDQSDDOVA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHRYA#discussion_r342347676",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0cf6acf2b3_2a683fc7ab0cd96c2325318--


From nobody Mon Nov  4 17:25:53 2019
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 CA2A6120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:25:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wybFE84a0Wsx for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:25:50 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 52ED812000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:25:50 -0800 (PST)
Date: Mon, 04 Nov 2019 17:25:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572917149; bh=HFqIUKXZbHe8XqmHpF0GRYU1bBs1yXHVOqqjPN9Dnfs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=noL8kvQwGo90pvFB79CaTQ+/w606oAWa07VEgZ4/PZtuTH8xOMvUyyIMny9LKBDN7 NaiFI3NMs97x7tRSs0FwqkFnNsKPbRf3B7o3dajIc4UENMVskJ881V5dWWO4eDdns1 HvHWWwtPDLYz+94mSaS0OrIFbdy33PNfveZ/UVpw=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KPBME35YECLCQL4F3ZYBB3EVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/review/311458217@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0cf9d38e8d_12b03fa7698cd96c45647"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Swy_0YMDk9ZViPNU1pmlL2GrKK8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:25:52 -0000

----==_mimepart_5dc0cf9d38e8d_12b03fa7698cd96c45647
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

One suggestion to change a normative to a MUST, on existing text.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#pullrequestreview-311458217
----==_mimepart_5dc0cf9d38e8d_12b03fa7698cd96c45647
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<p>One suggestion to change a normative to a MUST, on existing text.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications&amp;email_token=AFTOJK6EVFHCN2GVIU43IOLQSDDR3A5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHTKI#pullrequestreview-311458217">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3WSX424KG372VNWMTQSDDR3ANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZEHDJNLUMB6OJ2OODQSDDR3A5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHTKI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK6EVFHCN2GVIU43IOLQSDDR3A5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHTKI#pullrequestreview-311458217",
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK6EVFHCN2GVIU43IOLQSDDR3A5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIHTKI#pullrequestreview-311458217",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0cf9d38e8d_12b03fa7698cd96c45647--


From nobody Mon Nov  4 17:29:21 2019
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 057A2120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:29:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 38nIVAmvcjbz for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:29:18 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 18C5012000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:29:18 -0800 (PST)
Date: Mon, 04 Nov 2019 17:29:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572917357; bh=bO3TjsnE4jnb49x1WbkRG3KCeqS2WUnBUnTr6D2CJSA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Isr+VVlygrKYGk9POlOkyOz7UE80/nSYC8/zKXyWK4WCQiuo9R23R7/SL/TTSLw7/ SoAvlESaK2kN/z5ZoFbkG4/bhmV62mww6/D2F3D0TzMcj8WqJ1ixg0yCf5pQ7KMOWV uE9mWbOnlLOQWaZnjB3ezucELv3luuK1at+kLWFY=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYKOOEB6XFYXLOLYAV3ZYBO3EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/311459110@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d06d236e7_31c83fc79aecd960131617"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yFHfFQfpuGfmcS2Drz-nFszrKfI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:29:20 -0000

----==_mimepart_5dc0d06d236e7_31c83fc79aecd960131617
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

I definitely like this text better. That said, I'm not sure that we should recommend sending a connection close. Esp. when under DoS, we do not want servers doing more work than necessary. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r342348480
----==_mimepart_5dc0d06d236e7_31c83fc79aecd960131617
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r342348480">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>I definitely like this text better. That said, I'm not sure that we should recommend sending a connection close. Esp. when under DoS, we do not want servers doing more work than necessary.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJKZSSN5S4FF6HIEIOZTQSDD63A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIH2JQ#discussion_r342348480">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK23R7VCL7PS4I47SWLQSDD63ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4R6EUVOPG54SIZOWTQSDD63A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIH2JQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKZSSN5S4FF6HIEIOZTQSDD63A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIH2JQ#discussion_r342348480",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKZSSN5S4FF6HIEIOZTQSDD63A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIH2JQ#discussion_r342348480",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d06d236e7_31c83fc79aecd960131617--


From nobody Mon Nov  4 17:39:46 2019
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 B471A120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:39:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZlGr2qM322_H for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:39:43 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC2BB12000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:39:42 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 5D2791204BA for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:39:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572917982; bh=Zz2/SZki9Eu+22TCiXHuNSCwOm8QlxSZYiUpKG32Umo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FSiEllIU5AFdVhaxvynOrBQEVXyE3a4hg0ASi998+8y8Spsldi9To+zvkHww1ynhq Ez9M/EqbkiLYTlP8CNGXcuqX/ccTFDch39nu5jE24vYx1tOLYb64h+1N76U9YTrNJ8 ZsAO06CYOzE9tXHvGr5EKxc7u1Z7UVk4Q66mwUgo=
Date: Mon, 04 Nov 2019 17:39:42 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5QEDPASH55XLH7AUF3ZYCV5EVBNHHB47SZJY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3139/review/311461546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3139@github.com>
References: <quicwg/base-drafts/pull/3139@github.com>
Subject: Re: [quicwg/base-drafts] Packets on one path must not adjust values for a different path (#3139)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d2de17e7a_12553fc5dbecd96c24581f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rAuluowyoZf8NV7gBaGI5kN382A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:39:45 -0000

----==_mimepart_5dc0d2de17e7a_12553fc5dbecd96c24581f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3139#pullrequestreview-311461546
----==_mimepart_5dc0d2de17e7a_12553fc5dbecd96c24581f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications&amp;email_token=AFTOJKYZ7JCXN73NMDYTIMTQSDFF5A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIINKQ#pullrequestreview-311461546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OJ2U5CG5RB2MYMK3QSDFF5ANCNFSM4JELOU5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4IQUZFM42DFJ4UWKTQSDFF5A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIINKQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKYZ7JCXN73NMDYTIMTQSDFF5A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIINKQ#pullrequestreview-311461546",
"url": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKYZ7JCXN73NMDYTIMTQSDFF5A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIINKQ#pullrequestreview-311461546",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d2de17e7a_12553fc5dbecd96c24581f--


From nobody Mon Nov  4 17:41:39 2019
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 0CBBC12000F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:41:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BcpD_7cd2xwl for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:41:36 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7590D12003E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:41:36 -0800 (PST)
Date: Mon, 04 Nov 2019 17:41:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572918095; bh=+K5hzxgDjgyEIBQMRCItCB6hWftnM1LoU4WvP85+b78=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wT1WY6uXX6tJyO+OaLHBc+YPrC91OrSUcI8pVL7AMPfJmbLm1pwHxxcEDAogMMg6b HCrSA7LBFI1+1Mq7Eq/lw7ZjVMgtQ1ZzNePyBWuiAkcURBRDD3pzrzZI168Q0/c/yh TZm5f/Qth7wbdTTpiQub+GuszyzdVF7Y5ZEYzrDc=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK33W3XSV5ZE3FLQFJN3ZYC47EVBNHHB47SZJY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3139/c549625656@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3139@github.com>
References: <quicwg/base-drafts/pull/3139@github.com>
Subject: Re: [quicwg/base-drafts] Packets on one path must not adjust values for a different path (#3139)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d34f7efdd_2bfe3fba3c2cd9649317"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NuAjRd7iNdCdhKf0Y11md7RJTbo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:41:38 -0000

----==_mimepart_5dc0d34f7efdd_2bfe3fba3c2cd9649317
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

+1 that we should require this behavior. We know that implementers will try out tricks here if they want to, and there's no enforcement to stop that from happening.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3139#issuecomment-549625656
----==_mimepart_5dc0d34f7efdd_2bfe3fba3c2cd9649317
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>+1 that we should require this behavior. We know that implementers will try out tricks here if they want to, and there's no enforcement to stop that from happening.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications&amp;email_token=AFTOJK5K2BW53X2ILFRR6ZTQSDFM7A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBJ6OA#issuecomment-549625656">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK26WUAHMQ6KYGWYOA3QSDFM7ANCNFSM4JELOU5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY42B22FPSMB35UIILQSDFM7A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBJ6OA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJK5K2BW53X2ILFRR6ZTQSDFM7A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBJ6OA#issuecomment-549625656",
"url": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJK5K2BW53X2ILFRR6ZTQSDFM7A5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBJ6OA#issuecomment-549625656",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d34f7efdd_2bfe3fba3c2cd9649317--


From nobody Mon Nov  4 17:53:35 2019
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 5D409120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:53:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZJypU06f3cIx for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:53:30 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DAEEF12000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:53:29 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 78EAD9604F3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:53:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572918808; bh=+skw7jbml32YMBIKbQB7YaAGnNbi8CbAfmrFbrK3UqA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OH8/SAb1qr8FBLbODTX7PEZaeS40QNCUlYEKZREKwY6Q8YjRb8ekwNoCpuSzeFaH/ 1nuevqBU4mOFMlWfCK60ulHrhZ9XTcZKdGT9TrWFtr1/H4Tu4UNCmMSTrIOJEn4oq7 IVi6pX7s7wJtlubxPpKbrTJilOTfDednzqXUiJSk=
Date: Mon, 04 Nov 2019 17:53:28 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2FGMOGG56YQRKUVYV3ZYEJREVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/311463753@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d6186a628_763d3fa2a06cd964138468"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ad4VTZ43lN1KdfxDUKMN_wTyFSs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:53:31 -0000

----==_mimepart_5dc0d6186a628_763d3fa2a06cd964138468
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT

"from sending a 1-RTT packet on a PTO before ..."

We don't have a "PTO packet"

>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

@marten-seemann is right, I missed this too. The text says that the PTO is set on the "lowest active PN space", which is incorrect. I would simply drop this sentence.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r342352193
----==_mimepart_5dc0d6186a628_763d3fa2a06cd964138468
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342352193">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
</pre>
<p>"from sending a 1-RTT packet on a PTO before ..."</p>
<p>We don't have a "PTO packet"</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342353010">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> is right, I missed this too. The text says that the PTO is set on the "lowest active PN space", which is incorrect. I would simply drop this sentence.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKZ6EJ55ONTREJKRBILQSDGZRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKII6SI#discussion_r342352193">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYMAWEBRU5ASWLXEZ3QSDGZRANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QJPCAKFIEE5EBQKLQSDGZRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKII6SI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZ6EJ55ONTREJKRBILQSDGZRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKII6SI#discussion_r342352193",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZ6EJ55ONTREJKRBILQSDGZRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKII6SI#discussion_r342352193",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d6186a628_763d3fa2a06cd964138468--


From nobody Mon Nov  4 17:56:53 2019
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 1D0E712000F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:56:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KisWWkBNEdN5 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 17:56:49 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61B85120033 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:56:49 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 5AB796A0917 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 17:56:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572919008; bh=Kujv/u9hm8CwFMDz9b6qRv9sly/hAmoHO6n1wJ0TSK4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RVoqwUiMifFoig47l6LVmRbTq4sq6AXNxg957Vak2UZTMTLUkuC0bo7ptgJRat2dO A8aUPijmrjJul7DGbds/6P2JyExZYP/8DDwmagFsy0LENq8Y5K0aX5pYjN4cKWWwgO Rn7lwE1rOsPdDl3kzEsEqxXFbSdLlsFgMGBgFupQ=
Date: Mon, 04 Nov 2019 17:56:48 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK63J7PKW263PW5RCFF3ZYEWBEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549628891@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d6e04a1fa_61853faf278cd9601869c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1ij4JaJ-Dv_tvPpikG5nWXRRvWg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 01:56:51 -0000

----==_mimepart_5dc0d6e04a1fa_61853faf278cd9601869c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann : I'm confused too. For consistency,  I would keep it at FRAME_ENCODING_ERROR, since that's what we do for the flow control error too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549628891
----==_mimepart_5dc0d6e04a1fa_61853faf278cd9601869c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> : I'm confused too. For consistency,  I would keep it at FRAME_ENCODING_ERROR, since that's what we do for the flow control error too.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK2DLTQFBQ4ETOQ33ILQSDHGBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBKXWY#issuecomment-549628891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK32RFVWWROJA7LGRTTQSDHGBANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3232OIPJPEUJQVZA3QSDHGBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBKXWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2DLTQFBQ4ETOQ33ILQSDHGBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBKXWY#issuecomment-549628891",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2DLTQFBQ4ETOQ33ILQSDHGBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBKXWY#issuecomment-549628891",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d6e04a1fa_61853faf278cd9601869c6--


From nobody Mon Nov  4 18:02:35 2019
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 D980212000F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:02:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kS7Uh0KAQ4EF for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:02:32 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A944120033 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:02:32 -0800 (PST)
Date: Mon, 04 Nov 2019 18:02:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572919351; bh=VRdUgJa+ggVCcJzETTNG5WXbvjU/VOzM+0a0giKyC2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O7SUoiuEnY9WMgnl07SkwZL+blcpJ8AfSjxj2V+25vegSeZG5FXx1P3Rg1wg+ns52 3WWF+U4fHpIW0vVgwZYVBpq35Fwwzx3z24XHl2dD6xHEQIttQIevkjWgkuIcK5m4nx WfSwlnSp3zDVEioSFyOtMixZ/UTMMFZiuljc1yY8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZDX7DB6QS62KYBA6N3ZYFLPEVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/review/311466862@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d83771595_60b53f912c0cd968107544"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JZXDubj0Bdy_tIOWBJI_TOMOPZs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:02:34 -0000

----==_mimepart_5dc0d83771595_60b53f912c0cd968107544
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1675,22 +1683,20 @@ one.  The client MUST NOT use the token provided in a Retry for future
 connections. Servers MAY discard any Initial packet that does not carry the
 expected token.
 
-A token SHOULD be constructed in a way that allows the server to distinguish it
-from tokens that are sent in Retry packets as they are carried in the same
-field.
-
-The token MUST NOT include information that would allow it to be linked by an
-on-path observer to the connection on which it was issued.  For example, it
-cannot include the connection ID or addressing information unless the values are
-encrypted.
-
 Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit

Problems with existing text can be taken up on a new issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#discussion_r342354671
----==_mimepart_5dc0d83771595_60b53f912c0cd968107544
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3128#discussion_r342354671">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1675,22 +1683,20 @@ one.  The client MUST NOT use the token provided in a Retry for future
 connections. Servers MAY discard any Initial packet that does not carry the
 expected token.
 
-A token SHOULD be constructed in a way that allows the server to distinguish it
-from tokens that are sent in Retry packets as they are carried in the same
-field.
-
-The token MUST NOT include information that would allow it to be linked by an
-on-path observer to the connection on which it was issued.  For example, it
-cannot include the connection ID or addressing information unless the values are
-encrypted.
-
 Unlike the token that is created for a Retry packet, there might be some time
 between when the token is created and when the token is subsequently used.
 Thus, a token SHOULD have an expiration time, which could be either an explicit
</pre>
<p>Problems with existing text can be taken up on a new issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications&amp;email_token=AFTOJK6HMXCA2A5D6MVV6FDQSDH3PA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJW3Q#discussion_r342354671">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7QDXSW6C6GFGADLVDQSDH3PANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4ORHN3QSXDLCWHFNDQSDH3PA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJW3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK6HMXCA2A5D6MVV6FDQSDH3PA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJW3Q#discussion_r342354671",
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK6HMXCA2A5D6MVV6FDQSDH3PA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJW3Q#discussion_r342354671",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d83771595_60b53f912c0cd968107544--


From nobody Mon Nov  4 18:04:23 2019
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 78BD6120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:04:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0_fprfih1531 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:04:19 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60C7E12000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:04:19 -0800 (PST)
Date: Mon, 04 Nov 2019 18:04:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572919459; bh=hdLrxAip8f6VrxxcteoF1Tr3GoYRb+7QrCLRgw6e1CI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fUFRm49VVEcRCzu1Q7F7aZrO4HNPPczf8KOCGuKNZBRb0ciY3QMweE7+YqoU6aPc2 KfKaLJci+0I3IxwDBWi6c/yajHcA4DFzQob005KTi/s2Ox5ukwOY6yfgyYOkXU8LA5 ZQheDLyUpBd3DTQr68LLEgm8WqxSzJn2oPykCYTk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4EF2E3YHW3ZSQ7SIF3ZYFSFEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/311467268@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0d8a2ca7b4_e543fcf200cd968297223"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BgE252Jo6TL5bmYWjkSG-4SNNCw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:04:21 -0000

----==_mimepart_5dc0d8a2ca7b4_e543fcf200cd968297223
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

What does Roberto say again?  I think that if the server is under duress, then dropping the packet is fine.  This is a recommendation that allows the server to help the client, that's all.  Do you think we need to acknowledge the possibility that the server is overloaded and add the third case?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r342354961
----==_mimepart_5dc0d8a2ca7b4_e543fcf200cd968297223
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r342354961">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>What does Roberto say again?  I think that if the server is under duress, then dropping the packet is fine.  This is a recommendation that allows the server to help the client, that's all.  Do you think we need to acknowledge the possibility that the server is overloaded and add the third case?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK6HAMB3DL4KPWNMVOLQSDICFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJ2BA#discussion_r342354961">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK665NXMUHGIADUEPJDQSDICFANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5S2LH2WIMTBJJHM4TQSDICFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJ2BA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK6HAMB3DL4KPWNMVOLQSDICFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJ2BA#discussion_r342354961",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK6HAMB3DL4KPWNMVOLQSDICFA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIJ2BA#discussion_r342354961",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0d8a2ca7b4_e543fcf200cd968297223--


From nobody Mon Nov  4 18:20:13 2019
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 74AE9120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:20:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oxuOYwZ0TXwR for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:20:11 -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 E2B2012000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:20:10 -0800 (PST)
Date: Mon, 04 Nov 2019 18:20:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572920410; bh=lHDZCZyMaLPZRoYR/cVLSn5qvGb1A5oEnn7hXkCFEC8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G2BJPuz+RADs0feyNUSjDSeBNvpYsBENpuE+UtOf9veX0ERo/DnLHGPyR6D4Sm6A3 oBzOiOwr0rXtBsvRRPQmki4j47aXNDEbcmhBZLb/oVE0ywmt1Z6miDpzT5ra21h1ts rY63Z4v5SZR+kFv265tGBr9Vvjg1nH9jqSzuujXw=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6MEQ46HJ4DXYHPDS53ZYHNVEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/311470725@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0dc5a24e3d_46bf3f8cb24cd9608254c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MxFRy_Xz8c2wi23tSbJfNAjvyRQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:20:12 -0000

----==_mimepart_5dc0dc5a24e3d_46bf3f8cb24cd9608254c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

The text seems to assume that an implementer will handle the third case, where I was leaning towards being explicit. Perhaps something like: "When under duress, the server could discard such a packet. Dropping such a packet could however result in ..." That makes it a bit more explicit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r342357675
----==_mimepart_5dc0dc5a24e3d_46bf3f8cb24cd9608254c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r342357675">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>The text seems to assume that an implementer will handle the third case, where I was leaning towards being explicit. Perhaps something like: "When under duress, the server could discard such a packet. Dropping such a packet could however result in ..." That makes it a bit more explicit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJKZVQSOHBRCHEAB4RXTQSDJ5VA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIKVBI#discussion_r342357675">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZKJWQI2IX5O6H254DQSDJ5VANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2LJBF2LTMA4ZIG4ETQSDJ5VA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIKVBI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKZVQSOHBRCHEAB4RXTQSDJ5VA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIKVBI#discussion_r342357675",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKZVQSOHBRCHEAB4RXTQSDJ5VA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIKVBI#discussion_r342357675",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0dc5a24e3d_46bf3f8cb24cd9608254c--


From nobody Mon Nov  4 18:25:18 2019
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 B6800120033 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:25:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FdA0SlrW3fyH for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:25:16 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4CAD712000F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:25:16 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 7764D1C0D5E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:25:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572920715; bh=w3dAieTTy+8XJ7ZS5qAUDdB3a+KfEp+jgFZUwGUTKg4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lkUS1w4bTNdmlulbmrP96oZz/m7fbDO/82CUMnJ26Fy0qqaxZXKnHRKkJIXEgpPtC cL6514cVK9RHcBSo7azRXQdfNnYArltstmRwy6ruhaOHoa09P2dq/5qwLrLZOWJ7E7 s7eBoML8vGfIRVLv7CNvanp+L/p9C8gwxBQURWP0=
Date: Mon, 04 Nov 2019 18:25:15 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYYJFR22X3TJNT6XK53ZYIAXEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549634907@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0dd8b69227_1dce3fed24ecd960775a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QekZxTIR43mo46yUs1G1HyLBN3k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:25:18 -0000

----==_mimepart_5dc0dd8b69227_1dce3fed24ecd960775a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Specifically, we discussed this in Tokyo and decided to not pursue this f=
or=0D
QUICv1. From #632: "Tokyo conclusion: this requires something more concre=
te=0D
and anything about this is not going to happen for QUIC version 1."=0D
=0D
I'll echo Martin's comment -- what has changed?=0D
=0D
On Mon, Nov 4, 2019 at 4:30 PM Martin Thomson <notifications@github.com>=0D=

wrote:=0D
=0D
> Yes, that comment also says "this is not going to happen for QUIC versi=
on=0D
> 1".=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you are subscribed to this thread.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/3189?email_source=3Dnotif=
ications&email_token=3DACUOBVH3JXVPAWQ6IEV5BG3QSC5DXA5CNFSM4JIXQLJ2YY3PNV=
WWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI#issuecommen=
t-549609681>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/ACUOBVBTKSG7MWBIQKPA=
YGDQSC5DXANCNFSM4JIXQLJQ>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549634907=

----==_mimepart_5dc0dd8b69227_1dce3fed24ecd960775a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Specifically, we discussed this in Tokyo and decided to not pursue this f=
or<br>=0D
QUICv1. From #632: &quot;Tokyo conclusion: this requires something more c=
oncrete<br>=0D
and anything about this is not going to happen for QUIC version 1.&quot;<=
br>=0D
<br>=0D
I&#39;ll echo Martin&#39;s comment -- what has changed?<br>=0D
<br>=0D
On Mon, Nov 4, 2019 at 4:30 PM Martin Thomson &lt;notifications@github.co=
m&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; Yes, that comment also says &quot;this is not going to happen for QU=
IC version<br>=0D
&gt; 1&quot;.<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you are subscribed to this thread.<br=
>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/3189?email_source=3D=
notifications&amp;email_token=3DACUOBVH3JXVPAWQ6IEV5BG3QSC5DXA5CNFSM4JIXQ=
LJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBGBUI#is=
suecomment-549609681&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ACUOBVBTKSG7MW=
BIQKPAYGDQSC5DXANCNFSM4JIXQLJQ&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3189?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK3RYG4XFF4S2R3CKTDQSDKQXA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBMGWY#issuecomment-549634907">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKYXQKLSOAOGUQC5IKTQSDKQXANCNFSM4JIXQLJQ">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK4UXGRYRNUCH35SKDDQSDKQ=
XA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDBMGWY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK3RYG4XFF4S2R3CKTDQSDKQXA5CNFSM4=
JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBMGW=
Y#issuecomment-549634907",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=3D=
notifications\u0026email_token=3DAFTOJK3RYG4XFF4S2R3CKTDQSDKQXA5CNFSM4JIX=
QLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBMGWY#i=
ssuecomment-549634907",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc0dd8b69227_1dce3fed24ecd960775a1--


From nobody Mon Nov  4 18:37:14 2019
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 1B8C012004D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 V-Z9YxqENHRx for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:10 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EEA4120033 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:37:10 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 52561A0B85 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:37:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572921429; bh=00cy3oIKOt4obNVSMITeB2hunOHvp7VynfLyDZmqkQU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ewit9EQh1cFemK13wBRThAKLgIk0twdBcp+I5mq8xRhE9YA77Fa/VHb8XDSx+5IIS gKTcSXGFoXq8+fRu//strpt++7Lo0H5pjMUGgo9C5gT1ym+DdKCDUM3nN4UvK1iBcW AKmrJziPdSE8iWJFDvYZ1mB1VzjALgXqbEozp7RQ=
Date: Mon, 04 Nov 2019 18:37:09 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3ENJUOHQ3LGDZLPZN3ZYJNLEVBNHHB5TXJ2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3185/c549637536@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3185@github.com>
References: <quicwg/base-drafts/pull/3185@github.com>
Subject: Re: [quicwg/base-drafts] Recovery changelog for -24 (#3185)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e05543da6_19893fa69aecd9688508e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-QNbPEubMik_BtTklfFcV9t67Vg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:37:12 -0000

----==_mimepart_5dc0e05543da6_19893fa69aecd9688508e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This leaves us out of sync. Let's not add PRs/Issues to changelogs until they've been merged please. It's a _good thing_ to get eyes on PRs and we may not always be able to land them as planned. That's perfectly fine.

I would recommend keeping the changelog accurate to what's already merged, and adding a line amending the changelog in the pending PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3185#issuecomment-549637536
----==_mimepart_5dc0e05543da6_19893fa69aecd9688508e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This leaves us out of sync. Let's not add PRs/Issues to changelogs until they've been merged please. It's a <em>good thing</em> to get eyes on PRs and we may not always be able to land them as planned. That's perfectly fine.</p>
<p>I would recommend keeping the changelog accurate to what's already merged, and adding a line amending the changelog in the pending PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications&amp;email_token=AFTOJK5DDBB3QCXRV6YFHETQSDL5LA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3IA#issuecomment-549637536">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYJGHOA2GO43DIV4D3QSDL5LANCNFSM4JIMW4LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZSFLYRU35I3IJ7Y4DQSDL5LA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3IA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJK5DDBB3QCXRV6YFHETQSDL5LA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3IA#issuecomment-549637536",
"url": "https://github.com/quicwg/base-drafts/pull/3185?email_source=notifications\u0026email_token=AFTOJK5DDBB3QCXRV6YFHETQSDL5LA5CNFSM4JIMW4LKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3IA#issuecomment-549637536",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e05543da6_19893fa69aecd9688508e--


From nobody Mon Nov  4 18:37:21 2019
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 2E76812004D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 L5acHbIgQ8lF for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:15 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91685120033 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:37:15 -0800 (PST)
Date: Mon, 04 Nov 2019 18:37:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572921434; bh=eaQj3r9z1nw5NqeFN4HSpVyxBFRXervitN0NgQQ1JPY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aBmnFgzCTbV4Rm/kllwkczEfeOo5ST4ezTqsPZdbSE32mNJaECXgE4luLGWEecdaS nx6/Y67KIsVtIsZaugRltAoure9zYhbUvlpeMy0/0dOgCaldFudKX/cG/Ic6m6Idj3 wBQkK9wk+sJWiX4UEcrU28FRZ9wTHT/PvQ5iHdbY=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4PU3MU5IZUC3PWTYF3ZYJNVEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549637548@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e05a898e8_1f733fc168ecd95c114418"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/l9Uiu7X8jB6C5gabWachQICIYL0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:37:17 -0000

----==_mimepart_5dc0e05a898e8_1f733fc168ecd95c114418
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett @janaiyengar I am with @marten-seemann. Let me explain why.

There are two reasons we decided to allow use of FLOW_CONTROL_ERROR for STREAM frames:
* The overflow can be detected by the flow control logic. Then, there is not need to have a logic to detect the error in the frame decoder.
* The flow control logic might be capable of returning only one error.
* FLOW_CONTROL_ERROR is more specific than FRAME_ENCODING_ERROR.

These reasons equally hold for CRYPTO streams sending CRYPTO_BUFFER_EXCEEDED, as CRYPTO_BUFFER_EXCEEDED is the error code used to indicate flow control error with CRYPTO streams.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549637548
----==_mimepart_5dc0e05a898e8_1f733fc168ecd95c114418
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> I am with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a>. Let me explain why.</p>
<p>There are two reasons we decided to allow use of FLOW_CONTROL_ERROR for STREAM frames:</p>
<ul>
<li>The overflow can be detected by the flow control logic. Then, there is not need to have a logic to detect the error in the frame decoder.</li>
<li>The flow control logic might be capable of returning only one error.</li>
<li>FLOW_CONTROL_ERROR is more specific than FRAME_ENCODING_ERROR.</li>
</ul>
<p>These reasons equally hold for CRYPTO streams sending CRYPTO_BUFFER_EXCEEDED, as CRYPTO_BUFFER_EXCEEDED is the error code used to indicate flow control error with CRYPTO streams.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK3VCISDRSH43JGNY4TQSDL5VA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3LA#issuecomment-549637548">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6AMI4NA6LWA3VAIE3QSDL5VANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2PDVLD6WXGE6KI5IDQSDL5VA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3LA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3VCISDRSH43JGNY4TQSDL5VA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3LA#issuecomment-549637548",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3VCISDRSH43JGNY4TQSDL5VA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3LA#issuecomment-549637548",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e05a898e8_1f733fc168ecd95c114418--


From nobody Mon Nov  4 18:37:41 2019
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 80BF212004D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mJCyLKM3dA4i for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:37:34 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2C9DB120033 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:37:34 -0800 (PST)
Date: Mon, 04 Nov 2019 18:37:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572921451; bh=F8Kt2GMd3T9Zb0mZsHdPrbVMRdILRca3Z7KckLOBUIA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RA0lx8J7Tk6uelGVXwtkzpbuiSumh+6KLa1fqVzPwKL4JRZIR3c57XIi5ayEfn9TY pvW2vTcgt5SicjhYlQRPvfmxcnzochwm3TLy37Xi/pv4Cz8mvej3HKRE3b5dHF1ZDz SWTZ8M94JZI/f1Moe1A4Vd7aFzKBISYkktmHhwfQ=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6LZDIGT27BOETI25F3ZYJOXEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549637589@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e06be0b85_19473fe4b88cd96c11934a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CrJA_WDwsr9pu7vhweUsrfsKU5g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:37:35 -0000

----==_mimepart_5dc0e06be0b85_19473fe4b88cd96c11934a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar See my reply to @martinthomson. What's changed is that we now have a concrete proposal and it has been validated to work on real world traffic. The lack of the above was the reason #632 was not pursued further, per the entirety of the quoted comment.

The WG may still decide not to pursue this, but it would have to be for a different reason.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549637589
----==_mimepart_5dc0e06be0b85_19473fe4b88cd96c11934a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D11067604" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/janaiyengar">@janaiyengar</a> See my reply to <a class=3D"user-mention" =
data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D=
67641" data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"l=
ink_type:self" href=3D"https://github.com/martinthomson">@martinthomson</=
a>. What's changed is that we now have a concrete proposal and it has bee=
n validated to work on real world traffic. The lack of the above was the =
reason <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to=
 load issue title" data-id=3D"235902453" data-permission-text=3D"Issue ti=
tle is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/=
632" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-dra=
fts/issues/632/hovercard" href=3D"https://github.com/quicwg/base-drafts/i=
ssues/632">#632</a> was not pursued further, per the entirety of the quot=
ed comment.</p>
<p>The WG may still decide not to pursue this, but it would have to be fo=
r a different reason.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3189?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK4URTJGMFNKBFUDBTLQSDL6XA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3VI#issuecomment-549637589">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKYXJXBHPNWNFLBMRMLQSDL6XANCNFSM4JIXQLJQ">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK3NDM67KHLH6XLLVODQSDL6=
XA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDBM3VI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK4URTJGMFNKBFUDBTLQSDL6XA5CNFSM4=
JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3V=
I#issuecomment-549637589",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=3D=
notifications\u0026email_token=3DAFTOJK4URTJGMFNKBFUDBTLQSDL6XA5CNFSM4JIX=
QLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBM3VI#i=
ssuecomment-549637589",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5dc0e06be0b85_19473fe4b88cd96c11934a--


From nobody Mon Nov  4 18:38:57 2019
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 4CC1612080A for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:38:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 W4_nrUFl6-aL for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:38:51 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E52AD120839 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:38:50 -0800 (PST)
Date: Mon, 04 Nov 2019 18:38:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572921530; bh=AjN4db4DYdehIr8ABA4ZFuUKQBps8XaItSp9SpBPFwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Espt7Jn67xY9ENycJzQJBYI0P/6OFw+am5Vie3jY5h2kvbUo/umB+9swR4sohAC8c 68/iwP+USnEIF5IZyNKregP+z7W6XqSKM8B4Xo1X+7cgxfVnGDh79Y10C//jHK6/VR q+x4JOXCmwU73Cjoilaq7HsfkPPTrA9gJnHcew3U=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYY4UPMQTAECILFU6N3ZYJTVEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/311475040@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e0ba178ec_1be13faccbacd96c140394"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SlrsN-runTeRGqx3DX4om9ilBeI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:38:55 -0000

----==_mimepart_5dc0e0ba178ec_1be13faccbacd96c140394
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout

I think the text should be fixed here... why introduce text here and then fix it in a new PR?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r342361117
----==_mimepart_5dc0e0ba178ec_1be13faccbacd96c140394
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r342361117">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout
</pre>
<p>I think the text should be fixed here... why introduce text here and then fix it in a new PR?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK4EOOXEBE3GYXRRTXDQSDMDVA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKILWYA#discussion_r342361117">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7TYS4NA4I6WXCCF7DQSDMDVANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5CAGHXHFES4MY4HDLQSDMDVA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKILWYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK4EOOXEBE3GYXRRTXDQSDMDVA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKILWYA#discussion_r342361117",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK4EOOXEBE3GYXRRTXDQSDMDVA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKILWYA#discussion_r342361117",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e0ba178ec_1be13faccbacd96c140394--


From nobody Mon Nov  4 18:47:40 2019
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 10A2012006B for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:47:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SQTOKSwuIQ8P for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:47:36 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA0B412004D for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:47:36 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id E1B802C1467 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:47:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572922055; bh=y2LdDkgNGsYzOoiSM+WLtMemhXGn0ice+msE6l8gQ9w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DcGubPo2Bq+zbJl2OZ6OIEiDkNfC8cJVlhIChe+ObHJc8dZG/ji/H+ZcRI+j4NPnI 0nwaJf/fnPBmNFUn97PLuyHLG7jHh962+H+vkKOTVb3mW1+o6TetovL6psVj5Sl93f V0iSOLoZTViGobfcATbypKd6ylk3taNzBH/jz3F8=
Date: Mon, 04 Nov 2019 18:47:35 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK25UWTWO6UEEWQOGQV3ZYKUPEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549639666@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e2c7d1ba3_198f3fa69aecd9681515bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8Hbbgnv4b1dil6fLu9iUsjC0LVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:47:38 -0000

----==_mimepart_5dc0e2c7d1ba3_198f3fa69aecd9681515bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for clarifying, @kazuho. This LGTM.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549639666
----==_mimepart_5dc0e2c7d1ba3_198f3fa69aecd9681515bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for clarifying, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>. This LGTM.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZWJNFY33NQMQHMX53QSDNEPA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBNL4Q#issuecomment-549639666">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7K64DTD3HUKMXNROTQSDNEPANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OPEHEWKZ3VGMLNZ3QSDNEPA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBNL4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZWJNFY33NQMQHMX53QSDNEPA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBNL4Q#issuecomment-549639666",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZWJNFY33NQMQHMX53QSDNEPA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBNL4Q#issuecomment-549639666",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e2c7d1ba3_198f3fa69aecd9681515bb--


From nobody Mon Nov  4 18:47:50 2019
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 6733512004D for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:47:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sI1B21qahKoO for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 18:47:44 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D03BE12006B for <quic-issues@ietf.org>; Mon,  4 Nov 2019 18:47:44 -0800 (PST)
Date: Mon, 04 Nov 2019 18:47:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572922064; bh=aqyHEdljxeSQ+ySzDVhTNLTPPlJQ7Q7QNtou8jB6Rq8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rfmp8Gk+rzyPHcKBy2/Lb9FXz+kRi+7ulrjFtKgRgwBcgE5WxsRL7dpbqb8kHz2q4 rejxaDAfuXCdX0JSkrAPvib2WxSTsS98oX6tJWorbfQ+ZnTazszZCtAsXTNtC1iNuh 12pPvmFHmEWaDJuttR5XbSrIqbUSfWEeu1+Q9C30=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYICYIMOYEQES77QZF3ZYKVBEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/review/311476940@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e2d01f0f0_62fb3fab36ccd960888f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aHo1pvi8E3u7jiUWVTlsiHlmUMQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 02:47:49 -0000

----==_mimepart_5dc0e2d01f0f0_62fb3fab36ccd960888f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#pullrequestreview-311476940
----==_mimepart_5dc0e2d01f0f0_62fb3fab36ccd960888f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK4JY4VGZGTRJ2W7RSTQSDNFBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIMFTA#pullrequestreview-311476940">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DQZPPVDUZYXZXWTLQSDNFBANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZY6HIOP5S7WX2OX3DQSDNFBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIMFTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK4JY4VGZGTRJ2W7RSTQSDNFBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIMFTA#pullrequestreview-311476940",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK4JY4VGZGTRJ2W7RSTQSDNFBA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIMFTA#pullrequestreview-311476940",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e2d01f0f0_62fb3fab36ccd960888f1--


From nobody Mon Nov  4 19:05:59 2019
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 30C8C12007A for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:05:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AEBn3JH6ht1M for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:05:56 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D623012006F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:05:56 -0800 (PST)
Date: Mon, 04 Nov 2019 19:05:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572923156; bh=j4Td2B18UP/Got9mwjUYPogokI/U58QJTUYZnwsVNvU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l7paJwVMlQqx8qHLHzKx2lM+vVY7y2TDNgTauEDy6CDm/sTOCr+IBXU85ZFpVDn6s 7xGV292Z+ReP1LVU2GTJqC9QR5jLqxnwpTpwJXVkFgk9SOwsIyZeQjLwHrY3pefbQb YXZIdxNZzumalY2Ez771qovpdv8wTT/LVR6mofTY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY6UDN7JM6QJ6NK2CV3ZYMZHEVBNHHB5GVBRY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3161/549643301@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3161@github.com>
References: <quicwg/base-drafts/issues/3161@github.com>
Subject: Re: [quicwg/base-drafts] Simplify the client's PTO code by allowing the server to send a PING (#3161)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e713e7f3c_4e853fe3914cd95c774f4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AAtEWqrv8pcp6iCFLVZPlnnhBHo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 03:05:58 -0000

----==_mimepart_5dc0e713e7f3c_4e853fe3914cd95c774f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It also SHOULD send a PING only packet if there are bytes in flight but nothing to send.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3161#issuecomment-549643301
----==_mimepart_5dc0e713e7f3c_4e853fe3914cd95c774f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It also SHOULD send a PING only packet if there are bytes in flight but nothing to send.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications&amp;email_token=AFTOJK7KUSZ7MDDX6S6BXK3QSDPJHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOIJI#issuecomment-549643301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6ZDYI2PMBUBBWDLL3QSDPJHANCNFSM4JF5RXFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYBLWZGMICPPGUUGVTQSDPJHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOIJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK7KUSZ7MDDX6S6BXK3QSDPJHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOIJI#issuecomment-549643301",
"url": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK7KUSZ7MDDX6S6BXK3QSDPJHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOIJI#issuecomment-549643301",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e713e7f3c_4e853fe3914cd95c774f4--


From nobody Mon Nov  4 19:14:02 2019
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 C318212007C for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:14:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tXL_OfB4GDnG for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:13:59 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59E90120073 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:13:59 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 71C105206B7 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:13:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572923638; bh=i0ALunJNrryLNrlr5ntuYY19XlGnZUf8k87wJtRV2ZA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OmhdM81LYaV8xLgJoJ//ukSLQ0mmez/9tN9qCJk3MGe2bp4PwFUA0NlurvYaBcnMW WLhxS5XfJUlA1byQGUF9BN3nPmFo2Nxhzxz13/fohHC+oQie8/MRMSLk1b4CZ06b59 EBxmDFtQc0JfVE+Zs/4l46nYGt+5bLVie9+rdZrA=
Date: Mon, 04 Nov 2019 19:13:58 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY3QAVGAHUTJCXQU753ZYNXNEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549644796@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0e8f663149_4bcd3ff7330cd9641089c1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9GFcddvf1XBZoZCLhRG189Z22VM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 03:14:01 -0000

----==_mimepart_5dc0e8f663149_4bcd3ff7330cd9641089c1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>From the original issue, the proposed principle was: "If you can detect an error while parsing the frame, and without consulting any connection state, it should be a FRAME_ENCODING_ERROR."

It seems clear you can do that in this case, but maybe we changed the principle?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549644796
----==_mimepart_5dc0e8f663149_4bcd3ff7330cd9641089c1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>From the original issue, the proposed principle was: "If you can detect an error while parsing the frame, and without consulting any connection state, it should be a FRAME_ENCODING_ERROR."</p>
<p>It seems clear you can do that in this case, but maybe we changed the principle?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZETXLPPMEU7K4ZOU3QSDQHNA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOT7A#issuecomment-549644796">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IA4F7SVOW4OANZODQSDQHNANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2X4KATLS6LDCNOOG3QSDQHNA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOT7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZETXLPPMEU7K4ZOU3QSDQHNA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOT7A#issuecomment-549644796",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZETXLPPMEU7K4ZOU3QSDQHNA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBOT7A#issuecomment-549644796",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0e8f663149_4bcd3ff7330cd9641089c1--


From nobody Mon Nov  4 19:51:45 2019
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 BEFF412002F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:51:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lNIxIxN1RDPx for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:51:42 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01B2B120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:51:42 -0800 (PST)
Date: Mon, 04 Nov 2019 19:51:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572925901; bh=hwbI21VlxHNgveEnPU70yhxn6iltEFtbl0c+iz+/Lo4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WaP7vs1ejmzo7rAKSxRTtjhrZ8iOM/ck0GNl5laMJFvcoQoffY+bgglVD/RoAOM6l 4ypr0SZuz9O8gul4Fmf6GYuyf/daRJqpHb4bKrKEU4lGJi8jj6qgFW+LbV6MYUA97K uVkAstAFdqTMuYLVwFPC+m2CY5DZz4zmiToihIhI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTZZDAPWFURYXZQXN3ZYSE3EVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549651826@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0f1cd3f576_2b423fb1ff8cd96c59543"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/osvrKWbop2zL13cWhSYsm5nqc8Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 03:51:44 -0000

----==_mimepart_5dc0f1cd3f576_2b423fb1ff8cd96c59543
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett That would also apply to the STREAM frame then. I'd be fine just using the FRAME_ENCODING_ERROR in all these cases, but people pushed back against that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549651826
----==_mimepart_5dc0f1cd3f576_2b423fb1ff8cd96c59543
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> That would also apply to the STREAM frame then. I'd be fine just using the FRAME_ENCODING_ERROR in all these cases, but people pushed back against that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK2QYNQTZYQPPUYDD6LQSDUU3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQK4Q#issuecomment-549651826">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5ES4GFEYKC74KEX23QSDUU3ANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7TCHXPPFCHFHLCMU3QSDUU3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQK4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2QYNQTZYQPPUYDD6LQSDUU3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQK4Q#issuecomment-549651826",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2QYNQTZYQPPUYDD6LQSDUU3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQK4Q#issuecomment-549651826",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0f1cd3f576_2b423fb1ff8cd96c59543--


From nobody Mon Nov  4 19:58:38 2019
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 D92B8120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:58:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 06qFlexmhB-4 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 19:58:31 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D780812003F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:58:30 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 0FD0566083E for <quic-issues@ietf.org>; Mon,  4 Nov 2019 19:58:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572926310; bh=vJN9swca77rliwJ0Lw6hw6jbtahznUjDMBCtO4xwm6Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l9NWc1I3raaSlhU8bLev4oNujxpMcTvTjWm6n/4X70zEjNfyHPGowVmBK9acXH4+d 6ygqeU054PxwSJlgV5R3oROSFL+6D3zcT3TO3svPPQFnmzOnr9hQ5h90eq3GDCMPhL mDM94tiMJrYa9eQ9OAS9mEP0ai8qcWBE6QAFi4Jk=
Date: Mon, 04 Nov 2019 19:58:29 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6Q4XJGFMG45JWAEW53ZYS6LEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549652995@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0f365f33b6_5abf3f91a36cd9681041db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gWWf6LUfRcjg00z42NFOR81gCEg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 03:58:34 -0000

----==_mimepart_5dc0f365f33b6_5abf3f91a36cd9681041db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett Yeah I think I should have said that the exceptional rule within the principles.

Specifically, I mean the discussion starting from https://github.com/quicwg/base-drafts/pull/3042#pullrequestreview-289402001, that talks if we should allow FLOW_CONTROL_ERROR and why.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549652995
----==_mimepart_5dc0f365f33b6_5abf3f91a36cd9681041db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> Yeah I think I should have said that the exceptional rule within the principles.</p>
<p>Specifically, I mean the discussion starting from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard?comment_id=289402001&amp;comment_type=review" href="https://github.com/quicwg/base-drafts/pull/3042#pullrequestreview-289402001">#3042 (review)</a>, that talks if we should allow FLOW_CONTROL_ERROR and why.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZ6EDOCLPNHYRIO3DDQSDVOLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQUAY#issuecomment-549652995">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5UL7XEXKDZLFHUAWLQSDVOLANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3STHKPOMTXYAAFPITQSDVOLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQUAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZ6EDOCLPNHYRIO3DDQSDVOLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQUAY#issuecomment-549652995",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZ6EDOCLPNHYRIO3DDQSDVOLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBQUAY#issuecomment-549652995",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0f365f33b6_5abf3f91a36cd9681041db--


From nobody Mon Nov  4 20:13:45 2019
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 9BAA212003F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 20:13:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FHDxBGdY75B8 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 20:13:42 -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 9FCD0120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 20:13:42 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id D83168C083C for <quic-issues@ietf.org>; Mon,  4 Nov 2019 20:13:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572927221; bh=fBHkt8rwYELWMtunksgkxRlctiHaGkX8FLg2KBqEdzw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AVcW7fBaAo/J+8lcS4RvowihF8kQ1JAfuVNhB0/3TuQB3bMm3hHkwEUzqjzz/OmLY mnFXYy4A/jsCKjk9qGtTgqs/+iByq0qrmS21HRlBJQXtZ0mcPHfu64Eg7nJz++Tc1a xkGaYdAZ44W5Fc58w3QYpQd69I/MOlPjhJP04bxg=
Date: Mon, 04 Nov 2019 20:13:41 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7AMHZL7FTDIP6MZKV3ZYUXLEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549655583@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc0f6f5c8f69_18d43fcd350cd9644117d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zfLKSwgYZQDH7gI9X_NWAOdtZLU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 04:13:44 -0000

----==_mimepart_5dc0f6f5c8f69_18d43fcd350cd9644117d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The client will not use the token if it has migrated to a different address. 

The specification is not written as such. Section 8.1.2 states, that _if the client has a token received in a NEW_TOKEN frame on a previous connection to what it believes to be the same server, it SHOULD include that value in the Token field of its Initial packet._ There is no requirement for the client to check it's address (or the network).

I think that the approach used by the specification is correct. In practice, I think we cannot assume that all the clients would correctly deal with their source address explicitly (as well as the change of the address). Besides, a change of source address does not necessarily mean that the client has migrated to a different network. Consider the case where a client goes out of one DHCP network, then returns to that network. In such case, the client might receive a different address, but it is still on the same network. After all, we are requiring the server to associate NEW_TOKEN tokens and the original source address. Then, why not let the server decide if a token can be reused?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549655583
----==_mimepart_5dc0f6f5c8f69_18d43fcd350cd9644117d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The client will not use the token if it has migrated to a different address.</p>
</blockquote>
<p>The specification is not written as such. Section 8.1.2 states, that <em>if the client has a token received in a NEW_TOKEN frame on a previous connection to what it believes to be the same server, it SHOULD include that value in the Token field of its Initial packet.</em> There is no requirement for the client to check it's address (or the network).</p>
<p>I think that the approach used by the specification is correct. In practice, I think we cannot assume that all the clients would correctly deal with their source address explicitly (as well as the change of the address). Besides, a change of source address does not necessarily mean that the client has migrated to a different network. Consider the case where a client goes out of one DHCP network, then returns to that network. In such case, the client might receive a different address, but it is still on the same network. After all, we are requiring the server to associate NEW_TOKEN tokens and the original source address. Then, why not let the server decide if a token can be reused?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK3OBBNZX53ULYANHWTQSDXHLA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBRIHY#issuecomment-549655583">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3U4S6WBXBORXIP7ZDQSDXHLANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYE6BXAPTX4IXRPS7DQSDXHLA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBRIHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK3OBBNZX53ULYANHWTQSDXHLA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBRIHY#issuecomment-549655583",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK3OBBNZX53ULYANHWTQSDXHLA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBRIHY#issuecomment-549655583",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc0f6f5c8f69_18d43fcd350cd9644117d--


From nobody Mon Nov  4 21:25:38 2019
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 36B9512002F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:25:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3oYds5nFD7DC for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:25:34 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55A3E120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:25:34 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id A750C66113A for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:25:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572931533; bh=rqUbRZa+q3y50W7H+Kjoe3b/cBh3mJmnPkjtb/aNyRI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tyP3qgmEsGn9Ekwym/f1LILaK5LGJcgvYf3u4N3GW35YBewquvnjZeLoEgx3BQBqO X0EjjJVQeDE9LD426rKfoqq0mowYetn2ahgX9H52CPwltcE2larXvdisCYUFHdfrSL vUZWLtYfQaCb4hu3J8DKwi/+eCEMJdm5EId6Lh8w=
Date: Mon, 04 Nov 2019 21:25:33 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5KPGQYVPX6LF224CF3ZY5E3EVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549667932@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc107cd98c73_6c6a3fc7ab0cd96c73646b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nu2YNyZaVmB3ub4N5lkLKo-SfjM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 05:25:36 -0000

----==_mimepart_5dc107cd98c73_6c6a3fc7ab0cd96c73646b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For the client, the consequences of a bad guess is a wasted token and (maybe) the wasted bytes.  That's all.  So in general, there is no reason to constrain use of tokens where the client thinks that they might be useful AND that the client is willing to risk linkability between sessions.

The latter condition is where the various linkages come into play, but the point remains that the client is responsible for making an assessment.  This text is about setting a common baseline for that.

If a client wants to extend the set of servers that might be able to link sessions, I think that's OK, but it has to do this on the understanding of what that means.  The server that issued the token might see this new usage and link it to a specific prior context.  Without ESNI, that means things like knowing where previous users are now trying to connect.

As @kazuho says, a client might choose to constrain token use to particular networks, but it doesn't have to.  I might even go so far as to say that they should probably not reuse a token from a different network location, but that depends on having information that I know is hard to acquire.  A requirement that the token only be used from a certain network location wouldn't be implemented because in some cases it couldn't be implemented reliably.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549667932
----==_mimepart_5dc107cd98c73_6c6a3fc7ab0cd96c73646b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For the client, the consequences of a bad guess is a wasted token and (maybe) the wasted bytes.  That's all.  So in general, there is no reason to constrain use of tokens where the client thinks that they might be useful AND that the client is willing to risk linkability between sessions.</p>
<p>The latter condition is where the various linkages come into play, but the point remains that the client is responsible for making an assessment.  This text is about setting a common baseline for that.</p>
<p>If a client wants to extend the set of servers that might be able to link sessions, I think that's OK, but it has to do this on the understanding of what that means.  The server that issued the token might see this new usage and link it to a specific prior context.  Without ESNI, that means things like knowing where previous users are now trying to connect.</p>
<p>As <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> says, a client might choose to constrain token use to particular networks, but it doesn't have to.  I might even go so far as to say that they should probably not reuse a token from a different network location, but that depends on having information that I know is hard to acquire.  A requirement that the token only be used from a certain network location wouldn't be implemented because in some cases it couldn't be implemented reliably.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK7HUN5WBS6UXNMUUT3QSD7U3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBUIXA#issuecomment-549667932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3CFI4UJADK5WTKR7TQSD7U3ANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5TPFULX2LWTJYSVEDQSD7U3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBUIXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK7HUN5WBS6UXNMUUT3QSD7U3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBUIXA#issuecomment-549667932",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK7HUN5WBS6UXNMUUT3QSD7U3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDBUIXA#issuecomment-549667932",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc107cd98c73_6c6a3fc7ab0cd96c73646b--


From nobody Mon Nov  4 21:34:11 2019
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 1FDF3120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:34:10 -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 QNryX923lGKG for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:34:08 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A966F120046 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:34:08 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id CE27A2C2EE3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:34:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932047; bh=abMq7A8aLS0jzhXd9/JWSGBusNqzMcbQaFSh4Pa9diA=; h=Date:From:To:Subject:From; b=YYbmjLHd+KoSoaPLS2Zd5HLGzq25klYBGc5yKiCPvbnx5aD+Yy6TVPZUthAXNUo4M rKsaOH7eZuumcIlIsiAgAWhRrmSM42lwZ58VHP/I1nT1X8+T9JVRu1vhlNUqrteUqF jNHByCTojTOLyH2eEfInLMlyhrIK0wWn5GTkKPro=
Date: Mon, 04 Nov 2019 21:34:07 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/see-downgrade/000000-87c4ec@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/VHpI6UN61eI48X7vPbGj8-Ac1mI>
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, 05 Nov 2019 05:34:10 -0000

  Branch: refs/heads/see-downgrade
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042


  Commit: 87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8
      https://github.com/quicwg/base-drafts/commit/87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Add ;


Compare: https://github.com/quicwg/base-drafts/compare/8f10cc46edfe%5E...87c4ec3bafc9


From nobody Mon Nov  4 21:34:51 2019
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 39FF5120046 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:34:49 -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 wyC_aTobeJzP for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:34:47 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C8DCC12003F for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:34:47 -0800 (PST)
Date: Mon, 04 Nov 2019 21:34:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932087; bh=ExB6blJ3jpqsepyKjFAyPIbWbpoUDbd7fqQPyP3ObdQ=; h=Date:From:To:Subject:From; b=ondLhLQqn27wJGc3a348LjrNREowNh7J6EU9vBjfUmL4+2VWerCxHEVSnRqVQ6L77 Ru2pBYyE4RBFiGeuHrL3oR7S+3G8nhXGHf9e4tA8Ud1dCNlLcIluwdHuE+0cewbzn2 KkKvkSNdFGiv8ByDtOJNrtEXRUFByPGgm4HCwGmk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4f68de-b6db54@github.com>
Subject: [quicwg/base-drafts] b6db54: Script updating gh-pages from 87c4ec3b. [ci skip]
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/wcKAQk8x2opUTPo_SyV6VMFepok>
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, 05 Nov 2019 05:34:49 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b6db54c005bb2d36a48c4ec54313948875172f78
      https://github.com/quicwg/base-drafts/commit/b6db54c005bb2d36a48c4ec54313948875172f78
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M index.html
    A see-downgrade/draft-ietf-quic-http.html
    A see-downgrade/draft-ietf-quic-http.txt
    A see-downgrade/draft-ietf-quic-invariants.html
    A see-downgrade/draft-ietf-quic-invariants.txt
    A see-downgrade/draft-ietf-quic-qpack.html
    A see-downgrade/draft-ietf-quic-qpack.txt
    A see-downgrade/draft-ietf-quic-recovery.html
    A see-downgrade/draft-ietf-quic-recovery.txt
    A see-downgrade/draft-ietf-quic-tls.html
    A see-downgrade/draft-ietf-quic-tls.txt
    A see-downgrade/draft-ietf-quic-transport.html
    A see-downgrade/draft-ietf-quic-transport.txt
    A see-downgrade/index.html

  Log Message:
  -----------
  Script updating gh-pages from 87c4ec3b. [ci skip]



From nobody Mon Nov  4 21:35:34 2019
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 478D9120046 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:35:33 -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 4gEpV3gYO7Pu for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:35:32 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4528120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:35:31 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 1610D5210C3 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:35:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932131; bh=7Zia94HJ1BpYf4fl/xoco+KSL/w4GGOG2mgEg+U+SsQ=; h=Date:From:To:Subject:From; b=jw9nDuaYrMiewSSH0HNLWg7yIo0cDDbADq48JbIraGNHY8Adctk0Q+ZAZZ+C/v64e JpJ1HpSU4HqgwJcVo4ibPcNGhts9XEkHaqULzpXxI0LIcw2Da2DSEXG64QHxXDs16G t2V0dK831O5aSeFtIfGc7ljHWG6rC69leVeAyyqg=
Date: Mon, 04 Nov 2019 21:35:31 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/9555e3-a53b36@github.com>
Subject: [quicwg/base-drafts] 8f10cc: Update changelog for #3042
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/k4xH3e7wXBgka2Eu00P25YXdhx8>
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, 05 Nov 2019 05:35:33 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9dd855dcce0e57bf383
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Update changelog for #3042


  Commit: a53b36498388ee3167064ef33391412ef12a66c7
      https://github.com/quicwg/base-drafts/commit/a53b36498388ee3167064ef33391412ef12a66c7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Remove #3066 from recovery changelog


Compare: https://github.com/quicwg/base-drafts/compare/9555e3506426...a53b36498388


From nobody Mon Nov  4 21:35:59 2019
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 99EA2120046 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:35:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b5T_9J2_XdVS for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:35:56 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 138C4120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:35:56 -0800 (PST)
Date: Mon, 04 Nov 2019 21:35:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932155; bh=Zilt0Pa5AH+J6LxTJtfhxisOw6i76H4RMuWmOXPwfGM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=K+NJFJNm5e9876RA05yFLX1BTJk+xX3w3nwnW7LAzuKDc1AYIcIeokR7MT9Q1QlLD VbkvgVzz+IkJk5w+ssREFMx2P1lfwV6OfHXYyAA3W7x83UaQgQ/qNPlaTMsfiZ42XW FxfuMB04ZQRpAzs9leiabjrc1eMCeG+44lVrEM+I=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6VWQDSXTUZC2YO6BN3ZY6LXEVBNHHB5WKLUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3190@github.com>
Subject: [quicwg/base-drafts] Add a few semicolons (#3190)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc10a3b37853_18e3f8b8bacd964142373"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FHRi-r23vi2PqMCmKIdacCP_Ezs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 05:35:58 -0000

----==_mimepart_5dc10a3b37853_18e3f8b8bacd964142373
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3190

-- Commit Summary --

  * Add ;

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3190.patch
https://github.com/quicwg/base-drafts/pull/3190.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3190

----==_mimepart_5dc10a3b37853_18e3f8b8bacd964142373
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3190'>https://github.com/quicwg/base-drafts/pull/3190</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add ;</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3190/files#diff-0">draft-ietf-quic-transport.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3190.patch'>https://github.com/quicwg/base-drafts/pull/3190.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3190.diff'>https://github.com/quicwg/base-drafts/pull/3190.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications&amp;email_token=AFTOJK46SETJ2PYOJX7TEALQSEA3XA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWZJOSQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6ZCDMCAKPATDRFGFTQSEA3XANCNFSM4JI52V4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CYIHVBDYVGXQC5ILQSEA3XA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWZJOSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJK46SETJ2PYOJX7TEALQSEA3XA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWZJOSQ",
"url": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJK46SETJ2PYOJX7TEALQSEA3XA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWZJOSQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc10a3b37853_18e3f8b8bacd964142373--


From nobody Mon Nov  4 21:36:23 2019
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 4CD3212004F for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:36:22 -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 R6KfKr5XFluE for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:36:20 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4ECD120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:36:20 -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 2DBFB1C0C49 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:36:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932180; bh=ncUKTruNZr9LSzAvktStS823aSgmm4s3B6J2tsvZeaE=; h=Date:From:To:Subject:From; b=jG9JyYLgVLkUtE3rV+myQUZSF1tE71UpwXnuxCYDO5Gnvc53nULRYDCJn8Y9IcoMB txbX6Y4xOy81n7b9CKZOqyjE1LXEySKTf9PuwWswiYCLG8zDaYL6WDbeQsM1MsXZzT XPmPTxqJiosoqiOiEYNk44C5iPb86C8ecK/M6MUE=
Date: Mon, 04 Nov 2019 21:36:20 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b6db54-458dea@github.com>
Subject: [quicwg/base-drafts] 458dea: Script updating gh-pages from a53b3649. [ci skip]
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/5WIzg-8l0U7VxVCPzKNBLi8bhuc>
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, 05 Nov 2019 05:36:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 458deaf32b3a9a0dc7dbf71db3c22af48c416e4b
      https://github.com/quicwg/base-drafts/commit/458deaf32b3a9a0dc7dbf71db3c22af48c416e4b
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from a53b3649. [ci skip]



From nobody Mon Nov  4 21:37:59 2019
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 BFB56120046 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:37:58 -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 C17XFfK4w-Xf for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 21:37:57 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 95F68120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 21:37:57 -0800 (PST)
Date: Mon, 04 Nov 2019 21:37:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572932276; bh=OAp6UeSxxAK8gmVc6XG/TyZwsfl4+mbwDwWi8plf2xE=; h=Date:From:To:Subject:From; b=bHy6TIS89h20gtzPd/sn2QnJiCmXJETjS1fPDOXqe65PxdhMPla1+na4a7iLxlKYJ angGih61aKlZtT8rWNFRRRe9NpKg1vQGQGIvTDZ8nrDKh+LR6Ms7YQZw/I6uDJUD6B YRs8/wgmh7Cq+Cd24wAV1f6ePctwuyZ5v85YvHd8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/458dea-02f182@github.com>
Subject: [quicwg/base-drafts] 02f182: Script updating issues at 2019-11-05T05:37:49Z. [c...
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/U51PGeVSWROAEPWrXHoPk3Y2Fuc>
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, 05 Nov 2019 05:37:59 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 02f18261022834cafc25215a78084fe05ff5ef84
      https://github.com/quicwg/base-drafts/commit/02f18261022834cafc25215a78084fe05ff5ef84
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-05T05:37:49Z. [ci skip]



From nobody Mon Nov  4 22:49:05 2019
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 8B676120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:49:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FkUCBWrcXLJi for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:49:02 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F032D120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:49:01 -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 AA2141212E6 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:49:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936541; bh=ZU9aPFRRogMe+8UWoRquY2+R25HvBcwCc7SSyL/9IYo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rsIzv6kU2B7UBnHyV1oqcE8GtDCFAARN0PaRpq0EnuKvkuHu8uV5OuplgYIVV2ssp mohg+ITy0LhJ6mrBP9ma1yHT7XApFGmjuh6zWxP8oHgMhqW7097+dTOtpIdhgMI6Di w8BS9da9A5KbgwWZAD7N0+vAlf/kg+VcjQenBtWk=
Date: Mon, 04 Nov 2019 22:49:01 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6K4GJ5OG7X7HYNAP53ZZG53EVBNHHB5WKLUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3190/review/311527312@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3190@github.com>
References: <quicwg/base-drafts/pull/3190@github.com>
Subject: Re: [quicwg/base-drafts] Add a few semicolons (#3190)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc11b5d6596b_67523f950dacd9607690e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WA6X1Cp6P9DdQKG92vOXyTOJre0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 06:49:04 -0000

----==_mimepart_5dc11b5d6596b_67523f950dacd9607690e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3190#pullrequestreview-311527312
----==_mimepart_5dc11b5d6596b_67523f950dacd9607690e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications&amp;email_token=AFTOJKYIDHF5VJT35D5Y62DQSEJN3A5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIYPEA#pullrequestreview-311527312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2HKRYJA2FIPZZ7W3DQSEJN3ANCNFSM4JI52V4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6CFPGIHJIDPYRFCDTQSEJN3A5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIYPEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJKYIDHF5VJT35D5Y62DQSEJN3A5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIYPEA#pullrequestreview-311527312",
"url": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJKYIDHF5VJT35D5Y62DQSEJN3A5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIYPEA#pullrequestreview-311527312",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc11b5d6596b_67523f950dacd9607690e9--


From nobody Mon Nov  4 22:50:45 2019
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 2BCD9120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 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, GB_SUMOF=5, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gPBR8ICK9-S9 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:39 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 414C8120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:50:39 -0800 (PST)
Date: Mon, 04 Nov 2019 22:50:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936638; bh=jwlE59ZoeEICxduVEjQ7hT51QPvz6wXIRrYYl8XSDNQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E1pqwm7isCWGj2ThjoNxmB2XYb+M1fuCh8KLaap/FkoWqq7O8pQX4HDWhbVOAnr+M 1nOxPZU2fCdde1dw59YWN5cW8wACTxougJljNiErpSdPOvOwpLQUZ8FLk77WOSBhHP LejO0qT44n7pw3BFE+8mSu2GP09fGkwSRt4HL6Tk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4MB3IQPEQS5KINFIF3ZZHD5EVBNHHB5HRKFQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3166/review/311511865@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3166@github.com>
References: <quicwg/base-drafts/pull/3166@github.com>
Subject: Re: [quicwg/base-drafts] token-based greasing / initial packet protection (#3166)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc11bbe5ba8d_3ac63fcb550cd964550424"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lOI2l-b4O7_a0-87Mv7VSt_ViXw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 06:50:44 -0000

----==_mimepart_5dc11bbe5ba8d_3ac63fcb550cd964550424
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

I think that this is generally the right design, though I think that the framing here could be improved.

"Seeding" doesn't seem to be the right concept here.  The point here is that this creates **version aliases** for QUIC version 1.  As such, I think that this belongs as a subsection of [Section 15](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#versions).  It almost makes sense to move this much earlier to [Section 6](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#version-negotiation), but that is before the concept of address validation is introduced.  I would however suggest that this section have a forward-pointer to this new text.

This PR is heavily biased toward server behaviour.  For instance, there is no subsection for client procedures.  I think that this would read more clearly if client behaviour were specified, as that is relatively straightforward: when you use a token that came from NEW_TOKEN, these values replace the equivalent values in the protocol.

More inline, including a rewrite :/

> @@ -2721,6 +2724,96 @@ between endpoints.  Application protocols SHOULD define rules for handling
 streams that are prematurely cancelled by either endpoint.
 
 
+# Seeding {#seeding}
+
+In order to avoid ossification of the cleartext and obfuscated fields of QUIC
+packets, a server can announce a set of alternative initial values to be used,
+which is comprised of:

I think that these definitions are better left to NEW_TOKEN.  That reduces the scope of this text considerably.

> +which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).
+
+* Packet type modifier; a two-bit value that obfuscates the Long Packet Type of
+  a long header packet ({{long-header}}).  The long packet type bits of a long
+  header packet is encoded as an bit-wise exclusive or (XOR) of the packet type
+  modifier and the type numbers defined in {{long-packet-types}}.
+
+* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be

Tokens don't permit anything.  I think that what you want to say here is that the server needs to properly recognize this new version and associated parameters as equivalent to QUIC version 1 for the full duration described by the Lifetime field.

> +* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
+achieved for example by embedding these seeds in the encrypted token.
+
+For the non-default seeds to work, all the servers within the scope of a
+NEW_TOKEN token are required to have a shared knowledge of those seeds being
+issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.

I think that the mailing list discussion has provided sufficient input on this text that it is probably time to revise it.

> +
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:
+
+* The server pre-allocates a set of unused version numbers as the alternative

This implies that you can't provide a different salt for version 1.  But I am fairly certain that you can with this design.  The same applies to ?a?a?a?a.

If you only support versions that include tokens, then those tokens can encode the real version and you can fill the real version number with noise (that you should still authenticate, of course).

If there are different real versions that carry tokens in different places, you might have some trouble finding tokens.  But I believe that this is achievable if you reorder or restructure token contents.

If a real version you support doesn't carry a token in the Initial-equivalent packet, then you just need to avoid clobbering that version (or versions, if it uses a different aliasing scheme).

> +issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:

I think that this advice is too constraining.  I would instead say, probably as the sum of total of this section:


> To protect against the possibility of third parties fixating on specific aspects of the encoding of unprotected Initial packets, an optional version aliasing function is provided that is bound to address validation tokens provided using NEW_TOKEN.
>
> A server that supports version aliasing includes an alias version, a packet type mask, and replacement Initial salt with every NEW_TOKEN message.  This provides obfuscation of Initial packets for subsequent connections to the same server. Use of this capability is optional for servers.  A server MAY use default values to avoid creating aliased versions.
>
> A client MUST use aliased versions if tokens from NEW_TOKEN are used.  Details of how version alias fields are used are included in {{frame-new-token}}.
>
> A server commits to supporting an aliased version for the entire time that the token is valid (as indicated by the Lifetime field). Therefore, servers need to ensure that the process used to select version alias fields is the same for all servers that might accept the token, both across different server instances in the same deployment and across potential crashes or reboots that might cause servers to lose state.
>
> The purpose of version aliases are to confound attempts by third parties to fixate on a specific form of Initial packets. Therefore, the information that a server uses to interpret aliased versions does not need to be based on secret information and it does not have to change frequently.  Consequently, building values into software is a viable means of ensuring that values are not lost.
>
> As an example of an implementation that is both robust against loss of state and still difficult for third parties to fixate on, a server could generate an aliased version and associated values using a pseudorandom function that uses a static key.  Including a key identifier in the token should allow the server to identify the key that is in use, which allows for periodic key rotation.  As long as old keys are retained until all tokens issued using that key have expired, the server is able to correctly recognize any valid aliased version.
>
> A server that provides aliased versions needs to remove any version aliasing prior to determining whether to send a Version Negotiation packet when processing incoming packets as described in {{server-pkt-handling}}.

I think that you might also want to update the text in [Section 5.2.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#server-pkt-handling) to refer to this new section.

> @@ -2721,6 +2724,96 @@ between endpoints.  Application protocols SHOULD define rules for handling
 streams that are prematurely cancelled by either endpoint.
 
 
+# Seeding {#seeding}
+
+In order to avoid ossification of the cleartext and obfuscated fields of QUIC
+packets, a server can announce a set of alternative initial values to be used,
+which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).

I don't think that it is necessary to prohibit the use of any allocated version, including the reserved versions.

> +  server, thereby conforming to the requirements in {{validate-future}}.  After
+  that, the server sends a NEW_TOKEN frame that contains the generated token and
+  the seeds that have been embedded into that token.
+
+* When the client reconnects to the server by using the provided token and the
+  seeds, the server first checks if the version number field of the incoming
+  packet contains one of the alternative version numbers it advertises, then if
+  that is the case, applies the corresponding packet type modifier to recover
+  the correct packet type.  If the recovered packet type is an Initial packet
+  and that packet contains a NEW_TOKEN token, the server decrypts the embedded
+  token and recovers the initial salt, uses that to decrypt the payload of the
+  Initial packet.
+
+* When sending a Retry in response to an Initial packet carrying an alternative
+  version number, the server embeds the NEW_TOKEN token found in the Initial
+  packet within the retry token it issues.  Once the server receives a response

This is an important design point that is hidden: the aliased version applies to all Initial packets that are sent.  That means that the alternative salt is used when the server provides an updated connection ID.  Do the Handshake and 0-RTT packets also use the aliased version?  That needs to be right up front.

> +numbers it issues.  Such design is not recommended, as an active attacker might
+build a list of known alternative version numbers and their initial salts and
+use that list to decrypt the payload of Initial packets using those alternative
+version numbers.  But still, having a set of version numbers and initial salts
+used concurrently is considered better than just using the default values of
+QUIC in terms of preventing ossification.
+
+A server MUST NOT send a Version Negotitation packet in response to a long
+header packet with an alternative version number it has advertised.
+
+
+## Distributing the Seeds
+
+This specification defines how the seeds are used as well as how they are
+advertised using a NEW_TOKEN frame.  Other specifications MAY define other
+methods for distributing or deducing these seeds.

I don't think that we need to say this here.  I think that this subsection can be removed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3166#pullrequestreview-311511865
----==_mimepart_5dc11bbe5ba8d_3ac63fcb550cd964550424
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<p>I think that this is generally the right design, though I think that the framing here could be improved.</p>
<p>"Seeding" doesn't seem to be the right concept here.  The point here is that this creates <strong>version aliases</strong> for QUIC version 1.  As such, I think that this belongs as a subsection of <a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#versions" rel="nofollow">Section 15</a>.  It almost makes sense to move this much earlier to <a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#version-negotiation" rel="nofollow">Section 6</a>, but that is before the concept of address validation is introduced.  I would however suggest that this section have a forward-pointer to this new text.</p>
<p>This PR is heavily biased toward server behaviour.  For instance, there is no subsection for client procedures.  I think that this would read more clearly if client behaviour were specified, as that is relatively straightforward: when you use a token that came from NEW_TOKEN, these values replace the equivalent values in the protocol.</p>
<p>More inline, including a rewrite :/</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342390319">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2721,6 +2724,96 @@ between endpoints.  Application protocols SHOULD define rules for handling
 streams that are prematurely cancelled by either endpoint.
 
 
+# Seeding {#seeding}
+
+In order to avoid ossification of the cleartext and obfuscated fields of QUIC
+packets, a server can announce a set of alternative initial values to be used,
+which is comprised of:
</pre>
<p>I think that these definitions are better left to NEW_TOKEN.  That reduces the scope of this text considerably.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342390880">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).
+
+* Packet type modifier; a two-bit value that obfuscates the Long Packet Type of
+  a long header packet ({{long-header}}).  The long packet type bits of a long
+  header packet is encoded as an bit-wise exclusive or (XOR) of the packet type
+  modifier and the type numbers defined in {{long-packet-types}}.
+
+* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
</pre>
<p>Tokens don't permit anything.  I think that what you want to say here is that the server needs to properly recognize this new version and associated parameters as equivalent to QUIC version 1 for the full duration described by the Lifetime field.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342391181">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
+achieved for example by embedding these seeds in the encrypted token.
+
+For the non-default seeds to work, all the servers within the scope of a
+NEW_TOKEN token are required to have a shared knowledge of those seeds being
+issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
</pre>
<p>I think that the mailing list discussion has provided sufficient input on this text that it is probably time to revise it.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342392382">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:
+
+* The server pre-allocates a set of unused version numbers as the alternative
</pre>
<p>This implies that you can't provide a different salt for version 1.  But I am fairly certain that you can with this design.  The same applies to ?a?a?a?a.</p>
<p>If you only support versions that include tokens, then those tokens can encode the real version and you can fill the real version number with noise (that you should still authenticate, of course).</p>
<p>If there are different real versions that carry tokens in different places, you might have some trouble finding tokens.  But I believe that this is achievable if you reorder or restructure token contents.</p>
<p>If a real version you support doesn't carry a token in the Initial-equivalent packet, then you just need to avoid clobbering that version (or versions, if it uses a different aliasing scheme).</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342397246">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:
</pre>
<p>I think that this advice is too constraining.  I would instead say, probably as the sum of total of this section:</p>
<blockquote>
<p>To protect against the possibility of third parties fixating on specific aspects of the encoding of unprotected Initial packets, an optional version aliasing function is provided that is bound to address validation tokens provided using NEW_TOKEN.</p>
<p>A server that supports version aliasing includes an alias version, a packet type mask, and replacement Initial salt with every NEW_TOKEN message.  This provides obfuscation of Initial packets for subsequent connections to the same server. Use of this capability is optional for servers.  A server MAY use default values to avoid creating aliased versions.</p>
<p>A client MUST use aliased versions if tokens from NEW_TOKEN are used.  Details of how version alias fields are used are included in {{frame-new-token}}.</p>
<p>A server commits to supporting an aliased version for the entire time that the token is valid (as indicated by the Lifetime field). Therefore, servers need to ensure that the process used to select version alias fields is the same for all servers that might accept the token, both across different server instances in the same deployment and across potential crashes or reboots that might cause servers to lose state.</p>
<p>The purpose of version aliases are to confound attempts by third parties to fixate on a specific form of Initial packets. Therefore, the information that a server uses to interpret aliased versions does not need to be based on secret information and it does not have to change frequently.  Consequently, building values into software is a viable means of ensuring that values are not lost.</p>
<p>As an example of an implementation that is both robust against loss of state and still difficult for third parties to fixate on, a server could generate an aliased version and associated values using a pseudorandom function that uses a static key.  Including a key identifier in the token should allow the server to identify the key that is in use, which allows for periodic key rotation.  As long as old keys are retained until all tokens issued using that key have expired, the server is able to correctly recognize any valid aliased version.</p>
<p>A server that provides aliased versions needs to remove any version aliasing prior to determining whether to send a Version Negotiation packet when processing incoming packets as described in {{server-pkt-handling}}.</p>
</blockquote>
<p>I think that you might also want to update the text in <a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#server-pkt-handling" rel="nofollow">Section 5.2.2</a> to refer to this new section.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342397970">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2721,6 +2724,96 @@ between endpoints.  Application protocols SHOULD define rules for handling
 streams that are prematurely cancelled by either endpoint.
 
 
+# Seeding {#seeding}
+
+In order to avoid ossification of the cleartext and obfuscated fields of QUIC
+packets, a server can announce a set of alternative initial values to be used,
+which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).
</pre>
<p>I don't think that it is necessary to prohibit the use of any allocated version, including the reserved versions.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342398214">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +  server, thereby conforming to the requirements in {{validate-future}}.  After
+  that, the server sends a NEW_TOKEN frame that contains the generated token and
+  the seeds that have been embedded into that token.
+
+* When the client reconnects to the server by using the provided token and the
+  seeds, the server first checks if the version number field of the incoming
+  packet contains one of the alternative version numbers it advertises, then if
+  that is the case, applies the corresponding packet type modifier to recover
+  the correct packet type.  If the recovered packet type is an Initial packet
+  and that packet contains a NEW_TOKEN token, the server decrypts the embedded
+  token and recovers the initial salt, uses that to decrypt the payload of the
+  Initial packet.
+
+* When sending a Retry in response to an Initial packet carrying an alternative
+  version number, the server embeds the NEW_TOKEN token found in the Initial
+  packet within the retry token it issues.  Once the server receives a response
</pre>
<p>This is an important design point that is hidden: the aliased version applies to all Initial packets that are sent.  That means that the alternative salt is used when the server provides an updated connection ID.  Do the Handshake and 0-RTT packets also use the aliased version?  That needs to be right up front.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342402682">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +numbers it issues.  Such design is not recommended, as an active attacker might
+build a list of known alternative version numbers and their initial salts and
+use that list to decrypt the payload of Initial packets using those alternative
+version numbers.  But still, having a set of version numbers and initial salts
+used concurrently is considered better than just using the default values of
+QUIC in terms of preventing ossification.
+
+A server MUST NOT send a Version Negotitation packet in response to a long
+header packet with an alternative version number it has advertised.
+
+
+## Distributing the Seeds
+
+This specification defines how the seeds are used as well as how they are
+advertised using a NEW_TOKEN frame.  Other specifications MAY define other
+methods for distributing or deducing these seeds.
</pre>
<p>I don't think that we need to say this here.  I think that this subsection can be removed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications&amp;email_token=AFTOJK5YDBCGYFCX2BZW3D3QSEJT5A5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIUWOI#pullrequestreview-311511865">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBA25MQ2OUD3UFU4LQSEJT5ANCNFSM4JGDGPOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3A6XG47HH77ZGMSSLQSEJT5A5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIUWOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK5YDBCGYFCX2BZW3D3QSEJT5A5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIUWOI#pullrequestreview-311511865",
"url": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK5YDBCGYFCX2BZW3D3QSEJT5A5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIUWOI#pullrequestreview-311511865",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc11bbe5ba8d_3ac63fcb550cd964550424--


From nobody Mon Nov  4 22:50:52 2019
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 176B712008A for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:47 -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 ldAVen7Qpeua for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:45 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B9A97120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:50:45 -0800 (PST)
Date: Mon, 04 Nov 2019 22:50:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936644; bh=feMZ4/AmZfufvjI1nGaqK7SUHY+/lmyc7NMRuyMpmIk=; h=Date:From:To:Subject:From; b=IrZZPplwXKna16rsZ8+3kguMIrM2YhyxFiSpHhrRGUyHZy/T7jQIdgwOc4ArHtXgg uJYaWPGtaae/mhi2gmtIzCg66UNsP5Bd08yD5lhhZ9wB9+MmByGoaeB2qFmrASIzDk si7vmiiw4h5OY7TT1nsYUoe2jtR9QbVOvFSnRtQg=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/a53b36-76c0da@github.com>
Subject: [quicwg/base-drafts] 87c4ec: Add ;
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/TMh-slM6Rz-eZJY0RiOJqQAC8O8>
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, 05 Nov 2019 06:50:47 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8
      https://github.com/quicwg/base-drafts/commit/87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Add ;


  Commit: 76c0daa55390ab7631dad95bdaf0de87dc1d2d8d
      https://github.com/quicwg/base-drafts/commit/76c0daa55390ab7631dad95bdaf0de87dc1d2d8d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3190 from quicwg/see-downgrade

Add a few semicolons


Compare: https://github.com/quicwg/base-drafts/compare/a53b36498388...76c0daa55390


From nobody Mon Nov  4 22:50:58 2019
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 D0B121200CE for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:47 -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, TVD_SPACE_RATIO=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 7rTNE6KjoV7t for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:50:46 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21DF7120020 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:50:46 -0800 (PST)
Date: Mon, 04 Nov 2019 22:50:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936645; bh=aWzbr6XHaU9RBZlq//8xUCiNNmmlYfVwxKy513iZQJI=; h=Date:From:To:Subject:From; b=sVWP1uj3hpx2USrieX1RJZMM+6F42TNXzVj39/FTc3oSA4kFJflmmj7ZB/UwIBH9S qiNZNULs4kUAzSBeY8AqxOtGzyOvMGorqLDMxRWcPV/kuiu7L/zCK2TNI/8vVGH4Es rIAAxAenzFrUt0ie1/ICWjdUOkWeUxLfnbWrr+tA=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/see-downgrade/87c4ec-000000@github.com>
Subject: [quicwg/base-drafts]
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/IymkvFtbfL1y8ndyobKmpkfvwDw>
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, 05 Nov 2019 06:50:48 -0000

  Branch: refs/heads/see-downgrade
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov  4 22:51:05 2019
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 E2BC2120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:51:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yH-rItuH_B4A for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:51:01 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B7CA120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:51:01 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 5C3206A12EF for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:51:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936660; bh=kOfJKn9Z7s2+3ff0ziUHmgFhOR62d9yUUToXly1RDSE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q8hfrf5zmW4fy+ZSH9QhPX+kZ0TfKP3u+gx+T0uDg2Q3npwI2k3qYlENvgtjCbWtw gyJEQOIpCBY24Iyc69Mj1B8T7kLsFrjfSjeuoB0GW4uLq/TLOmqsYjgKVsxf+lDCvo qfBWg6qpD5fEBPmzZnk7g9kwlk197fcEC7bX3reA=
Date: Mon, 04 Nov 2019 22:51:00 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6RA4UV6JZ6G3MBYUN3ZZHFJEVBNHHB5WKLUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3190/issue_event/2770255955@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3190@github.com>
References: <quicwg/base-drafts/pull/3190@github.com>
Subject: Re: [quicwg/base-drafts] Add a few semicolons (#3190)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc11bd44cfec_15913ff9b78cd96c4165e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eH6VwPVWQPIcWfO_vn31Q0VXBVY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 06:51:03 -0000

----==_mimepart_5dc11bd44cfec_15913ff9b78cd96c4165e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3190 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3190#event-2770255955
----==_mimepart_5dc11bd44cfec_15913ff9b78cd96c4165e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517557157" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3190" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3190/hovercard" href="https://github.com/quicwg/base-drafts/pull/3190">#3190</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications&amp;email_token=AFTOJK5RWVJJKQT5WDBRKWTQSEJVJA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUUPMAUY#event-2770255955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7RAGIKXU25CI2H2MDQSEJVJANCNFSM4JI52V4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24GPE32YLWC4VSVMDQSEJVJA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUUPMAUY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJK5RWVJJKQT5WDBRKWTQSEJVJA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUUPMAUY#event-2770255955",
"url": "https://github.com/quicwg/base-drafts/pull/3190?email_source=notifications\u0026email_token=AFTOJK5RWVJJKQT5WDBRKWTQSEJVJA5CNFSM4JI52V4KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUUPMAUY#event-2770255955",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc11bd44cfec_15913ff9b78cd96c4165e1--


From nobody Mon Nov  4 22:51:52 2019
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 EF117120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:51:49 -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 sxr4mWPU87Ar for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:51:48 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 23FBF120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:51:48 -0800 (PST)
Date: Mon, 04 Nov 2019 22:51:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572936707; bh=mRMx59p4slZNyA6d1rRMZG6EEM77wKj2bCpFi1RNnks=; h=Date:From:To:Subject:From; b=fCQh5k1eNV/BScVYJIZBxYhOi1U65XE6OCIRTlXgniH6ud2pEcYwbhC2w8H/d3eQY hvruAvQUI6DdFiiqzjvE+sHULg7zeB1KJT3sRFR0uN7lqidZbYoSv3hPXzo7SM5bLD KoTHryJrYqq5QdYrkQCqXUar/YxORE+ZMTatc0W0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/02f182-abd6ce@github.com>
Subject: [quicwg/base-drafts] abd6ce: Script updating gh-pages from 76c0daa5. [ci skip]
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/cYM5BmAWKk3-W6vboepDqst2tZA>
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, 05 Nov 2019 06:51:50 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: abd6ce274811547dcfec40aeb68b56d7a212d458
      https://github.com/quicwg/base-drafts/commit/abd6ce274811547dcfec40aeb68b56d7a212d458
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 76c0daa5. [ci skip]



From nobody Mon Nov  4 22:58:53 2019
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 BA66C120020 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:58:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IpwOvK7bxdC1 for <quic-issues@ietfa.amsl.com>; Mon,  4 Nov 2019 22:58:48 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8BF25120013 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:58:48 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id AF50E660542 for <quic-issues@ietf.org>; Mon,  4 Nov 2019 22:58:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572937127; bh=5t+yUpyWN0oP/nWBU3R7e9koeP7GGkKijbzkl9w00/Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K/gv4tPbUKcTKYub7TDkYfalxKb0pIaRp4s8KoiBqtFg6cxqcJt1/bSoiPOY/UPjx iSwiQJ0evep1p5qn90Uhb4DbvGuBR/oMQQ8nAdLcrFusjo/qMl0EVDLgMNDPQdxXwl nl3hgvUQtIpXRBEvgodrvIaAjRsaJnKL0o3hEJfE=
Date: Mon, 04 Nov 2019 22:58:47 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPXDMNGF5W7WACQ753ZZICPEVBNHHB5HRKFQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3166/review/311530350@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3166@github.com>
References: <quicwg/base-drafts/pull/3166@github.com>
Subject: Re: [quicwg/base-drafts] token-based greasing / initial packet protection (#3166)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc11da7a0d0f_5ac93f91a36cd9686897b7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qw_aXhx8jyCtpBu67Ou2SyZ8LcA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 06:58:51 -0000

----==_mimepart_5dc11da7a0d0f_5ac93f91a36cd9686897b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> +* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
+achieved for example by embedding these seeds in the encrypted token.
+
+For the non-default seeds to work, all the servers within the scope of a
+NEW_TOKEN token are required to have a shared knowledge of those seeds being
+issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.

Am I correct in assuming that what you are looking for is a clarification that servers can announce a set of alternative versions, each of them tied to a fixed initial salt and packet type modifier?

I think that this is the correct text explaining the multi-CDN use-case, where servers cannot agree on anything.

To paraphrase, we'd be explaining:
1. a server that generates a new initial salt for every connection and embeds it into NEW_TOKEN
2. a server that has a fixed mapping between alternative versions vs. salt (and packet type modifier).
3. a server that does not do greasing at all (multi-CDN).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3166#discussion_r342404704
----==_mimepart_5dc11da7a0d0f_5ac93f91a36cd9686897b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342404704">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
+achieved for example by embedding these seeds in the encrypted token.
+
+For the non-default seeds to work, all the servers within the scope of a
+NEW_TOKEN token are required to have a shared knowledge of those seeds being
+issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
</pre>
<p>Am I correct in assuming that what you are looking for is a clarification that servers can announce a set of alternative versions, each of them tied to a fixed initial salt and packet type modifier?</p>
<p>I think that this is the correct text explaining the multi-CDN use-case, where servers cannot agree on anything.</p>
<p>To paraphrase, we'd be explaining:</p>
<ol>
<li>a server that generates a new initial salt for every connection and embeds it into NEW_TOKEN</li>
<li>a server that has a fixed mapping between alternative versions vs. salt (and packet type modifier).</li>
<li>a server that does not do greasing at all (multi-CDN).</li>
</ol>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications&amp;email_token=AFTOJK4R3XUOUTJFNOLXX4DQSEKSPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIZG3Q#discussion_r342404704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY3XQXSELWUEEYH6OLQSEKSPANCNFSM4JGDGPOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4LSRIP2AYCXJVZEPTQSEKSPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIZG3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK4R3XUOUTJFNOLXX4DQSEKSPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIZG3Q#discussion_r342404704",
"url": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK4R3XUOUTJFNOLXX4DQSEKSPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKIZG3Q#discussion_r342404704",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc11da7a0d0f_5ac93f91a36cd9686897b7--


From nobody Tue Nov  5 00:25:21 2019
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 DF00F1200F9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 00:25:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 895P9ji2854m for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 00:25:15 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F6D6120103 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 00:25:15 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 92B6E660551 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 00:25:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572942314; bh=anurkbhdRvcVEz2a4fFPGLjVN0ZvCZs4X/oB503YUpk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ll5NOFaNmYSwVUICgp54dRXTH9ACZJNX96vwFkt0HOwfKPaZ4g1yNLJF7CwynDhRp E2Ki0TLAZ+JG6j8sLp8dzsnX9jqS1gCXGYjsl/lzFjfA9mmvwePP0nwyyS45NhsT8t MGPVMgX3fehNevXn9vepCqQg7NZByhoGE+qoYxx4=
Date: Tue, 05 Nov 2019 00:25:14 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK23HP44LVOLYICKSNN3ZZSGVEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/549714684@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc131ea84c30_32d43fa8d56cd96041211d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FioCC2y6WR1dJUamWko_kTQLmNg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 08:25:19 -0000

----==_mimepart_5dc131ea84c30_32d43fa8d56cd96041211d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If it works, if it is tested, and if it is easy to implement, there are great benefits to having it in version 1 because then equipment can monitor all QUIC traffic without exceptions.

But if there is the slightest doubt that the design is absolutely right it definitely would be premature to introduce this now.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-549714684
----==_mimepart_5dc131ea84c30_32d43fa8d56cd96041211d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If it works, if it is tested, and if it is easy to implement, there are great benefits to having it in version 1 because then equipment can monitor all QUIC traffic without exceptions.</p>
<p>But if there is the slightest doubt that the design is absolutely right it definitely would be premature to introduce this now.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK4CV7SOTNNXF73M3ATQSEUWVA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB7V7A#issuecomment-549714684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZHFP5T3SFFY6OMEYDQSEUWVANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7OXX6S72F75GGOMRTQSEUWVA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB7V7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4CV7SOTNNXF73M3ATQSEUWVA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB7V7A#issuecomment-549714684",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4CV7SOTNNXF73M3ATQSEUWVA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB7V7A#issuecomment-549714684",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc131ea84c30_32d43fa8d56cd96041211d--


From nobody Tue Nov  5 00:40:34 2019
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 6E37612022E for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 00:40:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 usyycE4e8P1x for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 00:40:30 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BDA001201E5 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 00:40:30 -0800 (PST)
Date: Tue, 05 Nov 2019 00:40:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572943229; bh=TYLPBGJxm3I3O6UDU3DU8nwG9QwVAdwzngWkVzV5jQ0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZgvR76LybuySzam6PFQw4NukekEIassWJ0suoVRViTMXTnab+UqlNFA6ZMXd/nS91 /TvxHoVFRyBfk75tyMp0/7PMIXOG2d9VgMKoXNr3eSdbhmcuxb52b0cfijpM63t8zT pxVofZbTFeeCEBocofYTOvulnnGmTOVUkla5kjLk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3E54NUXU7HWTYNSY53ZZT73EVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/549719955@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1357dde10a_2b5f3fb1ff8cd96c661948"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pCYe5AdcPjxAxM4dlyaRM-ScYns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 08:40:32 -0000

----==_mimepart_5dc1357dde10a_2b5f3fb1ff8cd96c661948
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The latter condition is where the various linkages come into play, but the point remains that the client is responsible for making an assessment. This text is about setting a common baseline for that.

I think it is a good thing to cover multiple networks because you can hide from external observers. But, if you are on a corporate or government MITM proxy matters are only going to get worse. That said, QUIC cannot possibly accommodate deliberately broken networks.

Also, clients have interests adverse to users as well - for example Google and Facebook need qualified advertising traffic and if QUIC tokens can slip under the Cookie radar, they will. I can't manage a Google cloud cluster without logging in to Youtube on an account that has never signed up for Youtube, and now I can't watch cat videos without getting cluster management commercials which really goes against the point of watching cat videos in the first place (or something roughly equivalent), so on.

So, there is tension in how much to leave for the client to decide vs actual user privacy.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-549719955
----==_mimepart_5dc1357dde10a_2b5f3fb1ff8cd96c661948
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The latter condition is where the various linkages come into play, but the point remains that the client is responsible for making an assessment. This text is about setting a common baseline for that.</p>
</blockquote>
<p>I think it is a good thing to cover multiple networks because you can hide from external observers. But, if you are on a corporate or government MITM proxy matters are only going to get worse. That said, QUIC cannot possibly accommodate deliberately broken networks.</p>
<p>Also, clients have interests adverse to users as well - for example Google and Facebook need qualified advertising traffic and if QUIC tokens can slip under the Cookie radar, they will. I can't manage a Google cloud cluster without logging in to Youtube on an account that has never signed up for Youtube, and now I can't watch cat videos without getting cluster management commercials which really goes against the point of watching cat videos in the first place (or something roughly equivalent), so on.</p>
<p>So, there is tension in how much to leave for the client to decide vs actual user privacy.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK4JXDOY4G3TZWFQ7GLQSEWP3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDCA7EY#issuecomment-549719955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5TN4QI2UGMCJLZLETQSEWP3ANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4AZT2V4IH26GUR2QDQSEWP3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDCA7EY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4JXDOY4G3TZWFQ7GLQSEWP3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDCA7EY#issuecomment-549719955",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4JXDOY4G3TZWFQ7GLQSEWP3A5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDCA7EY#issuecomment-549719955",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1357dde10a_2b5f3fb1ff8cd96c661948--


From nobody Tue Nov  5 06:49:44 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 6562312008D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 06:49:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.382
X-Spam-Level: 
X-Spam-Status: No, score=-1.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 VwmLvTm5SKCc for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 06:49:41 -0800 (PST)
Received: from xtrwsrhn.outbound-mail.sendgrid.net (xtrwsrhn.outbound-mail.sendgrid.net [167.89.101.2]) (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 2B517120950 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 06:46:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=qvozkBymIIvs3YG2WIOg93hcym4CFJAsjU2a1zWYHIY=; b= qW7zhsqPeElmdXmaPYQ4v4Z1Gl45+6AMIhRoXPEXtSYqfEKGJxb3FMAXYheqDcGw yj7sMBH3zsWAYpD5QHQ8HEh9DtjqlpbxQffmAHvvUmIJkRSvI5ZwGHxlLxdTcDNB IVZKeo3+Ecngo7+xI3UHkBGU1h1CvOzLmQX/Xw+94yc=
Received: by filter0770p1iad2.sendgrid.net with SMTP id filter0770p1iad2-11129-5DC16D6C-19 2019-11-05 12:39:08.386671805 +0000 UTC m=+20590.494163020
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) by ismtpd0036p1las1.sendgrid.net (SG) with ESMTP id yMuysbmXS6qsgwY61rs9SA for <quic-issues@ietf.org>; Tue, 05 Nov 2019 12:39:08.322 +0000 (UTC)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id A1427121239 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 04:39:02 -0800 (PST)
Date: Tue, 05 Nov 2019 12:39:08 +0000 (UTC)
From: Antoine Delignat-Lavaud <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188/push/4235395845@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3188@github.com>
References: <quicwg/base-drafts/pull/3188@github.com>
Subject: Re: [quicwg/base-drafts] Correct overflow checks on packet number decoding algorithm (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc16d665d70a_29a3f87740cd95c33870"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ad-l
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1XuljRtOFakBBm0GW/PXolnQUkLNaeVaknrJ DJb8A9nxCjJrGJiOb1c0HWlWKiH1nD8X4q7sHVptCATcRRVzsCetEhmY36GvAwho5Ge6l3wSDkcG95 qxyJOIG1yC2td5FZb6VX+xSmEcqjSIePA63aCLPoxEaXo9gYecczbYRAEBXd5cjX7sx/bR2lLjQsdp c=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/A0HjHs9wYlOMoYAreHM3VzE4smI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 14:49:43 -0000

----==_mimepart_5dc16d665d70a_29a3f87740cd95c33870
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ad-l pushed 1 commit.

f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6  Integrate Martin Thomson's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188/files/6f5b524c1ac2ed0892748d01d8037256a1456f32..f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6

----==_mimepart_5dc16d665d70a_29a3f87740cd95c33870
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ad-l" class="user-mention">@ad-l</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6">f9e9cc7</a>  Integrate Martin Thomson&#39;s comments</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3188/files/6f5b524c1ac2ed0892748d01d8037256a1456f32..f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6?email_source=notifications&amp;email_token=AFTOJK56SGVDE3ANWBNSJMDQSFSONA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTMNBRGQZTCOKQOVZWQIZUGIZTKMZZGU4DINI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7JHLDGER6YSPIRGJ3QSFSONANCNFSM4JIXMGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2JYXWYQPNUSK4MTT3QSFSONA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTMNBRGQZTCOKQOVZWQIZUGIZTKMZZGU4DINI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3188/files/6f5b524c1ac2ed0892748d01d8037256a1456f32..f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6?email_source=notifications\u0026email_token=AFTOJK56SGVDE3ANWBNSJMDQSFSONA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTMNBRGQZTCOKQOVZWQIZUGIZTKMZZGU4DINI",
"url": "https://github.com/quicwg/base-drafts/pull/3188/files/6f5b524c1ac2ed0892748d01d8037256a1456f32..f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6?email_source=notifications\u0026email_token=AFTOJK56SGVDE3ANWBNSJMDQSFSONA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTMNBRGQZTCOKQOVZWQIZUGIZTKMZZGU4DINI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc16d665d70a_29a3f87740cd95c33870--


From nobody Tue Nov  5 06:51:22 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 6270A120AF6 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 06:50:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.382
X-Spam-Level: 
X-Spam-Status: No, score=-1.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 1ttCcyjmXbL2 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 06:50:35 -0800 (PST)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (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 4999412095E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 06:46:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=db8qAy6wCpX4MeH0t8IaH8m26qvw68ThgN7j4DbRYhA=; b= KBWVrDWY4OfP3TtYhRn8f1SviyXNklejPMHnKBBWRrdSAYw6LsZQBw1VLuRanZlr xVbickpvXIKsm22fO6m3tK7QvaVDHpw+ecZuHe25dJjni7RIt1jvHgIRpquwlJIR mwKxtV5m1oS3NVeUG/N6cWwJqrrqoFfiC8kDPL3F3gg=
Received: by filter1357p1las1.sendgrid.net with SMTP id filter1357p1las1-4909-5DC16D91-21 2019-11-05 12:39:45.654948066 +0000 UTC m=+30403.711100242
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) by ismtpd0004p1iad2.sendgrid.net (SG) with ESMTP id mcWOhikPToallzZBrscvbQ for <quic-issues@ietf.org>; Tue, 05 Nov 2019 12:39:45.373 +0000 (UTC)
Date: Tue, 05 Nov 2019 12:39:45 +0000 (UTC)
From: Antoine Delignat-Lavaud <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6AJ2CZIKQUBBL7CBF3Z2QAZEVBNHHB5VNYOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188/review/311703373@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3188@github.com>
References: <quicwg/base-drafts/pull/3188@github.com>
Subject: Re: [quicwg/base-drafts] Correct overflow checks on packet number decoding algorithm (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc16d8c1a615_229e3f87feccd95c176414"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ad-l
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak29R4E1UOCi0ZrF5GGWLmh2zn1iO33t0Ro3Ui ozt3sBQCLFuxIoGx9JXvNWlde4IlVyrR0AF7kdNLR6RhEC3u/MfzShJ6oNri4sBuQycTTKZs0Dz+EJ oqQAs+bm95dfr4H/dz6QJb8y/uNgC/1CZ1Z36MYSPBZ+ZWOQGK8d0Yvn817SIf4/z2uiJiRguPNVNf 8=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hlitfdJ8iWAmu7zArhNuecU7ZwI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 14:50:41 -0000

----==_mimepart_5dc16d8c1a615_229e3f87feccd95c176414
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ad-l commented on this pull request.



> @@ -6057,12 +6057,15 @@ DecodePacketNumber(largest_pn, truncated_pn, pn_nbits):
    // The following code calculates a candidate value and
    // makes sure it's within the packet number window.
    candidate_pn = (expected_pn & ~pn_mask) | truncated_pn
-   if candidate_pn <= expected_pn - pn_hwin:
+   // Note the extra check for overflow when candidate_pn
+   // is near MAX_PACKET_NUMBER
+   if candidate_pn <= expected_pn - pn_hwin and
+      candidate_pn + pn_win < 1 << 62:

Yes, agreed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188#discussion_r342540281
----==_mimepart_5dc16d8c1a615_229e3f87feccd95c176414
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ad-l</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3188#discussion_r342540281">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -6057,12 +6057,15 @@ DecodePacketNumber(largest_pn, truncated_pn, pn_nbits):
    // The following code calculates a candidate value and
    // makes sure it&#39;s within the packet number window.
    candidate_pn = (expected_pn &amp; ~pn_mask) | truncated_pn
-   if candidate_pn &lt;= expected_pn - pn_hwin:
+   // Note the extra check for overflow when candidate_pn
+   // is near MAX_PACKET_NUMBER
+   if candidate_pn &lt;= expected_pn - pn_hwin and
+      candidate_pn + pn_win &lt; 1 &lt;&lt; 62:
</pre>
<p>Yes, agreed</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications&amp;email_token=AFTOJKYVLKL2YSNWFWM6AR3QSFSQZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKDOTI#discussion_r342540281">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6O36D2WJA6Z2I66L3QSFSQZANCNFSM4JIXMGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZADDBRX75DSHWJDITQSFSQZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKDOTI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJKYVLKL2YSNWFWM6AR3QSFSQZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKDOTI#discussion_r342540281",
"url": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJKYVLKL2YSNWFWM6AR3QSFSQZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKDOTI#discussion_r342540281",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc16d8c1a615_229e3f87feccd95c176414--


From nobody Tue Nov  5 07:28:33 2019
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 8AEE01200D7 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 07:28:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 R5-28Wcckpgd for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 07:28:30 -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 F1C3F12082E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 07:28:24 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id EBEE28C0647 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 07:28:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572967703; bh=JFRHQzv+FraruIMaFtkAqm7xzx+nQsKrGEJSnCCqn9I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xdFiECR23zl43X+8OAtd9pbN8ZODxpxOVRsUNXQnpnAqM9IMxi8uT3sVF2+EFCbc7 Eqmv0JVzMCRXU2BYfWrEmgXY+CQfBltG2xWUaEJ/R9ls5Ocm0Dsk4vGeSFoCVXawr5 9Dp7PJx5iXfTowwElP6GHYmANX1UmBB3VKRWCnhw=
Date: Tue, 05 Nov 2019 07:28:23 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZH3VEQJGHN2IVBF7V3Z3DZPEVBNHHB5HRKFQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3166/review/311786811@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3166@github.com>
References: <quicwg/base-drafts/pull/3166@github.com>
Subject: Re: [quicwg/base-drafts] token-based greasing / initial packet protection (#3166)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc19517dd7f5_c063fb0e26cd9641030664"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4JooFrkcvSFYTPwb4JwYagNRFwc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 15:28:33 -0000

----==_mimepart_5dc19517dd7f5_c063fb0e26cd9641030664
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> +which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).
+
+* Packet type modifier; a two-bit value that obfuscates the Long Packet Type of
+  a long header packet ({{long-header}}).  The long packet type bits of a long
+  header packet is encoded as an bit-wise exclusive or (XOR) of the packet type
+  modifier and the type numbers defined in {{long-packet-types}}.
+
+* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be

That's true as well, but the processing flow is:

- Server recognizes version alias, which permits it to find the token field
- Server is able to obtain the Initial salt using the combination of version and token (whether it needs both is implementation-dependent)
- Server uses salt to decrypt Initial packet contents

I suggested the "permit ... to recover" language to remove the implication that the token *contains* the salt, but a server could certainly send the same version alias to different clients with different salts if the token enables the mapping.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3166#discussion_r342604097
----==_mimepart_5dc19517dd7f5_c063fb0e26cd9641030664
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342604097">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +which is comprised of:
+
+* Version number; a 32-bit unsigned number that is to be presented on wire in
+  place of the version number specified in this document.  This value MUST NOT
+  be a reserved version ({{versions}}).
+
+* Packet type modifier; a two-bit value that obfuscates the Long Packet Type of
+  a long header packet ({{long-header}}).  The long packet type bits of a long
+  header packet is encoded as an bit-wise exclusive or (XOR) of the packet type
+  modifier and the type numbers defined in {{long-packet-types}}.
+
+* Initial salt; a 16-byte binary blob that is to be used in place of the initial
+  salt defined in section 5.2 of {{QUIC-TLS}}.
+
+A server advertises these seeds using a NEW_TOKEN frame {{frame-new-token}}.
+The token MUST permit the server to recover these seeds.  This property can be
</pre>
<p>That's true as well, but the processing flow is:</p>
<ul>
<li>Server recognizes version alias, which permits it to find the token field</li>
<li>Server is able to obtain the Initial salt using the combination of version and token (whether it needs both is implementation-dependent)</li>
<li>Server uses salt to decrypt Initial packet contents</li>
</ul>
<p>I suggested the "permit ... to recover" language to remove the implication that the token <em>contains</em> the salt, but a server could certainly send the same version alias to different clients with different salts if the token enables the mapping.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications&amp;email_token=AFTOJK75ZJHT4RLMYABFSPTQSGGJPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKX2OY#discussion_r342604097">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKQT72DAKG5RNMIVDQSGGJPANCNFSM4JGDGPOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6YC52JFHGHUODTZHLQSGGJPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKX2OY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK75ZJHT4RLMYABFSPTQSGGJPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKX2OY#discussion_r342604097",
"url": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK75ZJHT4RLMYABFSPTQSGGJPA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKX2OY#discussion_r342604097",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc19517dd7f5_c063fb0e26cd9641030664--


From nobody Tue Nov  5 07:32:52 2019
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 0E083120818 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 07:32:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xVMXbetoWmDt for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 07:32:46 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F6EA1201C6 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 07:32:41 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 182B2261670 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 07:32:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572967961; bh=kp9J3ZA6l4J8V68JcWV8si1YtaDLQgXJtndtNZcdysk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xFV2C6EdALknyFZg2kxgynpetRSqjomGAE+FlCvJxClZyfQjfWTjp3Cnq2L5lKodL ys5y3DFskkDGh2XiaBfR8zyqkXUBmx3x2f6whsIFzQ0mAUqhEB9pxsewU+DCWzgpTp 8yZnPCqIdysqRjHr1wx94BHWFgly+ZtQhbB41F0Q=
Date: Tue, 05 Nov 2019 07:32:40 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ5CXV5LES73PTU7VV3Z3EJREVBNHHB5HRKFQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3166/review/311790303@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3166@github.com>
References: <quicwg/base-drafts/pull/3166@github.com>
Subject: Re: [quicwg/base-drafts] token-based greasing / initial packet protection (#3166)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc19618c82e1_2fb3feb496cd968691230"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GSYZNB96U9BhCJGCeWYLP9qSGxY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 15:32:48 -0000

----==_mimepart_5dc19618c82e1_2fb3feb496cd968691230
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> +issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:

Your "MUST use aliased versions" text seems to override the "MAY use default values" text in the preceding line.  I don't think you mean it to, but it could be read that way.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3166#discussion_r342606836
----==_mimepart_5dc19618c82e1_2fb3feb496cd968691230
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3166#discussion_r342606836">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +issued and / or how they can be recovered from the tokens. Certain server
+deployments might have difficulty in meeting such a requirement.
+
+A server (or a set of servers) that cannot satisfy this requirement can stick to
+using the default values by consistently advertising the default version number,
+default initial salt, and a packet type modifier of zero in the NEW_TOKEN frames
+it sends.
+
+The rest of this section applies to the servers that advertise non-default
+values as their seeds.
+
+
+## Server Behavior
+
+Typically, a server that advertises the alternative seeds would act in the
+following steps:
</pre>
<p>Your "MUST use aliased versions" text seems to override the "MAY use default values" text in the preceding line.  I don't think you mean it to, but it could be read that way.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications&amp;email_token=AFTOJK5O6W54DMZQDAZOTWDQSGGZRA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKYVXY#discussion_r342606836">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZPF2II6VHVEPUL2KLQSGGZRANCNFSM4JGDGPOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3DIFQU3ELCKA5NHZTQSGGZRA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKYVXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK5O6W54DMZQDAZOTWDQSGGZRA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKYVXY#discussion_r342606836",
"url": "https://github.com/quicwg/base-drafts/pull/3166?email_source=notifications\u0026email_token=AFTOJK5O6W54DMZQDAZOTWDQSGGZRA5CNFSM4JGDGPO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKKYVXY#discussion_r342606836",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc19618c82e1_2fb3feb496cd968691230--


From nobody Tue Nov  5 08:24:36 2019
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 B091B120854 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 08:24:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 z0njRVgXe0Ia for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 08:24:33 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C07412081B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 08:24:30 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 4C5E3A11C1 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 08:24:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572971069; bh=TiyZQug2cQ/xJGPdik/h7TO+yX6bJO4AlNYtsfNrblc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XOKT1q4CdkJoczqJmlTuftz7IRMBJMsqLGgS0kQzIOz8ZVOCWJzcGpI/SEz//byCR hp2dcvUS7CP1/3R2kXc9L0LerXqMN6yV3bELcAVirMRka2L5ShVbKi6dxo0C5p1+Ph 8o9gnycgHCVtte6BQNYmsWEzovV42VfIBqv/I27Y=
Date: Tue, 05 Nov 2019 08:24:29 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQO3OCE5MIOYCCKIN3Z3KL3EVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549885922@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1a23d3e67d_5fc53fa166ecd9601887095"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Mf12hl35yVMWM4b9WbahCvBpHS0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 16:24:35 -0000

----==_mimepart_5dc1a23d3e67d_5fc53fa166ecd9601887095
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I thought that might have been the relevant discussion.  In general, I'd prefer to have principles decided on issues, but I understand these things happen.

I don't think this is the end of the world, but I prefer the original principle because I think it's easy to reason about.  If we've decided against that principle, I'd suggest we state a new principle.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549885922
----==_mimepart_5dc1a23d3e67d_5fc53fa166ecd9601887095
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> I thought that might have been the relevant discussion.  In general, I'd prefer to have principles decided on issues, but I understand these things happen.</p>
<p>I don't think this is the end of the world, but I prefer the original principle because I think it's easy to reason about.  If we've decided against that principle, I'd suggest we state a new principle.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKYWICKY46TALZHF2TLQSGM33A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDJPYQ#issuecomment-549885922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYYKRE7425HWOOLTDLQSGM33ANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK75HETTLLAEG4QU2MTQSGM33A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDJPYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYWICKY46TALZHF2TLQSGM33A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDJPYQ#issuecomment-549885922",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYWICKY46TALZHF2TLQSGM33A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDJPYQ#issuecomment-549885922",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1a23d3e67d_5fc53fa166ecd9601887095--


From nobody Tue Nov  5 08:49:52 2019
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 7C17E12001A for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 08:49:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4Yi2yEl5S87t for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 08:49:48 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E7BF1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 08:49:48 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 231CCA1DAF for <quic-issues@ietf.org>; Tue,  5 Nov 2019 08:49:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572972587; bh=ZsqC4XNl7D6/mQqODK5AaBAWtsZGk5NLYBtAZrTu4YM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ux2PosbCV5ODcO2cZsoueeMcuJYdS6hyaFA+mO9ujoIhY6Tg3oXIy4BoTndIBQUHg CgzMI3CRr2JpBPGZME0yLi/NGAbwywDLHqBXPof+pwK/HAlcAYcelM8c3NNz5Z+HPe UTZ8sb7M326SuFIJzuwLNJvxkD5vjqL8u16xWQR0=
Date: Tue, 05 Nov 2019 08:49:47 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK75DDHQXIWEN72LAJ53Z3NKXEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549899953@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1a82b131ea_41153ff1530cd9685639a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rKEKljx5T7oxcxnZ5zrLvlvx8Qg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 16:49:50 -0000

----==_mimepart_5dc1a82b131ea_41153ff1530cd9685639a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett I don't think we ever actually discussed this in the working group. If I remember correctly, using two error codes was a suggestion that came up on my original PR, and then the editors decided in Cupertino that I should update the PR accordingly.

Actually, I'd prefer to take the principled approach, and just use FRAME_ENCODING_ERROR wherever possible.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549899953
----==_mimepart_5dc1a82b131ea_41153ff1530cd9685639a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> I don't think we ever actually discussed this in the working group. If I remember correctly, using two error codes was a suggestion that came up on my original PR, and then the editors decided in Cupertino that I should update the PR accordingly.</p>
<p>Actually, I'd prefer to take the principled approach, and just use FRAME_ENCODING_ERROR wherever possible.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK77V5XXZ6FK35VAZ2LQSGP2XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDM5MI#issuecomment-549899953">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK26FWUZZZBEZURYSZLQSGP2XANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ZVMRYBKCT2HHMXADQSGP2XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDM5MI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK77V5XXZ6FK35VAZ2LQSGP2XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDM5MI#issuecomment-549899953",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK77V5XXZ6FK35VAZ2LQSGP2XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDM5MI#issuecomment-549899953",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1a82b131ea_41153ff1530cd9685639a3--


From nobody Tue Nov  5 09:22:33 2019
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 659A4120116 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 09:22:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LNhkREJV7nCD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 09:22:30 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 621A0120104 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 09:22:30 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 9A9B2C62054 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 09:22:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572974549; bh=M5cSRkXkFBv3TYoINXsO2uV8zEWOPh5mzmNhwTOJN9Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E0TYtxD6+dL9RLovuTJ9e0FOfahV+q9cY4nHDsTxodTjetjCUezks6LGAU23KpU0s tMMXo4bBNIxfmP+n9BIwbuIqS5YkzEh3/pEJF5mueRqJjC8V+0XTrw4t8aNss34G46 OxBoQP7wvvypXBOYMWxQAMfeVfFYXaLXzi+Ml+yc=
Date: Tue, 05 Nov 2019 09:22:29 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3XI6WWD5NJJZI3RN53Z3RFLEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549919076@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1afd58bfa5_401c3f8042ccd95c10031f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5xdeIfDqLo6irdATJSRR6NA3bcA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 17:22:32 -0000

----==_mimepart_5dc1afd58bfa5_401c3f8042ccd95c10031f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann I think we did discuss at the interim. https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#issue-3027-codes-for-frame-encoding-errors

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549919076
----==_mimepart_5dc1afd58bfa5_401c3f8042ccd95c10031f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> I think we did discuss at the interim. <a href="https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#issue-3027-codes-for-frame-encoding-errors">https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#issue-3027-codes-for-frame-encoding-errors</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK2VHZM7QFMIMXQLYYLQSGTVLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDRSZA#issuecomment-549919076">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYFJQUJVKTRA2JBU3LQSGTVLANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZSZ5KMQFGIAJXNK23QSGTVLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDRSZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2VHZM7QFMIMXQLYYLQSGTVLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDRSZA#issuecomment-549919076",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2VHZM7QFMIMXQLYYLQSGTVLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDRSZA#issuecomment-549919076",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1afd58bfa5_401c3f8042ccd95c10031f1--


From nobody Tue Nov  5 09:25:06 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 C4AC91200EC for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 09:25:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.453
X-Spam-Level: 
X-Spam-Status: No, score=-1.453 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 Wbdv_KvA1U4w for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 09:25:02 -0800 (PST)
Received: from xtrwsrhn.outbound-mail.sendgrid.net (xtrwsrhn.outbound-mail.sendgrid.net [167.89.101.2]) (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 C52071200E3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 09:25:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=EB+XLgOheI/B8ERtOq9KR75sMhBUkKdMMU9rxf6DQ6w=; b= KoOkxGtNJ+NFfulhNDzlzHdKTrJUJN95CL3U/5v101lFURDZRn1X75jxm5LMEr1u k0ktie5W/7mLtswJoOj5bRGkuaB+99dMATmuYlsbyXd/rkH41C1hiXrbNnnZJdkw /3OixyUP+YAqpEwrIKdONfHA2ZkWvWS7T7puzO1rTbA=
Received: by filter0113p1iad2.sendgrid.net with SMTP id filter0113p1iad2-4515-5DC1B06B-1E 2019-11-05 17:24:59.35621251 +0000 UTC m=+37964.652095800
Received: from github-lowworker-25680bd.va3-iad.github.net (unknown [140.82.115.9]) by ismtpd0121p1mdw1.sendgrid.net (SG) with ESMTP id VsvpSpcTTiy57g_QzcvT7w for <quic-issues@ietf.org>; Tue, 05 Nov 2019 17:24:59.160 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-25680bd.va3-iad.github.net (Postfix) with ESMTP id 0220F140016 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 09:24:59 -0800 (PST)
Date: Tue, 05 Nov 2019 17:25:00 +0000 (UTC)
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK54DLEXAYMT7M5JPCF3Z3ROVEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549920654@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1b06bc3c_3d8b3f87d00cd964840466"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0gUcpigmvccNhaYi2Pkfj6EudhCjhNvnAJ6L kEQg1j8xVK5fyQsAblb67TnRZhTCUCzgrJiKyFLEh8T3jvlUfXUMKQVf4Qy3a9U7JDqnfP17mOoN5d 2U3vZfhmQu9g9Q4u1iYYMhgXnmh+6zoH2J1sayceHyzdVV9Iu0Z3d+fltLlsDAglwSoONcRTHs1mry o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vVdE5s8GSTZTWXrNPa14XTvYwbo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 17:25:05 -0000

----==_mimepart_5dc1b06bc3c_3d8b3f87d00cd964840466
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To be precise, we discussed that two error codes were OK at the interim, then declared that as a consensus in the call started on Oct 22 https://mailarchive.ietf.org/arch/msg/quic/LrM0w3L3mHSLMn1mH98Xq1E-DQs. I do not think we should be revisiting the discussion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549920654
----==_mimepart_5dc1b06bc3c_3d8b3f87d00cd964840466
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To be precise, we discussed that two error codes were OK at the interim, then declared that as a consensus in the call started on Oct 22 <a href="https://mailarchive.ietf.org/arch/msg/quic/LrM0w3L3mHSLMn1mH98Xq1E-DQs" rel="nofollow">https://mailarchive.ietf.org/arch/msg/quic/LrM0w3L3mHSLMn1mH98Xq1E-DQs</a>. I do not think we should be revisiting the discussion.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK47QPPJNNAU4JFA6GDQSGT6XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDR7DQ#issuecomment-549920654">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7E6W7B7WOCIZI474DQSGT6XANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4EW45GD5KVY6LOKFLQSGT6XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDR7DQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK47QPPJNNAU4JFA6GDQSGT6XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDR7DQ#issuecomment-549920654",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK47QPPJNNAU4JFA6GDQSGT6XA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDDR7DQ#issuecomment-549920654",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1b06bc3c_3d8b3f87d00cd964840466--


From nobody Tue Nov  5 10:50:11 2019
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 E45BA1209B6 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 10:50:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hb13UI_hm6mp for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 10:50:04 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 08D1C120960 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 10:50:04 -0800 (PST)
Date: Tue, 05 Nov 2019 10:50:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572979803; bh=gajfAlNdGCe5/eZpiHKYXJOu7i90kxAzhI9uXTCXyKw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=g2Yj94Iau+IIcNTmSqnajoiZibEXppAcwGLWi8bA140Bv3pg1IK111hqlzYTV6W4R gCGGiO6w078Lbte3F00biO2FpD/c74EW41hOmZkNFJ1QLydSHKqTkPJWiQoy6ucCs/ QaAb1Ef9JiBqYCkNmBcK38u8LnXt6zgMG+8ffWtE=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZLHL5NTDTS35QFHFN3Z33NXEVBNHHB5X3UN4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3191@github.com>
Subject: [quicwg/base-drafts] Add ClientHello changes to transport changelog since -23 (#3191)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1c45b27630_73ec3fd383acd96022058d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F-oCrFWsl9wZSc8S8P5xEjUsfKU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 18:50:09 -0000

----==_mimepart_5dc1c45b27630_73ec3fd383acd96022058d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3191

-- Commit Summary --

  * Add ClientHello changes to transport changelog since -23

-- File Changes --

    M draft-ietf-quic-transport.md (1)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3191.patch
https://github.com/quicwg/base-drafts/pull/3191.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3191

----==_mimepart_5dc1c45b27630_73ec3fd383acd96022058d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3191'>https://github.com/quicwg/base-drafts/pull/3191</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add ClientHello changes to transport changelog since -23</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3191/files#diff-0">draft-ietf-quic-transport.md</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3191.patch'>https://github.com/quicwg/base-drafts/pull/3191.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3191.diff'>https://github.com/quicwg/base-drafts/pull/3191.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications&amp;email_token=AFTOJK42WJM6EU5UL23CO7TQSG55XA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW7ORXQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QH5V62IM6ODVVGSTQSG55XANCNFSM4JJGTRSQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HJ7XTLXOG7GNSIQ3QSG55XA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW7ORXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJK42WJM6EU5UL23CO7TQSG55XA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW7ORXQ",
"url": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJK42WJM6EU5UL23CO7TQSG55XA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HW7ORXQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc1c45b27630_73ec3fd383acd96022058d--


From nobody Tue Nov  5 10:51:59 2019
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 D564712097A for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 10:51:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UHAHmlJjhvbC for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 10:51:53 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69E4E12095A for <quic-issues@ietf.org>; Tue,  5 Nov 2019 10:51:53 -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 BA2D16E11B4 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 10:51:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572979912; bh=ICb+OCetcrXAuBmzwZFGlHISbMIEocIf8UZ/ya//C54=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RQo8gvTyIUkCvNXmJF0lzuaOW5tLF1WpNMzZ3zSA6+qaTsZk7gG71UG1cMjHKHSGU e7h36jqzlIcswDMFLVd8d44k6MLhPiAkrj2dBZylRj5sgSyNvdb0D9swqSXArOEYWd NKX9SZKOFBwWGPxUSOY9OMGU6G2mLgkdl+sojbJg=
Date: Tue, 05 Nov 2019 10:51:52 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZWWZ3L6JRYNJRBVAF3Z33UREVBNHHB5X3UN4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3191/review/311961813@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3191@github.com>
References: <quicwg/base-drafts/pull/3191@github.com>
Subject: Re: [quicwg/base-drafts] Add ClientHello changes to transport changelog since -23 (#3191)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1c4c8ac253_12033ff2f20cd9681302f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q0idpzrhaWO9Wd-GG6qk8sETREk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 18:51:59 -0000

----==_mimepart_5dc1c4c8ac253_12033ff2f20cd9681302f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3191#pullrequestreview-311961813
----==_mimepart_5dc1c4c8ac253_12033ff2f20cd9681302f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications&amp;email_token=AFTOJKZZKGKYGNHHQWRJAH3QSG6ERA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMCRVI#pullrequestreview-311961813">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IV6O2AJEJO4FUHKTQSG6ERANCNFSM4JJGTRSQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DX6E2ERMZIVJRIT3QSG6ERA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMCRVI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJKZZKGKYGNHHQWRJAH3QSG6ERA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMCRVI#pullrequestreview-311961813",
"url": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJKZZKGKYGNHHQWRJAH3QSG6ERA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMCRVI#pullrequestreview-311961813",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1c4c8ac253_12033ff2f20cd9681302f1--


From nobody Tue Nov  5 11:02:45 2019
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 F19B01209C0 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:02:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0l-bxF_avn23 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:02:42 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35E0C12088E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:02:13 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 58AFDC60507 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:02:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572980532; bh=et/++tLRAcH/4aaAbI+uGujuQnJMtBPqw3d2k6Ew90Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OWCQPs5CCfYcRSHUs4oLGwsNe8HJzd51/lUEhjPtZqSpEJGoBJOsTukEv7T5RgW3P DEk6uUNfodBaaKsnmsB9XGcrAEEKy4lZFGNMnvzUqHQBfQzEr5oYJs48x3YP7SptVJ 1rzpf1wJPsClkHRtbxi1qMlxsFjpEtk5YqSWqVCg=
Date: Tue, 05 Nov 2019 11:02:12 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5MXHLFQOCV4QYX2V53Z343JEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c549970173@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1c73449bc3_22e3fcce4ccd9682471b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/APW9sKRMvKivO1esv4R6pzMqX28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 19:02:44 -0000

----==_mimepart_5dc1c73449bc3_22e3fcce4ccd9682471b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we should either:
1) Espouse a new principle that fits the existing text and this PR and use that going forward 
2) Stick with the original principle and remove the OR FLOW_CONTROL_ERROR from the text.

If we don't have a principle that matches the text, we're prone to having this discussion a few more times.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-549970173
----==_mimepart_5dc1c73449bc3_22e3fcce4ccd9682471b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think we should either:</p>
<ol>
<li>Espouse a new principle that fits the existing text and this PR and use that going forward</li>
<li>Stick with the original principle and remove the OR FLOW_CONTROL_ERROR from the text.</li>
</ol>
<p>If we don't have a principle that matches the text, we're prone to having this discussion a few more times.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKZSIGFR3H6AIXE3NWLQSG7LJA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDD6B7I#issuecomment-549970173">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5NQFLPHQCMPPELUNTQSG7LJANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7WCASELSR7BTYHEL3QSG7LJA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDD6B7I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZSIGFR3H6AIXE3NWLQSG7LJA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDD6B7I#issuecomment-549970173",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKZSIGFR3H6AIXE3NWLQSG7LJA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDD6B7I#issuecomment-549970173",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1c73449bc3_22e3fcce4ccd9682471b4--


From nobody Tue Nov  5 11:21:34 2019
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 C899D120A5D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:21:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ooKQOKA97vHm for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:21:32 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AABC120968 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:21:32 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 2D2BF9604F3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:21:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572981691; bh=Xqg1G6Ef4WpTWMDeV+Ir6WXmntkVAXF+IpVUmapgIq8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YMjKOaJSB14eE1MowsswppAzRee0i6XQunApaWObXcEzIAgUqExMwMia8R+PKDw+c EqLndC7Ur9IpQZmUhfGBHV1e3nUWYli4NwUjoJBzwi8jPKMu3S/TryASmNRaRsnz2V ZRA+QJt8M3q2hzp6UgL0o6ZqBDqa3lGHwGMgz2+E=
Date: Tue, 05 Nov 2019 11:21:31 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7774O6EPHT7UI6CMN3Z37DXEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/311980737@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1cbbb1f7c8_68083fdefdecd9682108a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y5IyH41UJ9lAXeXSFC_xskIQddo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 19:21:34 -0000

----==_mimepart_5dc1cbbb1f7c8_68083fdefdecd9682108a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT

Done.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r342750898
----==_mimepart_5dc1cbbb1f7c8_68083fdefdecd9682108a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342750898">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
</pre>
<p>Done.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK22VAGMXH2KCPTNAULQSHBTXA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHFQI#discussion_r342750898">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK64ZDRT7A37CA2Q32DQSHBTXANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5VM266QC7VJPGJKN3QSHBTXA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHFQI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK22VAGMXH2KCPTNAULQSHBTXA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHFQI#discussion_r342750898",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK22VAGMXH2KCPTNAULQSHBTXA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHFQI#discussion_r342750898",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1cbbb1f7c8_68083fdefdecd9682108a7--


From nobody Tue Nov  5 11:22:01 2019
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 18E6F120A2B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:22:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PzEv0Y03XKUM for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:21:58 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4BC88120968 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:21:58 -0800 (PST)
Date: Tue, 05 Nov 2019 11:21:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572981717; bh=cAmiFy9nUKcS9BViC4tjJaHNUVgF2pj6/zafxTLOXKA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CDj4XqBiYvvIOgudsSY/HFHqtHwM+x+6twTAYBMaoiobKXFVMPxP2eVEtK77p7fLF s4Pq4/R2WFw8F/DWI37E7oKt9O7xBHnBZXUj5I+7zYk7Kzun0bQbrEHRE7AuKP5gmM qqchWXRtl573VwhGrx8OF66+qSqb7n32lxPhegbg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYLBVL3YBYAWBMJULV3Z37FLEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/311981014@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1cbd576bf4_74d53fb53a6cd96c2375c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6SJwl5PiAjpVjy6b6-jxqsAosWM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 19:22:00 -0000

----==_mimepart_5dc1cbd576bf4_74d53fb53a6cd96c2375c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

Removed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r342751110
----==_mimepart_5dc1cbd576bf4_74d53fb53a6cd96c2375c4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342751110">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p>Removed</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK46BEZKSRBSM2Q3FNLQSHBVLA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHHVQ#discussion_r342751110">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2XVMUT3XJGCEXGMVTQSHBVLANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK37FAZJN6JS4XGLUSTQSHBVLA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHHVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK46BEZKSRBSM2Q3FNLQSHBVLA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHHVQ#discussion_r342751110",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK46BEZKSRBSM2Q3FNLQSHBVLA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKMHHVQ#discussion_r342751110",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1cbd576bf4_74d53fb53a6cd96c2375c4--


From nobody Tue Nov  5 11:22:30 2019
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 6482E120A2B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:22:29 -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 Xw6v663-lCr5 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:22:25 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F5FA120968 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:22:25 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 071FF660C38 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:22:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572981744; bh=5X194f82aDizHnxz/Va4hYsCiyi6kgOixHIm5454h0I=; h=Date:From:To:Subject:From; b=QrjX8jStnFRIZy3rqPurl1yu6o99I5p8sS/hOgXGY4psFCR+LqtkJ3mVXT2X/BBOZ lQ28h+9b6dcERN3DDuAR0jIzyYRwi8vMaesrpUfCGPCie7iZcg05FklGxmvnqyOBYl 2lspVk9RzoqRofOXSipJKZ05+2WpaE53jXlArNmw=
Date: Tue, 05 Nov 2019 11:22:23 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-pto-per-pn-space/7b29c6-6e902d@github.com>
Subject: [quicwg/base-drafts] 6e902d: Jana's comments
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/IKHeNZHznWqDnLacS814FQ6vGQs>
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, 05 Nov 2019 19:22:29 -0000

  Branch: refs/heads/ianswett-pto-per-pn-space
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6e902d3ae04f23269607c914d94e6e86cc6b425e
      https://github.com/quicwg/base-drafts/commit/6e902d3ae04f23269607c914d94e6e86cc6b425e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Jana's comments



From nobody Tue Nov  5 11:22:36 2019
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 CD36B120968 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wQyXCXYwufkr for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:22:33 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C830120A2B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:22:33 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 65940960C2E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:22:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572981752; bh=s85BUFwGERiW0LaBY4roeDYUZ2eSr3bmvBT9CIAg4u8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V6BynQ1ebsl7yvdtoTL7qOaTUzzFfCv8D/CzXoSAuXNMGhLmMqIOx4Jdk3kbDJmEQ QS5YJd4ypOfdMFwgLwlwOm85atjZN59KqGDHGLnYlNV/GCTg5MszQxz1JfUjcR2Dyt zXl5eSHg75fL10xPfcKeannnxzJ+80hBPl24FXiw=
Date: Tue, 05 Nov 2019 11:22:32 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/push/4237201597@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1cbf856dae_76ac3ff131ecd96811766d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zT_KFnzX0RGBK8titCVT2iXyAwk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 19:22:35 -0000

----==_mimepart_5dc1cbf856dae_76ac3ff131ecd96811766d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

6e902d3ae04f23269607c914d94e6e86cc6b425e  Jana's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066/files/7b29c66d562641af795196e9be527196cb51ef55..6e902d3ae04f23269607c914d94e6e86cc6b425e

----==_mimepart_5dc1cbf856dae_76ac3ff131ecd96811766d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6e902d3ae04f23269607c914d94e6e86cc6b425e">6e902d3</a>  Jana&#39;s comments</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3066/files/7b29c66d562641af795196e9be527196cb51ef55..6e902d3ae04f23269607c914d94e6e86cc6b425e?email_source=notifications&amp;email_token=AFTOJK5NK7RC2DJPRQKEVETQSHBXRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZTOMRQGE2TSNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5KNKA4NAD6MT6GQUTQSHBXRANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK65SB7ZDZNAVE57IULQSHBXRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZTOMRQGE2TSNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066/files/7b29c66d562641af795196e9be527196cb51ef55..6e902d3ae04f23269607c914d94e6e86cc6b425e?email_source=notifications\u0026email_token=AFTOJK5NK7RC2DJPRQKEVETQSHBXRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZTOMRQGE2TSNY",
"url": "https://github.com/quicwg/base-drafts/pull/3066/files/7b29c66d562641af795196e9be527196cb51ef55..6e902d3ae04f23269607c914d94e6e86cc6b425e?email_source=notifications\u0026email_token=AFTOJK5NK7RC2DJPRQKEVETQSHBXRA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDAOJXG4YTEMSQOVZWQIZUGIZTOMRQGE2TSNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc1cbf856dae_76ac3ff131ecd96811766d--


From nobody Tue Nov  5 11:23:11 2019
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 EB71C120A2B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:23:09 -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 Nbm8kMErPm-F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:23:08 -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 8AD67120968 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:23:08 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id D4D6E8C0DAE for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:23:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572981787; bh=7HNBv1j52GMMyPKTtnOvI2nyq+ZgSD+oSnTDOqFdbss=; h=Date:From:To:Subject:From; b=x9dlmVBrTZaRtuz6O/Xyx4BSV0AV5G+Vro58B+yWgHjTF06pF4fEu2zMXjlP33nUN v+axoRTd3/0pcDK9+sFyT5j6OYZ0UX4FKmFXmgD7WI03Mrghezv0V6calN7hY+JMnE Nhk2om0zvEzRVxVhOqREWJOgmmke202BMFvPZv5E=
Date: Tue, 05 Nov 2019 11:23:07 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/abd6ce-e6718d@github.com>
Subject: [quicwg/base-drafts] e6718d: Script updating gh-pages from 6e902d3a. [ci skip]
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/EXBG6IgL1Xvgw-M2ZUPyabMnorc>
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, 05 Nov 2019 19:23:10 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e6718dedf1d2bea5e32b5b7e2571e4cae05b8152
      https://github.com/quicwg/base-drafts/commit/e6718dedf1d2bea5e32b5b7e2571e4cae05b8152
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-http.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-invariants.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-qpack.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-recovery.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-tls.txt
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.html
    M ianswett-pto-per-pn-space/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 6e902d3a. [ci skip]



From nobody Tue Nov  5 11:25:00 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 272FC12095A for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:25:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level: 
X-Spam-Status: No, score=-2.002 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_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, 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 ZQHCAd2jSrRG for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:24:58 -0800 (PST)
Received: from o1.sgmail.github.com (o1.sgmail.github.com [192.254.114.176]) (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 D111912092F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:24:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:to:subject:mime-version:content-type:content-transfer-encoding;  s=s20150108; bh=ZWAZ+0f7+3l0IvXx+5MEfzo45C8U5rvjKYLC34zDtI8=; b= VogWRedLW+mkB3A69uLXsW9UNcTUY/URT7bE5iG49/koTN9us0Jb8IM4CCOzI3NH HZahWjKXP27GQ9m4OUJg3ZXUMRDI0dpt37kjgVXKhK3Fh7oPnL9gQKORCj5Nh8wA UBLfc5FKyv8gJc9z5y1A6cjS0qdNPwXn23CTQI7z8ig=
Received: by filter2072p1mdw1.sendgrid.net with SMTP id filter2072p1mdw1-10318-5DC1CC8A-2 2019-11-05 19:24:58.073480136 +0000 UTC m=+4128.252658200
Received: from github-lowworker-cef7735.cp1-iad.github.net (unknown [140.82.115.12]) by ismtpd0046p1iad1.sendgrid.net (SG) with ESMTP id 4Ui77GkdQ0qUtYN_Y-JxZA for <quic-issues@ietf.org>; Tue, 05 Nov 2019 19:24:58.044 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-cef7735.cp1-iad.github.net (Postfix) with ESMTP id F10A31E05EF for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:24:57 -0800 (PST)
Date: Tue, 05 Nov 2019 19:24:58 +0000 (UTC)
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e6718d-62f5ff@github.com>
Subject: [quicwg/base-drafts] 62f5ff: Script updating issues at 2019-11-05T19:24:50Z. [c...
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
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2xW0Wrs/LiG60bGTdy4E8c0PcDjLl6CavXD3 bzDVZRLpZdXLB8TvO4jlSK+iOHyOh2W63y9uy2Rt4LkmvrzXzfev/s8+dhrvKjvE4hv2ZZ81wjViEI ykrZK6pRlp8cqX845XYyJNVYYFYxtJnNsjdeL6zEsY+zFMYi35OF+wZdZQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/piXUeJXlFNSTMRDdJLzoAc91oEk>
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, 05 Nov 2019 19:25:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 62f5ff63d3dda2696a8b2949be107559ada4490a
      https://github.com/quicwg/base-drafts/commit/62f5ff63d3dda2696a8b2949be107559ada4490a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-05T19:24:50Z. [ci skip]



From nobody Tue Nov  5 11:34:49 2019
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 ED8E4120105 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:34:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Wz0nZ-70_Q5k for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 11:34:44 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76B8212093D for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:34:44 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id AD4E252060D for <quic-issues@ietf.org>; Tue,  5 Nov 2019 11:34:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572982483; bh=mu5sAHtBi0Uq48SoYH4LjTisLDoAdwZ+gAUzYZ6iWB8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UENAE/Zsaf1HNgU9dueuWX3iX2RddO4xmLOLqDbLW3mwEQ2fH2VWiQNiD96+uxop/ 8JSRTbP1W7zcSir3PNwg4E4Vzy4n81mihdbieV0pgWmNXDhjcmvYsF5Tu5VvgW00LG 3wZ3fX2j+OBPoQZPEdnlU4twxaaEafKRgqD7SnTo=
Date: Tue, 05 Nov 2019 11:34:43 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2ZFZ4QOFXSWCRGOQV3Z4AVHEVBNHHB5GVBRY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3161/549983947@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3161@github.com>
References: <quicwg/base-drafts/issues/3161@github.com>
Subject: Re: [quicwg/base-drafts] Simplify the client's PTO code by allowing the server to send a PING (#3161)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc1ced39e03f_76e93ff131ecd968263816"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/u4j17BRRHG3WrLLbKn56gVkVmho>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 19:34:48 -0000

----==_mimepart_5dc1ced39e03f_76e93ff131ecd968263816
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not new data, _any_ data. This was deliberate. See Section 5.3.1: "When the PTO timer expires, and there is new or previously sent unacknowledged data, it MUST be sent." The point of this text was to send data if available, new or previously sent. In the case that we are discussing the server is supposed to send a PING, but it might have data to send.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3161#issuecomment-549983947
----==_mimepart_5dc1ced39e03f_76e93ff131ecd968263816
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Not new data, <em>any</em> data. This was deliberate. See Section 5.3.1: "When the PTO timer expires, and there is new or previously sent unacknowledged data, it MUST be sent." The point of this text was to send data if available, new or previously sent. In the case that we are discussing the server is supposed to send a PING, but it might have data to send.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications&amp;email_token=AFTOJK6NOVW5CIFIZEF3I7LQSHDFHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEBNSY#issuecomment-549983947">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZAUKEBVGN6AJGRPJLQSHDFHANCNFSM4JF5RXFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6CZ3BSFUS6B5WYN4DQSHDFHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEBNSY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK6NOVW5CIFIZEF3I7LQSHDFHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEBNSY#issuecomment-549983947",
"url": "https://github.com/quicwg/base-drafts/issues/3161?email_source=notifications\u0026email_token=AFTOJK6NOVW5CIFIZEF3I7LQSHDFHA5CNFSM4JF5RXFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEBNSY#issuecomment-549983947",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc1ced39e03f_76e93ff131ecd968263816--


From nobody Tue Nov  5 15:09:44 2019
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 9ED731200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:43 -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 i3YfO-__39BT for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:42 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5F9E12008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:09:40 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 0485AC6057F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:09:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995380; bh=/74xL5uy+25tuIl2Tbu9+9GaYBLRuiYv4lm7CQ8HTb0=; h=Date:From:To:Subject:From; b=jVoZg4blFT+yXVTFF04l9tNcWUJVXGwkuYjK9W14pZQCthOXYTrx1m+BKaP2XQf7e 3dGxZOm3oO+ejkY1XU5RqrbzNy7Lu/0+3HIOO7yXy4OllaEKLRCbmyAdmWuzCLfhsD LlqZ9lEmR4UlH0SZg9CoAQ0X0u4lTAinOIOy6TPo=
Date: Tue, 05 Nov 2019 15:09:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/76c0da-c86bfb@github.com>
Subject: [quicwg/base-drafts] 6f5b52: Fix for #3187
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/OIMxBw1jVNSP_wYMMESjE5pXYa4>
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, 05 Nov 2019 23:09:44 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6f5b524c1ac2ed0892748d01d8037256a1456f32
      https://github.com/quicwg/base-drafts/commit/6f5b524c1ac2ed0892748d01d8037256a1456f32
  Author: Antoine Delignat-Lavaud <antdl@microsoft.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Fix for #3187


  Commit: f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6
      https://github.com/quicwg/base-drafts/commit/f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6
  Author: Antoine Delignat-Lavaud <antdl@microsoft.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Integrate Martin Thomson's comments


  Commit: c86bfb1675ac465d6faaa490c5995df539e62c0e
      https://github.com/quicwg/base-drafts/commit/c86bfb1675ac465d6faaa490c5995df539e62c0e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3188 from ad-l/pn_decoding_overflow

Correct overflow checks on packet number decoding algorithm


Compare: https://github.com/quicwg/base-drafts/compare/76c0daa55390...c86bfb1675ac


From nobody Tue Nov  5 15:09:53 2019
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 B1571120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wN3mRDb9RMY4 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:51 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE4C2120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:09:49 -0800 (PST)
Date: Tue, 05 Nov 2019 15:09:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995389; bh=aQ5brL16V8UBe4mqda5VIYc48S8V6rlNfoNPvXZ+zag=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HuJgiZY26Ww5eyjaJvc54VTa0/p52hS5nPTTOeDmSXBdLKGmqXMHFGdiTtxzxV/my iTnDoIee1iatAJrPLvq1KNsUbZbjWkXBTsulu9yUXQeUjZhd3Wdsr45YcyQzwvn3cg NGwWsXktmAWLRB+eto7D2S65/IjkwMApFbmrIDmk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK75KBH4HWKGEJORWPN3Z4Z3ZEVBNHHB5VNYOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188/issue_event/2773340798@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3188@github.com>
References: <quicwg/base-drafts/pull/3188@github.com>
Subject: Re: [quicwg/base-drafts] Correct overflow checks on packet number decoding algorithm (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2013cefdcb_63c33f800d2cd964381684"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KfMxWHwUXdx3zlC5Breu627iyHM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:09:53 -0000

----==_mimepart_5dc2013cefdcb_63c33f800d2cd964381684
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3188 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188#event-2773340798
----==_mimepart_5dc2013cefdcb_63c33f800d2cd964381684
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517322868" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3188" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3188/hovercard" href="https://github.com/quicwg/base-drafts/pull/3188">#3188</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications&amp;email_token=AFTOJK374F4O6TAJIJJX2MDQSH4LZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG5E7Q#event-2773340798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZRC5VSHJDFJVEUUODQSH4LZANCNFSM4JIXMGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4GOS3BMW5D4I5GXDLQSH4LZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG5E7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK374F4O6TAJIJJX2MDQSH4LZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG5E7Q#event-2773340798",
"url": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK374F4O6TAJIJJX2MDQSH4LZA5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG5E7Q#event-2773340798",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2013cefdcb_63c33f800d2cd964381684--


From nobody Tue Nov  5 15:09:59 2019
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 C70E8120072 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.908
X-Spam-Level: 
X-Spam-Status: No, score=-6.908 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, HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 zGOllR_RyVah for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:09:52 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80DB712008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:09:52 -0800 (PST)
Date: Tue, 05 Nov 2019 15:09:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995391; bh=KhNgjryafU55skyJoSF7X195AnFmXMIeR67ZUR9tJwI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RfeQV4vdy+o+q2mTlfsd5Ni1LSIyrojTaL3R+Te10zKm3JoKJXg3S6innGoGw+vV4 OkrG5Ef+HHej1gG9V4FKKYKeNTo0p8qCA/tOm2Z961MCLjGshTbKtpHymqLtOj2NvI lPZSMvEXT8sVgr1ZZsqqmKGQPrREWqf9FcAzryYQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5QNXV4UQLHKCKIRAF3Z4Z37EVBNHHB5VNYOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3188/c550065051@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3188@github.com>
References: <quicwg/base-drafts/pull/3188@github.com>
Subject: Re: [quicwg/base-drafts] Correct overflow checks on packet number decoding algorithm (#3188)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2013fcceb7_293d3fae9c8cd96420659c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/67bPlQV2mP9LAHHRHJBI9RZwVIk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:09:54 -0000

----==_mimepart_5dc2013fcceb7_293d3fae9c8cd96420659c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3188#issuecomment-550065051
----==_mimepart_5dc2013fcceb7_293d3fae9c8cd96420659c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications&amp;email_token=AFTOJK4RYGRYALW3SCBK2QLQSH4L7A5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEVHGY#issuecomment-550065051">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4ZQRB4X7VFGFTRGVDQSH4L7ANCNFSM4JIXMGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XT5F24LH7FS3D77LQSH4L7A5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEVHGY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK4RYGRYALW3SCBK2QLQSH4L7A5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEVHGY#issuecomment-550065051",
"url": "https://github.com/quicwg/base-drafts/pull/3188?email_source=notifications\u0026email_token=AFTOJK4RYGRYALW3SCBK2QLQSH4L7A5CNFSM4JIXMGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEVHGY#issuecomment-550065051",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2013fcceb7_293d3fae9c8cd96420659c--


From nobody Tue Nov  5 15:10:29 2019
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 24BB61200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:10:28 -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 g8j78NVs8BOT for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:10:27 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD5AB12008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:10:26 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 1E785660608 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:10:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995426; bh=vud5EAzvE7D2QBt1zmF4H7wnYZVIT4seirUIRdr1Rt4=; h=Date:From:To:Subject:From; b=EWG/RhOrBEUGUywAIfgkcmzKYDkcD7q/LuQszNDBlUGOAiZBOr2DTinueAUdqniDZ aRJ1240yXILk7KY2CGqdeyTxoTzFr7a4RSaEDtmPo729Jpc03EQ+94Ig/vdIG4k/E7 yD8isIxmlwbVpe9bvWBYmWwNeIZjQ5tUVBEJtKNg=
Date: Tue, 05 Nov 2019 15:10:26 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/62f5ff-c01ea3@github.com>
Subject: [quicwg/base-drafts] c01ea3: Script updating gh-pages from c86bfb16. [ci skip]
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/hjQHXa7bgwQ0qXqtYlrCyHDqbRc>
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, 05 Nov 2019 23:10:28 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c01ea31d068fa49dded33a52522e0d942e82d7de
      https://github.com/quicwg/base-drafts/commit/c01ea31d068fa49dded33a52522e0d942e82d7de
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from c86bfb16. [ci skip]



From nobody Tue Nov  5 15:14:15 2019
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 2110B12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ycP_rNSBt6c2 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:12 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76EFC120C3B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:12 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 83640A0DB3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995651; bh=QBSYJhn0Ls8BvziTBKbXD4rV75P58d/NpY8LVwHeRCc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zruE03zBmNHEMuCFepJKXQxucpwbel1S2ejW/0lif43OD2JyA6gBq4gQnTuUcOgd7 2F/vNmlmmxdskxiJRYnAXgPArWzfCIkLOKF4x8wqQxOG0nOvq3oM9ezfmocOTxTzd7 RwR2EHnlaLI12OluSCp4VQljA8mH6TGXvmHC9KCA=
Date: Tue, 05 Nov 2019 15:14:11 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7H5XSUNAODNQJPQVN3Z42MHEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/312106650@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2024374767_7efe3fd4b00cd9642556a8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Zy2MdWQauhMQtBATh36BwtP3-II>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:14:14 -0000

----==_mimepart_5dc2024374767_7efe3fd4b00cd9642556a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#pullrequestreview-312106650
----==_mimepart_5dc2024374767_7efe3fd4b00cd9642556a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKZQJ4SO7LDKC3I7YS3QSH44HA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNF5GQ#pullrequestreview-312106650">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5WRKCQP5KSX3PKB3LQSH44HANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HXCIY4X4VEHDP67TQSH44HA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNF5GQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZQJ4SO7LDKC3I7YS3QSH44HA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNF5GQ#pullrequestreview-312106650",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKZQJ4SO7LDKC3I7YS3QSH44HA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNF5GQ#pullrequestreview-312106650",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2024374767_7efe3fd4b00cd9642556a8--


From nobody Tue Nov  5 15:14:21 2019
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 989621202DD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:18 -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, TVD_SPACE_RATIO=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 17B8vchKm4pm for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:17 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F71A1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:17 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 7BE53521D71 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995656; bh=+W/zLf2CS57Ll8eG0KVvw2XruPEPZYq0wCL5O8ypfc8=; h=Date:From:To:Subject:From; b=hLmrCkKQRftrNODrQ7C6LM/6eBrgTie48RJCKSR5WJOERe1xTefJupAJTEC7g4+2L iqSns38ATEbcsFaijKa/3fkJ1OZYlSPeFeFFbPceAJlPT15xlzIEf0CvLqQLlzOBvV 2FzXZIThWE9zWimyW2rpAHCMNmUEdyo7Dn0bfDU4=
Date: Tue, 05 Nov 2019 15:14:16 -0800
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-pto-per-pn-space/6e902d-000000@github.com>
Subject: [quicwg/base-drafts]
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/wOsW5q4FU8ueNaX9GKnm1Y1tnog>
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, 05 Nov 2019 23:14:18 -0000

  Branch: refs/heads/ianswett-pto-per-pn-space
  Home:   https://github.com/quicwg/base-drafts


From nobody Tue Nov  5 15:14:25 2019
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 92086120072 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:19 -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 HJnagWah763w for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:16 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B829D120112 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:16 -0800 (PST)
Date: Tue, 05 Nov 2019 15:14:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995656; bh=m+8ba+OiOm8l9wJxBqREH+/PN7gLDGjFORXhI0viBmQ=; h=Date:From:To:Subject:From; b=hzzP08Y983v6osykd6aE8BGTY7XqqZGCYJdtlfapuT0KanKFTdBwYwkiF/yuIDxu+ 2iY83EpAsGpLYmhlwr6ny5neEps8Tm8ruqGw5PcqA7X51ZUqWck4Ue7Dzy/R9m726D HAIbUA7/iSyIyDEqtjMdn0ypjpZdgIFHuEUl65gM=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c86bfb-ef6241@github.com>
Subject: [quicwg/base-drafts] f7f22f: Change PTO to be per packet number space
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/bBxVDl_4nUSzc5b_XyLuqNaE-R0>
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, 05 Nov 2019 23:14:20 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f7f22f901db17f280479153698a73a93f0fe9340
      https://github.com/quicwg/base-drafts/commit/f7f22f901db17f280479153698a73a93f0fe9340
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

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

  Log Message:
  -----------
  Change PTO to be per packet number space

Makes PTO consistent with loss detection, which is per packet number space.

Fixes #2863


  Commit: c5510411b24a814f432e56a6d5d0d0434f1b7516
      https://github.com/quicwg/base-drafts/commit/c5510411b24a814f432e56a6d5d0d0434f1b7516
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

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

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


  Commit: 3abb83565f1fc9772614f118c5dccc212a45137d
      https://github.com/quicwg/base-drafts/commit/3abb83565f1fc9772614f118c5dccc212a45137d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-09-24 (Tue, 24 Sep 2019)

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

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


  Commit: 33c994e1f8e9123c59f5265e507842ab076433b5
      https://github.com/quicwg/base-drafts/commit/33c994e1f8e9123c59f5265e507842ab076433b5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

  Log Message:
  -----------
  Merge branch 'master' into ianswett-pto-per-pn-space


  Commit: 6c3ae350dc546bf6756258f93a2d40a64cc2daa4
      https://github.com/quicwg/base-drafts/commit/6c3ae350dc546bf6756258f93a2d40a64cc2daa4
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

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

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


  Commit: 3f0da814e8a6ca8d0223457fbe5bb90157d6df15
      https://github.com/quicwg/base-drafts/commit/3f0da814e8a6ca8d0223457fbe5bb90157d6df15
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

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


  Commit: 62e394f7a538c0bf4ef44787510b0229eb118af2
      https://github.com/quicwg/base-drafts/commit/62e394f7a538c0bf4ef44787510b0229eb118af2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

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


  Commit: 8af3d28bd220814a89edce17726f563783deac0d
      https://github.com/quicwg/base-drafts/commit/8af3d28bd220814a89edce17726f563783deac0d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

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


  Commit: 49a28334da5cbecebb108424ba5db0dca7840e7b
      https://github.com/quicwg/base-drafts/commit/49a28334da5cbecebb108424ba5db0dca7840e7b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

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


  Commit: 054fae193d6d9ccffdf0b20b7011a24ed33eb3b1
      https://github.com/quicwg/base-drafts/commit/054fae193d6d9ccffdf0b20b7011a24ed33eb3b1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

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

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

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


  Commit: 2140c28bc8398957967bc017e78974668d95a86e
      https://github.com/quicwg/base-drafts/commit/2140c28bc8398957967bc017e78974668d95a86e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

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

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


  Commit: 69afe421890c5a94de801a9dc5c8876154b441e8
      https://github.com/quicwg/base-drafts/commit/69afe421890c5a94de801a9dc5c8876154b441e8
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

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

  Log Message:
  -----------
  Marten's comment


  Commit: 1c9886e38e9d316d18688b46ed75b9eda9a6bfc8
      https://github.com/quicwg/base-drafts/commit/1c9886e38e9d316d18688b46ed75b9eda9a6bfc8
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

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

  Log Message:
  -----------
  Marten's pseudocode


  Commit: a87a04c1a6607caded4daa780f5a8554a82885ab
      https://github.com/quicwg/base-drafts/commit/a87a04c1a6607caded4daa780f5a8554a82885ab
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-25 (Fri, 25 Oct 2019)

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

  Log Message:
  -----------
  line wrapping


  Commit: 545e788428c30217c705ecb05f686dde00681a44
      https://github.com/quicwg/base-drafts/commit/545e788428c30217c705ecb05f686dde00681a44
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  Define loss_times


  Commit: a00c4753d038f0861677ea547c4402746f219bae
      https://github.com/quicwg/base-drafts/commit/a00c4753d038f0861677ea547c4402746f219bae
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  Exponential backoff limits the packets sent

Instead of creating special rules for PTO when multiple PN spaces have data, describe how the already existing exponential backoff accomplishes this.


  Commit: 5e81481786d1ba1c24c4d39c4712ac5003a5cbb4
      https://github.com/quicwg/base-drafts/commit/5e81481786d1ba1c24c4d39c4712ac5003a5cbb4
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

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


  Commit: ed8750ae9d8ae6279a44dde075638ca859b40658
      https://github.com/quicwg/base-drafts/commit/ed8750ae9d8ae6279a44dde075638ca859b40658
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  Don't arm PTO for ApplicationData until complete


  Commit: 6322d369a5b25b731285b131e77a76b405a6ec16
      https://github.com/quicwg/base-drafts/commit/6322d369a5b25b731285b131e77a76b405a6ec16
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  Initial and Handshake have no max_ack_delay


  Commit: 45bf06ce64636c9ded8fb178a2bc905be372dc39
      https://github.com/quicwg/base-drafts/commit/45bf06ce64636c9ded8fb178a2bc905be372dc39
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: 34e3d6173c558fb156166a88709f81fa0211742a
      https://github.com/quicwg/base-drafts/commit/34e3d6173c558fb156166a88709f81fa0211742a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  Martin Duke's suggestions


  Commit: 54e26e7a39e80a265a642a512b1a8574ea2aed21
      https://github.com/quicwg/base-drafts/commit/54e26e7a39e80a265a642a512b1a8574ea2aed21
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

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


  Commit: d0e699677b5760be95b93cdb9063747cd1e42f4b
      https://github.com/quicwg/base-drafts/commit/d0e699677b5760be95b93cdb9063747cd1e42f4b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

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

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

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


  Commit: 50f670169e4cae5b13065c015674b597515cda2e
      https://github.com/quicwg/base-drafts/commit/50f670169e4cae5b13065c015674b597515cda2e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

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

  Log Message:
  -----------
  loss_times -> loss_time


  Commit: 355d1e552b4ec41891941f7d1f8993ca3723c3da
      https://github.com/quicwg/base-drafts/commit/355d1e552b4ec41891941f7d1f8993ca3723c3da
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M .circleci/config.yml
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md
    M ietf.json

  Log Message:
  -----------
  Merge branch 'master' into ianswett-pto-per-pn-space


  Commit: cff00e01280aabf3916edb64508a5d786d779bb3
      https://github.com/quicwg/base-drafts/commit/cff00e01280aabf3916edb64508a5d786d779bb3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  1 loss_times -> loss_time


  Commit: 7b29c66d562641af795196e9be527196cb51ef55
      https://github.com/quicwg/base-drafts/commit/7b29c66d562641af795196e9be527196cb51ef55
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

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

  Log Message:
  -----------
  Reword an awkward sentence


  Commit: 6e902d3ae04f23269607c914d94e6e86cc6b425e
      https://github.com/quicwg/base-drafts/commit/6e902d3ae04f23269607c914d94e6e86cc6b425e
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Jana's comments


  Commit: ef6241dc80cdd1efffd4d0f60fff26855202487b
      https://github.com/quicwg/base-drafts/commit/ef6241dc80cdd1efffd4d0f60fff26855202487b
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3066 from quicwg/ianswett-pto-per-pn-space

Change PTO to be per packet number space


Compare: https://github.com/quicwg/base-drafts/compare/c86bfb1675ac...ef6241dc80cd


From nobody Tue Nov  5 15:14:35 2019
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 7FFFA120072 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qZ8ZRfSJ-C77 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2C2D212008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id B92AD261671 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995664; bh=1dbIEZSUqwimdAe6tX+EE0uoogveajwE5sU62Il6sEc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iDdzHKT2B+6fdAAO51DzGX8EoleibFgqIvqkEbZRGKXmXix/unhELokl1+B5RJmb1 QsPIPtaiC8xbgl4ljFOKAGwLEoUsRWBNZRmY2woYFcHQ8wYPY0aTAAIqU0mpjG1re/ zYymXzGO1s30TBs7fpIn2g/oG1jub57UN4/4rySo=
Date: Tue, 05 Nov 2019 15:14:24 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SJSKFIZJ7Q7VA3XF3Z42NBEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/issue_event/2773351558@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2025074737_10753facd82cd96c271074"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FlZaSf_JbaHb8xYDvhXHUkQMyHM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:14:26 -0000

----==_mimepart_5dc2025074737_10753facd82cd96c271074
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3066 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#event-2773351558
----==_mimepart_5dc2025074737_10753facd82cd96c271074
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK7NXK73JYSA6BX4WTDQSH45BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZBQ#event-2773351558">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ZTEQVTXCNF7XGZCDQSH45BANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YQL5DI2B2N4CI2ZDQSH45BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7NXK73JYSA6BX4WTDQSH45BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZBQ#event-2773351558",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7NXK73JYSA6BX4WTDQSH45BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZBQ#event-2773351558",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2025074737_10753facd82cd96c271074--


From nobody Tue Nov  5 15:14:39 2019
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 3E55C1202DD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WZ9NwnGZhxnk for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BD1D12011B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 8A6C1C60C48 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995664; bh=Z7/d9KoG9Qg5Nvi24dr9JIRaLjDM+lQ8F6vcZZO/AEM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ft8O+v8MDw0bOe0sI069tY6vMINR4UxSW0wHsLNjWJSXdvza2997WX/sjIAjQy57X X6wAlpY5+Sy0G+Wo46P5jCAoI93wRA11DBCVLxW314ZMHPwM4xrdQJYpkzk3bj2p1C 3c98Vz+2epC0o8KopsD9L6mjYS7g60iqY8mqRdVs=
Date: Tue, 05 Nov 2019 15:14:24 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KRB2GJEMV5HNEBTF3Z42NBEVBNHHB3LSYRI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3067/issue_event/2773351627@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3067@github.com>
References: <quicwg/base-drafts/issues/3067@github.com>
Subject: Re: [quicwg/base-drafts] 0RTT or 0.5RTT data extends the PTO before handshake completion (#3067)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2025078cfa_92a3f8c86ccd95c163732"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5t3uRqscz1E6HaPuCFV9wWkYAcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:14:30 -0000

----==_mimepart_5dc2025078cfa_92a3f8c86ccd95c163732
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3067 via #3066.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3067#event-2773351627
----==_mimepart_5dc2025078cfa_92a3f8c86ccd95c163732
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497965194" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3067" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3067/hovercard" href="https://github.com/quicwg/base-drafts/issues/3067">#3067</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3067?email_source=notifications&amp;email_token=AFTOJK2XT665ISLO7DTUSLTQSH45BA5CNFSM4I2FYUT2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZSY#event-2773351627">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6BRKESX4FMTNLELYDQSH45BANCNFSM4I2FYUTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZTXM2UECARDZBBK63QSH45BA5CNFSM4I2FYUT2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZSY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3067?email_source=notifications\u0026email_token=AFTOJK2XT665ISLO7DTUSLTQSH45BA5CNFSM4I2FYUT2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZSY#event-2773351627",
"url": "https://github.com/quicwg/base-drafts/issues/3067?email_source=notifications\u0026email_token=AFTOJK2XT665ISLO7DTUSLTQSH45BA5CNFSM4I2FYUT2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZSY#event-2773351627",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2025078cfa_92a3f8c86ccd95c163732--


From nobody Tue Nov  5 15:14:43 2019
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 84B2B120BA0 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7f938eU5TIrP for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CB9312011F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:25 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 8379D6E01F9 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995664; bh=fB+8cBUX+XB+l/CyKNAkiUjsGfgtaBeyoOVkRN4+sqk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KrR9e/Aq//3BZ4z6Fju+bBn37R02Lh+aoQf5vb2rr91z/FN64Qk+a8l37UxJNhIya NhaCEv02Kdlq1E93ijey9Hf1oOEB7xLsaxsicHzMFnOdVI4FJtTzpFO4p2CNdsBDbj pBGNUiJAe1rwt+B654HFsw0mqBctiRPl4L3RbWgs=
Date: Tue, 05 Nov 2019 15:14:24 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6I3SMYLBRDM6WN5J53Z42NBEVBNHHB3Z3HXI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3074/issue_event/2773351654@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3074@github.com>
References: <quicwg/base-drafts/issues/3074@github.com>
Subject: Re: [quicwg/base-drafts] Probe packet section needs to suggest a crypto context (#3074)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20250742c8_6cdf3ff9a7ccd9642047a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JP3XhUIexyVxghsRDq8qSzmU3-A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:14:31 -0000

----==_mimepart_5dc20250742c8_6cdf3ff9a7ccd9642047a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3074 via #3066.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3074#event-2773351654
----==_mimepart_5dc20250742c8_6cdf3ff9a7ccd9642047a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="501704634" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3074" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3074/hovercard" href="https://github.com/quicwg/base-drafts/issues/3074">#3074</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3074?email_source=notifications&amp;email_token=AFTOJK7EG7MQIVRD5Q7BI2TQSH45BA5CNFSM4I4266IKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZZQ#event-2773351654">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZOU26Z3XWDZGPFWPLQSH45BANCNFSM4I4266IA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7P4PZKYBMCUI6NDPTQSH45BA5CNFSM4I4266IKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3074?email_source=notifications\u0026email_token=AFTOJK7EG7MQIVRD5Q7BI2TQSH45BA5CNFSM4I4266IKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZZQ#event-2773351654",
"url": "https://github.com/quicwg/base-drafts/issues/3074?email_source=notifications\u0026email_token=AFTOJK7EG7MQIVRD5Q7BI2TQSH45BA5CNFSM4I4266IKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG7ZZQ#event-2773351654",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20250742c8_6cdf3ff9a7ccd9642047a6--


From nobody Tue Nov  5 15:14:47 2019
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 EB313120C0B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ytjqdnTAc1my for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:27 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 367BD120236 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:27 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 7FC3D6A0601 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995666; bh=EdeIrOyG4MNr9vPiPiVrrV8cBh+5WlZgIlluCG6qby4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mlIvO3WVVpE/74UB8JT7Xv240HmKA86BjOpW+3JWVliNs5J0IJbn3mrJRMS3ouKdD Geb9EtKkUoz/yey01OqgtJ0JZiyA+zZ/u8uDW7AaZhNDRur7t456eo4Hk7EwpKUQ1h C7vAdLHxIt+/y0TWqcO59on+x+mj056iZZvEV6zw=
Date: Tue, 05 Nov 2019 15:14:26 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZBZSZFUN7OFXIJSKF3Z42NFEVBNHHBXDZPBM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2863/issue_event/2773351891@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2863@github.com>
References: <quicwg/base-drafts/issues/2863@github.com>
Subject: Re: [quicwg/base-drafts] unrecoverable loss pattern leads to deadlock (#2863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2025270e8a_7ac73f8ab4acd964646574"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PVPbciffVi2BfCPC0SriYExrRyQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:14:32 -0000

----==_mimepart_5dc2025270e8a_7ac73f8ab4acd964646574
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2863 via f7f22f901db17f280479153698a73a93f0fe9340.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2863#event-2773351891
----==_mimepart_5dc2025270e8a_7ac73f8ab4acd964646574
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="462368523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2863" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2863/hovercard" href="https://github.com/quicwg/base-drafts/issues/2863">#2863</a> via <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/f7f22f901db17f280479153698a73a93f0fe9340/hovercard" href="https://github.com/quicwg/base-drafts/commit/f7f22f901db17f280479153698a73a93f0fe9340"><tt>f7f22f9</tt></a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications&amp;email_token=AFTOJK67MHIXOEI43CAP5WTQSH45FA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG73UY#event-2773351891">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBKLHNZZKIGPY2LHLQSH45FANCNFSM4H4LZFRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZKNJ3YYGAYNU2WHQLQSH45FA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG73UY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK67MHIXOEI43CAP5WTQSH45FA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG73UY#event-2773351891",
"url": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK67MHIXOEI43CAP5WTQSH45FA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVG73UY#event-2773351891",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2025270e8a_7ac73f8ab4acd964646574--


From nobody Tue Nov  5 15:14:58 2019
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 3A1CC1200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:54 -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 uGsBqGS8xdiw for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:14:52 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADDE112008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:52 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 14307A0C4E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:14:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572995692; bh=2tDK4oU7fRAtwts5B4lLPldrdYQ+BkxdfmYCZfDM1JA=; h=Date:From:To:Subject:From; b=Xo7speyzze+v7RgZkz3OAud1o7W226vAWEbuZgV892/jjh3S0YSvVjhEPWvhX8ETL LMzacQ5dPQoD2V7xiDPCqPqJK8cDvFY/lPYgU2apNkUjWUjX61SNBWSnBDUlfwj4IZ xqqMRAX9MtcEn+RsbcMLWZMJSCSzaxBMvAPThF+4=
Date: Tue, 05 Nov 2019 15:14:51 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c01ea3-98d441@github.com>
Subject: [quicwg/base-drafts] 98d441: Script updating gh-pages from ef6241dc. [ci skip]
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/9M2P8tVDQ1Lhzo2cLDUP-0G_LEY>
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, 05 Nov 2019 23:14:54 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 98d441a0c67bd3a9293e04c6af857ac6323b8c11
      https://github.com/quicwg/base-drafts/commit/98d441a0c67bd3a9293e04c6af857ac6323b8c11
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from ef6241dc. [ci skip]



From nobody Tue Nov  5 15:20:39 2019
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 5354712008F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:20:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cyCdcHldH7PD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:20:37 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2EC58120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:20:37 -0800 (PST)
Date: Tue, 05 Nov 2019 15:20:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996036; bh=IC4LJ8mtXgJr6/jbkt94tBAcTgX9dOa8SHXiOtPFTxc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m/i6cK06WTkJyoW8/5yhkMhibP8S8u/cnDFJMrvrT2Xdrzx37hxt/IkVQS+9gixGW iOuwEzjrnw82GtV8TYLvcxz+vTrYmt7TGtSwhWV0IY5iFn1CqKv6hBeLVu13nWAslX 7R/m23dpJXS2fql+36j4O3bZghKzVQPESG8QMHUc=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZOP2M3JORFKTBOB2V3Z43EJEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/312108966@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc203c451eb5_29403fae9c8cd9643155bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SvfOggBIZCXIhuNeZd3LeG2pSLg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:20:38 -0000

----==_mimepart_5dc203c451eb5_29403fae9c8cd9643155bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#pullrequestreview-312108966
----==_mimepart_5dc203c451eb5_29403fae9c8cd9643155bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK4DTHB6A2WG5HNQQ2LQSH5UJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNGPJQ#pullrequestreview-312108966">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3NR3LTMK7OW7OKUPLQSH5UJANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2S4DTUWDECX3HOQQTQSH5UJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNGPJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK4DTHB6A2WG5HNQQ2LQSH5UJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNGPJQ#pullrequestreview-312108966",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK4DTHB6A2WG5HNQQ2LQSH5UJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNGPJQ#pullrequestreview-312108966",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc203c451eb5_29403fae9c8cd9643155bb--


From nobody Tue Nov  5 15:21:28 2019
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 71E9D1200CC for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:27 -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 J8KjbJwP8Sdc for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:26 -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 3D67E12008F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:26 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 8A7768C0212 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996085; bh=mtIGQ83rI7eus7xS3ff2Dfbpx4p6e4YfzZ/Vurc0h5Q=; h=Date:From:To:Subject:From; b=xDWOr0K5ooHH4mpPcKa5JI3HlPQF7qsSWzIjVLFZGAgNSfRHMc23VS0Qz7laDc+1g nPhg0261OuI3+SCp80JoEey6gl+VB75/XklWIfGQ7f/g9VMx9BAXp5HrV4X5I09DON o6/3+VSvChsWByr/IHOB+3Lp7hAIcDN6OLtFxQcA=
Date: Tue, 05 Nov 2019 15:21:25 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/ef6241-57fb22@github.com>
Subject: [quicwg/base-drafts] 57fb22: Don't call two different things "blocking" (#3172)
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/g7COX3Md1Bfmuvpipvp_08RYrIg>
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, 05 Nov 2019 23:21:27 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 57fb22f678c1e7805ebdab7614c81ea9c227f488
      https://github.com/quicwg/base-drafts/commit/57fb22f678c1e7805ebdab7614c81ea9c227f488
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Don't call two different things "blocking" (#3172)

* Evictable, not blocking

* Focus on insertion, not eviction



From nobody Tue Nov  5 15:21:34 2019
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 B071012008F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:28 -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, TVD_SPACE_RATIO=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 LaxqfUmII_kt for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:26 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A617B1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:26 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id F318C6A03AF for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996085; bh=xyC1/zC1nKRqiLAoAOf6JgBh8K4+ytNGG0etH6vKI08=; h=Date:From:To:Subject:From; b=0jY4JL302fZtMboFXkMBRFYwc60JxriaeShGMd9Dl2kYolAz5W75tbTXp07vf6QK6 DslfO1Y5FhBZ590GP925EMVZRAt5Ok39n4PjfKmvsLWjJhRc+Sioe6H54Eld0l471F GXYtsdWt/ZiWFX6W3aqwnOcX+kJtWTzOn8Pbb2/s=
Date: Tue, 05 Nov 2019 15:21:25 -0800
From: afrind <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/qpack/evictable/7a1cb7-000000@github.com>
Subject: [quicwg/base-drafts]
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/pJTKVHHfLatAnGt0Vtcc-v7qJ4o>
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, 05 Nov 2019 23:21:29 -0000

  Branch: refs/heads/qpack/evictable
  Home:   https://github.com/quicwg/base-drafts


From nobody Tue Nov  5 15:21:38 2019
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 6BB0F1200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 meN_1iy5j_xF for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:26 -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 C8796120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:25 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id D0BE48C0545 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996084; bh=YLsJbH9iMOUA9Qu8x6g/zkPuhjOieVRmpT8BDHjFPe8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mP24ai3J1t36/MrXkUUQwF6H+0B9BPezVVSXbZTGWpf3tTbi17k41IfWisce4aMIb EPNUMsTEp+JIDVuR9414VE96cH6xAmata8tAb99aZO8T1+t07smmz7MwEL58r9C5DK 9bRmb2Z9t0c6YNFgI6kvBNn5c0beOjreTJPl+E1k=
Date: Tue, 05 Nov 2019 15:21:24 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CBUHG2Q526BQYDSN3Z43HJEVBNHHB5KNIHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/review/310133400@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc203f4c1b17_10423facd82cd96c23912d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HzIqTlN-lU1a437pBgpj33bRrno>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:21:30 -0000

----==_mimepart_5dc203f4c1b17_10423facd82cd96c23912d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.

Minor nits; otherwise looks good.

> +{{!RFC8126}}.  Designated expert(s) are advised that only registrations for an
+excessive proportion of remaining codepoint space or the very first unassigned
+value (see {{iana-random}}) can be rejected.
+
+Provisional registrations will include a date field that indicates when the
+registration was last updated.  A request to update the date on any provisional
+registration can be made without review from the designated expert(s).
+
+All QUIC registries include the following fields to support provisional
+registration:
+
+Value:
+: The assigned codepoint.
+
+Status:
+: "Permanent" or "Provisional".
 
 Specification:
 

```suggestion
```
The others here don't have a blank line between them.

> +New uses of codepoints from QUIC registries SHOULD use a randomly selected
+codepoint that excludes both existing allocations and the first unallocated
+codepoint in the selected space.  This minimizes the risk that differing
+semantics are attributed to the same codepoint by different implementations.
+Use of the first codepoint in a range is intended for use by specifications that
+are developed through the standards process {{?STD=RFC2026}} and its allocation
+MUST be negotiated with IANA before use.
+
+For codepoints that are encoded in variable-length integers
+({{integer-encoding}}), such as frame types, codepoints that encode to four or
+eight bytes (that is, values 2^14 and above) SHOULD be used unless the usage is
+especially sensitive to having a longer encoding.
+
+Applications to register codepoints in QUIC registries MAY include a codepoint
+as part of the registration.  IANA MUST allocate the selected codepoint unless
+that codepoint is already assigned or the codepoints is the first unallocated

```suggestion
that codepoint is already assigned or the codepoint is the first unallocated
```

> +
+
+### Reclaiming Provisional Codepoints
+
+A request might be made to remove an unused provisional registration from the
+registry to reclaim space in a registry, or portion of the registry (such as the
+64-16383 range for codepoints that use variable-length encodings).  This SHOULD
+be done only for the codepoints with the earliest recorded date and entries that
+have been updated less than a year prior SHOULD NOT be reclaimed.
+
+A request to remove a codepoint MUST be reviewed by the designated expert(s).
+The expert(s) MUST attempt to determine whether the codepoint is still in use.
+Experts are advised to contact the listed contacts for the registration, plus as
+wide a set of protocol implementers as possible in order to determine whether
+any use of the codepoint is known.  The expert(s) are advised to allow at least
+four weeks for this search.

```suggestion
four weeks for responses.
```

> +the registration is made, the codepoint MUST NOT be reclaimed.  Instead, the
+date on the registration is updated.  A note might be added for the registration
+recording relevant information that was learned.
+
+If no use of the codepoint was identified and no request was made to update the
+registration, the codepoint MAY be removed from the registry.
+
+This process also applies to requests to change a provisional registration into
+a permanent registration, except that the goal is not to determine whether there
+is no use of the codepoint, but to determine that the registration is an
+accurate representation of any deployed usage.
+
+
+### Permanent Registrations {#iana-permanent}
+
+Permanent registrations in QUIC registries require Specification Required policy

```suggestion
Permanent registrations in QUIC registries use the Specification Required policy
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170#pullrequestreview-310133400
----==_mimepart_5dc203f4c1b17_10423facd82cd96c23912d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@MikeBishop</b> approved this pull request.</p>=0D
=0D
<p>Minor nits; otherwise looks good.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3170#discussi=
on_r341329217">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +{{!RFC8126}}.  Designated expert(s) are a=
dvised that only registrations for an=0D
+excessive proportion of remaining codepoint space or the very first unas=
signed=0D
+value (see {{iana-random}}) can be rejected.=0D
+=0D
+Provisional registrations will include a date field that indicates when =
the=0D
+registration was last updated.  A request to update the date on any prov=
isional=0D
+registration can be made without review from the designated expert(s).=0D=

+=0D
+All QUIC registries include the following fields to support provisional=0D=

+registration:=0D
+=0D
+Value:=0D
+: The assigned codepoint.=0D
+=0D
+Status:=0D
+: &quot;Permanent&quot; or &quot;Provisional&quot;.=0D
 =0D
 Specification:=0D
 =0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">- =0D
</pre>=0D
=0D
<p>The others here don't have a blank line between them.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3170#discussi=
on_r342847427">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +New uses of codepoints from QUIC registri=
es SHOULD use a randomly selected=0D
+codepoint that excludes both existing allocations and the first unalloca=
ted=0D
+codepoint in the selected space.  This minimizes the risk that differing=
=0D
+semantics are attributed to the same codepoint by different implementati=
ons.=0D
+Use of the first codepoint in a range is intended for use by specificati=
ons that=0D
+are developed through the standards process {{?STD=3DRFC2026}} and its a=
llocation=0D
+MUST be negotiated with IANA before use.=0D
+=0D
+For codepoints that are encoded in variable-length integers=0D
+({{integer-encoding}}), such as frame types, codepoints that encode to f=
our or=0D
+eight bytes (that is, values 2^14 and above) SHOULD be used unless the u=
sage is=0D
+especially sensitive to having a longer encoding.=0D
+=0D
+Applications to register codepoints in QUIC registries MAY include a cod=
epoint=0D
+as part of the registration.  IANA MUST allocate the selected codepoint =
unless=0D
+that codepoint is already assigned or the codepoints is the first unallo=
cated=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-that codepoint is already assigned or the cod=
epoints is the first unallocated=0D
+that codepoint is already assigned or the codepoint is the first unalloc=
ated=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3170#discussi=
on_r342847825">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+=0D
+### Reclaiming Provisional Codepoints=0D
+=0D
+A request might be made to remove an unused provisional registration fro=
m the=0D
+registry to reclaim space in a registry, or portion of the registry (suc=
h as the=0D
+64-16383 range for codepoints that use variable-length encodings).  This=
 SHOULD=0D
+be done only for the codepoints with the earliest recorded date and entr=
ies that=0D
+have been updated less than a year prior SHOULD NOT be reclaimed.=0D
+=0D
+A request to remove a codepoint MUST be reviewed by the designated exper=
t(s).=0D
+The expert(s) MUST attempt to determine whether the codepoint is still i=
n use.=0D
+Experts are advised to contact the listed contacts for the registration,=
 plus as=0D
+wide a set of protocol implementers as possible in order to determine wh=
ether=0D
+any use of the codepoint is known.  The expert(s) are advised to allow a=
t least=0D
+four weeks for this search.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-four weeks for this search.=0D
+four weeks for responses.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3170#discussi=
on_r342848054">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +the registration is made, the codepoint M=
UST NOT be reclaimed.  Instead, the=0D
+date on the registration is updated.  A note might be added for the regi=
stration=0D
+recording relevant information that was learned.=0D
+=0D
+If no use of the codepoint was identified and no request was made to upd=
ate the=0D
+registration, the codepoint MAY be removed from the registry.=0D
+=0D
+This process also applies to requests to change a provisional registrati=
on into=0D
+a permanent registration, except that the goal is not to determine wheth=
er there=0D
+is no use of the codepoint, but to determine that the registration is an=
=0D
+accurate representation of any deployed usage.=0D
+=0D
+=0D
+### Permanent Registrations {#iana-permanent}=0D
+=0D
+Permanent registrations in QUIC registries require Specification Require=
d policy=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Permanent registrations in QUIC registries re=
quire Specification Required policy=0D
+Permanent registrations in QUIC registries use the Specification Require=
d policy=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3170?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYZZFZX2YTYXGDVYE3QSH5XJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ6EFGA#pullrequestreview-310133400=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKYWQ7RZC3USK5QQSO3QSH5XJANCNFSM4JGUI6WQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5P4QRO2YV4=
CRKNYMLQSH5XJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCJ6EFGA.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3170?email_source=3D=
notifications\u0026email_token=3DAFTOJKYZZFZX2YTYXGDVYE3QSH5XJA5CNFSM4JGU=
I6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
J6EFGA#pullrequestreview-310133400",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3170?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYZZFZX2YTYXGDVYE3QSH5XJA5CNFSM4JGUI6=
W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCJ6=
EFGA#pullrequestreview-310133400",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc203f4c1b17_10423facd82cd96c23912d--


From nobody Tue Nov  5 15:21:43 2019
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 5470512008F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qnDZW-ayGwBp for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:21:35 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD9AB120828 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:21:34 -0800 (PST)
Date: Tue, 05 Nov 2019 15:21:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996093; bh=Nwd7pZ/dgoKNmhXSakbWaVKXKq63BgV1CKtgC9LlWos=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0tb69BCUPD9We6oivH9gVY4fOpgkuCFOFbTNfBK0Luy9dO4ozyaJnDnQkcLYaxFTO 11usbBTQKfC0jpEl+3iIU18FozVNlwUReIDQRQ7/5kPiIvhWuvnsdgs/dsUIsaz40v 8XorXy7uz3WVJl0kPVqWPHjV874aMoSm4qxDdRmI=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RTJCP3Z7TROY7BGV3Z43H3EVBNHHB5L2DQ4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3172/issue_event/2773369442@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3172@github.com>
References: <quicwg/base-drafts/pull/3172@github.com>
Subject: Re: [quicwg/base-drafts] Don't call two different things "blocking" (#3172)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc203fd8b978_5a753fdc2f0cd96036374d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ok8iGMu-DBgZ31ZoIkEQGjXmnKA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:21:36 -0000

----==_mimepart_5dc203fd8b978_5a753fdc2f0cd96036374d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3172 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3172#event-2773369442
----==_mimepart_5dc203fd8b978_5a753fdc2f0cd96036374d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514802567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3172" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3172/hovercard" href="https://github.com/quicwg/base-drafts/pull/3172">#3172</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3172?email_source=notifications&amp;email_token=AFTOJK7TWBGULKTAVYCVZHLQSH5X3A5CNFSM4JG4HQPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHEEYQ#event-2773369442">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZF42K4E74GACNWIRLQSH5X3ANCNFSM4JG4HQPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KDKXQOUXP4GXR4Y3QSH5X3A5CNFSM4JG4HQPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHEEYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3172?email_source=notifications\u0026email_token=AFTOJK7TWBGULKTAVYCVZHLQSH5X3A5CNFSM4JG4HQPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHEEYQ#event-2773369442",
"url": "https://github.com/quicwg/base-drafts/pull/3172?email_source=notifications\u0026email_token=AFTOJK7TWBGULKTAVYCVZHLQSH5X3A5CNFSM4JG4HQPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHEEYQ#event-2773369442",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc203fd8b978_5a753fdc2f0cd96036374d--


From nobody Tue Nov  5 15:22:13 2019
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 4D85A1200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:22:12 -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 2x2xTTI7Lcjn for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:22:10 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D85C1120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:22:10 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 3DC18A0355 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:22:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996130; bh=nptHbkzBowgUrzgetu2BhojoqZ3RwwYTLrRDGgZJGrY=; h=Date:From:To:Subject:From; b=KiMkR/1rBAgjTc9/7J2a8Hh9wt9SPliiY0giml5tX394BNj56edMkG4B/JOzB84f1 nskmKPSQdwJMbWuoh7RMONHRbtbtK+2laTciPStEqOawM67mHJ1NpSgZPXyq3SBtXg uc/pCoWG3+kvr7ie5osn7LbnxHHBHkzIn7ewVFJU=
Date: Tue, 05 Nov 2019 15:22:10 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/98d441-fab059@github.com>
Subject: [quicwg/base-drafts] fab059: Script updating gh-pages from 57fb22f6. [ci skip]
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/amdgwxovNzfCcNgUSRTeuT3r-sE>
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, 05 Nov 2019 23:22:12 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: fab05987d6db480dce929fceca62d3aba8d0e24e
      https://github.com/quicwg/base-drafts/commit/fab05987d6db480dce929fceca62d3aba8d0e24e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 57fb22f6. [ci skip]



From nobody Tue Nov  5 15:30:57 2019
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 5E11A12083A for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:30:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xNK7Z-n4e9vx for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:30:21 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A93F112011B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:30:21 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id EE3A06A0D01 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:30:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996620; bh=+ZemtwINtdpWnSHjrgnZtPIJ1GDgMXYaJNkxUqma2JY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p5RUZDypYBGt38eKKA4APZbrNhiQk4UPtKUu2vSpzQng7U36jVlgziL2BP7i5gzWO EVIVQOTCEWatLO7lxNefbhE60RhC+HuL5inNRS2CxhLMv48JLUT0sR45Gr/O6FKG+j HgBNkeqGUUlhuk98L8wkbh4WVpLDX2O8DnjlGkGw=
Date: Tue, 05 Nov 2019 15:30:20 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7B4FJK6ECM2JODKAF3Z44IZEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/312112452@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2060cd225b_27d23fc3218cd95c44921b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g19habHnaB12g3pRbXE-sVrI5Zc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:30:23 -0000

----==_mimepart_5dc2060cd225b_27d23fc3218cd95c44921b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
-: The idle timeout is a value in milliseconds that is encoded as an integer; see
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle
-  timeout is disabled.
+: The max idle timeout is a value in milliseconds that is encoded as an integer;
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints omit this
+  transport parameteter or specify a value of 0.

SG, I'm going to no longer make the default 0.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r342850882
----==_mimepart_5dc2060cd225b_27d23fc3218cd95c44921b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r342850882">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The idle timeout is a value in milliseconds that is encoded as an integer; see
-  ({{idle-timeout}}).  If this parameter is absent or zero then the idle
-  timeout is disabled.
+: The max idle timeout is a value in milliseconds that is encoded as an integer;
+  see ({{idle-timeout}}).  Idle timeout is disabled when both endpoints omit this
+  transport parameteter or specify a value of 0.
</pre>
<p>SG, I'm going to no longer make the default 0.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK6MFO7WRP5MPXKZFU3QSH6YZA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNHKRA#discussion_r342850882">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3BDOH3JP4WFJAEN5TQSH6YZANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2TYXOO3ITP6IKE3Y3QSH6YZA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNHKRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK6MFO7WRP5MPXKZFU3QSH6YZA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNHKRA#discussion_r342850882",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK6MFO7WRP5MPXKZFU3QSH6YZA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNHKRA#discussion_r342850882",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2060cd225b_27d23fc3218cd95c44921b--


From nobody Tue Nov  5 15:36:11 2019
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 2249A120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:09 -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 dZ_KvUXQj27V for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:07 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AAC22120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:35:58 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id DE09D6611D6 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:35:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996957; bh=jB0crNWcDUZShjhz3bWIQCnnLI9edcaoetgp63/ikek=; h=Date:From:To:Subject:From; b=0ADu7FK7rGVywk/b/3Uay2PhSlJCUGCJVUxeDfu/aTxVDVMN6WYe3AlgtJFEj7cad W6gX3twbi4WOxdxONB9vuDq2anvyd1nxrbYvsJUsY+TYInxW/jy4o1bnibU2esg7kf wnwkqHZKEZggGAeSweJDI2TIviUsft98RBrheTdc=
Date: Tue, 05 Nov 2019 15:35:57 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/57fb22-437472@github.com>
Subject: [quicwg/base-drafts] 437472: Fix bug in Insert Count Increment description. (#3...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Apb0ubKi_2cwlYaPqySduvwh8og>
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, 05 Nov 2019 23:36:09 -0000

  Branch: refs/heads/master=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 437472d25998151fcffb551b7f358f16caf8acd1=0D
      https://github.com/quicwg/base-drafts/commit/437472d25998151fcffb55=
1b7f358f16caf8acd1=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix bug in Insert Count Increment description. (#3132)=0D
=0D
* Fix bug in Insert Count Increment description.=0D
=0D
Fixes issue 3082.=0D
=0D
This PR fixes the race condition and clarifies that both endpoints must=0D=

keep track of the Known Received Count.=0D
=0D
* Revert some changes.=0D
=0D
* Remove unnecessarily inserted blank line.=0D
=0D
=0D


From nobody Tue Nov  5 15:36:17 2019
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 E0363120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FKL8CdgXtgqZ for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:11 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 880AC1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:36:07 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id B2B311C2E78 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:36:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572996966; bh=+/AT/kRFNopv1uXk59wyjgMRdTicmk5fpKTaZ7jh0YI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EwmkkjyJlMF4eSCrqStFion1ibNJpD0CMwdWj8il1zQV+ssluNt5kTzpnFBjGHgA9 8cA+Xyenu04ZlRBdKyuTpp9Y77vVmAGdG0gqnict2sN0S5tneZ/KUWje6lvyHhUZmA NH56WT5aVvKa2wfrXMkE5HWBZfe5JaWqnXe1gU8g=
Date: Tue, 05 Nov 2019 15:36:06 -0800
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK45RZB2WYRID6XAFEV3Z446NEVBNHHB45IKMY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3132/issue_event/2773401788@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3132@github.com>
References: <quicwg/base-drafts/pull/3132@github.com>
Subject: Re: [quicwg/base-drafts] Fix bug in Insert Count Increment description. (#3132)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20766a41a6_5d833ff60f0cd95c18718a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vSBP34zyByJvRErC4_fHYBr9_n4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:36:13 -0000

----==_mimepart_5dc20766a41a6_5d833ff60f0cd95c18718a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3132 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3132#event-2773401788
----==_mimepart_5dc20766a41a6_5d833ff60f0cd95c18718a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510986854" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3132" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3132/hovercard" href="https://github.com/quicwg/base-drafts/pull/3132">#3132</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3132?email_source=notifications&amp;email_token=AFTOJK6E54HPVPG2YS7NN3TQSH7ONA5CNFSM4JDZZIN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHMBPA#event-2773401788">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4CE5HWTUKP5RCNG6LQSH7ONANCNFSM4JDZZINQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2SCT5PB7GARSNJFHTQSH7ONA5CNFSM4JDZZIN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHMBPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3132?email_source=notifications\u0026email_token=AFTOJK6E54HPVPG2YS7NN3TQSH7ONA5CNFSM4JDZZIN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHMBPA#event-2773401788",
"url": "https://github.com/quicwg/base-drafts/pull/3132?email_source=notifications\u0026email_token=AFTOJK6E54HPVPG2YS7NN3TQSH7ONA5CNFSM4JDZZIN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHMBPA#event-2773401788",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20766a41a6_5d833ff60f0cd95c18718a--


From nobody Tue Nov  5 15:37:01 2019
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 68414120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:59 -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 MnU0TrxLcdyQ for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:36:57 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A90B11200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:36:56 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id D335CA06CA for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:36:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997015; bh=19oU7wPeVt5c3+p+/CaoXJnwInTUtxTvXDiuUBcuNDg=; h=Date:From:To:Subject:From; b=BHkubQkvb0LAjA9eYCNjNjkbAhRz9WuBh30Ay/+LwPLY5T95O0b/aQs9uX40vtDXy nL77+T7zfVqm3H58TBZkSJ4kKACyA9H9Tk3exrCbqwu4Yna+v2jQkT8SPfh0Os22XP zVhGmGM/M7N/9YGOQCG7HMYIzTQl+PESSTxcRG/8=
Date: Tue, 05 Nov 2019 15:36:55 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/fab059-aea4c1@github.com>
Subject: [quicwg/base-drafts] aea4c1: Script updating gh-pages from 437472d2. [ci skip]
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/Sj1WmMt76UHYBxD04227McDASgk>
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, 05 Nov 2019 23:37:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: aea4c152072063a08441e016f4236185b6e7eb8b
      https://github.com/quicwg/base-drafts/commit/aea4c152072063a08441e016f4236185b6e7eb8b
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 437472d2. [ci skip]



From nobody Tue Nov  5 15:39:36 2019
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 0BDB412011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:39:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8DDT_LHSY8fa for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:39:32 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8BEE21200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:39:11 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id AC9E86E14A3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:39:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997150; bh=u9z63BkCXQ9yZHhDs4LiJyb0cCLmbnxmzgnwIS7Rq0c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kQmivbhDrD9u7GXjBPdff/XprQuoKJ6dOL5sZ8za+4hI5dT5JW6pf2qrwOkKZala8 0cYoWrm5D1gtcUp/2JD7byQ/EGi1BBg+vq8Kupw6yQ7OM9aUk1LQu83RQOhzBe0TgS gjP+/SoJj5rj7+HTuwUVYIpyMW86BgQShKT323iE=
Date: Tue, 05 Nov 2019 15:39:10 -0800
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYKAIMJ7KAWXTOQ7CN3Z45J5EVBNHHB45IJ64@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/c550073357@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on blocking entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2081e9dd71_5b7f3fa9b98cd9602757c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0LJhTOwa4YQpow9LfKJXjNqjKCc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:39:34 -0000

----==_mimepart_5dc2081e9dd71_5b7f3fa9b98cd9602757c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Did #3172 address your concerns here?  If not, you may need to rebase and resolve the conflicts.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3131#issuecomment-550073357
----==_mimepart_5dc2081e9dd71_5b7f3fa9b98cd9602757c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Did <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514802567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3172" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3172/hovercard" href="https://github.com/quicwg/base-drafts/pull/3172">#3172</a> address your concerns here?  If not, you may need to rebase and resolve the conflicts.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications&amp;email_token=AFTOJK642RXH4GOZC63EPS3QSH7Z5A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXIDI#issuecomment-550073357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYB2SSMKZ2TPMDWAO3QSH7Z5ANCNFSM4JDZZF2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3V5PDOWT2CKOYM4FTQSH7Z5A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXIDI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications\u0026email_token=AFTOJK642RXH4GOZC63EPS3QSH7Z5A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXIDI#issuecomment-550073357",
"url": "https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications\u0026email_token=AFTOJK642RXH4GOZC63EPS3QSH7Z5A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXIDI#issuecomment-550073357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2081e9dd71_5b7f3fa9b98cd9602757c0--


From nobody Tue Nov  5 15:40:19 2019
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 0854F12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:40:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yW6CP4cruoX5 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:40:16 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10EF1120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:40:16 -0800 (PST)
Date: Tue, 05 Nov 2019 15:40:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997215; bh=oErQ/CCT1jLPL3aBeFwWDX4xl8/quPOmiNZOoxsJGNQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hXKHsZVgVc9BRFg/Jl8EauJYp1F7vht8Yp+Iya/ATdEWOXx281gaEya6F7RDyq9ps bE1aX8lVSghRFWZU0ESIjrnxYzUizG9BK6zxfB1tBlU7Y3+x32xtC3Qm2naeRbQdMQ S8df6bPtvvamCvKBmXY56jKlI+2XljdNH77dANb8=
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4M4Y4XFR64PQSA4KF3Z45N7EVBNHHB4CZRUQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3082/issue_event/2773410465@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3082@github.com>
References: <quicwg/base-drafts/issues/3082@github.com>
Subject: Re: [quicwg/base-drafts] Insert Count Increment instruction description has race condition (#3082)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2085f141db_19823fcc2c8cd95c65961a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yA42IrOageOx5c0t8Bq3-9Mxgg8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:40:18 -0000

----==_mimepart_5dc2085f141db_19823fcc2c8cd95c65961a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3082.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3082#event-2773410465
----==_mimepart_5dc2085f141db_19823fcc2c8cd95c65961a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="504050084" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3082" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3082/hovercard" href="https://github.com/quicwg/base-drafts/issues/3082">#3082</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications&amp;email_token=AFTOJK3SC5AZRUYYCZ3DC2DQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOFII#event-2773410465">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6A24Y6Q3QS6JXHCTDQSH757ANCNFSM4I6R3ZKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3BD26QDO4XXTYLBKLQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOFII.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications\u0026email_token=AFTOJK3SC5AZRUYYCZ3DC2DQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOFII#event-2773410465",
"url": "https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications\u0026email_token=AFTOJK3SC5AZRUYYCZ3DC2DQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOFII#event-2773410465",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2085f141db_19823fcc2c8cd95c65961a--


From nobody Tue Nov  5 15:40:33 2019
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 B077A12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:40:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SO9RcEZxsj8K for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:40:20 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87CD01200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:40:16 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id DE8F5660079 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:40:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997215; bh=RbEiaL4bin+Pgfr3NRbJayYlLrobGKDiwDSPK1+eCAA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VVBUAUA4clVin7yDsZ41I2/SIsseXv9lj0stOv8ZzrqJZrNwh+UaIKCDny/cGDHLX UVRWeaaBWcqWjPyM7gktZKzVPmWpDWpllBslX/Nusxqu4v3pmaCwncnZSbn5g9/Jhg qi4lnbbWE1Nw5rFCnu66/KFksq8l4xbIGIgn/PnM=
Date: Tue, 05 Nov 2019 15:40:15 -0800
From: afrind <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4M4Y4XFR64PQSA4KF3Z45N7EVBNHHB4CZRUQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3082/550073613@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3082@github.com>
References: <quicwg/base-drafts/issues/3082@github.com>
Subject: Re: [quicwg/base-drafts] Insert Count Increment instruction description has race condition (#3082)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2085fd010f_72c43f8099acd95c5266b1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: afrind
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gF7iLuNcEKJJaET_1wboYXTwA8I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:40:22 -0000

----==_mimepart_5dc2085fd010f_72c43f8099acd95c5266b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed by #3132

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3082#issuecomment-550073613
----==_mimepart_5dc2085fd010f_72c43f8099acd95c5266b1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510986854" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3132" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3132/hovercard" href="https://github.com/quicwg/base-drafts/pull/3132">#3132</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications&amp;email_token=AFTOJKZOCNFHJU5LSPJISFLQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXKDI#issuecomment-550073613">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6A24Y6Q3QS6JXHCTDQSH757ANCNFSM4I6R3ZKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYSCOCNV3ASAE44IADQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXKDI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications\u0026email_token=AFTOJKZOCNFHJU5LSPJISFLQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXKDI#issuecomment-550073613",
"url": "https://github.com/quicwg/base-drafts/issues/3082?email_source=notifications\u0026email_token=AFTOJKZOCNFHJU5LSPJISFLQSH757A5CNFSM4I6R3ZKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEXKDI#issuecomment-550073613",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2085fd010f_72c43f8099acd95c5266b1--


From nobody Tue Nov  5 15:41:28 2019
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 E4189120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:41:26 -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 EGJRSJSc73Tb for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:41:25 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4506C1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:16 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 9FF8F6E00A8 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997275; bh=LCUUtP7UbVeabr97u1mDh4g8lqDaFE/q1Y3oBYm/kzU=; h=Date:From:To:Subject:From; b=0mYOzmwztkV/XdU8JQDDuSzJI+DDCkI7XhTRB+aaH6ZjV7//836AkiESu+76SS0Eh vJ8Pm04uyaLmsLKlwcIemlHU6reXErie/vo/07P6apuZhM/qm5qd6PcPTZZhWRLrGC 8Ut5UatOuHCIZ0fZLFak9v1zqadqjJJ7VDyzBnlU=
Date: Tue, 05 Nov 2019 15:41:15 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/437472-bd7e51@github.com>
Subject: [quicwg/base-drafts] e5aa3e: Add ClientHello changes to transport changelog sin...
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/N4-7JJ0ko-LdDKAaIzP5Q33pZqo>
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, 05 Nov 2019 23:41:27 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e5aa3e2570e9d093c5ba61dac58443402808fdf2
      https://github.com/quicwg/base-drafts/commit/e5aa3e2570e9d093c5ba61dac58443402808fdf2
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Add ClientHello changes to transport changelog since -23


  Commit: bd7e514967d7b1f5ddc66a4e5b26429aa3ce25fa
      https://github.com/quicwg/base-drafts/commit/bd7e514967d7b1f5ddc66a4e5b26429aa3ce25fa
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3191 from dtikhonov/201911051348-allow-CH-span-to-changelog

Add ClientHello changes to transport changelog since -23


Compare: https://github.com/quicwg/base-drafts/compare/437472d25998...bd7e514967d7


From nobody Tue Nov  5 15:41:35 2019
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 B36EB120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:41:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EXM7LDOkOM38 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:41:29 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5AE08120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:25 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 7A1681C07C2 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997284; bh=p8JUpuMKLQkzmlsyZVtv627Lg7OILFF5yKeZKGnUbrY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gq/n58w68skBxkR0i/rdOFq8wBDh9iqU/s4A8vfHB4Ccxme91JjSwhR+TykdqYyu8 ygJV0QBsE9C5kcBbc8r/eTStDKH7+sgZN/OeqLMsFcFIuhqgePbV8uCD0tSSaSaR81 D9FoN38sU7iep2BvxYS1S93oOhpyz47g8E/v7tp8=
Date: Tue, 05 Nov 2019 15:41:24 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK552HP227XJ66HYFMN3Z45SJEVBNHHB5X3UN4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3191/issue_event/2773412554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3191@github.com>
References: <quicwg/base-drafts/pull/3191@github.com>
Subject: Re: [quicwg/base-drafts] Add ClientHello changes to transport changelog since -23 (#3191)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc208a46b49d_72c03f8099acd95c5954d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QloS7Ynhztv2H93zF7eroHSaCQ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:41:31 -0000

----==_mimepart_5dc208a46b49d_72c03f8099acd95c5954d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3191 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3191#event-2773412554
----==_mimepart_5dc208a46b49d_72c03f8099acd95c5954d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517960815" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3191" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3191/hovercard" href="https://github.com/quicwg/base-drafts/pull/3191">#3191</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications&amp;email_token=AFTOJK64GX3IVQM2R6XTFXLQSIACJA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOVSQ#event-2773412554">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2GEIBY2PGACSNSSLQSIACJANCNFSM4JJGTRSQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4SULF6M2H3IAKFCMDQSIACJA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOVSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJK64GX3IVQM2R6XTFXLQSIACJA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOVSQ#event-2773412554",
"url": "https://github.com/quicwg/base-drafts/pull/3191?email_source=notifications\u0026email_token=AFTOJK64GX3IVQM2R6XTFXLQSIACJA5CNFSM4JJGTRS2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHOVSQ#event-2773412554",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc208a46b49d_72c03f8099acd95c5954d4--


From nobody Tue Nov  5 15:42:01 2019
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 2AC16120112 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:42:00 -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 WqeLD7FWIB0y for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:41:58 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5564B120072 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:54 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id A196352091E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:41:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997313; bh=8C8ti1LbT6rJ3N4kgrzHq56P/ScXsMUYQ5cGIc42CUI=; h=Date:From:To:Subject:From; b=odUAlJhtqjiWNlAh8z1i08C42Rm14BNZ0pjIjpNixKQBqV9nXCAdUDRDEnkvipRxe LnfNrZGLN6Jo/5tOVi1I7zT0gLmcFlxQL/oRdnwuxy1Qa3thWFSMTVXfPHX+JdewcZ M3TLR+xOPNanr3opttOfNIcMixkp9QDTburentow=
Date: Tue, 05 Nov 2019 15:41:53 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/aea4c1-904379@github.com>
Subject: [quicwg/base-drafts] 904379: Script updating gh-pages from bd7e5149. [ci skip]
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/toMqGQekwlvBOYDjOowp8vc-QkE>
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, 05 Nov 2019 23:42:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 904379bf9f739402bfeeaa4c4799133ef61b04bd
      https://github.com/quicwg/base-drafts/commit/904379bf9f739402bfeeaa4c4799133ef61b04bd
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from bd7e5149. [ci skip]



From nobody Tue Nov  5 15:47:23 2019
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 90A401200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:47:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 63mcWAQCwT-O for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:47:20 -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 8D35C120121 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:47:17 -0800 (PST)
Date: Tue, 05 Nov 2019 15:47:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997635; bh=nCQPE+fcs2ynfrlb49Zh2ZSq5vGicmACEzQfDKlXIrM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nYD9eAf77uj5VKL6/XGqGryo7RiD7WaQ87R3msDJ0p8DQFZefUmtOL54FYNQNkzeP Cwja4b0ZjD9hB8d3z+BLBMOB0eS8Pn1nz5lA1l5dBYSnQ/Ck99NvoZerNTb+6XofE7 r63B7VFUgS08cN4w8Eu3f+9XdIMdBlwfhJ0ZQ9cQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK37B3YE4GDGOPTTMAN3Z46IHEVBNHHB5FPVAE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3157/review/312118253@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3157@github.com>
References: <quicwg/base-drafts/pull/3157@github.com>
Subject: Re: [quicwg/base-drafts] Backoff on CONNECTION_CLOSE (#3157)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20a03c3263_28fc3fae9c8cd9646318c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/naR8OPrhmFzrk8AIXoU_eaOYjhE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:47:21 -0000

----==_mimepart_5dc20a03c3263_28fc3fae9c8cd9646318c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2379,15 +2379,23 @@ terminate the connection immediately.  A CONNECTION_CLOSE frame causes all
 streams to immediately become closed; open streams can be assumed to be
 implicitly reset.
 
-After sending a CONNECTION_CLOSE frame, endpoints immediately enter the closing
-state.  During the closing period, an endpoint that sends a CONNECTION_CLOSE
-frame SHOULD respond to any packet that it receives with another packet
-containing a CONNECTION_CLOSE frame.  To minimize the state that an endpoint
-maintains for a closing connection, endpoints MAY send the exact same packet.
-However, endpoints SHOULD limit the number of packets they generate containing a
-CONNECTION_CLOSE frame.  For instance, an endpoint could progressively increase
-the number of packets that it receives before sending additional packets or
-increase the time between packets.
+After sending a CONNECTION_CLOSE frame, an endpoint immediately enters the
+closing state.
+
+During the closing period, an endpoint that sends a CONNECTION_CLOSE frame
+SHOULD respond to any incoming packet that can be decrypted with another packet

This is just because you have a cleaner split between decrypting and not here.  It's OK.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3157#discussion_r342855409
----==_mimepart_5dc20a03c3263_28fc3fae9c8cd9646318c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3157#discussion_r342855409">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2379,15 +2379,23 @@ terminate the connection immediately.  A CONNECTION_CLOSE frame causes all
 streams to immediately become closed; open streams can be assumed to be
 implicitly reset.
 
-After sending a CONNECTION_CLOSE frame, endpoints immediately enter the closing
-state.  During the closing period, an endpoint that sends a CONNECTION_CLOSE
-frame SHOULD respond to any packet that it receives with another packet
-containing a CONNECTION_CLOSE frame.  To minimize the state that an endpoint
-maintains for a closing connection, endpoints MAY send the exact same packet.
-However, endpoints SHOULD limit the number of packets they generate containing a
-CONNECTION_CLOSE frame.  For instance, an endpoint could progressively increase
-the number of packets that it receives before sending additional packets or
-increase the time between packets.
+After sending a CONNECTION_CLOSE frame, an endpoint immediately enters the
+closing state.
+
+During the closing period, an endpoint that sends a CONNECTION_CLOSE frame
+SHOULD respond to any incoming packet that can be decrypted with another packet
</pre>
<p>This is just because you have a cleaner split between decrypting and not here.  It's OK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications&amp;email_token=AFTOJK5ZYNYWGSY67Z2OXODQSIAYHA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNIX3I#discussion_r342855409">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6HRIJSGQI4YQC5I5DQSIAYHANCNFSM4JFWRWMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FSFXNC3H37UMO5PLQSIAYHA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNIX3I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications\u0026email_token=AFTOJK5ZYNYWGSY67Z2OXODQSIAYHA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNIX3I#discussion_r342855409",
"url": "https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications\u0026email_token=AFTOJK5ZYNYWGSY67Z2OXODQSIAYHA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNIX3I#discussion_r342855409",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20a03c3263_28fc3fae9c8cd9646318c3--


From nobody Tue Nov  5 15:48:35 2019
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 4D87C12022D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:48:33 -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 xNF732E0dDTZ for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:48:31 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FBFD1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:48:08 -0800 (PST)
Date: Tue, 05 Nov 2019 15:48:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997687; bh=sNVjcd3WgtTCnToua1rLC8KJXPBckAjhkqaMMquNbSY=; h=Date:From:To:Subject:From; b=aNV6+G9FJC4EA2ub1fykmZfvExV3VHefMWxiJQNF/GU165Kf5WnefZ/gQTQ9se0pN +0U/tXQ2/XAoaGsM8d9hLMGKYCRjJB6XP7+uebKItfZ9hS0mJDlvMur06VD5UXMcbm xYOjTkkvKCuEbdRotwJ/abpIcLb3GE2CutuAAp5Q=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/2b4ef8-6c1197@github.com>
Subject: [quicwg/wg-materials] 6c1197: add QUIC-LB
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/hGP09t-q32meL6Wn6grknuI9_Lw>
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, 05 Nov 2019 23:48:33 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 6c1197932ced3c7a15d0a52e19fde18dbbf8eba3
      https://github.com/quicwg/wg-materials/commit/6c1197932ced3c7a15d0a52e19fde18dbbf8eba3
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M ietf106/agenda.md

  Log Message:
  -----------
  add QUIC-LB



From nobody Tue Nov  5 15:52:18 2019
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 92981120121 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:16 -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 GyVaeqYYr2Kk for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:15 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AB8112011B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:06 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id B7EA1960635 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997925; bh=frt1jpjAcLqkDFf/6NSSCAwLRY0QN+8oLoF0TE7HtNk=; h=Date:From:To:Subject:From; b=qGG4BuCYUhgPMuUKnOppPeFPhMCcLE3JhGAwzrPafAsKhljgfT/19xpY4N4o5WTsu ZTE6MSLHggoYBq67NhRLeE5TnyxmSH3a6jsdUKF0NoOrUa17D4UyJvpd8u98VEHLQa PBFJVtiM6X3XfnzY+MAbWUboOopZVsCJ5aLsgs9g=
Date: Tue, 05 Nov 2019 15:52:05 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/bd7e51-ba0771@github.com>
Subject: [quicwg/base-drafts] 13667e: require peers to check if RETIRE_CONNECTION_ID seq...
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/WRYt_v4ynbrOskFG9Suly1W7i_Q>
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, 05 Nov 2019 23:52:17 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 13667e5b83f99ff150742e52718a5841478080b7
      https://github.com/quicwg/base-drafts/commit/13667e5b83f99ff150742e52718a5841478080b7
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-09-16 (Mon, 16 Sep 2019)

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

  Log Message:
  -----------
  require peers to check if RETIRE_CONNECTION_ID sequence number is valid


  Commit: ba07711d38fdf95c4e745bef69997a24d2ed9c26
      https://github.com/quicwg/base-drafts/commit/ba07711d38fdf95c4e745bef69997a24d2ed9c26
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3036 from marten-seemann/stronger-retire-error-check

require peers to check if RETIRE_CONNECTION_ID sequence number is valid


Compare: https://github.com/quicwg/base-drafts/compare/bd7e514967d7...ba07711d38fd


From nobody Tue Nov  5 15:52:23 2019
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 25EAC12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 S0k54rIEPeJD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:15 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E71D512013D for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:14 -0800 (PST)
Date: Tue, 05 Nov 2019 15:52:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997933; bh=PwwLHaOOnPIzu5iuA394mxQkf4FulkhxjNh7OsTVMQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G5AyCVdyq9CB0vv3UvpFN5FaxhtTbaUqbdotwQL12OES7V2TIFrXoRePEPrDtIzaL dLRq3U6UdlpEhMwOU5q2J2Y8cacdzn7iLKhKVCh6EdV8Fyd2WBW1piJO2GsiTJ/5dJ OK70XpIYGrbxyXaQiXSwr7AimPnyZqBYnQMxJKMs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ALZBBOA4RGGPSVTV3Z4623EVBNHHB25D7KM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3037/issue_event/2773434226@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3037@github.com>
References: <quicwg/base-drafts/issues/3037@github.com>
Subject: Re: [quicwg/base-drafts] Require peers to check if RETIRE_CONNECTION_ID sequence number is valid (#3037)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20b2dd79b9_5b843fd7638cd960315259"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dgefy_D3YgJHrvhYnOuGgVZg5r8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:52:17 -0000

----==_mimepart_5dc20b2dd79b9_5b843fd7638cd960315259
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3037 via #3036.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3037#event-2773434226
----==_mimepart_5dc20b2dd79b9_5b843fd7638cd960315259
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494174035" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3037" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3037/hovercard" href="https://github.com/quicwg/base-drafts/issues/3037">#3037</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493990594" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3036" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3036/hovercard" href="https://github.com/quicwg/base-drafts/pull/3036">#3036</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3037?email_source=notifications&amp;email_token=AFTOJK354KWGAOLTBLTXLU3QSIBK3A5CNFSM4IXFBLR2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT64Q#event-2773434226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZL7ITU4V4QVIBXUILQSIBK3ANCNFSM4IXFBLRQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6WX3RFURN3Y6W7LULQSIBK3A5CNFSM4IXFBLR2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT64Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3037?email_source=notifications\u0026email_token=AFTOJK354KWGAOLTBLTXLU3QSIBK3A5CNFSM4IXFBLR2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT64Q#event-2773434226",
"url": "https://github.com/quicwg/base-drafts/issues/3037?email_source=notifications\u0026email_token=AFTOJK354KWGAOLTBLTXLU3QSIBK3A5CNFSM4IXFBLR2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT64Q#event-2773434226",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20b2dd79b9_5b843fd7638cd960315259--


From nobody Tue Nov  5 15:52:29 2019
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 4C29D12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AXth9z0FlUEc for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:18 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F7E61200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:15 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 841C61C0ECD for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997934; bh=NHvYKzt4Un6yy67BdExy0U0Ymp28Y8MfhYJdDSZPZRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N1JP1hG6+xnCCQQ8qaL08klPuZBCRe0/WT+wBKK5uMUmgOTKbJ6Uvp8h8hJZZWsgE 9Z4yhYGC3TXZG6uA9MJMPPbTbHujDxughfqh88nnZaYsWfEl8BwA3MEKyLiaCHLigl rqV5vJYPDYK9mij2WLL/NFZrH5Cb7oQ1aSeFU7hA=
Date: Tue, 05 Nov 2019 15:52:14 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5T2IS22M7ANVU2DQF3Z4625EVBNHHB24NSYI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3036/issue_event/2773434218@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3036@github.com>
References: <quicwg/base-drafts/pull/3036@github.com>
Subject: Re: [quicwg/base-drafts] require peers to check if RETIRE_CONNECTION_ID sequence number is valid (#3036)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20b2e74ea5_27d23fc3218cd95c5069d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PU3j7d19JKjDpbdjMQJdX2REEQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:52:19 -0000

----==_mimepart_5dc20b2e74ea5_27d23fc3218cd95c5069d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3036 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3036#event-2773434218
----==_mimepart_5dc20b2e74ea5_27d23fc3218cd95c5069d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493990594" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3036" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3036/hovercard" href="https://github.com/quicwg/base-drafts/pull/3036">#3036</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3036?email_source=notifications&amp;email_token=AFTOJK2MFSU2VOK6ELFBEY3QSIBK5A5CNFSM4IXA5PZKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT62Q#event-2773434218">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3LYICTDZZRYNNKFFDQSIBK5ANCNFSM4IXA5PZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3C5DQ4XFZQX37CQGLQSIBK5A5CNFSM4IXA5PZKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT62Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3036?email_source=notifications\u0026email_token=AFTOJK2MFSU2VOK6ELFBEY3QSIBK5A5CNFSM4IXA5PZKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT62Q#event-2773434218",
"url": "https://github.com/quicwg/base-drafts/pull/3036?email_source=notifications\u0026email_token=AFTOJK2MFSU2VOK6ELFBEY3QSIBK5A5CNFSM4IXA5PZKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHT62Q#event-2773434218",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20b2e74ea5_27d23fc3218cd95c5069d2--


From nobody Tue Nov  5 15:52:52 2019
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 B843712013D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:50 -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 Yj8J6WzSaoJD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:52:49 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D444112011B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:52:44 -0800 (PST)
Date: Tue, 05 Nov 2019 15:52:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572997964; bh=omfcHAeOGfRMBZDJtUYEVO9uyKQFxqIPForFu1CnSL4=; h=Date:From:To:Subject:From; b=gD7rEiHwVDu55TwU46UC5zRF1MpHL2q26jZ9lt2gqeniMwkh/UjHb7gE/1+T3u3sc 2258sUgUPnAonDo/fQEJr9DIpuScjLrIwQiXHktnRMaXZBRdim1F2AVns4StkPkiFc PY4sw+dQzpTxqcA7ejbDsMyKQ7BcXr2fln/3LKjc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/904379-e713ef@github.com>
Subject: [quicwg/base-drafts] e713ef: Script updating gh-pages from ba07711d. [ci skip]
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/JsaBujF-vPpEmeb9V6fhwIeuZhE>
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, 05 Nov 2019 23:52:51 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e713ef257dd0a12679fc6ce4a2295ba1983cf6f2
      https://github.com/quicwg/base-drafts/commit/e713ef257dd0a12679fc6ce4a2295ba1983cf6f2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from ba07711d. [ci skip]



From nobody Tue Nov  5 15:57:14 2019
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 F1B9812013D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:57:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ya0GQPwjHMmN for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:57:11 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEEA11200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:57:10 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id EAB746E1242 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:57:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998229; bh=/US639Ydv87i3CJOkKD4/xdw5j/rOoGGJZ47tpuIwws=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KCs3rCr1U2yJDPEi4asDiiWK2D+V7Ug7PCIPxstrmnuBqw33mbbeTJW0NAwzVaxsQ 86Vcin1uanR4ssxts9PNounm7vItzRM4qbnDxL6pjijXPzZk27S7v384D6c9RFrzlu 6fY6s8Mzsxj5/nrsO26a1lEWWALOVblOqf1WOEzA=
Date: Tue, 05 Nov 2019 15:57:09 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3IHEBYFZHTY3HYNEN3Z47NLEVBNHHB5VH2I4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3187/550077842@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3187@github.com>
References: <quicwg/base-drafts/issues/3187@github.com>
Subject: Re: [quicwg/base-drafts] Overflow in appendix A packet number decoding sample (#3187)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20c55dc9ca_362c3fba21ecd9644903"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rd3PpNmqGyKaXEnI9irG4etzkdc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:57:13 -0000

----==_mimepart_5dc20c55dc9ca_362c3fba21ecd9644903
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixed in #3188.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3187#issuecomment-550077842
----==_mimepart_5dc20c55dc9ca_362c3fba21ecd9644903
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517322868" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3188" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3188/hovercard" href="https://github.com/quicwg/base-drafts/pull/3188">#3188</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications&amp;email_token=AFTOJK544ZHNXKVDPEBBRIDQSIB5LA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYLEQ#issuecomment-550077842">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYEVYPFHGSGAQN5DO3QSIB5LANCNFSM4JIWIKSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5U24FNP3KOGZ3RYWTQSIB5LA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYLEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK544ZHNXKVDPEBBRIDQSIB5LA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYLEQ#issuecomment-550077842",
"url": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK544ZHNXKVDPEBBRIDQSIB5LA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYLEQ#issuecomment-550077842",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20c55dc9ca_362c3fba21ecd9644903--


From nobody Tue Nov  5 15:57:20 2019
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 1C07812011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:57:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DXPFamuHQtE8 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 15:57:14 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71D30120121 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:57:11 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 4C9ECC61122 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 15:57:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998230; bh=DgdB7x/dGBGj+dMzGYdjs4wtWsqYM6Ey1aoKd0dkrp4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yk0OrJ6oTXgT2NRoPWvGBWmZN7WI/O/nfIlFJnFEwbbWhqoVF0FTas6QoF6F4uxFX hENUV/UHJfUBIxaSJAwsGFfSRsZqIg17z+AHFIVBI/bZgido2ccs9A53DbYAJSzLXo X7dT9KdrQn3XljS37xIzbQjklnF2mKF4XFzNlaxM=
Date: Tue, 05 Nov 2019 15:57:10 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5WYLZG3YV7ZXSW6VF3Z47NNEVBNHHB5VH2I4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3187/issue_event/2773443659@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3187@github.com>
References: <quicwg/base-drafts/issues/3187@github.com>
Subject: Re: [quicwg/base-drafts] Overflow in appendix A packet number decoding sample (#3187)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20c563c283_19283f885cecd960454bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yTbfGXO_oxxS21k-xrPRseVp2Og>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 05 Nov 2019 23:57:16 -0000

----==_mimepart_5dc20c563c283_19283f885cecd960454bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3187.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3187#event-2773443659
----==_mimepart_5dc20c563c283_19283f885cecd960454bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517274183" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3187" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3187/hovercard" href="https://github.com/quicwg/base-drafts/issues/3187">#3187</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications&amp;email_token=AFTOJK4KNAKBZFG4BOID2N3QSIB5NA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHWISY#event-2773443659">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2MAK2IMNHODMSDTN3QSIB5NANCNFSM4JIWIKSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYIUPYU53IQMNDG53QSIB5NA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHWISY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK4KNAKBZFG4BOID2N3QSIB5NA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHWISY#event-2773443659",
"url": "https://github.com/quicwg/base-drafts/issues/3187?email_source=notifications\u0026email_token=AFTOJK4KNAKBZFG4BOID2N3QSIB5NA5CNFSM4JIWIKSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVHWISY#event-2773443659",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20c563c283_19283f885cecd960454bf--


From nobody Tue Nov  5 16:02:02 2019
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 9B51212011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:02:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5rUnmTwOdGBw for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:01:59 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01E8C1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:01:59 -0800 (PST)
Date: Tue, 05 Nov 2019 16:01:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998518; bh=stkmVwpiMkTPMmubDR9r/WQQMsUWkkkaTzjGzq8KhaY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F4LHCDVgyHo8v/AAcK7wF8x1VowyxI4DzXJ/ePwNGrsjqoxXQfacTPuTtRbNVWfWq ZnTXqeeeSA3ItWRxpXQXSsokx0qfUrn4ANcfNZxDuXgtXPYfl7b8W+AeB/g7gGFkKw YwtLGuoOhJZIB94Rl0BcyHdNtV77HmaDkv52Nc7Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7XC7X6CVLJNQ3DLOV3Z477NEVBNHHB5MPGVM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3176/550079138@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3176@github.com>
References: <quicwg/base-drafts/issues/3176@github.com>
Subject: Re: [quicwg/base-drafts] Maximum packet size should be per 4-tuple (#3176)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20d7616f2a_35d33f9c7bacd96882824"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Vy7Lx6xPbgs3ep-CMdTWjHvqq5E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:02:01 -0000

----==_mimepart_5dc20d7616f2a_35d33f9c7bacd96882824
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The term "address" is used here to include UDP ports.  The definition is buried in 8.2 though: "where an address is the two-tuple of IP address and port."  I'll take this as a prompt to move this up.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3176#issuecomment-550079138
----==_mimepart_5dc20d7616f2a_35d33f9c7bacd96882824
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The term "address" is used here to include UDP ports.  The definition is buried in 8.2 though: "where an address is the two-tuple of IP address and port."  I'll take this as a prompt to move this up.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications&amp;email_token=AFTOJKYW3DN5B3NDDDSMQ4DQSICPNA5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYVIQ#issuecomment-550079138">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ENWZBHCDXZAR7W5TQSICPNANCNFSM4JHAGFAA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XMZMJWQQGSVP6GNDQSICPNA5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYVIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications\u0026email_token=AFTOJKYW3DN5B3NDDDSMQ4DQSICPNA5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYVIQ#issuecomment-550079138",
"url": "https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications\u0026email_token=AFTOJKYW3DN5B3NDDDSMQ4DQSICPNA5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEYVIQ#issuecomment-550079138",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20d7616f2a_35d33f9c7bacd96882824--


From nobody Tue Nov  5 16:04:16 2019
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 3DC39120121 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JwzSDSq9GZCy for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:12 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D6261200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:12 -0800 (PST)
Date: Tue, 05 Nov 2019 16:04:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998651; bh=FAn9WJmSkSMJQXpypRahNjkM+U9BLcPsl1MPC1SHgUE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PheOU6mIZufrwCmiTZDS+AgPZHTwRaB0WuYOXbaonb/KW1l04LGa2RURNvYPaJ6+U TewgxhAaTQthwGEsypb4HssJjpVA7EGdu2nJaPBvG6+HJLGv5RUkn0fR0mUiNE/pZQ e212Lc/cAbXTI3EKYtv9lO7P6npI+xSQlf2JcZPg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ64URYR2YX6MW6IFF3Z5AHXEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c550079795@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20dfb6895b_72b23f8a8b4cd95c2873d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dQbuZ_onY3Qv3zjdBoaffKIzTGo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:04:14 -0000

----==_mimepart_5dc20dfb6895b_72b23f8a8b4cd95c2873d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson kindly shared our principles, and this PR aligns with that.
https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#error-handling

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-550079795
----==_mimepart_5dc20dfb6895b_72b23f8a8b4cd95c2873d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> kindly shared our principles, and this PR aligns with that.<br>
<a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#error-handling" rel="nofollow">https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#error-handling</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK622SDNZJOIIWOGNKTQSICXXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEY2MY#issuecomment-550079795">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5EP2U3KV6ANGSIHTDQSICXXANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ3PBMBWKIWYMJYSS3QSICXXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEY2MY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK622SDNZJOIIWOGNKTQSICXXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEY2MY#issuecomment-550079795",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK622SDNZJOIIWOGNKTQSICXXA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEY2MY#issuecomment-550079795",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20dfb6895b_72b23f8a8b4cd95c2873d--


From nobody Tue Nov  5 16:04:21 2019
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 5BBD81200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:15 -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 Icw_Sppyo1zu for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:14 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E78AD12011B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:13 -0800 (PST)
Date: Tue, 05 Nov 2019 16:04:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998653; bh=tt8aTOcAQ2IL9Ransju2eqtdKoAGAaUqwdNe0xlqroI=; h=Date:From:To:Subject:From; b=zC0WVx+OxI8mgZ4+Jl29d/PfB2eVHcbn1UyleZHVp06fdzNMdN4gIE7LqSmOr9oof Ls/S4a11m4j1oHIRiz+yJd/P/NJINfx30dofwRwl01gebknycMNbN4CvO1el7tSD55 JgQ6sYmdrwHD9Y5SPj5Z+XQiX/e63YM1uM1g+zJA=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/probably/000000-3db95f@github.com>
Subject: [quicwg/base-drafts] 3db95f: Certainly
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/BWVy9dDYg4c4cETWBGiXVqxCYAA>
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, 06 Nov 2019 00:04:15 -0000

  Branch: refs/heads/probably
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3db95fdb3bee104c5b732b38211d5a31c2e61a75
      https://github.com/quicwg/base-drafts/commit/3db95fdb3bee104c5b732b38211d5a31c2e61a75
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Certainly

Fixes #2430.



From nobody Tue Nov  5 16:04:35 2019
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 5604D1200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VZYSkUh1tTgn for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:22 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9668A120847 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:22 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id BA5876A0E60 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998661; bh=S9z+AxzrcBZKnuZagEXgYb9EGDueUDXZgv+NwjO6cI0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K+kF47BjjLVz6Ig7Uk+V70+T/FNgnJl31xBWB9mWJUV4HdjdNeB57/sq1mY1IM1Fw 0lktppTeZJyTc88rFic/1d8HrULoSQQDtDAGfw9fZ8ORKly1+uRxkg4vLjeUsQdD0n +LgfF5v6Ky4qIPe9mQ4H20TJmkDAYgKj7Cr8690Y=
Date: Tue, 05 Nov 2019 16:04:21 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4XXEKKX6NVCL2VC5F3Z5AILEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/review/312123846@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20e05ab103_3973f8b0becd9681175fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Vc3V0jwfHErNxVfSPvZY2BkEzEY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:04:24 -0000

----==_mimepart_5dc20e05ab103_3973f8b0becd9681175fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#pullrequestreview-312123846
----==_mimepart_5dc20e05ab103_3973f8b0becd9681175fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK7QBGH6OAMO4CNDMDLQSICYLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKDRQ#pullrequestreview-312123846">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK52PNI7AMNON2RPG5TQSICYLANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3FBFGYOVRKKAMSS23QSICYLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKDRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK7QBGH6OAMO4CNDMDLQSICYLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKDRQ#pullrequestreview-312123846",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK7QBGH6OAMO4CNDMDLQSICYLA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKDRQ#pullrequestreview-312123846",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20e05ab103_3973f8b0becd9681175fb--


From nobody Tue Nov  5 16:04:46 2019
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 3442212011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7OJ4Z9S4Ywxa for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:42 -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 9E6F91200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:42 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 088FC8C0A73 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998682; bh=6NP0cRjIR7CIc+ng10P9elbZjA30cYQdUgVFMRySiP8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=XCcydAbdv8HS6kahAboS0V8yGVt9RCA4ytSKbHP2Y3R9gH/ktvwl/gwO1ppLlJ07/ uLGs3DP2TZuzZsFuf5jNQHvz9i65S1+uVUTb912L3bdqyT34XNKoBcfEdBl/lV5X5m VUnUbJ4T+LR+oAjJM/ICdB3Zut9rNXvu2LnkIMzs=
Date: Tue, 05 Nov 2019 16:04:41 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5YEL6WKO2VGIYDRC53Z5AJTEVBNHHB5YRSOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3192@github.com>
Subject: [quicwg/base-drafts] Certainly (#3192)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20e19eeafd_7af03fee41acd96486153"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7Tubze9otGEDt_pmu4bhRY0Aqn4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:04:44 -0000

----==_mimepart_5dc20e19eeafd_7af03fee41acd96486153
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2430.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3192

-- Commit Summary --

  * Certainly

-- File Changes --

    M draft-ietf-quic-transport.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3192.patch
https://github.com/quicwg/base-drafts/pull/3192.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3192

----==_mimepart_5dc20e19eeafd_7af03fee41acd96486153
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2430.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="407382131" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2430" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2430/hovercard" href="https://github.com/quicwg/base-drafts/issues/2430">#2430</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3192'>https://github.com/quicwg/base-drafts/pull/3192</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Certainly</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3192/files#diff-0">draft-ietf-quic-transport.md</a>
    (8)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3192.patch'>https://github.com/quicwg/base-drafts/pull/3192.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3192.diff'>https://github.com/quicwg/base-drafts/pull/3192.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications&amp;email_token=AFTOJK7NXLTVWC6YL4QYOJLQSICZTA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXCGJ2A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK45YDHQ2YOVHLJZS7DQSICZTANCNFSM4JJNAWUA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZDXJYMYYIWEQJTULTQSICZTA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXCGJ2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK7NXLTVWC6YL4QYOJLQSICZTA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXCGJ2A",
"url": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK7NXLTVWC6YL4QYOJLQSICZTA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXCGJ2A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc20e19eeafd_7af03fee41acd96486153--


From nobody Tue Nov  5 16:04:58 2019
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 C2DFA12013D for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:56 -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 oAwxvlYKI18j for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:04:55 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56121120121 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:04:55 -0800 (PST)
Date: Tue, 05 Nov 2019 16:04:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998693; bh=bhD9sWYXUYcwvkSSM1sSVNvxqtHaN47VIDEagMiXcW4=; h=Date:From:To:Subject:From; b=E0g5XwAFBAS2vBc9b2h56J/LO+rggEP8WYzBV1cj9hsNS5mGDwurcEpmo2Cd9UdgB qHcuFCmVeZcQy65oTzfJ8DHqtcVHCGsyqZPGkVBWcG5WFJU3UoZwduQr+zINmwQruU HFXU/krJJNvlmsqXF0xmeEgeCyt7wcimtBkJ16Ik=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e713ef-b13afe@github.com>
Subject: [quicwg/base-drafts] b13afe: Script updating gh-pages from 3db95fdb. [ci skip]
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/3Snxf2HExzUfQUZgNCU1rJvWZ6s>
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, 06 Nov 2019 00:04:57 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b13afe6d3be0d6594bec722c3c6d9c6c9182126b
      https://github.com/quicwg/base-drafts/commit/b13afe6d3be0d6594bec722c3c6d9c6c9182126b
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M index.html
    A probably/draft-ietf-quic-http.html
    A probably/draft-ietf-quic-http.txt
    A probably/draft-ietf-quic-invariants.html
    A probably/draft-ietf-quic-invariants.txt
    A probably/draft-ietf-quic-qpack.html
    A probably/draft-ietf-quic-qpack.txt
    A probably/draft-ietf-quic-recovery.html
    A probably/draft-ietf-quic-recovery.txt
    A probably/draft-ietf-quic-tls.html
    A probably/draft-ietf-quic-tls.txt
    A probably/draft-ietf-quic-transport.html
    A probably/draft-ietf-quic-transport.txt
    A probably/index.html

  Log Message:
  -----------
  Script updating gh-pages from 3db95fdb. [ci skip]



From nobody Tue Nov  5 16:07:50 2019
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 14664120121 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:07:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 aY9-Mz9u7sRw for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:07:47 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 447EF1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:07:47 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 793051C0EFB for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:07:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998866; bh=W+xo3HtZcWqBu54YemZ6U/nuEHo0BxmwnSzujfJTtE0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ivsgJi/leo+vFFQc06HHFxaJvCHHPdmHhtNeJQeNMZ+8SgCOMkk1l0k1dA5XtJ0MH Nq7ixq/tweAzmDhC3U2yd5o4mBmjyCoph+/W0YIkh0nJR8lx8vhkLSWlsxKyF6t+qH yKTfHNPxuL/Nifn9lmaZGDnBq8qD21auR7YIfujY=
Date: Tue, 05 Nov 2019 16:07:46 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4IIU7TJ47NFFDB5B53Z5AVFEVBNHHB5YRSOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3192/review/312124895@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3192@github.com>
References: <quicwg/base-drafts/pull/3192@github.com>
Subject: Re: [quicwg/base-drafts] Certainly (#3192)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20ed26a79e_8be3ff5916cd95c83411"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ATS5oyS9vRx_qJw5fiAfHle9g_c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:07:49 -0000

----==_mimepart_5dc20ed26a79e_8be3ff5916cd95c83411
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -3575,10 +3575,10 @@ version negotiation to be exercised.  That is, any version number where the low
 four bits of all bytes is 1010 (in binary).  A client or server MAY advertise
 support for any of these reserved versions.
 
-Reserved version numbers will probably never represent a real protocol; a client
-MAY use one of these version numbers with the expectation that the server will
-initiate version negotiation; a server MAY advertise support for one of these
-versions and can expect that clients ignore the value.
+Reserved version numbers will never represent a real protocol; a client MAY use
+one of these version numbers with the expectation that the server will initiate
+version negotiation; a server MAY advertise support for one of these versions

QUIC doesn't have version negotiation, right? :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3192#pullrequestreview-312124895
----==_mimepart_5dc20ed26a79e_8be3ff5916cd95c83411
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3192#discussion_r342860940">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -3575,10 +3575,10 @@ version negotiation to be exercised.  That is, any version number where the low
 four bits of all bytes is 1010 (in binary).  A client or server MAY advertise
 support for any of these reserved versions.
 
-Reserved version numbers will probably never represent a real protocol; a client
-MAY use one of these version numbers with the expectation that the server will
-initiate version negotiation; a server MAY advertise support for one of these
-versions and can expect that clients ignore the value.
+Reserved version numbers will never represent a real protocol; a client MAY use
+one of these version numbers with the expectation that the server will initiate
+version negotiation; a server MAY advertise support for one of these versions
</pre>
<p>QUIC doesn't have version negotiation, right? :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications&amp;email_token=AFTOJK2G4MBX4IWA47JESCTQSIDFFA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKLXY#pullrequestreview-312124895">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2BQZZT4LFWQ466PPDQSIDFFANCNFSM4JJNAWUA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7LGQMVPF3ZJIUAXUTQSIDFFA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKLXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK2G4MBX4IWA47JESCTQSIDFFA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKLXY#pullrequestreview-312124895",
"url": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK2G4MBX4IWA47JESCTQSIDFFA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKLXY#pullrequestreview-312124895",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20ed26a79e_8be3ff5916cd95c83411--


From nobody Tue Nov  5 16:08:01 2019
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 0CFB0120121 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:07:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yt21dr4rbHnh for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:07:57 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5CDB1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:07:57 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id E04816601FD for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:07:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572998876; bh=zgKSP5g8B55VBCl6scF26I+2A6V2dTlF4K4egDUsIYs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BjmIHCSId4CR7odfS34n6rgtOii7qc5l/2mpY0M4A6XE8o6+b/DaZGPT0aD97/MZC FgTDs3sfg/QYJ2HW78a8s+/EI4t81cyj1nvLJvTiRdvUbzrBTiifhQRlN2AOnvbE1C uz+eoMKn8GrRMedJhcQ653hBtB9iGWQTxZ1rBcFg=
Date: Tue, 05 Nov 2019 16:07:56 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3O3TIWZLHLBPHKWF3Z5AVZEVBNHHB5YRSOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3192/review/312124956@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3192@github.com>
References: <quicwg/base-drafts/pull/3192@github.com>
Subject: Re: [quicwg/base-drafts] Certainly (#3192)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20edcd154d_7edc3feb856cd968144f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c4hiGpls7qERwaKxJGGyfIAgCso>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:07:59 -0000

----==_mimepart_5dc20edcd154d_7edc3feb856cd968144f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3192#pullrequestreview-312124956
----==_mimepart_5dc20edcd154d_7edc3feb856cd968144f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications&amp;email_token=AFTOJKZX63NA2XQILLADXT3QSIDFZA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKMHA#pullrequestreview-312124956">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QV62NVMLA4M4YDS3QSIDFZANCNFSM4JJNAWUA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK75SOSVYCQBF5CMXVDQSIDFZA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKMHA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJKZX63NA2XQILLADXT3QSIDFZA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKMHA#pullrequestreview-312124956",
"url": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJKZX63NA2XQILLADXT3QSIDFZA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNKMHA#pullrequestreview-312124956",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc20edcd154d_7edc3feb856cd968144f7--


From nobody Tue Nov  5 16:10:59 2019
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 3D4251200E9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:10:57 -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 hlBWmCp0md2d for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:10:56 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE7A31200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:10:55 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 1CD491C0B56 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:10:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999055; bh=HkUbC+Zf6R/ll9qa4GE8G9k5+Yg9aTzoXNcac6L1YQ8=; h=Date:From:To:Subject:From; b=fWy+W0bMrAQ+J+db5POGqi8N3icXqC6psFHl5OWntV31i7eQk+TMJksI1Xm6dXEKJ Xnx5qlRBrfPwh9C1CJ4LDlK9nDzRTIih2z/XrSxcAdMiwrOO27/GzNpOjOV4x0o9U6 xsxuMm7yw7YdsG/ntSgSz0JlkZNSCTtoz6i84bGA=
Date: Tue, 05 Nov 2019 16:10:55 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/provisional/fea862-09a420@github.com>
Subject: [quicwg/base-drafts] 09a420: Editorial fixes from @MikeBishop
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/LBH7N1UcnG85XuZsPHzASPUAC6w>
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, 06 Nov 2019 00:10:57 -0000

  Branch: refs/heads/provisional
  Home:   https://github.com/quicwg/base-drafts
  Commit: 09a420387fa4e2ca5562bc58a31806c1c6deff3f
      https://github.com/quicwg/base-drafts/commit/09a420387fa4e2ca5562bc58a31806c1c6deff3f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Editorial fixes from @MikeBishop

Co-Authored-By: Mike Bishop <mbishop@evequefou.be>



From nobody Tue Nov  5 16:11:07 2019
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 8703C1200E9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:11:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 f5_Kc2DI6fJ6 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:11:04 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4048C1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:11:04 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 742CC6A039F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:11:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999063; bh=Rscd6+UonzHQkuyPAYkOATbkW2DLT8U6+nmaUAQ61ts=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YdBs6c4qKiGHrIQMD149QKTidLYkoB0O93PVtpGrerJ1UJ7c2V5dJfh4uFX4lGybY y89InjG9OgvfDsaSm2dG6iMTOz+IkYKvsyz9V6lkvYZ10EV1h65thpA208y7mee850 b5BwzqOIQqSrmkFOJ12t9JZNLhbx7yCzZivbzw9w=
Date: Tue, 05 Nov 2019 16:11:03 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/push/4238271076@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc20f97660a3_61783fecdbacd96c46312"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/z8qQqTSjUp02l-G2C_r37RzJL8A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:11:05 -0000

----==_mimepart_5dc20f97660a3_61783fecdbacd96c46312
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

09a420387fa4e2ca5562bc58a31806c1c6deff3f  Editorial fixes from @MikeBishop


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170/files/fea8629b7991150a51b86eff18bd302ed633630a..09a420387fa4e2ca5562bc58a31806c1c6deff3f

----==_mimepart_5dc20f97660a3_61783fecdbacd96c46312
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/09a420387fa4e2ca5562bc58a31806c1c6deff3f">09a4203</a>  Editorial fixes from @MikeBishop</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3170/files/fea8629b7991150a51b86eff18bd302ed633630a..09a420387fa4e2ca5562bc58a31806c1c6deff3f?email_source=notifications&amp;email_token=AFTOJK4JYHZQUZJCDWZHL33QSIDRPA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTQMRXGEYDONQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6C6CQ3ALXOJU7SMN3QSIDRPANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZG46SDNW5RWRKEWNLQSIDRPA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTQMRXGEYDONQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170/files/fea8629b7991150a51b86eff18bd302ed633630a..09a420387fa4e2ca5562bc58a31806c1c6deff3f?email_source=notifications\u0026email_token=AFTOJK4JYHZQUZJCDWZHL33QSIDRPA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTQMRXGEYDONQ",
"url": "https://github.com/quicwg/base-drafts/pull/3170/files/fea8629b7991150a51b86eff18bd302ed633630a..09a420387fa4e2ca5562bc58a31806c1c6deff3f?email_source=notifications\u0026email_token=AFTOJK4JYHZQUZJCDWZHL33QSIDRPA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTQMRXGEYDONQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc20f97660a3_61783fecdbacd96c46312--


From nobody Tue Nov  5 16:12:50 2019
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 752C21200F3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:12:49 -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 ynbQTg76x8ZU for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:12:48 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63DFF1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:11:32 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 03019261646 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:11:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999092; bh=W9RfyXoNCSf8Z1YYngHEtnBPnCkbLeBTF5GXcuiFnA0=; h=Date:From:To:Subject:From; b=tj1eIOlBWXAuVZkCOeZEjDis7k1YGIlcAQ7u336G4DoHlFXYZDKq/h1SX8zcXTWI4 1E3IAanOIyGBKWaigtCdvia/8iXw99t6VnxSq8aHR9nO+YOjEdILIc0NzAME0cLRQe GSZ3XJcDvKlucRX4ETosrZagQ7Gl/k9Nk82IFgZc=
Date: Tue, 05 Nov 2019 16:11:31 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b13afe-47c027@github.com>
Subject: [quicwg/base-drafts] 47c027: Script updating gh-pages from 09a42038. [ci skip]
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/RdQcUQ7oRWmZ_0nMQhdFuRURTKY>
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, 06 Nov 2019 00:12:49 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 47c027e0b26c5f6d2b375a0863e3f336f8111bc6
      https://github.com/quicwg/base-drafts/commit/47c027e0b26c5f6d2b375a0863e3f336f8111bc6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M index.html
    M provisional/draft-ietf-quic-http.html
    M provisional/draft-ietf-quic-http.txt
    M provisional/draft-ietf-quic-invariants.html
    M provisional/draft-ietf-quic-invariants.txt
    M provisional/draft-ietf-quic-qpack.html
    M provisional/draft-ietf-quic-qpack.txt
    M provisional/draft-ietf-quic-recovery.html
    M provisional/draft-ietf-quic-recovery.txt
    M provisional/draft-ietf-quic-tls.html
    M provisional/draft-ietf-quic-tls.txt
    M provisional/draft-ietf-quic-transport.html
    M provisional/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 09a42038. [ci skip]



From nobody Tue Nov  5 16:17:53 2019
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 5049F12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:51 -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 ETO1BhYKV2Ei for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:50 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 178FD1200E9 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:50 -0800 (PST)
Date: Tue, 05 Nov 2019 16:17:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999468; bh=L1Ty0RmIjQARlBwPFTRKvM3WtWW7LVzOfjC9J+opSBQ=; h=Date:From:To:Subject:From; b=WbcEdLqrGNUngcSlHxkSC8Pc0ovPsS0GMTNKvF1AYw9ej5WFIx/bKYHU5tw2aEoja yD46KfCTH4df0Xmn942AcKfaDXjQm1hg6Ehcyq+ZoGWm52g1qLiY6m7kmXdS0sRgIK hKfIBT5DDaYJLELI+BbPMKx9FdVmeFdXYC7NIsvs=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/ba0771-69edfc@github.com>
Subject: [quicwg/base-drafts] 3db95f: Certainly
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/vBWFN9PT6jZNTrtDt9poP7xkYHE>
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, 06 Nov 2019 00:17:51 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3db95fdb3bee104c5b732b38211d5a31c2e61a75
      https://github.com/quicwg/base-drafts/commit/3db95fdb3bee104c5b732b38211d5a31c2e61a75
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Certainly

Fixes #2430.


  Commit: 69edfcb7f93fe718c665e785773dfe23908f180e
      https://github.com/quicwg/base-drafts/commit/69edfcb7f93fe718c665e785773dfe23908f180e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3192 from quicwg/probably

Certainly


Compare: https://github.com/quicwg/base-drafts/compare/ba07711d38fd...69edfcb7f93f


From nobody Tue Nov  5 16:17:58 2019
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 A168512011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:52 -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, TVD_SPACE_RATIO=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 PtBJpz7iQBbX for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:51 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 636831200E9 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:51 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id CBBC76E0167 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999469; bh=HQ8xi/fM1ix8hvgCm7VpkUruGPOGu23SoAkdj63iOvg=; h=Date:From:To:Subject:From; b=nmy5qpjOP637RsZZTzbh33boc+jkRftjgIeMAL8tWxFP2ZN7+A1EDsvycLp4Oe5jB 5LUwl44gSLcUqkIYI158kW+M1mJ+s4350+mOZ1NNhM/ZEKaX2npSG3gCauJsoNIQiq UAT6Qxh3N3OaiWYFJ+5owQupEW/B+nrPZrfzV8wY=
Date: Tue, 05 Nov 2019 16:17:49 -0800
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/probably/3db95f-000000@github.com>
Subject: [quicwg/base-drafts]
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/OqK-kHGXjf4x5QJVbv1FkFekrPM>
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, 06 Nov 2019 00:17:53 -0000

  Branch: refs/heads/probably
  Home:   https://github.com/quicwg/base-drafts


From nobody Tue Nov  5 16:18:05 2019
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 D8DCC120154 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1rK8emA2UwFe for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:58 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 664041200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:58 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id A599E660A6F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999477; bh=l2ebqD56TLbdP4mKVBa3GuLApzdUqGklzIBZKN+Vc2A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yrlc9//j9bt3uLLy51bt5lz1e1F6KxNVuwi8m+AtioIlPsQPlOummn/KN4OVmBDvY vkCAbhgJ5KJc0cishDqHLXBCAKFlhTDtu7znJqofJWcgR92GjMbqQcVW8d8mo0u84Y tREcVAmmWuie2boSuxXzL0jM1oqAdzwVB01gO1bs=
Date: Tue, 05 Nov 2019 16:17:57 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5LIJQP6AHUNJUE6653Z5B3LEVBNHHBQSBIOM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2430/issue_event/2773486709@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2430@github.com>
References: <quicwg/base-drafts/issues/2430@github.com>
Subject: Re: [quicwg/base-drafts] Reserved versions will "probably" never represent a real protocol? (#2430)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2113594a18_55a43f91b36cd96c6494a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C-rdTJH-QSWl0BZw31mJz5d3FnY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:18:00 -0000

----==_mimepart_5dc2113594a18_55a43f91b36cd96c6494a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2430 via #3192.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2430#event-2773486709
----==_mimepart_5dc2113594a18_55a43f91b36cd96c6494a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="407382131" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2430" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2430/hovercard" href="https://github.com/quicwg/base-drafts/issues/2430">#2430</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518140532" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3192" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3192/hovercard" href="https://github.com/quicwg/base-drafts/pull/3192">#3192</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2430?email_source=notifications&amp;email_token=AFTOJK7K3643WITKDDAHRKLQSIELLA5CNFSM4GUXR7D2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY5I#event-2773486709">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3YWLRMCQT4ADTHJLDQSIELLANCNFSM4GUXR7DQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK57XOR2HZE66B5JMDDQSIELLA5CNFSM4GUXR7D2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY5I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2430?email_source=notifications\u0026email_token=AFTOJK7K3643WITKDDAHRKLQSIELLA5CNFSM4GUXR7D2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY5I#event-2773486709",
"url": "https://github.com/quicwg/base-drafts/issues/2430?email_source=notifications\u0026email_token=AFTOJK7K3643WITKDDAHRKLQSIELLA5CNFSM4GUXR7D2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY5I#event-2773486709",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2113594a18_55a43f91b36cd96c6494a--


From nobody Tue Nov  5 16:18:11 2019
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 77F4F1200C3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:18:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I_T24W68n8zR for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:17:59 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BD951200F3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:59 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id B046966009E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:17:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999477; bh=dOFSZb7EdTjER3leCO03LmHn1IL1Z2tJHf9Q1cr2D54=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FIfKj22TEVRETjBk3QLLGvbVpXcu/MevHX92JoCcsID6MeU6pKUGZkCuaRHVm5/Yy HTRQsKjc/5zhRLkYBrhpRmRnR6HA9pPn/eko0tJO/V+nkxjlJNuF1juUZ3gJohJtri /OkG323ymyjV3UMeIPcS6vUkw5Mz3+vT27cqVKEc=
Date: Tue, 05 Nov 2019 16:17:57 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6DEYBX2LASHQH5NZN3Z5B3LEVBNHHB5YRSOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3192/issue_event/2773486705@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3192@github.com>
References: <quicwg/base-drafts/pull/3192@github.com>
Subject: Re: [quicwg/base-drafts] Certainly (#3192)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc21135a1e9b_da03f803cecd9606743f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2CQ2eq2yNRnAC5MmMzyRAUACxso>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:18:00 -0000

----==_mimepart_5dc21135a1e9b_da03f803cecd9606743f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3192 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3192#event-2773486705
----==_mimepart_5dc21135a1e9b_da03f803cecd9606743f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518140532" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3192" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3192/hovercard" href="https://github.com/quicwg/base-drafts/pull/3192">#3192</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications&amp;email_token=AFTOJK2Z5VHRBACG5THTH4DQSIELLA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY4I#event-2773486705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZCWJZDFV32YVTOVBDQSIELLANCNFSM4JJNAWUA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK33SGSHZWDWPDMCUQ3QSIELLA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK2Z5VHRBACG5THTH4DQSIELLA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY4I#event-2773486705",
"url": "https://github.com/quicwg/base-drafts/pull/3192?email_source=notifications\u0026email_token=AFTOJK2Z5VHRBACG5THTH4DQSIELLA5CNFSM4JJNAWUKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVIAY4I#event-2773486705",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc21135a1e9b_da03f803cecd9606743f--


From nobody Tue Nov  5 16:18:36 2019
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 33D371200F3 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:18:35 -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 TjKjsEBzA7qx for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:18:34 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E639D1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:18:33 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 1138E1C0C49 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:18:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999513; bh=PbkJNbftdbTubbzLpASigHWAl31IMAUDxi+Dawt4gzo=; h=Date:From:To:Subject:From; b=lUvcWGwI7La/h2aNwTbTaiNiDex+0vYSIS1oEguYIfF8xtXY5XcaGL9PwzcpMS8XX 9SqXAiTjF0y2F4gJOkCRnxmVxkZz5ElTEfVEYmzPnoHGPtWzaa74Q6jPAIn1c+EtJN 0JATB773K0UDO1S6QJRixRJxKEPivIHku/6v+MUw=
Date: Tue, 05 Nov 2019 16:18:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/47c027-ffe357@github.com>
Subject: [quicwg/base-drafts] ffe357: Script updating gh-pages from 69edfcb7. [ci skip]
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/MepmdQipeGGhbo-aYtiyup__XG8>
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, 06 Nov 2019 00:18:35 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ffe357c97714ba2833a28017150cd64f7e770712
      https://github.com/quicwg/base-drafts/commit/ffe357c97714ba2833a28017150cd64f7e770712
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 69edfcb7. [ci skip]



From nobody Tue Nov  5 16:21:38 2019
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 6C2ED12011B for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:21:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2qzSZdmc0w7s for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:21:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EAFC41200E9 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:21:35 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 5073C660050 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:21:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999695; bh=LbDJgYa6JYaBBy1nRUN4WgMLT6OXUjBL9+/MpnLtLv8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TlKgTCeEa5hKhzMD8HLPtLJLYyZoKHuI+n7YWX6MegQctiXGlyHVfajBP73Du/ptM TUweQGvbg0tlqblFuJa8YtqCcfrEM3A4XGudCR8QGJhrbKAdjsrh/y44akoGJfvlo+ CYgrKeGpRVqvOxIKLW81nVGGFOVdkb6DnexQSnUw=
Date: Tue, 05 Nov 2019 16:21:35 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK67V66BEPAC4BGDMOF3Z5CI7EVBNHHBXDZPBM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2863/550084207@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2863@github.com>
References: <quicwg/base-drafts/issues/2863@github.com>
Subject: Re: [quicwg/base-drafts] unrecoverable loss pattern leads to deadlock (#2863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2120f411ca_557f3f91b36cd96c70845"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U-KtHkS-AIahtcPOm_GRaAx7xOg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:21:37 -0000

----==_mimepart_5dc2120f411ca_557f3f91b36cd96c70845
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This was closed erroneously... apparently we're not quite fully zen with github's AI yet.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2863#issuecomment-550084207
----==_mimepart_5dc2120f411ca_557f3f91b36cd96c70845
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This was closed erroneously... apparently we're not quite fully zen with github's AI yet.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications&amp;email_token=AFTOJK5344C5B64U27QUIHDQSIEY7A5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEZ43Y#issuecomment-550084207">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3RTUNONCFQIPJLX53QSIEY7ANCNFSM4H4LZFRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2RYKFLAWD3V7PP53TQSIEY7A5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEZ43Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK5344C5B64U27QUIHDQSIEY7A5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEZ43Y#issuecomment-550084207",
"url": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK5344C5B64U27QUIHDQSIEY7A5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDEZ43Y#issuecomment-550084207",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2120f411ca_557f3f91b36cd96c70845--


From nobody Tue Nov  5 16:21:43 2019
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 2225B1200E9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:21:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tdNk_ggtvkCN for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:21:37 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E29141200F3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:21:36 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 42321C60B24 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:21:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999696; bh=tF+oHsTh25sDERvK6T6qa8iBjDau+x8JvkJBd6Xtvq8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AxWG7zKitQbDpQsbtAbfrKW1z7jBRtmq8mEN4V2hvwhFzaghh9PBHzyZfuLSsWmLQ o1GY5GQL2su9lkR8gT1C/CbA97u9rDFsOhhSANrwPH0aGTMb8a+KSPWBeINKOroMS1 YDDOJpvxKLrcxMpN++/S7Gh0EQ4SbW8XO+opmso4=
Date: Tue, 05 Nov 2019 16:21:36 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2TS4AZEH3DO2S4V53Z5CJBEVBNHHBXDZPBM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2863/issue_event/2773494490@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2863@github.com>
References: <quicwg/base-drafts/issues/2863@github.com>
Subject: Re: [quicwg/base-drafts] unrecoverable loss pattern leads to deadlock (#2863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc21210330d2_1d653f8b310cd96461271"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QzJmCFZ7Y_5nVmUJFdQgZCTDbp4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:21:38 -0000

----==_mimepart_5dc21210330d2_1d653f8b310cd96461271
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopened #2863.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2863#event-2773494490
----==_mimepart_5dc21210330d2_1d653f8b310cd96461271
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Reopened <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="462368523" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2863" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2863/hovercard" href="https://github.com/quicwg/base-drafts/issues/2863">#2863</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications&amp;email_token=AFTOJK4ABUZIXIALQR6DGRLQSIEZBA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVICVWQ#event-2773494490">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4YZ43YSAS33RDJVMLQSIEZBANCNFSM4H4LZFRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QG3CMAZ3N6H2TT43QSIEZBA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVICVWQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK4ABUZIXIALQR6DGRLQSIEZBA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVICVWQ#event-2773494490",
"url": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJK4ABUZIXIALQR6DGRLQSIEZBA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUVICVWQ#event-2773494490",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc21210330d2_1d653f8b310cd96461271--


From nobody Tue Nov  5 16:23:37 2019
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 E0E211200E9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:23:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 d1Jg2LMCAgyY for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:23:35 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 814CD1200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:23:35 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id A28E01C1601 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:23:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572999814; bh=kRDrdjsJBFlTUlerQ5yQUB2CzapB/29K5n8RBqYb+ig=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZdOX1Od5dOu5T84Yji6/AqswWBakcsqtt6iH3hMCLQwkte98gPVPt/1HDT0Qwy+Pz UQZqIllGgJ+EbEQni4mlgEbruZVbWptcULamWqsPXFgnwv+eDSOMTWJivgyFphDawV 0BNdFS/YdHBUkpzCE6YlW+dV/bXqNskUR3Qvr4qA=
Date: Tue, 05 Nov 2019 16:23:34 -0800
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HLJG2BAKPV6NZFPN3Z5CQNEVBNHHB5FZ3ZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3159/550084676@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3159@github.com>
References: <quicwg/base-drafts/issues/3159@github.com>
Subject: Re: [quicwg/base-drafts] Server should not accept 1-RTT traffic before handshake completion (#3159)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2128693ac8_4db73fb709ecd95c2995b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yeDGPjzDVmjsEVE4ulxFixzrmQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:23:37 -0000

----==_mimepart_5dc2128693ac8_4db73fb709ecd95c2995b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This feels like a great idea for Quic V2. Instead of just having 0-RTT and 1-RTT packets, also define 0.5-RTT packets that the sender can emit before the handshake is complete. (Or maybe call them sender side 0-RTT.) Use different key derivations for 0.5-RTT and for 1-RTT, and make the 1RTT key dependent on some nonce carried with the client finished message. Add parameters somewhere (TLS or Quic TP) explaining whether the client will accept 0.5RTT packets or discard them. 

But no, not today please, not when we are finishing V1. For V1, we should just stick with the spec we have.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3159#issuecomment-550084676
----==_mimepart_5dc2128693ac8_4db73fb709ecd95c2995b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This feels like a great idea for Quic V2. Instead of just having 0-RTT and 1-RTT packets, also define 0.5-RTT packets that the sender can emit before the handshake is complete. (Or maybe call them sender side 0-RTT.) Use different key derivations for 0.5-RTT and for 1-RTT, and make the 1RTT key dependent on some nonce carried with the client finished message. Add parameters somewhere (TLS or Quic TP) explaining whether the client will accept 0.5RTT packets or discard them.</p>
<p>But no, not today please, not when we are finishing V1. For V1, we should just stick with the spec we have.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications&amp;email_token=AFTOJK5IXCINCNESBCYXZZLQSIFANA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE2ARA#issuecomment-550084676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZYY7MUOMLQIUDWHXDQSIFANANCNFSM4JFYNXGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2WDT6GQQFYFNNZ2KLQSIFANA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE2ARA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications\u0026email_token=AFTOJK5IXCINCNESBCYXZZLQSIFANA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE2ARA#issuecomment-550084676",
"url": "https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications\u0026email_token=AFTOJK5IXCINCNESBCYXZZLQSIFANA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE2ARA#issuecomment-550084676",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2128693ac8_4db73fb709ecd95c2995b--


From nobody Tue Nov  5 16:39:11 2019
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 96EBA1200E9 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:39:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TMHR_njxnHAB for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 16:39:08 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 046781200C3 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:39:08 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 434CE52084B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 16:39:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573000746; bh=ZYZ89XQJNoYIX/a7gk8pMw+f0bpUZMZ88F8YzEZH0Kw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YE56wpCofrSOAo5jT3lNXet2C2XxA9QqpAfEB/W0XLSeodI6yo36oJlWejSW8OdQL Mh/w6xJTqj/lZmkBkNT2wHa1onFooj163tZBsvQCHbTduGZwYQULjQlOQLAjSmR+Zb +oHzAjSFbAKYmV82d9S2ZA/lNkoAqMOnoVZZx+JQ=
Date: Tue, 05 Nov 2019 16:39:06 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4WLBBGR3ACHKOQDVN3Z5EKVEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550088196@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2162a33260_7f173fadf60cd96815852b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/23eggbkI1UZG9YIdaqqMkZocqrk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 00:39:10 -0000

----==_mimepart_5dc2162a33260_7f173fadf60cd96815852b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

_Chair hat on_

You have brought what appears to be a concrete proposal, but it comes extremely late in the process; we have come to consensus (in #632) not only that we won't address this in QUICv1, but also that we've [raised the bar for new issues](https://mailarchive.ietf.org/arch/msg/quic/tsm7Dln_ssvHiBSZLp7LH9x44DU) on this draft. 

The question, then, is whether this proposal counts as new information (and note that the late-stage process consensus call lists the primary types of new information as "security and interoperability impact"). Given not only that higher bar but also that so many participants considered this a settled question, I want to consult with @larseggert about how we should triage this issue, and _if_ we accept it as a new design issue, how the discussion should commence.

Until then, there's no need for WG participants to weigh in on this; please use your time to work on other issues and your implementations.

P.S. You [mentioned this work](https://mailarchive.ietf.org/arch/msg/quic/FL_6Qxrz-RejKlBpGLxdnivPK5Q) in the IETF105 timeframe (and presented to other groups then), but did not make it clear that it was a proposal for QUIC -- @igorlord's words on list were "The draft is not targeted at the QUIC WG specifically". We took you at your word and did not give your draft time in the meeting then; that's a shame, because if you had been more forthcoming, we would have had more options to evaluate this work.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550088196
----==_mimepart_5dc2162a33260_7f173fadf60cd96815852b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><em>Chair hat on</em></p>
<p>You have brought what appears to be a concrete proposal, but it comes extremely late in the process; we have come to consensus (in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="235902453" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/632" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/632/hovercard" href="https://github.com/quicwg/base-drafts/issues/632">#632</a>) not only that we won't address this in QUICv1, but also that we've <a href="https://mailarchive.ietf.org/arch/msg/quic/tsm7Dln_ssvHiBSZLp7LH9x44DU" rel="nofollow">raised the bar for new issues</a> on this draft.</p>
<p>The question, then, is whether this proposal counts as new information (and note that the late-stage process consensus call lists the primary types of new information as "security and interoperability impact"). Given not only that higher bar but also that so many participants considered this a settled question, I want to consult with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=200328" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/larseggert">@larseggert</a> about how we should triage this issue, and <em>if</em> we accept it as a new design issue, how the discussion should commence.</p>
<p>Until then, there's no need for WG participants to weigh in on this; please use your time to work on other issues and your implementations.</p>
<p>P.S. You <a href="https://mailarchive.ietf.org/arch/msg/quic/FL_6Qxrz-RejKlBpGLxdnivPK5Q" rel="nofollow">mentioned this work</a> in the IETF105 timeframe (and presented to other groups then), but did not make it clear that it was a proposal for QUIC -- <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=25256216" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/igorlord">@igorlord</a>'s words on list were "The draft is not targeted at the QUIC WG specifically". We took you at your word and did not give your draft time in the meeting then; that's a shame, because if you had been more forthcoming, we would have had more options to evaluate this work.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK25WTPBIFLNMPRHWCDQSIG2VA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE24BA#issuecomment-550088196">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY6ZIDD5DDO7SLXT3DQSIG2VANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6TLTQCGAF5P35CNXDQSIG2VA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE24BA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK25WTPBIFLNMPRHWCDQSIG2VA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE24BA#issuecomment-550088196",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK25WTPBIFLNMPRHWCDQSIG2VA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDE24BA#issuecomment-550088196",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2162a33260_7f173fadf60cd96815852b--


From nobody Tue Nov  5 20:02:22 2019
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 0526012006F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 20:02:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UEtCsE-BK-YD for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 20:02:19 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 06A1012002E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 20:02:18 -0800 (PST)
Date: Tue, 05 Nov 2019 20:02:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573012937; bh=LyY4KVQLRKyJY9ciE7pgpIfbIbcgsq4ybxznEokrwNE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gVNsikcvZQWCy2TYKUTs4jsuXjiESn5MDyD6y6io+s8yPtmcjY6QL33SSZlCBr1l3 DJwLBABdw3pef+9Y5Cjd8AOZjef/5mAPbuB24SPGJ2I+PRTdFkroawd6a/PmoexkHA Bq4y4B7mUWaGOTBJKSqDF8ttOcNS9ZyoK/Ku17l8=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY5KVOU53NDEN3BCQ53Z54ETEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/312183953@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc245c94cb35_2223fcb886cd96c3693a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JSMVXn2prD4qyK3G-SDW8KpO-4c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 04:02:21 -0000

----==_mimepart_5dc245c94cb35_2223fcb886cd96c3693a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

@ianswett No, I didn't mean t=3. The Handshake packet was sent sent at t=0, and we're doing one exponential backoff, meaning that the timer duration should be 2.
Or am I missing something here?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r342908364
----==_mimepart_5dc245c94cb35_2223fcb886cd96c3693a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r342908364">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> No, I didn't mean t=3. The Handshake packet was sent sent at t=0, and we're doing one exponential backoff, meaning that the timer duration should be 2.<br>
Or am I missing something here?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJKYF3ELMEL3JWICMXHTQSI6UTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNYZEI#discussion_r342908364">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4PSQSCGUGWX6BHQA3QSI6UTANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYSK3Z2WU4NKBSUBLLQSI6UTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNYZEI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKYF3ELMEL3JWICMXHTQSI6UTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNYZEI#discussion_r342908364",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJKYF3ELMEL3JWICMXHTQSI6UTA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNYZEI#discussion_r342908364",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc245c94cb35_2223fcb886cd96c3693a7--


From nobody Tue Nov  5 20:10:51 2019
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 6078B12006F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 20:10:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GU8sxvNaoyRU for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 20:10:48 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A0E2F120C0F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 20:10:46 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id D19892C323B for <quic-issues@ietf.org>; Tue,  5 Nov 2019 20:10:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573013445; bh=UVBXgp+wgdtBF5GjgX+liv0dDH1ZhfnyuVeiiNN4Qao=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cxrYlZcIj7dfcfkztOaSw7j1Z4HybY41W2Y9MpkaczklrsMMQL7d5XE+XPYjEszYq 9D2jLIF8pYw5NO8k17W2VD6BdG36jMTdk0EeE34pEeYMDUVLESFk6RdcQMGbHaocrD vBWnwrG3QC5kUJhU/S9W2zEtc2rVu/XWxFsuZf1s=
Date: Tue, 05 Nov 2019 20:10:45 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYWDOP7Y6TXCEF4RGN3Z55ELEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550134604@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc247c5c1ba0_49743fc2eb6cd96c35012d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mHeBR5ul6Mc_VfTckernJWdUp_Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 04:10:49 -0000

----==_mimepart_5dc247c5c1ba0_49743fc2eb6cd96c35012d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mnot, @larseggert I am sure this is not an easy call, and it is late in the process. While this is not a straightforward "draft has an interop [between QUIC implementations] problem" it is a potential "draft has an interop with Internet ops problem" issue. This could be a stretch of what interoperability 
impact means, or not; please use your best Hat of Wisdom here.

P.S. In the IETF105 timeframe, while the draft I was presenting was, indeed, not targeting QUIC WG specifically, I did ask for the consideration of the topic by QUIC WG: "if the WG is interested, we are happy to have a quick QUIC-specific presentation on this". But you are correct that I could had been much more forceful in the request. In any case, we [got a rejection](https://mailarchive.ietf.org/arch/msg/quic/wsVao34--oHbH6Qtf9V0h8SVCSo) (and, as you said, we later [presented this in other WGs and held a side meeting](https://mailarchive.ietf.org/arch/msg/quic/UMcte0FnHGUSHs7lnVpZ0tGX_Vw)).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550134604
----==_mimepart_5dc247c5c1ba0_49743fc2eb6cd96c35012d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=74384" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mnot">@mnot</a>, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=200328" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/larseggert">@larseggert</a> I am sure this is not an easy call, and it is late in the process. While this is not a straightforward "draft has an interop [between QUIC implementations] problem" it is a potential "draft has an interop with Internet ops problem" issue. This could be a stretch of what interoperability<br>
impact means, or not; please use your best Hat of Wisdom here.</p>
<p>P.S. In the IETF105 timeframe, while the draft I was presenting was, indeed, not targeting QUIC WG specifically, I did ask for the consideration of the topic by QUIC WG: "if the WG is interested, we are happy to have a quick QUIC-specific presentation on this". But you are correct that I could had been much more forceful in the request. In any case, we <a href="https://mailarchive.ietf.org/arch/msg/quic/wsVao34--oHbH6Qtf9V0h8SVCSo" rel="nofollow">got a rejection</a> (and, as you said, we later <a href="https://mailarchive.ietf.org/arch/msg/quic/UMcte0FnHGUSHs7lnVpZ0tGX_Vw" rel="nofollow">presented this in other WGs and held a side meeting</a>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK3GIRCBLOQPON3GVRTQSI7ULA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFGGTA#issuecomment-550134604">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4Q6D4AI6LBOIM3A4DQSI7ULANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZAHCWTGTT6NN4BZWLQSI7ULA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFGGTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK3GIRCBLOQPON3GVRTQSI7ULA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFGGTA#issuecomment-550134604",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK3GIRCBLOQPON3GVRTQSI7ULA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFGGTA#issuecomment-550134604",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc247c5c1ba0_49743fc2eb6cd96c35012d--


From nobody Tue Nov  5 21:24:41 2019
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 C61AC120271 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 21:24:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dkTSyI66CWrR for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 21:24:39 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4730E12000F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 21:24:39 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 9EC73C60C78 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 21:24:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573017878; bh=a0euPZm1Chxj90xu73TbP6ug+CKMqX/wz4Ri8iS/0jM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=CgBrnJ6jAYIbcGzmnHkMlI3N7L12U0Q8IPfNI5B9CkyY8Rfwn4eaDt0CeiaDcKFpE PzJQTjVjv898BD2faDV0QAlXsSYPKIoN1ZtJASkVywserAjuGqQhfhbVBAYMn81lIY Fcd6fFKmiFCFRlPmYtg4Yf6GYdXWIgYQrGWz7cn8=
Date: Tue, 05 Nov 2019 21:24:38 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FD2YIPYG5DWKLAAV3Z6FZNEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193@github.com>
Subject: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc259168f8b5_17c03fe9bd4cd95c278267"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ignuDPCraA9lEv1kKhZ6zbcHUX0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 05:24:41 -0000

----==_mimepart_5dc259168f8b5_17c03fe9bd4cd95c278267
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

The `active_connection_id_limit` parameters communicates the maximum numb=
er of connection IDs sent in NEW_CONNECTION_ID frames that an endpoint is=
 willing to store. This value is only advisory though, there's nothing st=
opping an implementation from storing more CIDs than this limit, and the =
peer is allowed to send more CIDs than this limit:=0D
> An endpoint SHOULD NOT provide more connection IDs than the peer=E2=80=99=
s limit.=0D
=0D
We don't specify any behavior in the case the peer provides more CIDs tha=
n this limit, but since retiring a CID asks the peer to provide a new CID=
, it seems like the reasonable thing to do would be to silently drop the =
CID on the floor:=0D
> Sending a RETIRE_CONNECTION_ID frame indicates that the connection ID w=
ill not be used again and requests that the peer replace it with a new co=
nnection ID using a NEW_CONNECTION_ID frame.=0D
=0D
This means that a peer cannot fulfill its duty of retiring those discarde=
d connection IDs when receiving a NEW_CONNECTION_ID frame with Retire Pri=
or To set:=0D
>  Upon receipt, the peer MUST retire the corresponding connection IDs an=
d send corresponding RETIRE_CONNECTION_ID frames.=0D
=0D
This, however, is not guaranteed, either. A peer might decide to send a R=
ETIRE_CONNECTION_ID frame for a sequence number that it already forgot.=0D=

=0D
Furthermore, depending on how implementations decide with all these uncer=
tainties, one could end up in a situation where an endpoint only has a si=
ngle active CID available, but its peer assumes that it is still keeping =
track of `active_connection_id_limit` CIDs and thus won't provide any new=
 CIDs. In this situation, the endpoint won't be able to initiate or respo=
nd to a connection migration any more, leading to a failure of the connec=
tion.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3193=

----==_mimepart_5dc259168f8b5_17c03fe9bd4cd95c278267
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>The <code>active_connection_id_limit</code> parameters communicates th=
e maximum number of connection IDs sent in NEW_CONNECTION_ID frames that =
an endpoint is willing to store. This value is only advisory though, ther=
e's nothing stopping an implementation from storing more CIDs than this l=
imit, and the peer is allowed to send more CIDs than this limit:</p>=0D
<blockquote>=0D
<p>An endpoint SHOULD NOT provide more connection IDs than the peer=E2=80=
=99s limit.</p>=0D
</blockquote>=0D
<p>We don't specify any behavior in the case the peer provides more CIDs =
than this limit, but since retiring a CID asks the peer to provide a new =
CID, it seems like the reasonable thing to do would be to silently drop t=
he CID on the floor:</p>=0D
<blockquote>=0D
<p>Sending a RETIRE_CONNECTION_ID frame indicates that the connection ID =
will not be used again and requests that the peer replace it with a new c=
onnection ID using a NEW_CONNECTION_ID frame.</p>=0D
</blockquote>=0D
<p>This means that a peer cannot fulfill its duty of retiring those disca=
rded connection IDs when receiving a NEW_CONNECTION_ID frame with Retire =
Prior To set:</p>=0D
<blockquote>=0D
<p>Upon receipt, the peer MUST retire the corresponding connection IDs an=
d send corresponding RETIRE_CONNECTION_ID frames.</p>=0D
</blockquote>=0D
<p>This, however, is not guaranteed, either. A peer might decide to send =
a RETIRE_CONNECTION_ID frame for a sequence number that it already forgot=
.</p>=0D
<p>Furthermore, depending on how implementations decide with all these un=
certainties, one could end up in a situation where an endpoint only has a=
 single active CID available, but its peer assumes that it is still keepi=
ng track of <code>active_connection_id_limit</code> CIDs and thus won't p=
rovide any new CIDs. In this situation, the endpoint won't be able to ini=
tiate or respond to a connection migration any more, leading to a failure=
 of the connection.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3193?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK2O2KTHFI5WDMZH6BDQSJIJNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HXDZZWA">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJKZVQKKEIVFXAMKTOCTQSJIJNA=
NCNFSM4JJPZITA">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJKYNFWOOMHQPZXN52GLQSJIJNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXDZZWA.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK2O2KTHFI5WDMZH6BDQSJIJNA5CNFSM4=
JJPZITKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXDZZWA",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=3D=
notifications\u0026email_token=3DAFTOJK2O2KTHFI5WDMZH6BDQSJIJNA5CNFSM4JJP=
ZITKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXDZZWA",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc259168f8b5_17c03fe9bd4cd95c278267--


From nobody Tue Nov  5 21:32:00 2019
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 7A05F120840 for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 21:31:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H8qyVD6th4Sr for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 21:31:58 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 346B3120804 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 21:31:58 -0800 (PST)
Date: Tue, 05 Nov 2019 21:31:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573018317; bh=GCcvcNKGFWR2l4D+UvqIyuCsTuKM+5TDf17H5mfLcgo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oiKb1MuUCqJAYKHGQwbuYMEnFHlfd5gof5a+wAU4FU5jlYxX/xgu7sMfkWY5xq+Qj xO7+1XVLDKH4xq7XVbA0pxOi0uSWVfSCjNPdfUGn59CRAvfM8fSidladSrfnAvNvNN V0HIF1vVxQ0y8WNRRjhkU125HE1koWBWnWslh384=
From: Tran Viet Hoang <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY7N3WEYICKEBXZCUN3Z6GU3EVBNHHB5MPGVM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3176/550151433@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3176@github.com>
References: <quicwg/base-drafts/issues/3176@github.com>
Subject: Re: [quicwg/base-drafts] Maximum packet size should be per 4-tuple (#3176)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc25acd758dd_6f7e3fa5b98cd9642795de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: hoang-tranviet
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ja6VXZpEDIVyqAN_DaZ77q9mKns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 05:31:59 -0000

----==_mimepart_5dc25acd758dd_6f7e3fa5b98cd9642795de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for clarification. 
This was confusing for me since it currently uses the specific term "IP addresses" instead of "addresses".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3176#issuecomment-550151433
----==_mimepart_5dc25acd758dd_6f7e3fa5b98cd9642795de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for clarification.<br>
This was confusing for me since it currently uses the specific term "IP addresses" instead of "addresses".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications&amp;email_token=AFTOJK2TRBHDJN3NRZBNBSDQSJJE3A5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFKKCI#issuecomment-550151433">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYXQ73TYHP35WZQZE3QSJJE3ANCNFSM4JHAGFAA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ3Z2ACCYDEAW7W7RDQSJJE3A5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFKKCI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications\u0026email_token=AFTOJK2TRBHDJN3NRZBNBSDQSJJE3A5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFKKCI#issuecomment-550151433",
"url": "https://github.com/quicwg/base-drafts/issues/3176?email_source=notifications\u0026email_token=AFTOJK2TRBHDJN3NRZBNBSDQSJJE3A5CNFSM4JHAGFAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFKKCI#issuecomment-550151433",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc25acd758dd_6f7e3fa5b98cd9642795de--


From nobody Tue Nov  5 22:02:31 2019
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 62AF012001E for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:02:29 -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 eOdeuNRmo-7L for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:02:28 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3EFC12002F for <quic-issues@ietf.org>; Tue,  5 Nov 2019 22:02:26 -0800 (PST)
Date: Tue, 05 Nov 2019 22:02:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573020146; bh=fW3b6Olo68ZO28tfM+QuEw5yEjgleDt9WSWiNf/qH6I=; h=Date:From:To:Subject:From; b=0ZaS1Lsz8bVbTd4T4PMuXvUTTK2/5yZkHs9yv/Vmo2ls+NCVd90QpNhlOPiBJa1id jAvyfqcUVJeUnXXXGEUffqBTYnPWbdCL6mEI3UvU2We+vZK4uRI26+oD4zSVvfnI4B GyQ5W6KcHx2X0fl76V9oFvfrNEpZYAHZ8QoW1oj8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/provisional/09a420-44a1cd@github.com>
Subject: [quicwg/base-drafts] 1deac8: Add default contact details
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/2ntA4n23CoJdLUYGSVZNy8US5jg>
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, 06 Nov 2019 06:02:29 -0000

  Branch: refs/heads/provisional
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1deac80822eb33acb4eb038210994dcc174a07e8
      https://github.com/quicwg/base-drafts/commit/1deac80822eb33acb4eb038210994dcc174a07e8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Add default contact details


  Commit: 44a1cd3861501082dc24d09725212c642fae8997
      https://github.com/quicwg/base-drafts/commit/44a1cd3861501082dc24d09725212c642fae8997
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Add HTTP/3 registration updates


Compare: https://github.com/quicwg/base-drafts/compare/09a420387fa4...44a1cd386150


From nobody Tue Nov  5 22:02:56 2019
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 2C19E12002F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:02:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wEj17fW_DoaX for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:02:52 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4204312001E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 22:02:35 -0800 (PST)
Date: Tue, 05 Nov 2019 22:02:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573020154; bh=pgbE6ewk88vNkYlfExLdtmpIYuR3DSl+uWp25YY4lhU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jG863tZZG2BRHGQjUsI1sQn3YNdYROB5kOx9Esc6mzQAkswIx7jCCF0BcZx9HWirx QEYfSHj4Dv56/rr4aqh9yGicwPMcYqg7mS0hHB8/GWRoI0QnShgUzXTLg+WufK7AyD PFQOolpQbHw5KQFj0aipBZmpAsdqOZIFy89cWBog=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/push/4239110660@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc261fa4c780_13993ff7504cd95c2908a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/f_C5M_zzMpkYnI8-JiO_DaRMt-g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 06:02:54 -0000

----==_mimepart_5dc261fa4c780_13993ff7504cd95c2908a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

1deac80822eb33acb4eb038210994dcc174a07e8  Add default contact details
44a1cd3861501082dc24d09725212c642fae8997  Add HTTP/3 registration updates


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170/files/09a420387fa4e2ca5562bc58a31806c1c6deff3f..44a1cd3861501082dc24d09725212c642fae8997

----==_mimepart_5dc261fa4c780_13993ff7504cd95c2908a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1deac80822eb33acb4eb038210994dcc174a07e8">1deac80</a>  Add default contact details</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/44a1cd3861501082dc24d09725212c642fae8997">44a1cd3</a>  Add HTTP/3 registration updates</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3170/files/09a420387fa4e2ca5562bc58a31806c1c6deff3f..44a1cd3861501082dc24d09725212c642fae8997?email_source=notifications&amp;email_token=AFTOJK6OEHOOFAWYRSTFGXTQSJMXVA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTSMJRGA3DMMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5Q53KDR5JWONB2NPDQSJMXVANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK67S7DXQH2R3BWX3C3QSJMXVA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTSMJRGA3DMMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170/files/09a420387fa4e2ca5562bc58a31806c1c6deff3f..44a1cd3861501082dc24d09725212c642fae8997?email_source=notifications\u0026email_token=AFTOJK6OEHOOFAWYRSTFGXTQSJMXVA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTSMJRGA3DMMA",
"url": "https://github.com/quicwg/base-drafts/pull/3170/files/09a420387fa4e2ca5562bc58a31806c1c6deff3f..44a1cd3861501082dc24d09725212c642fae8997?email_source=notifications\u0026email_token=AFTOJK6OEHOOFAWYRSTFGXTQSJMXVA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGIZTSMJRGA3DMMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc261fa4c780_13993ff7504cd95c2908a2--


From nobody Tue Nov  5 22:03:16 2019
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 7BD6C12003F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:03:14 -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 lZKU1hiZQ1_d for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 22:03:13 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E23DF12001E for <quic-issues@ietf.org>; Tue,  5 Nov 2019 22:03:12 -0800 (PST)
Date: Tue, 05 Nov 2019 22:03:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573020192; bh=yFXnaB7Nq5+XS2gXLq8y1zomFkLMTIoq+EDOGKT7Trg=; h=Date:From:To:Subject:From; b=i64J40BgOknmvGeLMPe8aW2YNrxOhEYtBWKr7OHFkPYRL499w0rE7uKZwKi4Xn0u3 9viJfvtXShzfap4sgyz5zFJwqE3wOmOci12fgH5Advl5kcGCBLpx3V3XylK+XJpnFh a86WaL89fgJBCBjmgtfhQi/SA0e4mWWIKviip7pE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ffe357-86f2c1@github.com>
Subject: [quicwg/base-drafts] 86f2c1: Script updating gh-pages from 44a1cd38. [ci skip]
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/n5R5wosvl876E9aOC921BOwGsh8>
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, 06 Nov 2019 06:03:15 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 86f2c1b2b9f70fe3f548fe1790fadff3cce17432
      https://github.com/quicwg/base-drafts/commit/86f2c1b2b9f70fe3f548fe1790fadff3cce17432
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M index.html
    M provisional/draft-ietf-quic-http.html
    M provisional/draft-ietf-quic-http.txt
    M provisional/draft-ietf-quic-transport.html
    M provisional/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 44a1cd38. [ci skip]



From nobody Tue Nov  5 23:38:52 2019
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 80D0F12004F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 23:38:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gh3P74AIge5g for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 23:38:48 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC93B120024 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 23:38:47 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id D62BC2C3439 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 23:38:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573025926; bh=SEYav/TtpTTsvoaWEzEqLoW/62gnyl6eIVIytznjveY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=auvGveJEU+9Rv9RobKdvWZcWu821mAv6Wu0zFGJL02kzqhBA+Occ+i/w6nlZ1H0ja DrCMaGVUgquBMIvulML6ViLXajtdkmZBNg/4bE/TT6z2dr4FoLamUoHl/2mo+OWFsH POF0nfxfbmA2qPz4MKzUzC3WfeV0OnZPFcGSLCU0=
Date: Tue, 05 Nov 2019 23:38:46 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7QOZDBF4G4YTCSHRF3Z6VQNEVBNHHBQ7L3JU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2475/550185480@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2475@github.com>
References: <quicwg/base-drafts/issues/2475@github.com>
Subject: Re: [quicwg/base-drafts] Invalid CONNECTION_CLOSE frames (#2475)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc27886c6ca2_5a773f9b304cd96059986"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7yduZ_d1PW3M_m5VrAdukgcFIiU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 07:38:50 -0000

----==_mimepart_5dc27886c6ca2_5a773f9b304cd96059986
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Transport section 11.1

>An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the existence of the error to its peer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2475#issuecomment-550185480
----==_mimepart_5dc27886c6ca2_5a773f9b304cd96059986
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Transport section 11.1</p>
<blockquote>
<p>An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the existence of the error to its peer.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications&amp;email_token=AFTOJK26G6FRIXS4C5E2WPTQSJYANA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSUCA#issuecomment-550185480">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2KMC2PLARLIDSGCHTQSJYANANCNFSM4GXYQ5RQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZLFLV5Y5KZTESV27TQSJYANA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSUCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJK26G6FRIXS4C5E2WPTQSJYANA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSUCA#issuecomment-550185480",
"url": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJK26G6FRIXS4C5E2WPTQSJYANA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSUCA#issuecomment-550185480",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc27886c6ca2_5a773f9b304cd96059986--


From nobody Tue Nov  5 23:41:26 2019
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 466AF12004F for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 23:41:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oU30HJzYqwbQ for <quic-issues@ietfa.amsl.com>; Tue,  5 Nov 2019 23:41:24 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0EC3120024 for <quic-issues@ietf.org>; Tue,  5 Nov 2019 23:41:23 -0800 (PST)
Date: Tue, 05 Nov 2019 23:41:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573026083; bh=CRUIap3yurfzpEOhj4lTQspisuHdXh2exrITRV+lpDY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zIppXgJwrpoexUiO6oAtT4epN9fBUUUru1r5/yFTJfupve+8CZAI7LdaLnXKxzJcS TIA/KUnZbcAg6nG5Icj3+3jGpR0BhMa4Wo9dhL92vqwYQWP+Tuneno40dZ3Mq+dsLh SVF7FeZoUTzfN8uY3FVUzf0mA3m2CQvJeOwH/l6s=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7EH2WH7OYNN4ENAOF3Z6V2FEVBNHHB5FU4AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3158/550186180@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3158@github.com>
References: <quicwg/base-drafts/issues/3158@github.com>
Subject: Re: [quicwg/base-drafts] Application close should be disallowed in Initial or Handshake (#3158)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc27922ee2d4_78013fd20f0cd96c100959f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/r77xY7iTDARpsWSYEAic_631SvM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 07:41:25 -0000

----==_mimepart_5dc27922ee2d4_78013fd20f0cd96c100959f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To @kazuho's point b)

Transport section 11.1

An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the existence of the error to its peer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3158#issuecomment-550186180
----==_mimepart_5dc27922ee2d4_78013fd20f0cd96c100959f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>'s point b)</p>
<p>Transport section 11.1</p>
<p>An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the existence of the error to its peer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications&amp;email_token=AFTOJKYARQXP23AZDXPOYTDQSJYKFA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSZRA#issuecomment-550186180">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ORPROD6C5OMENZVDQSJYKFANCNFSM4JFXQLWQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4F5KAZVIRE75XMO2TQSJYKFA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSZRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications\u0026email_token=AFTOJKYARQXP23AZDXPOYTDQSJYKFA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSZRA#issuecomment-550186180",
"url": "https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications\u0026email_token=AFTOJKYARQXP23AZDXPOYTDQSJYKFA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFSZRA#issuecomment-550186180",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc27922ee2d4_78013fd20f0cd96c100959f--


From nobody Wed Nov  6 00:17:56 2019
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 84C1E120C0F for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 00:17:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7EQz_uP7yYzD for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 00:17:51 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABED3120C0C for <quic-issues@ietf.org>; Wed,  6 Nov 2019 00:17:51 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id CFCC9C62019 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 00:17:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573028270; bh=2Av5VKBC41mF9BuiAzxkAucSNmMxn8SyvzsNbUkPv0U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vGUGKPhdP+6W4aFl/sIiYLKxDDIzvrNWNV/+5oYqppdRISVjWSdJ74xKEgF+92EVJ XLNpyX9zQFC4gbPXr5/bo4VJhnvfNd/ZT7qVnBkjW8dVWBWPLMVdug8Gy6BVgylUMt a+5UT2TGNjT6a626DGDwdxgJSbg60DEsDRtk3D8c=
Date: Wed, 06 Nov 2019 00:17:50 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4CQQDE4DZ3RDY2ZLV3Z62C5EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550197395@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc281aec092b_1cd53fa82a8cd964466688"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hi9SChY5r-azd8c7OxM6w_PRhEw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 08:17:54 -0000

----==_mimepart_5dc281aec092b_1cd53fa82a8cd964466688
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>  it seems like the reasonable thing to do would be to silently drop the CID on the floor

That was the previous recommendation if the peer provided too many CIDs and you didn't want to maintain any more, and I think that still applies if the peer doesn't respect the TP.

For context, this came up in several issues, the TP came in via #1994, with the [conclusion from Tokyo](https://github.com/quicwg/base-drafts/issues/1994#issuecomment-458820197) being that it would be advisory only (hence the SHOULD).

PR #1998 actually made the change which included that SHOULD, and also resolved the concerns from #2403. #2428 helped to clarify some rate-limiting around how quickly you should cycle through CIDs.

All that is to say, if you want to use the limit and explicitly communicate it with the TP, then you SHOULD do that. Everyone SHOULD do that.

If not, or if your peer doesn't respect it, you can always dump those extra CIDs on the floor, with all the potential for running out that comes from taking that action. In this case, you end up maintaining as many as you wanted, probably the same value that you sent in the TP that the other side ignored...

If/when the peer sends RetirePriorTo and requests that you retire them, you retire the ones you haven't yet retired and still know about. Generally, that means that you get a replacement for those, so now you still have `active_connection_id_limit` CIDs. (Side note: The place this gets messy is if the peer suddenly decides to respect the value you put in the TP and doesn't replace them. This has always been a potential consequence of dropping them, though.)

For the ones that you discarded, the peer should discard those 3PTO after it sent RetirePriorTo. From [Section 5.1.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#retiring-cids):
```
An endpoint MAY discard a connection ID for which retirement has been requested 
once an interval of no less than 3 PTO has elapsed since an acknowledgement is 
received for the NEW_CONNECTION_ID frame requesting that retirement. Until 
then, the endpoint SHOULD be prepared to receive packets that contain the 
connection ID that it has requested be retired. Subsequent incoming packets 
using that connection ID could elicit a response with the corresponding 
stateless reset token.
```

So the peer that requested retirement can discard any state about them, and you're back to having everyone on the same page about how many are outstanding. 

That generally seems sufficient, although it would be great to cover another scenario or add some text that could be added to explain this better? If the issuing endpoint doesn't use RetirePriorTo then you're fine holding as many as you wanted to maintain forever. If they do use RetirePriorTo, then you're reset back to a good state.

And if you ever get RetirePriorTo indicating an old value, you're also happy since you don't need to do anything.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550197395
----==_mimepart_5dc281aec092b_1cd53fa82a8cd964466688
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>
<p>it seems like the reasonable thing to do would be to silently drop the=
 CID on the floor</p>
</blockquote>
<p>That was the previous recommendation if the peer provided too many CID=
s and you didn't want to maintain any more, and I think that still applie=
s if the peer doesn't respect the TP.</p>
<p>For context, this came up in several issues, the TP came in via <a cla=
ss=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issue t=
itle" data-id=3D"379719134" data-permission-text=3D"Issue title is privat=
e" data-url=3D"https://github.com/quicwg/base-drafts/issues/1994" data-ho=
vercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/1=
994/hovercard" href=3D"https://github.com/quicwg/base-drafts/issues/1994"=
>#1994</a>, with the <a href=3D"https://github.com/quicwg/base-drafts/iss=
ues/1994#issuecomment-458820197" data-hovercard-type=3D"issue" data-hover=
card-url=3D"/quicwg/base-drafts/issues/1994/hovercard">conclusion from To=
kyo</a> being that it would be advisory only (hence the SHOULD).</p>
<p>PR <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to =
load issue title" data-id=3D"380102102" data-permission-text=3D"Issue tit=
le is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/1=
998" data-hovercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/b=
ase-drafts/pull/1998/hovercard" href=3D"https://github.com/quicwg/base-dr=
afts/pull/1998">#1998</a> actually made the change which included that SH=
OULD, and also resolved the concerns from <a class=3D"issue-link js-issue=
-link" data-error-text=3D"Failed to load issue title" data-id=3D"40604460=
5" data-permission-text=3D"Issue title is private" data-url=3D"https://gi=
thub.com/quicwg/base-drafts/issues/2403" data-hovercard-type=3D"issue" da=
ta-hovercard-url=3D"/quicwg/base-drafts/issues/2403/hovercard" href=3D"ht=
tps://github.com/quicwg/base-drafts/issues/2403">#2403</a>. <a class=3D"i=
ssue-link js-issue-link" data-error-text=3D"Failed to load issue title" d=
ata-id=3D"407069124" data-permission-text=3D"Issue title is private" data=
-url=3D"https://github.com/quicwg/base-drafts/issues/2428" data-hovercard=
-type=3D"pull_request" data-hovercard-url=3D"/quicwg/base-drafts/pull/242=
8/hovercard" href=3D"https://github.com/quicwg/base-drafts/pull/2428">#24=
28</a> helped to clarify some rate-limiting around how quickly you should=
 cycle through CIDs.</p>
<p>All that is to say, if you want to use the limit and explicitly commun=
icate it with the TP, then you SHOULD do that. Everyone SHOULD do that.</=
p>
<p>If not, or if your peer doesn't respect it, you can always dump those =
extra CIDs on the floor, with all the potential for running out that come=
s from taking that action. In this case, you end up maintaining as many a=
s you wanted, probably the same value that you sent in the TP that the ot=
her side ignored...</p>
<p>If/when the peer sends RetirePriorTo and requests that you retire them=
, you retire the ones you haven't yet retired and still know about. Gener=
ally, that means that you get a replacement for those, so now you still h=
ave <code>active_connection_id_limit</code> CIDs. (Side note: The place t=
his gets messy is if the peer suddenly decides to respect the value you p=
ut in the TP and doesn't replace them. This has always been a potential c=
onsequence of dropping them, though.)</p>
<p>For the ones that you discarded, the peer should discard those 3PTO af=
ter it sent RetirePriorTo. From <a href=3D"https://quicwg.org/base-drafts=
/draft-ietf-quic-transport.html#retiring-cids" rel=3D"nofollow">Section 5=
.1.2</a>:</p>
<pre><code>An endpoint MAY discard a connection ID for which retirement h=
as been requested =

once an interval of no less than 3 PTO has elapsed since an acknowledgeme=
nt is =

received for the NEW_CONNECTION_ID frame requesting that retirement. Unti=
l =

then, the endpoint SHOULD be prepared to receive packets that contain the=
 =

connection ID that it has requested be retired. Subsequent incoming packe=
ts =

using that connection ID could elicit a response with the corresponding =

stateless reset token.
</code></pre>
<p>So the peer that requested retirement can discard any state about them=
, and you're back to having everyone on the same page about how many are =
outstanding.</p>
<p>That generally seems sufficient, although it would be great to cover a=
nother scenario or add some text that could be added to explain this bett=
er? If the issuing endpoint doesn't use RetirePriorTo then you're fine ho=
lding as many as you wanted to maintain forever. If they do use RetirePri=
orTo, then you're reset back to a good state.</p>
<p>And if you ever get RetirePriorTo indicating an old value, you're also=
 happy since you don't need to do anything.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3193?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK3XIBWNGAVC32NZ3RDQSJ4S5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFVREY#issuecomment-550197395">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK4DRTXNQJZ74WUFO2LQSJ4S5ANCNFSM4JJPZITA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK3DMLH4NHZJZYGZ72DQSJ4S=
5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDFVREY.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK3XIBWNGAVC32NZ3RDQSJ4S5A5CNFSM4=
JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFVRE=
Y#issuecomment-550197395",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=3D=
notifications\u0026email_token=3DAFTOJK3XIBWNGAVC32NZ3RDQSJ4S5A5CNFSM4JJP=
ZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDFVREY#i=
ssuecomment-550197395",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5dc281aec092b_1cd53fa82a8cd964466688--


From nobody Wed Nov  6 01:44:58 2019
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 707F81201AA for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 01:44:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QzjFKlNeeMGK for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 01:44:55 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F0246120255 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 01:44:54 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 2C196A00DB for <quic-issues@ietf.org>; Wed,  6 Nov 2019 01:44:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573033494; bh=FeKMn+JtKa7ECAKrm+Eezcy8hrgZ5u8IzVSRm6zkoSs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x528neX9Q1MJFTl092F0XGYDiQK0EZn+0aI52JShHCFDTNi31t3dxBUsx8VL+fDJB T2cCw5YCqvCxycqjTQhR8zKhY8RM/D7vW5fDiqUoPToJ1nIVpCOedI31GuQwLxwG0H ubzZCrDon75WOi1s/ZQ9BOh19kg1EEVJrdUp6ivM=
Date: Wed, 06 Nov 2019 01:44:54 -0800
From: jesusmamartin <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5SYXY4UAOFHIGRELV3Z7EJNEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550230403@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc296161cde8_ca43fd5752cd960623c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: jesusmamartin
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fgdXI0MXODy9K-5iRGGYKNa-Eps>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 09:44:56 -0000

----==_mimepart_5dc296161cde8_ca43fd5752cd960623c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ferrieux. Good job, now supported by a concrete proposal and validated on real world traffic. I hope it can be taken into account by the group as soon as possible.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550230403
----==_mimepart_5dc296161cde8_ca43fd5752cd960623c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=614725" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ferrieux">@ferrieux</a>. Good job, now supported by a concrete proposal and validated on real world traffic. I hope it can be taken into account by the group as soon as possible.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJKY7WX224OC2JDXVR6TQSKGZNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF5TAY#issuecomment-550230403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYJCI42QTOZE4U2MODQSKGZNANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK64BOQRMVEQDOB72ETQSKGZNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF5TAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJKY7WX224OC2JDXVR6TQSKGZNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF5TAY#issuecomment-550230403",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJKY7WX224OC2JDXVR6TQSKGZNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF5TAY#issuecomment-550230403",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc296161cde8_ca43fd5752cd960623c7--


From nobody Wed Nov  6 01:49:29 2019
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 D7D8A12025D for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 01:49:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2tZvvK7fhg1q for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 01:49:25 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3AD8120255 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 01:49:25 -0800 (PST)
Date: Wed, 06 Nov 2019 01:49:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573033764; bh=oFjgdM7ZMvD4SWZdWh8JXS0cOw87Pch5AjWnMml16OU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VOBRD5vJjt3gDTYMiAQGnlTuGXsHJ9AcM+mTLUrs9we800eaIP9Gfd5PostiWv77K aVyPzcDjJ9mDwlmEbfFSH1S40SwBJsWGdLU+JeFsJcen+KGMFUkAKd0pfEtttwoOv5 RTqp4uOA5BQQmWVecsiKMZ88CDnkarOrbqJrraV0=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2PCCSEV25R3QVKG4F3Z7E2JEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550232159@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc297247e1d0_11d73fc225ccd964144650"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/feaSisIv_2IrT25jJvDJvZ5-f2U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 09:49:28 -0000

----==_mimepart_5dc297247e1d0_11d73fc225ccd964144650
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Dropping connection IDs worked out fine before we introduced the Retire Prior To field. We added that field in #2769, which was merged in July (about half a year after our discussion in Tokyo and the claryfing PRs).

> If/when the peer sends RetirePriorTo and requests that you retire them, you retire the ones you haven't yet retired and still know about.

That's not what the spec says (but maybe what the spec intends to say?). If this was the only issue, we could probably easily resolve this by changing the wording to something like "MUST retire the corresponding connection IDs that it still remembers" or so.

> Generally, that means that you get a replacement for those, so now you still have active_connection_id_limit CIDs. 

That might or might not happen. It all depends on the peer's assumption of what you did: Does it assume that you dropped connection IDs (if so, which ones?)? Does it assume that you actually enforced the limit that you announced in the TP by dropping all CIDs in excess of it?
The situation gets even worse when you assume that  a RETIRE_CONNECTION_ID frame was in flight just when the endpoint provided the new CIDs. In this situation, there's no race-condition-free view of how many CIDs the peer was actually storing, so it's not possible to know how many of the new CIDs were actually stored and how many of them might have been dropped.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550232159
----==_mimepart_5dc297247e1d0_11d73fc225ccd964144650
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Dropping connection IDs worked out fine before we introduced the Retire Prior To field. We added that field in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="452175829" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2769" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/2769/hovercard" href="https://github.com/quicwg/base-drafts/pull/2769">#2769</a>, which was merged in July (about half a year after our discussion in Tokyo and the claryfing PRs).</p>
<blockquote>
<p>If/when the peer sends RetirePriorTo and requests that you retire them, you retire the ones you haven't yet retired and still know about.</p>
</blockquote>
<p>That's not what the spec says (but maybe what the spec intends to say?). If this was the only issue, we could probably easily resolve this by changing the wording to something like "MUST retire the corresponding connection IDs that it still remembers" or so.</p>
<blockquote>
<p>Generally, that means that you get a replacement for those, so now you still have active_connection_id_limit CIDs.</p>
</blockquote>
<p>That might or might not happen. It all depends on the peer's assumption of what you did: Does it assume that you dropped connection IDs (if so, which ones?)? Does it assume that you actually enforced the limit that you announced in the TP by dropping all CIDs in excess of it?<br>
The situation gets even worse when you assume that  a RETIRE_CONNECTION_ID frame was in flight just when the endpoint provided the new CIDs. In this situation, there's no race-condition-free view of how many CIDs the peer was actually storing, so it's not possible to know how many of the new CIDs were actually stored and how many of them might have been dropped.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK6VM74BN3ENUFQFW63QSKHKJA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF6AXY#issuecomment-550232159">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5AFIYU7LLMZDCMGMTQSKHKJANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZKNT3KCKMGZJYNHKDQSKHKJA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF6AXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK6VM74BN3ENUFQFW63QSKHKJA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF6AXY#issuecomment-550232159",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK6VM74BN3ENUFQFW63QSKHKJA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDF6AXY#issuecomment-550232159",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc297247e1d0_11d73fc225ccd964144650--


From nobody Wed Nov  6 02:33:00 2019
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 26DB8120835 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 02:32:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4ltc59VmLzKG for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 02:32:58 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D9AE112080A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 02:32:57 -0800 (PST)
Date: Wed, 06 Nov 2019 02:32:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573036377; bh=JC31BPJP1dk1GW7Mm+ErrKcRCE0cd7a+UsKjGZiVks0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nIoMFX1HKpQPua/vSYl5JJsWnMhIVRchTnUCA9ClVX4+mZSPP2ZpZaYZrrDbmXNro W05eh5sFsmvrFFx66BlLwxUZK7r91PqKdIlCsE7knpn+WKkfN2ozTA88L/ErXjfNhA r0PfTcxBhzKvpq3AHioFMBN8dliqUJ8YpaBL+orQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5B6VQ3LVCJZP4UXLV3Z7J5TEVBNHHB5ZPCDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3194@github.com>
Subject: [quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2a159df4b_3c3a3fdc4f8cd9609724"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ga4qe5VO1tNXOZGOtFN8uxhTRdo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 10:32:59 -0000

----==_mimepart_5dc2a159df4b_3c3a3fdc4f8cd9609724
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Let's say an endpoint receives a NEW_CONNECTION_ID frame with Sequence Number: X, Retire Prior To: M. At a later moment, it receives a (reordered) NEW_CONNECTION_ID frame with Sequence Number: N (where N < M).

As the spec is currently written, it would be perfectly legal to use CID N at this moment. Obviously, this doesn't make sense, since the receiving peer is about to or has already stopped accepting packets with using CIDs < M. When receiving such a reordered NEW_CONNECTION_ID frame, the reasonable thing to do is to immediately send the corresponding RETIRE_CONNECTION_ID frame for N.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3194
----==_mimepart_5dc2a159df4b_3c3a3fdc4f8cd9609724
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Let's say an endpoint receives a NEW_CONNECTION_ID frame with Sequence Number: X, Retire Prior To: M. At a later moment, it receives a (reordered) NEW_CONNECTION_ID frame with Sequence Number: N (where N &lt; M).</p>
<p>As the spec is currently written, it would be perfectly legal to use CID N at this moment. Obviously, this doesn't make sense, since the receiving peer is about to or has already stopped accepting packets with using CIDs &lt; M. When receiving such a reordered NEW_CONNECTION_ID frame, the reasonable thing to do is to immediately send the corresponding RETIRE_CONNECTION_ID frame for N.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications&amp;email_token=AFTOJK6JFR7PEMXBVNKX3GLQSKMNTA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXF4INQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5F43GZXP2WAGGIS73QSKMNTANCNFSM4JJS4DSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GLCOT75ERPFBV4YDQSKMNTA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXF4INQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJK6JFR7PEMXBVNKX3GLQSKMNTA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXF4INQ",
"url": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJK6JFR7PEMXBVNKX3GLQSKMNTA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXF4INQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2a159df4b_3c3a3fdc4f8cd9609724--


From nobody Wed Nov  6 02:47:58 2019
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 66BC81200C7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 02:47:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0ksdRSTRrry5 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 02:47:54 -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 5B53B1200B5 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 02:47:54 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 833CA8C0928 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 02:47:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573037273; bh=LP60vkcx490crBJePSV3isPJNCt6B2/xTX/lPbex53A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=n0LI5dc17pjJJDy3aYB5NWxQvK23oUSQtOs19hMoObkhFKJY7pE/AGWga4xRUG+37 9hLLTQ3RbfSexNLHWNQS1isMLATeRh9VW3orbLaGMpWiE0+xP9spUrXKSXnLkC5wc4 LsGjj+8imuEtNh1B903zT7l9qIamFHd5h7jKGopg=
Date: Wed, 06 Nov 2019 02:47:53 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZERTZN4HFVYDPADSV3Z7LVTEVBNHHB5ZQDTM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3195@github.com>
Subject: [quicwg/base-drafts] conflicting advice how to handle Retire Prior To (#3195)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2a4d974ce0_30053fd00d6cd960829fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/le9dzjmDiB5c7kUbyp75ztw4M34>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 10:47:56 -0000

----==_mimepart_5dc2a4d974ce0_30053fd00d6cd960829fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In the section talking about Connection IDs (section 5.1.2) it says:
> An endpoint can cause its peer to retire connection IDs by sending a NEW_CONNECTION_ID frame with an increased Retire Prior To field. Upon receipt, the peer MUST retire the corresponding connection IDs and send corresponding RETIRE_CONNECTION_ID frames.

In the description of the NEW_CONNECTION_ID frame (section 19.15) it says:
> The Retire Prior To field is a request for the peer to retire all connection IDs with a sequence number less than the specified value. [...] The peer SHOULD retire the corresponding connection IDs and send the corresponding RETIRE_CONNECTION_ID frames in a timely manner.

So it's not clear if you just SHOULD or if you MUST send the RETIRE_CONNECTION_ID frame.

As an editorial remark, I find the existing text a bit hard to understand, since it's spread over these two sections. Maybe it would be easier to keep the frame description relatively short, and move more of the logic into the section that describes how CIDs are used and retired. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3195
----==_mimepart_5dc2a4d974ce0_30053fd00d6cd960829fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In the section talking about Connection IDs (section 5.1.2) it says:</p>
<blockquote>
<p>An endpoint can cause its peer to retire connection IDs by sending a NEW_CONNECTION_ID frame with an increased Retire Prior To field. Upon receipt, the peer MUST retire the corresponding connection IDs and send corresponding RETIRE_CONNECTION_ID frames.</p>
</blockquote>
<p>In the description of the NEW_CONNECTION_ID frame (section 19.15) it says:</p>
<blockquote>
<p>The Retire Prior To field is a request for the peer to retire all connection IDs with a sequence number less than the specified value. [...] The peer SHOULD retire the corresponding connection IDs and send the corresponding RETIRE_CONNECTION_ID frames in a timely manner.</p>
</blockquote>
<p>So it's not clear if you just SHOULD or if you MUST send the RETIRE_CONNECTION_ID frame.</p>
<p>As an editorial remark, I find the existing text a bit hard to understand, since it's spread over these two sections. Maybe it would be easier to keep the frame description relatively short, and move more of the logic into the section that describes how CIDs are used and retired.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications&amp;email_token=AFTOJK5WEWJ5CREBX6WWI33QSKOFTA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGAONQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4WV2KAR6LDBLTKRWDQSKOFTANCNFSM4JJTCCHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYFNAFGFWNMEIC7X6TQSKOFTA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGAONQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5WEWJ5CREBX6WWI33QSKOFTA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGAONQ",
"url": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5WEWJ5CREBX6WWI33QSKOFTA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXGAONQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2a4d974ce0_30053fd00d6cd960829fd--


From nobody Wed Nov  6 03:22:31 2019
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 AC14F120864 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 03:22:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ubW9E6i7fw5h for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 03:22:28 -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 EF2AF12085F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 03:22:27 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 190638C00A4 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 03:22:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573039347; bh=+8qmbfU2m2j16rL36PoY9B2WZ5RyKJv4Z2cfT+xOvyE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2WrFnAmj7R1LdQt3s/BiyP/6i7s2/CvvIZSh+UjOMmaZtabdD+fqpMYXyAvD2A1J0 pklUzUNPwQBtoVCdTFUg/yj+HC+1bTS9/bvzaunnf7CSR/pHQmTkrqP3I6TLKJPfx6 5W8QLn0z2uCXRCNJYupjp0+fvsLxFJzcnoD0thZE=
Date: Wed, 06 Nov 2019 03:22:27 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYRWTCSR2YZQGN6KQF3Z7PXHEVBNHHB4UPZEI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3115/550267276@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3115@github.com>
References: <quicwg/base-drafts/issues/3115@github.com>
Subject: Re: [quicwg/base-drafts] Don't use bitmap frames to describe varint structures (#3115)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2acf3b03c_7c0f3fb7c2ccd9685636"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FFZZ1RYt0saivBZKj7ume_dYDl0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 11:22:30 -0000

----==_mimepart_5dc2acf3b03c_7c0f3fb7c2ccd9685636
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Interestingly there is work going on in this area at the IETF 106 Hackathon - https://trac.ietf.org/trac/ietf/meeting/wiki/106hackathon/formal-languages

Specifically, from [draft-macquistin-augmented-asciidiagrams-01 ](https://tools.ietf.org/html/draft-mcquistin-augmented-ascii-diagrams-01)

```
   This document describes a machine-readable format for specifying the
   syntax of protocol data units within a protocol specification.  This
   format is comprised of a consistently formatted packet header
   diagram, followed by structured explanatory text.  It is designed to
   maintain human readability while enabling support for automated
   parser generation from the specification document.  This document is
   itself an example of how the format can be used.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3115#issuecomment-550267276
----==_mimepart_5dc2acf3b03c_7c0f3fb7c2ccd9685636
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Interestingly there is work going on in this area at the IETF 106 Hackathon - <a href="https://trac.ietf.org/trac/ietf/meeting/wiki/106hackathon/formal-languages" rel="nofollow">https://trac.ietf.org/trac/ietf/meeting/wiki/106hackathon/formal-languages</a></p>
<p>Specifically, from <a href="https://tools.ietf.org/html/draft-mcquistin-augmented-ascii-diagrams-01" rel="nofollow">draft-macquistin-augmented-asciidiagrams-01 </a></p>
<pre><code>   This document describes a machine-readable format for specifying the
   syntax of protocol data units within a protocol specification.  This
   format is comprised of a consistently formatted packet header
   diagram, followed by structured explanatory text.  It is designed to
   maintain human readability while enabling support for automated
   parser generation from the specification document.  This document is
   itself an example of how the format can be used.
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3115?email_source=notifications&amp;email_token=AFTOJK5JZBJNZPVN5K5TVRDQSKSHHA5CNFSM4JB6VQ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGGTDA#issuecomment-550267276">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3T5QFMWM4WGFIFRALQSKSHHANCNFSM4JB6VQ2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGHXPFMCFVJUV4YDLQSKSHHA5CNFSM4JB6VQ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGGTDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3115?email_source=notifications\u0026email_token=AFTOJK5JZBJNZPVN5K5TVRDQSKSHHA5CNFSM4JB6VQ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGGTDA#issuecomment-550267276",
"url": "https://github.com/quicwg/base-drafts/issues/3115?email_source=notifications\u0026email_token=AFTOJK5JZBJNZPVN5K5TVRDQSKSHHA5CNFSM4JB6VQ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGGTDA#issuecomment-550267276",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2acf3b03c_7c0f3fb7c2ccd9685636--


From nobody Wed Nov  6 03:28:52 2019
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 33ED812086B for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 03:28:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5FIF8B9X6RQM for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 03:28:49 -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 A9CE3120869 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 03:28:49 -0800 (PST)
Date: Wed, 06 Nov 2019 03:28:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573039728; bh=V+RWiMXQXgNlKUhhPizHL6HRLybt9mFapUgRbFcwOdY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DnhklazFealoVDv34k3+tUNTXpEQ1PXu1aqWyFvmihYYTJwDuMCix2rqFd3BFkLLv kLctiY1K6lUcMVh4ReVTneHj37IQ1aeDU5gAvGkSwnyZp09V8JwHaSZFNBvSUluqrW /A9/YPIb2m88MR/YUDh0T8i0T9xVufjvf2CzTJcQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5BX3ED7Y4LPGZDZQN3Z7QPBEVBNHHB3LP3EA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3066/review/312363095@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3066@github.com>
References: <quicwg/base-drafts/pull/3066@github.com>
Subject: Re: [quicwg/base-drafts] Change PTO to be per packet number space (#3066)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2ae70c69d9_764e3fb08a2cd95c676bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s_utxq3BGRyytcdbElKSNWtyzNw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 11:28:51 -0000

----==_mimepart_5dc2ae70c69d9_764e3fb08a2cd95c676bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.

I was thinking a Handshake packet was sent at 1, so it's my mistake.  Your example is correct given you're only going to send a single QUIC packet on PTO.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3066#discussion_r343045355
----==_mimepart_5dc2ae70c69d9_764e3fb08a2cd95c676bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3066#discussion_r343045355">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
 The PTO value MUST be set to at least kGranularity, to avoid the timer expiring
 immediately.
 
+A sender computes its PTO timer every time an ack-eliciting packet is sent.
+When ack-eliciting packets are in-flight in multiple packet number spaces,
+the timer MUST be set for the packet number space with the earliest timeout,
+except for ApplicationData, which MUST be ignored until the handshake
+completes; see Section 4.1.1 of {{QUIC-TLS}}.  Not arming the PTO for
+ApplicationData prioritizes completing the handshake and prevents the server
+from sending a 1-RTT PTO packet before it has the keys to process a 1-RTT
+packet.  This simplifies to setting the PTO on the lowest active packet number
+space if packets from two different packet number spaces are sent when the PTO
+fires.
</pre>
<p>I was thinking a Handshake packet was sent at 1, so it's my mistake.  Your example is correct given you're only going to send a single QUIC packet on PTO.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications&amp;email_token=AFTOJK7OB2IH7QTYHMPFUKLQSKS7BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKPEQVY#discussion_r343045355">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK35DXYNSEC72YLJGNLQSKS7BANCNFSM4I2FHCOQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZOPKGLRRWPPNP2U2TQSKS7BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKPEQVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7OB2IH7QTYHMPFUKLQSKS7BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKPEQVY#discussion_r343045355",
"url": "https://github.com/quicwg/base-drafts/pull/3066?email_source=notifications\u0026email_token=AFTOJK7OB2IH7QTYHMPFUKLQSKS7BA5CNFSM4I2FHCO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKPEQVY#discussion_r343045355",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2ae70c69d9_764e3fb08a2cd95c676bc--


From nobody Wed Nov  6 05:13:07 2019
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 59B5612087E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:13:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qL44j6i2g27o for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:13:03 -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 BD624120835 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:13:03 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id E88448C0C31 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:13:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573045982; bh=4Xk1Zydp70EByfSluaROO5Z+rE07a2F9WpUh+IdPlEM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2RLQVR4DjgwNK+AYzr3EZpHZAw+/niqBhdgsVWjIVytSYZbOVNdI71C55runyJu1s M88Aw44WX1nRIGStn0JlMHnOW+rOYyQXoHp0WpY1uqkHEdfN8qUm4mC7ZTaVef6ayQ uLyvXCBi6237yAfY4iNoV00haFPk7kxAJGvq1SeY=
Date: Wed, 06 Nov 2019 05:13:02 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY23454FWFFVWTZQEF3Z74V5EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550302894@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2c6ded6422_378e3fd4beecd95c212969"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5Rvb8Lw8HzfKQsyH9zeLh_Njyws>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 13:13:05 -0000

----==_mimepart_5dc2c6ded6422_378e3fd4beecd95c212969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I think the model that @erickinnear's has described is accurate.=0D
=0D
At the same time, it seems alarming to me  that we have failed to incorpo=
rate that model into the text.=0D
=0D
Specifically, as @marten-seemann points out, we have the following text:=0D=

> Upon receipt, the peer MUST retire the corresponding connection IDs and=
 send corresponding RETIRE_CONNECTION_ID frames.=0D
=0D
and FWIW also:=0D
> Connection IDs that are issued and not retired are considered active; a=
ny active connection ID can be used.=0D
=0D
that both assume that all connections IDs are expected to be retired. But=
 as @erickinnear points out, when the issuer provides more than what `act=
ive_connection_id_limit` recommends, those connection IDs are not expecte=
d to be retired.=0D
=0D
I'd like to point out that the way we control the active CIDs sticks out =
from other "crediting schemes". For all other crediting schemes (i.e. MAX=
_DATA, MAX_STREAMS, MAX_STREAM_DATA), there is a hard limit. It is a prot=
ocol violation when the sender exceeds the allowed maximum. It is only fo=
r this active_connection_id_limit - RETIRE_CONNECTION_ID pair that we do =
not enforce the sender adhering the limit.=0D
=0D
Considering these aspects, and the fact that implementors are complaining=
 about the complexity caused by "SHOULD NOT," I think it's worth consider=
ing changing the "SHOULD NOT" of "an endpoint SHOULD NOT provide more con=
nection IDs than the peer=E2=80=99s limit" to "MUST NOT."=0D
=0D
The counterargument might be that it's an additional complexity; but I do=
ubt if it's that important, compared to the importance of resolving the c=
onfusion that we have now.=0D
=0D
As @erickinnear have stated, the issuer is excepted to stick to providing=
 *N* active CIDs, where N is a constant throughout the lifetime of a conn=
ection. No other approach works. So the *complexity* that is to be added =
by changing the "SHOULD NOT" to "MUST NOT" is that the issuer would be re=
quired to set N to no greater than the value of "active_connection_id_lim=
it" provided by the peer.=0D
=0D
I think we can pay that cost for buying a consistent design (that avoids =
the confusion).=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550302894=

----==_mimepart_5dc2c6ded6422_378e3fd4beecd95c212969
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>I think the model that <a class=3D"user-mention" data-hovercard-type=3D=
"user" data-hovercard-url=3D"/hovercards?user_id=3D32474881" data-octo-cl=
ick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/erickinnear">@erickinnear</a>'s has described is a=
ccurate.</p>=0D
<p>At the same time, it seems alarming to me  that we have failed to inco=
rporate that model into the text.</p>=0D
<p>Specifically, as <a class=3D"user-mention" data-hovercard-type=3D"user=
" data-hovercard-url=3D"/hovercards?user_id=3D1478487" data-octo-click=3D=
"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"ht=
tps://github.com/marten-seemann">@marten-seemann</a> points out, we have =
the following text:</p>=0D
<blockquote>=0D
<p>Upon receipt, the peer MUST retire the corresponding connection IDs an=
d send corresponding RETIRE_CONNECTION_ID frames.</p>=0D
</blockquote>=0D
<p>and FWIW also:</p>=0D
<blockquote>=0D
<p>Connection IDs that are issued and not retired are considered active; =
any active connection ID can be used.</p>=0D
</blockquote>=0D
<p>that both assume that all connections IDs are expected to be retired. =
But as <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverc=
ard-url=3D"/hovercards?user_id=3D32474881" data-octo-click=3D"hovercard-l=
ink-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github=
.com/erickinnear">@erickinnear</a> points out, when the issuer provides m=
ore than what <code>active_connection_id_limit</code> recommends, those c=
onnection IDs are not expected to be retired.</p>=0D
<p>I'd like to point out that the way we control the active CIDs sticks o=
ut from other "crediting schemes". For all other crediting schemes (i.e. =
MAX_DATA, MAX_STREAMS, MAX_STREAM_DATA), there is a hard limit. It is a p=
rotocol violation when the sender exceeds the allowed maximum. It is only=
 for this active_connection_id_limit - RETIRE_CONNECTION_ID pair that we =
do not enforce the sender adhering the limit.</p>=0D
<p>Considering these aspects, and the fact that implementors are complain=
ing about the complexity caused by "SHOULD NOT," I think it's worth consi=
dering changing the "SHOULD NOT" of "an endpoint SHOULD NOT provide more =
connection IDs than the peer=E2=80=99s limit" to "MUST NOT."</p>=0D
<p>The counterargument might be that it's an additional complexity; but I=
 doubt if it's that important, compared to the importance of resolving th=
e confusion that we have now.</p>=0D
<p>As <a class=3D"user-mention" data-hovercard-type=3D"user" data-hoverca=
rd-url=3D"/hovercards?user_id=3D32474881" data-octo-click=3D"hovercard-li=
nk-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.=
com/erickinnear">@erickinnear</a> have stated, the issuer is excepted to =
stick to providing <em>N</em> active CIDs, where N is a constant througho=
ut the lifetime of a connection. No other approach works. So the <em>comp=
lexity</em> that is to be added by changing the "SHOULD NOT" to "MUST NOT=
" is that the issuer would be required to set N to no greater than the va=
lue of "active_connection_id_limit" provided by the peer.</p>=0D
<p>I think we can pay that cost for buying a consistent design (that avoi=
ds the confusion).</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3193?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKZHAEXPLF5VBYQZGODQSK7F5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGPJLQ#issuecomment-550302894">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKZ2A4HRCJ7XQGNTXI3QSK7F5ANCNFSM4JJPZITA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK3M6PQMKRDO4V7HYNDQSK7F=
5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDGPJLQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKZHAEXPLF5VBYQZGODQSK7F5A5CNFSM4=
JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGPJL=
Q#issuecomment-550302894",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=3D=
notifications\u0026email_token=3DAFTOJKZHAEXPLF5VBYQZGODQSK7F5A5CNFSM4JJP=
ZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGPJLQ#i=
ssuecomment-550302894",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc2c6ded6422_378e3fd4beecd95c212969--


From nobody Wed Nov  6 05:42:36 2019
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 554D912087E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:42:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fCMoqYSQjzAF for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:42:33 -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 C3E2B12010C for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:42:32 -0800 (PST)
Date: Wed, 06 Nov 2019 05:42:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573047751; bh=iydDzPLc95OinCvoGopsuGYEtH3OMfxE0vEOJ24CuWA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A1Nw0g8Yo3yKRQBPa8hdCTUSSSWMVXsDTL+vmXv8AzdrH49s8ilmjF7aC+ubqbmtF rSrGg8bYD/m6e6/82zbc3q4mbwSIDfkaq/7CGfpO3+krZfBoBR0jextrdwMARCRAVs Z+t/OFB+Xxo/UcdnD8fj/zObz+WvdECcbVkyRhwA=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNNKDC5JM56WQ3HIV32AAEPEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550313763@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2cdc7782c6_5c5d3feaf6acd96c401597"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CVZ5qq1lOBEvdr7W-V8S-zLCjdU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 13:42:35 -0000

----==_mimepart_5dc2cdc7782c6_5c5d3feaf6acd96c401597
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It seems like the problem we're facing here is that 3 things can happen with a new CID:
1. It is stored for later use.
2. It is retired via a RETIRE_CONNECTION_ID frame.
3. It is silently dropped.

For the endpoint providing the CIDs, 1. and 3. are indistinguishable, which might lead to a mismatching view of how many CIDs are actually active. In the extreme case, this mismatch might mean that an endpoint believes that its peer has enough CIDs available, while it actually doesn't have any CIDs besides the one it is currently using, which would then make it impossible to migrate.
At the very least, the indistinguishability between 1. and 3. leads to some non-trivial reasoning about what the peer might or might not have done, if you provide more CIDs than the peer advertised at any point in the connection.

I agree with @kazuho that changing the "SHOULD NOT" to a "MUST NOT" would lead to a significant simplification here, since it would eliminate 3. from the list. With that change, a newly provided CID is active until it is retired. 

Furthermore, I don't think that there's any additional complexity here. On the receiver side, you'll need some logic to protect against a peer that is sending too many CIDs anyway. On the sender side, limiting the number to a constant value seems a lot easier than reasoning about which CIDs might have been dropped.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550313763
----==_mimepart_5dc2cdc7782c6_5c5d3feaf6acd96c401597
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It seems like the problem we're facing here is that 3 things can happen with a new CID:</p>
<ol>
<li>It is stored for later use.</li>
<li>It is retired via a RETIRE_CONNECTION_ID frame.</li>
<li>It is silently dropped.</li>
</ol>
<p>For the endpoint providing the CIDs, 1. and 3. are indistinguishable, which might lead to a mismatching view of how many CIDs are actually active. In the extreme case, this mismatch might mean that an endpoint believes that its peer has enough CIDs available, while it actually doesn't have any CIDs besides the one it is currently using, which would then make it impossible to migrate.<br>
At the very least, the indistinguishability between 1. and 3. leads to some non-trivial reasoning about what the peer might or might not have done, if you provide more CIDs than the peer advertised at any point in the connection.</p>
<p>I agree with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> that changing the "SHOULD NOT" to a "MUST NOT" would lead to a significant simplification here, since it would eliminate 3. from the list. With that change, a newly provided CID is active until it is retired.</p>
<p>Furthermore, I don't think that there's any additional complexity here. On the receiver side, you'll need some logic to protect against a peer that is sending too many CIDs anyway. On the sender side, limiting the number to a constant value seems a lot easier than reasoning about which CIDs might have been dropped.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK7HDWEOCUCDH7M2JOLQSLCUPA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGR6IY#issuecomment-550313763">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7HXHO362AER33HYYTQSLCUPANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XJGXDESCEFFVMYGDQSLCUPA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGR6IY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7HDWEOCUCDH7M2JOLQSLCUPA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGR6IY#issuecomment-550313763",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7HDWEOCUCDH7M2JOLQSLCUPA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGR6IY#issuecomment-550313763",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2cdc7782c6_5c5d3feaf6acd96c401597--


From nobody Wed Nov  6 05:51:47 2019
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 80D3F12089D for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:51:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7bjEH66TnP80 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:51:44 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C185012089E for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:51:43 -0800 (PST)
Date: Wed, 06 Nov 2019 05:51:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573048303; bh=GsjXlbU5FiV2WwEVCYFkcTWal9Ye4hW3DjQFdVI34zY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jUAOSfw/HKz1SDN2u3nKgJgHZp5Kx/GzgQMv5kAM2wHjz89aExDT4bE56BR5vDYtW bX6bboL+0FckVmgvuU1LdqP7O3lWdWMRwDLJEUgyrOsb3SHbfPM0SJEqRNYRsKTsAN Wj/m71Q27iBPxsVz3wk9O89a2sjwchn3DgE3e5zo=
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY3VSCVS42366BYWZ532ABG5EVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550317513@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2cfeef29b8_15d13fbe016cd960190191"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_6wNpYn6P13sqwmKXkBlkZWM730>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 13:51:45 -0000

----==_mimepart_5dc2cfeef29b8_15d13fbe016cd960190191
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mnot :
While this indeed is not new (as in "heavily validated in the field"), we are stepping forth to provide the "last" element that you've been requesting: a manifestation of support from the industry. Here is a list of players who have expressed support so far:
 - Orange
 - Akamai
 - CNES(Satcom)
 - Telefonica
 - British Telecom
 - Microsoft
The list is growing daily. Shipping v1 without loss observation support would undermine daily network maintenance work in at least that part of the ecosystem.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550317513
----==_mimepart_5dc2cfeef29b8_15d13fbe016cd960190191
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=74384" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mnot">@mnot</a> :<br>
While this indeed is not new (as in "heavily validated in the field"), we are stepping forth to provide the "last" element that you've been requesting: a manifestation of support from the industry. Here is a list of players who have expressed support so far:</p>
<ul>
<li>Orange</li>
<li>Akamai</li>
<li>CNES(Satcom)</li>
<li>Telefonica</li>
<li>British Telecom</li>
<li>Microsoft<br>
The list is growing daily. Shipping v1 without loss observation support would undermine daily network maintenance work in at least that part of the ecosystem.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK4ZZQ7MS6MFNMLRSJ3QSLDW5A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGS3SI#issuecomment-550317513">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYQOSXIDMFNWJJRDXDQSLDW5ANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4N4XPHLNVGP2ROBK3QSLDW5A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGS3SI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4ZZQ7MS6MFNMLRSJ3QSLDW5A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGS3SI#issuecomment-550317513",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4ZZQ7MS6MFNMLRSJ3QSLDW5A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGS3SI#issuecomment-550317513",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2cfeef29b8_15d13fbe016cd960190191--


From nobody Wed Nov  6 05:53:53 2019
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 3DE121208A6 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:53:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.908
X-Spam-Level: 
X-Spam-Status: No, score=-6.908 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, HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 25DmhfacF7LH for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 05:53:51 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6EA212089D for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:53:50 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 29B1A52076A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 05:53:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573048430; bh=ld8EoZXzjDMfunuElzVfkjZFedNB98HgwLLr0L8ABXw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vbq47Q1Q0vbxgPYFtIn8jWytm+9L8+uCXTHjQb/meeCZ9GUA10YIhQNVzdjdEJxfr zGayplTe/pVJYlhdZigmHq/rwyRcrLRWLctTEVfeBx9nI6d+S57baqRvME7epl/Gdq uelSGI1mB1dTYfJ2JZfTAk88R7eeFPk6MHmbbW90=
Date: Wed, 06 Nov 2019 05:53:50 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5NBQV2C64FC6KFXEN32ABO5EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550318541@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2d06e1b17b_2a723fe3b36cd960411421"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kK-rlZkchLCTniZKYPdsJF62yUs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 13:53:52 -0000

----==_mimepart_5dc2d06e1b17b_2a723fe3b36cd960411421
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Changing to "MUST NOT" SGTM

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550318541
----==_mimepart_5dc2d06e1b17b_2a723fe3b36cd960411421
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Changing to "MUST NOT" SGTM</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK5OS46ZG3XKHSGLFM3QSLD65A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGTDTI#issuecomment-550318541">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6WIHGWV5F52AS6AL3QSLD65ANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZURGDXWVHQWIR2ZZDQSLD65A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGTDTI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK5OS46ZG3XKHSGLFM3QSLD65A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGTDTI#issuecomment-550318541",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK5OS46ZG3XKHSGLFM3QSLD65A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGTDTI#issuecomment-550318541",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2d06e1b17b_2a723fe3b36cd960411421--


From nobody Wed Nov  6 06:36:44 2019
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 E530D1208B0 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 06:36:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SIWkWcMv8poj for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 06:36:41 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 150311200F9 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 06:36:41 -0800 (PST)
Date: Wed, 06 Nov 2019 06:36:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573051000; bh=C6XfzLSJjNo/UVTZMLKio4NwZdnHeV3gfkXRpsjMNl8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jOMFn112fYS4J1N9lI9dqEPIp25rFjvYqDdSywu9LHh5H+5/51V6dHgge7Gdi5CJo MHdKHQDJDzGZnp4pm4Yvs6TdVsZciSRgPQMC8BnIvCsUxsd41sYiYa9HD5KDTBImI8 m7+B4GYpsKaUQ3DxMogjdyP1g57n6QFpWxlOiwwA=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5EUPVPX5YT2HTAQCV32AGPPEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550337493@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc2da781eea_5c5b3feaf6acd96c50798b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RUeT_EwA-ui8ZhEjoUWuKz4eJMk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 14:36:43 -0000

----==_mimepart_5dc2da781eea_5c5b3feaf6acd96c50798b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I also agree that changing to a "MUST NOT" seems reasonable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550337493
----==_mimepart_5dc2da781eea_5c5b3feaf6acd96c50798b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I also agree that changing to a "MUST NOT" seems reasonable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK6AWY7UHIPLIROH5IDQSLI7RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGXXVI#issuecomment-550337493">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OCKAMI4F7VYSVIX3QSLI7RANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RCEEHUQ4GWVQTDQTQSLI7RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGXXVI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK6AWY7UHIPLIROH5IDQSLI7RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGXXVI#issuecomment-550337493",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK6AWY7UHIPLIROH5IDQSLI7RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGXXVI#issuecomment-550337493",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc2da781eea_5c5b3feaf6acd96c50798b--


From nobody Wed Nov  6 11:01:09 2019
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 2D6EA12001A for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:01:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nct0kxYFgpsP for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:01:07 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F173120044 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:01:06 -0800 (PST)
Date: Wed, 06 Nov 2019 11:01:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573066864; bh=XKKOZXOXDGPYnJFqsOyheyGmqCrdzixeSePuQ4S2E9U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HMA2hXM4dfL+vP4j5HKgAEXg9HOGcorFvJxp0c2bVCEHuPDcGILUDbYABjf3oXtYI WH6f4wK+FFnzXwdWt5w9ZVvWnfhs7r1JuNlVeu5XP6rhnjk66k4ehZfBDBHsJqcY0r PHdekH5GWG2/6nFQkx4XfDDaOxBg2GtUaEcDsh2o=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK25EJ535YJDVCXZM2N32BFPBEVBNHHB45IJ64@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/c550453097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on blocking entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3187088cb1_10113fbd570cd95c104439"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1PE4uFGGKqZKb6ABrImqJg89gCI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:01:08 -0000

----==_mimepart_5dc3187088cb1_10113fbd570cd95c104439
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

> There were=0D
> already four sentences starting with "Note that" throughout the draft=0D=

> before this PR (now there are six)....=0D
=0D
Thanks for pointing out one of my main writing tics.  =F0=9F=98=89  The o=
ther is overuse of em-dashes.=0D
=0D
> Did #3172 address your concerns here? If not, you may need to rebase an=
d resolve the conflicts.=0D
=0D
The Note Bence improved is unnecessary and gone now, but I think Bence's =
other changes are orthogonal to #3172 and worth keeping.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3131#issuecomment-550453097=

----==_mimepart_5dc3187088cb1_10113fbd570cd95c104439
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>=0D
<p>There were<br>=0D
already four sentences starting with "Note that" throughout the draft<br>=
=0D
before this PR (now there are six)....</p>=0D
</blockquote>=0D
<p>Thanks for pointing out one of my main writing tics.  <g-emoji class=3D=
"g-emoji" alias=3D"wink" fallback-src=3D"https://github.githubassets.com/=
images/icons/emoji/unicode/1f609.png">=F0=9F=98=89</g-emoji>  The other i=
s overuse of em-dashes.</p>=0D
<blockquote>=0D
<p>Did <a class=3D"issue-link js-issue-link" data-error-text=3D"Failed to=
 load issue title" data-id=3D"514802567" data-permission-text=3D"Issue ti=
tle is private" data-url=3D"https://github.com/quicwg/base-drafts/issues/=
3172" data-hovercard-type=3D"pull_request" data-hovercard-url=3D"/quicwg/=
base-drafts/pull/3172/hovercard" href=3D"https://github.com/quicwg/base-d=
rafts/pull/3172">#3172</a> address your concerns here? If not, you may ne=
ed to rebase and resolve the conflicts.</p>=0D
</blockquote>=0D
<p>The Note Bence improved is unnecessary and gone now, but I think Bence=
's other changes are orthogonal to <a class=3D"issue-link js-issue-link" =
data-error-text=3D"Failed to load issue title" data-id=3D"514802567" data=
-permission-text=3D"Issue title is private" data-url=3D"https://github.co=
m/quicwg/base-drafts/issues/3172" data-hovercard-type=3D"pull_request" da=
ta-hovercard-url=3D"/quicwg/base-drafts/pull/3172/hovercard" href=3D"http=
s://github.com/quicwg/base-drafts/pull/3172">#3172</a> and worth keeping.=
</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3131?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK4FYTXT6WOGECDKCPTQSMH7BA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHT62I#issuecomment-550453097">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJK7ML4K2KN4VUDXCEEDQSMH7BANCNFSM4JDZZF2A">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJK2RVHTYTTRVPQK4TQTQSMH7B=
A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEDHT62I.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3131?email_source=3D=
notifications\u0026email_token=3DAFTOJK4FYTXT6WOGECDKCPTQSMH7BA5CNFSM4JDZ=
ZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHT62I#i=
ssuecomment-550453097",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3131?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK4FYTXT6WOGECDKCPTQSMH7BA5CNFSM4JDZZF=
2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHT62I#iss=
uecomment-550453097",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc3187088cb1_10113fbd570cd95c104439--


From nobody Wed Nov  6 11:06:42 2019
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 C1F0F120044 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:06:41 -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 bdBdz3_IZDGB for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:06:40 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A73012001A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:06:40 -0800 (PST)
Date: Wed, 06 Nov 2019 11:06:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573067199; bh=e903obtmoG4IPthOEx5d5GhvGE3ZNjJTJ0fVDJXDEcI=; h=Date:From:To:Subject:From; b=VD/OSLgkN0jyx5/TBljJoWqrm+rI1tA5FGIvLeTIv6EMk+ifl0xUq0IC++Lx/q8d0 D5a3K1Wcia7zO0hfVExlOAkF0d5/dYN2FKLPel0O5yVTdjT9EAs2IcmF/hDVeXnFJj MesaZ9erDtr/yr8gM4oQ6fL/oBNJZcp69oMvfugQ=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/semicolons/000000-656d67@github.com>
Subject: [quicwg/base-drafts] 656d67: Semicolons before "see {section}"
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/pXZMfnBZUMLuT-RjD50Y_smN0mc>
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, 06 Nov 2019 19:06:42 -0000

  Branch: refs/heads/semicolons
  Home:   https://github.com/quicwg/base-drafts
  Commit: 656d67a144077447150eeb13ee432e1e6f205484
      https://github.com/quicwg/base-drafts/commit/656d67a144077447150eeb13ee432e1e6f205484
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

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

  Log Message:
  -----------
  Semicolons before "see {section}"



From nobody Wed Nov  6 11:07:38 2019
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 4E8D612001A for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:07:36 -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 Fj9WlnLHvLAP for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:07:34 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F25A120044 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:07:34 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 803A2960CA0 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:07:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573067253; bh=94BftCpAlDQjf42erSGZTB04NTfAhyWSPor3ge2zcSU=; h=Date:From:To:Subject:From; b=1p1Pf4EUNGwiJjnCmbhazU0p/JgHmQTiZnkHlhzAbYZBsgl6MZgqHjGY2YL047Uy1 ImYOn4WlQLsiG1AkQsfk/nGTPMY/z60gyQ2j1bV4AXQASBikhnfEFCKYkTZgoERyjy 6NujnzVILdQYdZwL/IDio3BuWSYt+oBQ/NxJ6KWQ=
Date: Wed, 06 Nov 2019 11:07:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/86f2c1-e49600@github.com>
Subject: [quicwg/base-drafts] e49600: Script updating gh-pages from 656d67a1. [ci skip]
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/GRJytK3DFxJQiNmUo6UgAV3ZQIo>
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, 06 Nov 2019 19:07:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e49600d70da8f345daeb4ac57bfcb7c7140db2dc
      https://github.com/quicwg/base-drafts/commit/e49600d70da8f345daeb4ac57bfcb7c7140db2dc
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M index.html
    A semicolons/draft-ietf-quic-http.html
    A semicolons/draft-ietf-quic-http.txt
    A semicolons/draft-ietf-quic-invariants.html
    A semicolons/draft-ietf-quic-invariants.txt
    A semicolons/draft-ietf-quic-qpack.html
    A semicolons/draft-ietf-quic-qpack.txt
    A semicolons/draft-ietf-quic-recovery.html
    A semicolons/draft-ietf-quic-recovery.txt
    A semicolons/draft-ietf-quic-tls.html
    A semicolons/draft-ietf-quic-tls.txt
    A semicolons/draft-ietf-quic-transport.html
    A semicolons/draft-ietf-quic-transport.txt
    A semicolons/index.html

  Log Message:
  -----------
  Script updating gh-pages from 656d67a1. [ci skip]



From nobody Wed Nov  6 11:07:58 2019
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 97350120132 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:07:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5lmBxGBtcec7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:07:37 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 125BD12001A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:07:37 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 6A292520C36 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:07:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573067256; bh=yWiUpkdvU90S6HXeWfgv3mZzTyj39XG0hBdnhi61bGE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=M6s9LdawPf514mYml5v/txYp8uWovLUt0dVXFoHGVF3HndpR2JtsDqh0prHsvf7SQ 8AEUFQq4WwFAiu/Z35bqp6NgrDrpQ5ONDAEK3buZKw6PGXan9JTI0FQZJ/Q8S4A72E wbtaY33oZAnaE72sOZ9VOwFUHPDzz758QPrWfqOo=
Date: Wed, 06 Nov 2019 11:07:36 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2C6ZQOZVM3VH54QWF32BGHREVBNHHB52SZL4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3196@github.com>
Subject: [quicwg/base-drafts] Semicolons before "see {section}" (#3196)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc319f85b329_189d3f95ee0cd960114866"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/On_Yx98sZAS7g_Zdqlpk0zqNW-A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:07:39 -0000

----==_mimepart_5dc319f85b329_189d3f95ee0cd960114866
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Did a sweep before; either I missed a few, or these have crept in since.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3196

-- Commit Summary --

  * Semicolons before &quot;see {section}&quot;

-- File Changes --

    M draft-ietf-quic-qpack.md (2)
    M draft-ietf-quic-transport.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3196.patch
https://github.com/quicwg/base-drafts/pull/3196.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3196

----==_mimepart_5dc319f85b329_189d3f95ee0cd960114866
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Did a sweep before; either I missed a few, or these have crept in since.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3196'>https://github.com/quicwg/base-drafts/pull/3196</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Semicolons before &quot;see {section}&quot;</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3196/files#diff-0">draft-ietf-quic-qpack.md</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3196/files#diff-1">draft-ietf-quic-transport.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3196.patch'>https://github.com/quicwg/base-drafts/pull/3196.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3196.diff'>https://github.com/quicwg/base-drafts/pull/3196.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications&amp;email_token=AFTOJKYLOQ6YFX7NWOP4XLDQSMIXRA5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKLFPQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3A3NSHAWSEIAXMUGLQSMIXRANCNFSM4JJ3AR5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5BHUTSQBPTBN2WL4DQSMIXRA5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKLFPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJKYLOQ6YFX7NWOP4XLDQSMIXRA5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKLFPQ",
"url": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJKYLOQ6YFX7NWOP4XLDQSMIXRA5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKLFPQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc319f85b329_189d3f95ee0cd960114866--


From nobody Wed Nov  6 11:09:30 2019
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 C96F1120044 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:09:28 -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 jaRqyklbId7m for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:09:27 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D86612010E for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:09:27 -0800 (PST)
Date: Wed, 06 Nov 2019 11:09:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573067366; bh=gXPY5BkOOx983om9tWZDqE3Ptg4D1rgFThb4tTHIlBc=; h=Date:From:To:Subject:From; b=MxGh4nwI0n3PXMJrdlH4m7SRJyuNTV09turmL6k5ha8F72J4v5Zi3AH792GNQd13z GwT+Da8YraY50SISEyK/yRPaEUm2BJGAyrNNZpTvm4uDVTEoXcKuyEqLtGZ8fxUERC B1GXqEQreOel51W3nCVTO59yOE4UmM5r4T3caDsc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e49600-b4327e@github.com>
Subject: [quicwg/base-drafts] b4327e: Script updating issues at 2019-11-06T19:09:18Z. [c...
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/fD4B6FToY7yA2MorZXt0vG3q5vA>
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, 06 Nov 2019 19:09:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b4327e96e4f17088474b8fb9d0c106697c640d8e
      https://github.com/quicwg/base-drafts/commit/b4327e96e4f17088474b8fb9d0c106697c640d8e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-06T19:09:18Z. [ci skip]



From nobody Wed Nov  6 11:15:46 2019
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 52F02120104 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:15:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KIVCPOG-ScUw for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:15:44 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D413F12010C for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:15:43 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id DA750520355 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:15:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573067742; bh=R0c3KxeWdCRbVszWpggz9xyDkSn8A4VRXZ12mvVT4m8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rBvofNhsNbveYTaoToAvDoaPOjO+zdY5FBJbuS9t3PL+z8uZuBresZVIATWRnppNZ F34S9/SBfFpJ9I/3AkfvWghFPGOdzfK1vxV/Eu4r8ob5ELBJb/Zqa0rfptgFKll8or ZdEt1ndVYazlS58AwIdXJD2nmWY72MsaFPCymfuw=
Date: Wed, 06 Nov 2019 11:15:42 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4WWPTUDBQB3AA26ZN32BHF5EVBNHHB5KNIHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/review/312678087@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc31bdecc39a_14bc3fa8998cd96812565a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kawJC1FM1ZqQzRmR_npx3b_ZNsY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:15:45 -0000

----==_mimepart_5dc31bdecc39a_14bc3fa8998cd96812565a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop requested changes on this pull request.

In lots of places, you reference {{iana-policy}} for things that aren't actually described there -- it just contains a pointer to the QUIC spec for the policy.  It might be better to point directly to the QUIC spec in those places.  (Though given that the section number in QUIC could potentially change, it's also a reasonable argument that we want to have one place to update.)  Just want to make sure that's intentional, rather than a copy-paste of the policy from the QUIC registries.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170#pullrequestreview-312678087
----==_mimepart_5dc31bdecc39a_14bc3fa8998cd96812565a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> requested changes on this pull request.</p>

<p>In lots of places, you reference {{iana-policy}} for things that aren't actually described there -- it just contains a pointer to the QUIC spec for the policy.  It might be better to point directly to the QUIC spec in those places.  (Though given that the section number in QUIC could potentially change, it's also a reasonable argument that we want to have one place to update.)  Just want to make sure that's intentional, rather than a copy-paste of the policy from the QUIC registries.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications&amp;email_token=AFTOJK7L4X4FWLFH6TYUI6LQSMJV5A5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRRNRY#pullrequestreview-312678087">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7GIRZJOBMKXSWUSRLQSMJV5ANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7WYHS3VSHPS477MT3QSMJV5A5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRRNRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK7L4X4FWLFH6TYUI6LQSMJV5A5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRRNRY#pullrequestreview-312678087",
"url": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK7L4X4FWLFH6TYUI6LQSMJV5A5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRRNRY#pullrequestreview-312678087",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc31bdecc39a_14bc3fa8998cd96812565a--


From nobody Wed Nov  6 11:20:34 2019
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 24886120044 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:20:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JSr93OVgt60E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:20:31 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C851F120024 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:20:30 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 08F005211AF for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:20:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573068030; bh=dunMYFVywYRx2hWe2rydkJVvufxrNiaPf3ZFJ555s2M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RCoZGVmOQA1mgCY2ZfEstcOSWeDYjsiiYoH+1/kDQLgBZw/aGKlu1o6NaNfPOoWSt iPjuQACGQPZBFF+KuQak7YJrol3f1tZPXEtzrb5P5uvyZtQQX1Mj54vfguflJQBl5Z hUZkdoIZVZj6ncsTnGpYnGl/un8Le1QNLDZKzNiY=
Date: Wed, 06 Nov 2019 11:20:29 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3EPKJLMEZ6BV7HSYN32BHX3EVBNHHB5ZQDTM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3195/550460829@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3195@github.com>
References: <quicwg/base-drafts/issues/3195@github.com>
Subject: Re: [quicwg/base-drafts] conflicting advice how to handle Retire Prior To (#3195)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc31cfdec63b_37163f8335ccd95c179871"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/k0O1chglyKt4AFUL2ICqJRFTIL4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:20:32 -0000

----==_mimepart_5dc31cfdec63b_37163f8335ccd95c179871
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think what we concluded in previous discussion was that you MUST retire them, and SHOULD do so in a timely manner.  The suggested reorganization isn't a bad suggestion either.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3195#issuecomment-550460829
----==_mimepart_5dc31cfdec63b_37163f8335ccd95c179871
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think what we concluded in previous discussion was that you MUST retire them, and SHOULD do so in a timely manner.  The suggested reorganization isn't a bad suggestion either.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications&amp;email_token=AFTOJK5DGVBXYXT7A4J2ICLQSMKH3A5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHV3HI#issuecomment-550460829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZYJMN3AJ3CRBVNSGDQSMKH3ANCNFSM4JJTCCHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6KS3FHWVQB4OT7HMTQSMKH3A5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHV3HI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5DGVBXYXT7A4J2ICLQSMKH3A5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHV3HI#issuecomment-550460829",
"url": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5DGVBXYXT7A4J2ICLQSMKH3A5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHV3HI#issuecomment-550460829",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc31cfdec63b_37163f8335ccd95c179871--


From nobody Wed Nov  6 11:23:00 2019
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 BF4F71208B6 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:22:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VbtTzpyH24q5 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:22:46 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC9B3120886 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:22:45 -0800 (PST)
Date: Wed, 06 Nov 2019 11:22:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573068164; bh=KuGb1Qnp6PQ3jPzzomRFJ3kGNAJFBNtjjWT0dWgY0T8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NPvaE2kc7BNP/jYJBrQ4Tsdbb7d+DWLC+l4hHTzUQ3deorr7bwxxL+67hNfL2BxsI mUquOrQEEjsBsAJUat4lT0hNE7qnwpMatPTfg3RWXp6LuUenzdK9wa0JbaQKLEmehc hwF6scNpzE5BIlktDcKkpCCTPmY2nS78Kl3Xbwqs=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZV3DCFLQC52DLKVSF32BIAJEVBNHHB5KNIHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/review/312682520@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc31d848dcdc_5bc83fe2b80cd96c9953"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TuQfyMwOlleSzN45Q_hEddbAj4Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:22:51 -0000

----==_mimepart_5dc31d848dcdc_5bc83fe2b80cd96c9953
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> +Permanent registrations in QUIC registries require Specification Required policy
+{{!RFC8126}}, unless otherwise specified.  The designated expert(s) verify that
+a specification exists and is readily accessible.  Expert(s) are encouraged to
+be biased towards approving registrations unless they are abusive, frivolous, or
+actively harmful (not merely aesthetically displeasing, or architecturally
+dubious).  The creation of a registry MAY specify additional constraints on
+permanent registrations.
+
+The creation of a registries MAY identify a range of codepoints where
+registrations are governed by a different registration policy.  For instance,
+the registries for 62-bit codepoints in this document have stricted policies for
+codepoints in the range from 0 to 63.
+
+Any stricter requirements for permanent registrations do not prevent provisional
+registrations for affected codepoints.  For instance, a provisional registration
+for a frame type {{iana-frames}} of 61 could be requested.

I fear that ejecting won't always be possible if the provisional code point is widely used. I think disallowing provisional for [0, 63] might be best.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170#discussion_r343281425
----==_mimepart_5dc31d848dcdc_5bc83fe2b80cd96c9953
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3170#discussion_r343281425">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Permanent registrations in QUIC registries require Specification Required policy
+{{!RFC8126}}, unless otherwise specified.  The designated expert(s) verify that
+a specification exists and is readily accessible.  Expert(s) are encouraged to
+be biased towards approving registrations unless they are abusive, frivolous, or
+actively harmful (not merely aesthetically displeasing, or architecturally
+dubious).  The creation of a registry MAY specify additional constraints on
+permanent registrations.
+
+The creation of a registries MAY identify a range of codepoints where
+registrations are governed by a different registration policy.  For instance,
+the registries for 62-bit codepoints in this document have stricted policies for
+codepoints in the range from 0 to 63.
+
+Any stricter requirements for permanent registrations do not prevent provisional
+registrations for affected codepoints.  For instance, a provisional registration
+for a frame type {{iana-frames}} of 61 could be requested.
</pre>
<p>I fear that ejecting won't always be possible if the provisional code point is widely used. I think disallowing provisional for [0, 63] might be best.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications&amp;email_token=AFTOJK77CIEPET5RS5BXZBTQSMKQJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRSQGA#discussion_r343281425">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7MYBTUVFY67JKLMITQSMKQJANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK63LZND73BFSSL4ZEDQSMKQJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRSQGA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK77CIEPET5RS5BXZBTQSMKQJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRSQGA#discussion_r343281425",
"url": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK77CIEPET5RS5BXZBTQSMKQJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKRSQGA#discussion_r343281425",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc31d848dcdc_5bc83fe2b80cd96c9953--


From nobody Wed Nov  6 11:36:26 2019
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 D9717120142 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:36:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kwfIfj6Il2dT for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:36:23 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD5E612010C for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:36:22 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 1929D6A0095 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:36:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573068982; bh=aZBh2U6usB99BIlPYis4zZEgIryVheGflHacpBnwI2k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cAzqgUTULqcZLniRF1HbbiebiyyghiSBChrsdGis31zI4wKsM6e498hzXoDHiqYJt B8DP2Ju/ZJl2qJPrbGLrSkJrATu1d5LFwZdHBtKv49N0gy335+ROdKMkJ4tUwy9tgX MPTvvESHPblQkB2pqsu/tnyUOzI3/pb26MiVxWHg=
Date: Wed, 06 Nov 2019 11:36:22 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZXUE2EFFIXH6KWFZV32BJTNEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550467125@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc320b69d67_37183f8335ccd95c14686d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZGrcyCnrc_tWvrpt5xOCxRC4Wv8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:36:25 -0000

----==_mimepart_5dc320b69d67_37183f8335ccd95c14686d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think a MUST NOT is reasonable; there was considerable pushback in Tokyo for reasons I don't remember clearly.  I don't think you can get out of sync provided the TP is at least 2.

The other possibility, as an implementation, is to track which IDs you've retired/forgotten.  Obviously, the point of not keeping all the CIDs is to reduce the memory consumption and this still requires keeping some memory.  But it's worth pointing out that you don't actually need to have the CID in hand in order to promise you'll never use it again.

For that matter, a naive implementation that wants to save memory at the cost of bytes _could_ retire every CID sequence number up to RPT upon receipt of an increase RPT value, whether it has previously retired it or not.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550467125
----==_mimepart_5dc320b69d67_37183f8335ccd95c14686d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think a MUST NOT is reasonable; there was considerable pushback in Tokyo for reasons I don't remember clearly.  I don't think you can get out of sync provided the TP is at least 2.</p>
<p>The other possibility, as an implementation, is to track which IDs you've retired/forgotten.  Obviously, the point of not keeping all the CIDs is to reduce the memory consumption and this still requires keeping some memory.  But it's worth pointing out that you don't actually need to have the CID in hand in order to promise you'll never use it again.</p>
<p>For that matter, a naive implementation that wants to save memory at the cost of bytes <em>could</em> retire every CID sequence number up to RPT upon receipt of an increase RPT value, whether it has previously retired it or not.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK3S2QHBKQJK6VH3X53QSMMDNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHXMNI#issuecomment-550467125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DZOVCHNDEGA7HQRLQSMMDNANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6BI73YJJHVU6JPODTQSMMDNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHXMNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK3S2QHBKQJK6VH3X53QSMMDNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHXMNI#issuecomment-550467125",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK3S2QHBKQJK6VH3X53QSMMDNA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDHXMNI#issuecomment-550467125",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc320b69d67_37183f8335ccd95c14686d--


From nobody Wed Nov  6 11:41:45 2019
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 690561200C7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:41:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WpcLgN04Upym for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 11:41:11 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA65D120104 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:41:10 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id ACF63A1DBD for <quic-issues@ietf.org>; Wed,  6 Nov 2019 11:41:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573069269; bh=gvoeywU+ig1QGtR9YHZPovZDsPCto24/fnp2bHRFAIM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=eJqDmrwK8cn7nVir1+SKuUYUXB4xR8sxSHajD/lG7wseprBluP0fI3atMJNFZU5cS lU6WCXmSmbw6fv+uiNclsKALfeGwguBbA6+kWfsyvZF6Y/u68xV4QoOukignNyeTK9 8iUWHlD6wQuWbgorw55uyT8DzY8oGXXts+xSI2rY=
Date: Wed, 06 Nov 2019 11:41:09 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYFQGLYADPEMTHLJOF32BKFLEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197@github.com>
Subject: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc321d59f0a3_73ca3fd2afacd96c206155"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wLNGNcKcjqNSn0bH2GY3Z6dAFZ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 19:41:38 -0000

----==_mimepart_5dc321d59f0a3_73ca3fd2afacd96c206155
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The implication, of course, is that 0 => infinite, but we don't actually say that anywhere.  (This part might be editorial; it omits to say what we all know it means.)

1 is also a mostly-invalid value, since you can't avoid exceeding that limit without the peer dropping to zero CIDs in the interim and therefore stalling the connection for an RTT + any recovery time needed.

This is fine, really, so long as the peer SHOULD NOT exceed the limit; if you send (or default to) a stupid value, the peer will ignore you and all is well.  But if we take #3193's suggestion that exceeding the limit be a MUST NOT, the default needs to be infinite and values less than 2 need to be prohibited.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3197
----==_mimepart_5dc321d59f0a3_73ca3fd2afacd96c206155
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The implication, of course, is that 0 =&gt; infinite, but we don't actually say that anywhere.  (This part might be editorial; it omits to say what we all know it means.)</p>
<p>1 is also a mostly-invalid value, since you can't avoid exceeding that limit without the peer dropping to zero CIDs in the interim and therefore stalling the connection for an RTT + any recovery time needed.</p>
<p>This is fine, really, so long as the peer SHOULD NOT exceed the limit; if you send (or default to) a stupid value, the peer will ignore you and all is well.  But if we take <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518245996" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3193" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3193/hovercard" href="https://github.com/quicwg/base-drafts/issues/3193">#3193</a>'s suggestion that exceeding the limit be a MUST NOT, the default needs to be infinite and values less than 2 need to be prohibited.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications&amp;email_token=AFTOJK7SEJYTU4TNLC6EX4DQSMMVLA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKTSVA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5KGJHYWAN476MPVXDQSMMVLANCNFSM4JJ3U22Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZH4LIGCTHBOCIHIVLQSMMVLA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKTSVA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK7SEJYTU4TNLC6EX4DQSMMVLA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKTSVA",
"url": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK7SEJYTU4TNLC6EX4DQSMMVLA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXKTSVA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc321d59f0a3_73ca3fd2afacd96c206155--


From nobody Wed Nov  6 12:06:53 2019
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 5361B1200A4 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:06:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nLpY-iJ-LKsA for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:06:50 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E728F120072 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:06:49 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id CEE86961E88 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:06:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573070808; bh=rNxgOoNDysvs0s+9PCuQKWPdiQFjmFXQuSpnF4ms/xg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=avxiG/TZNh2aF2iFIu9o5laOsVHk8N3ioWSQoDO0rk4izIzEEh/Y3JD7rQIzghZf6 YlPRs6mqfBHl+YggoQcIw3ljPMsVp21d0Wv3mlkgBodNoHA7P5DE0QYU0tCB4ULiQu cwRx+nMsc4zMWtJaJdMR25fejzJhyok07RcPAhyo=
Date: Wed, 06 Nov 2019 12:06:48 -0800
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTFBZRNE7MD752ZV532BNFREVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550479029@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc327d8c0369_51373f93a56cd96414458a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: britram
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/r3NBwksJEGCnXVygjo_yS41N8qs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 20:06:52 -0000

----==_mimepart_5dc327d8c0369_51373f93a56cd96414458a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

(For the record, despite the length of the following comment, as the repo=
rter of #632, let me reiterate that I accept the WG consensus on its clos=
ure. But this thread caught my attention because it is relevant to my int=
erests.)

I'm supportive of the goal of this work - actionable measurability is a k=
ey property for any transport protocol traversing networks that might occ=
asionally break - but it seems to me we're conflating three questions her=
e:

- The requirement to determine and localize loss in a network through pur=
ely passive measurement (i.e., without resorting to encapsulation-based m=
ethods, for which e.g. the IOAM work in IPPM would be more appropriate; o=
r just pinging the hell out of everything, which is certainly a common cu=
rrent practice if not a best one). =

- The requirement to support this loss measurement via bits in the transp=
ort protocol header. =

- The suitability of the particular mechanism defined in https://datatrac=
ker.ietf.org/doc/draft-ferrieuxhamchaoui-quic-lossbits/ to address these =
requirements. =


To the first question, I managed to convince myself a while ago that loss=
 at the transport layer is overrated as a metric due to the vagaries of c=
ongestion control in the pre-ECN world we inhabit: while the lost packets=
 are the actionable-for-the-operator cause of performance issues, it's th=
e reaction of the transport that is interesting to the endpoint users and=
 therefore likely to annoy the customers -- or in other words, if a packe=
t is lost in the woods and there is nobody to NACK it because it was appl=
ication-irrelevant, did it make a sound? I clearly haven't convinced anyo=
ne else, though, there is a lot of common understanding of what loss mean=
s as a metric, and the actions taken in response to that loss do correlat=
e with better user experience, so okay, let's stick with the metric we th=
ink we know.

To the second question, as a proponent of the spin bit, I'm obviously a f=
an of this general class of approaches, given that it was not possible to=
 come to consensus that the IETF should define a common wire image for tr=
ansports carried over UDP, which IMO would have been a preferable archite=
cture.

To the third question, I am delighted to see that there is a proof of con=
cept showing that this approach works. Running code is great. :) =


I would repeat @DavidSchinazi's point, though, that the privacy implicati=
ons of this particular mechanism would need to be clarified. The same app=
roach as was followed with the spin bit privacy design team -- determinin=
g the space of metrics exposed by the signal, then showing that the margi=
nal privacy risk of exposing those metrics compared to the information av=
ailable in a version of the protocol without the signal was acceptable --=
 would work here, but I don't see that that analysis has been done. As on=
e of the people driving the effort on the spin bit analysis, I can say it=
 was a little more than a PAM paper's worth of work.

I'm also not convinced it's the best use of the two bits it wants to allo=
cate. The spin bit, you may recall, was defined in the [IMC paper](https:=
//mami-project.eu/wp-content/uploads/2018/09/spinbit.pdf) we published to=
 explore its properties as a three bit signal, and the consensus of the w=
orking group was that the two bits in the VEC (valid edge counter) could =
be replaced with better heuristics for bad edge rejection at the measurem=
ent analysis point (and shifting the burden to the measurement point, as =
removing the VEC did, is just [good engineering](https://arxiv.org/pdf/16=
12.02902v1.pdf), considering the relative numbers of endpoints and measur=
ement points in the Internet). I don't see any analysis done of how well =
the proposed signal would work, say, if one dropped Q and just used L (or=
 vice versa), or the impact of alternate semantics for L. I haven't done =
the work (and sadly, my cycles for doing exploratory measurement design a=
in't what they used to be, so I probably won't do the work), but I suspec=
t a slight redefinition of L to bring its semantics closer to CWR in TCP+=
ECN would provide comparable metric fidelity to the proposal here at the =
cost of slightly more measurement-point complexity and one fewer header b=
it.

I'm a little skeptical that we can come to convergence on the privacy-imp=
lications question and the alternate-signal-fitness question in a timefra=
me that is reasonable for the WG to ship version 1 of the protocol. From =
my own personal experience, these two questions took about a year of cale=
ndar time to answer satisfactorily for the spin bit.

-- =

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550479029=

----==_mimepart_5dc327d8c0369_51373f93a56cd96414458a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>(For the record, despite the length of the following comment, as the r=
eporter of <a class=3D"issue-link js-issue-link" data-error-text=3D"Faile=
d to load issue title" data-id=3D"235902453" data-permission-text=3D"Issu=
e title is private" data-url=3D"https://github.com/quicwg/base-drafts/iss=
ues/632" data-hovercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base=
-drafts/issues/632/hovercard" href=3D"https://github.com/quicwg/base-draf=
ts/issues/632">#632</a>, let me reiterate that I accept the WG consensus =
on its closure. But this thread caught my attention because it is relevan=
t to my interests.)</p>
<p>I'm supportive of the goal of this work - actionable measurability is =
a key property for any transport protocol traversing networks that might =
occasionally break - but it seems to me we're conflating three questions =
here:</p>
<ul>
<li>The requirement to determine and localize loss in a network through p=
urely passive measurement (i.e., without resorting to encapsulation-based=
 methods, for which e.g. the IOAM work in IPPM would be more appropriate;=
 or just pinging the hell out of everything, which is certainly a common =
current practice if not a best one).</li>
<li>The requirement to support this loss measurement via bits in the tran=
sport protocol header.</li>
<li>The suitability of the particular mechanism defined in <a href=3D"htt=
ps://datatracker.ietf.org/doc/draft-ferrieuxhamchaoui-quic-lossbits/" rel=
=3D"nofollow">https://datatracker.ietf.org/doc/draft-ferrieuxhamchaoui-qu=
ic-lossbits/</a> to address these requirements.</li>
</ul>
<p>To the first question, I managed to convince myself a while ago that l=
oss at the transport layer is overrated as a metric due to the vagaries o=
f congestion control in the pre-ECN world we inhabit: while the lost pack=
ets are the actionable-for-the-operator cause of performance issues, it's=
 the reaction of the transport that is interesting to the endpoint users =
and therefore likely to annoy the customers -- or in other words, if a pa=
cket is lost in the woods and there is nobody to NACK it because it was a=
pplication-irrelevant, did it make a sound? I clearly haven't convinced a=
nyone else, though, there is a lot of common understanding of what loss m=
eans as a metric, and the actions taken in response to that loss do corre=
late with better user experience, so okay, let's stick with the metric we=
 think we know.</p>
<p>To the second question, as a proponent of the spin bit, I'm obviously =
a fan of this general class of approaches, given that it was not possible=
 to come to consensus that the IETF should define a common wire image for=
 transports carried over UDP, which IMO would have been a preferable arch=
itecture.</p>
<p>To the third question, I am delighted to see that there is a proof of =
concept showing that this approach works. Running code is great. :)</p>
<p>I would repeat <a class=3D"user-mention" data-hovercard-type=3D"user" =
data-hovercard-url=3D"/hovercards?user_id=3D5599133" data-octo-click=3D"h=
overcard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"http=
s://github.com/DavidSchinazi">@DavidSchinazi</a>'s point, though, that th=
e privacy implications of this particular mechanism would need to be clar=
ified. The same approach as was followed with the spin bit privacy design=
 team -- determining the space of metrics exposed by the signal, then sho=
wing that the marginal privacy risk of exposing those metrics compared to=
 the information available in a version of the protocol without the signa=
l was acceptable -- would work here, but I don't see that that analysis h=
as been done. As one of the people driving the effort on the spin bit ana=
lysis, I can say it was a little more than a PAM paper's worth of work.</=
p>
<p>I'm also not convinced it's the best use of the two bits it wants to a=
llocate. The spin bit, you may recall, was defined in the <a href=3D"http=
s://mami-project.eu/wp-content/uploads/2018/09/spinbit.pdf" rel=3D"nofoll=
ow">IMC paper</a> we published to explore its properties as a three bit s=
ignal, and the consensus of the working group was that the two bits in th=
e VEC (valid edge counter) could be replaced with better heuristics for b=
ad edge rejection at the measurement analysis point (and shifting the bur=
den to the measurement point, as removing the VEC did, is just <a href=3D=
"https://arxiv.org/pdf/1612.02902v1.pdf" rel=3D"nofollow">good engineerin=
g</a>, considering the relative numbers of endpoints and measurement poin=
ts in the Internet). I don't see any analysis done of how well the propos=
ed signal would work, say, if one dropped Q and just used L (or vice vers=
a), or the impact of alternate semantics for L. I haven't done the work (=
and sadly, my cycles for doing exploratory measurement design ain't what =
they used to be, so I probably won't do the work), but I suspect a slight=
 redefinition of L to bring its semantics closer to CWR in TCP+ECN would =
provide comparable metric fidelity to the proposal here at the cost of sl=
ightly more measurement-point complexity and one fewer header bit.</p>
<p>I'm a little skeptical that we can come to convergence on the privacy-=
implications question and the alternate-signal-fitness question in a time=
frame that is reasonable for the WG to ship version 1 of the protocol. Fr=
om my own personal experience, these two questions took about a year of c=
alendar time to answer satisfactorily for the spin bit.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3189?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKZFIPJJF3ZQ7QAVUDLQSMPVRA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH2JNI#issuecomment-550479029">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK2233GAN3BCU22PI5LQSMPVRANCNFSM4JIXQLJQ">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK3JDGCVGIJGVD55FKTQSMPV=
RA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDH2JNI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKZFIPJJF3ZQ7QAVUDLQSMPVRA5CNFSM4=
JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH2JN=
I#issuecomment-550479029",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=3D=
notifications\u0026email_token=3DAFTOJKZFIPJJF3ZQ7QAVUDLQSMPVRA5CNFSM4JIX=
QLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH2JNI#i=
ssuecomment-550479029",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5dc327d8c0369_51373f93a56cd96414458a--


From nobody Wed Nov  6 12:49:56 2019
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 8FB521200FF for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:49:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ki27OhjabUAA for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:49:51 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F410120072 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:49:50 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 52A6BC61E1F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:49:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573073389; bh=Vfi6l2m8E/K6oFHGyOfpoEhn8oI0cIxzkz2P4MiS1TE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NbvWApSVWrDePa8pAr3YtHxhVCb4bsoH6AYuhbXa5/NUCIC2bvWF4cMZzedOn3qNE ggfSXfs+lk2EIvd8bQBy+YDmKdjiUdgTPvkVFIW3O7kDt8XgN8pur0IaFT3fwznYcr Yp6pjgNyWz6hb9h4DPI1cW3NAn4hDpoPA3Laoz7g=
Date: Wed, 06 Nov 2019 12:49:49 -0800
From: Alexandre Ferrieux <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6GK7KAWG25IQ4QGBV32BSG3EVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550494396@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc331ed43ce6_42993fb19c8cd95c879e3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ferrieux
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sdOU3hBY-8HEDiOQ1xP2oXTLzeI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 20:49:54 -0000

----==_mimepart_5dc331ed43ce6_42993fb19c8cd95c879e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@britram:

Re "okay, let's stick with the metric we know": there is a bit more do be said. In real-world, heterogeneous/not-too-modern networks, we are essentially stuck in a pre-ECN world; there, even the smartest of congestion control algorithms must end up interpreting some loss patterns as congestion, and sometimes, wrongly.

Re privacy analysis: indeed this is what we are explicitly asking for. But using the Spin Bit as a reference to infer the amount of work needed is not really appropriate I think, as the very nature of the exposed signal is entirely different.

Re using the bits differently: you'll surely remember that, as an early admirer of the sheer beauty of the VEC, I certainly have no preconceptions against the principle. However:

1. As Marcus' research showed, it turns out that observer-side denoising does the job reasonably well, with a definition of "reasonably" that led to the current consensus, a one-bit Spin Bit.

2. Firsthand experience with debugging in the aforementioned real-life networks in several countries and varied multi-stakeholder scenarii tells that loss is *much* harder to locate than latency (see this Issue's introductory text for details). 

3. No, dropping one of the bits is not an option: the key feature of the method is *dichotomy*, meaning we need to somehow convey measurements about either side of the observer. And any ECN-based "trick" to emulate Q and carry only L is, again, predicated on the availability of ECN-capable layer 3 on the uninterrupted path.

As a result, I believe that the Spin+Q+L combination is, given a 3-bit budget, the best compromise to support network troubleshooting.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550494396
----==_mimepart_5dc331ed43ce6_42993fb19c8cd95c879e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1884116" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/britram">@britram</a>:</p>
<p>Re "okay, let's stick with the metric we know": there is a bit more do be said. In real-world, heterogeneous/not-too-modern networks, we are essentially stuck in a pre-ECN world; there, even the smartest of congestion control algorithms must end up interpreting some loss patterns as congestion, and sometimes, wrongly.</p>
<p>Re privacy analysis: indeed this is what we are explicitly asking for. But using the Spin Bit as a reference to infer the amount of work needed is not really appropriate I think, as the very nature of the exposed signal is entirely different.</p>
<p>Re using the bits differently: you'll surely remember that, as an early admirer of the sheer beauty of the VEC, I certainly have no preconceptions against the principle. However:</p>
<ol>
<li>
<p>As Marcus' research showed, it turns out that observer-side denoising does the job reasonably well, with a definition of "reasonably" that led to the current consensus, a one-bit Spin Bit.</p>
</li>
<li>
<p>Firsthand experience with debugging in the aforementioned real-life networks in several countries and varied multi-stakeholder scenarii tells that loss is <em>much</em> harder to locate than latency (see this Issue's introductory text for details).</p>
</li>
<li>
<p>No, dropping one of the bits is not an option: the key feature of the method is <em>dichotomy</em>, meaning we need to somehow convey measurements about either side of the observer. And any ECN-based "trick" to emulate Q and carry only L is, again, predicated on the availability of ECN-capable layer 3 on the uninterrupted path.</p>
</li>
</ol>
<p>As a result, I believe that the Spin+Q+L combination is, given a 3-bit budget, the best compromise to support network troubleshooting.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK7ZSEIQC2FFSOCJJLTQSMUW3A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH6BPA#issuecomment-550494396">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6SCBGAXWFFWU6MRNLQSMUW3ANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7NMIQHNNXODXSJKTTQSMUW3A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH6BPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK7ZSEIQC2FFSOCJJLTQSMUW3A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH6BPA#issuecomment-550494396",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK7ZSEIQC2FFSOCJJLTQSMUW3A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH6BPA#issuecomment-550494396",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc331ed43ce6_42993fb19c8cd95c879e3--


From nobody Wed Nov  6 12:55:51 2019
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 BA48E1200A4 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:55:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b8t_s2yqJHor for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 12:55:48 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA83C120072 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:55:47 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id E3020660C4E for <quic-issues@ietf.org>; Wed,  6 Nov 2019 12:55:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573073746; bh=+bKb6heeHtB5rWPPX2w0GagwNvcTYtYH3uWg8xU+YTk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SxSGKIat30hQRoq5xz3KTNYhnjJ7IanYPbK2QmC4bsS3iiAcrBP2KOU7f+k2viCdZ mX0oB4C9acRRjzO5YrE7SI0H0ofYFUOC9u0lgsJmeM7iGBQmwElhLYZkdpDv2ncQaG iw0eXgcq5CsJL9QhqE/o3j0yM4CfmESyhKKKgRLw=
Date: Wed, 06 Nov 2019 12:55:46 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6MTXXCSDU2V4EIWAV32BS5FEVBNHHB524Q44@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3198@github.com>
Subject: [quicwg/base-drafts] HTTP/3 is lacking priorities (#3198)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc33352d2b76_252b3f9bd70cd96c1126ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mnoiMA3_7yNZmyLPpwI-1EViqXY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 20:55:50 -0000

----==_mimepart_5dc33352d2b76_252b3f9bd70cd96c1126ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since HTTP/3 is a multiplexed protocol (just as HTTP/2 was) a sender which is servicing multiple requests needs some way to decide which request to send data on. HTTP/2 used a ... baroque ... prioritization scheme that this working groups has decided (rightly, IMO) is a poor fit for HTTP/3. Before shipping HTTP/3 we should settle on some prioritization mechanism for HTTP/3. (Possible a very simple scheme with the opportunity for extensions to provide more sophisticated schemes.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3198
----==_mimepart_5dc33352d2b76_252b3f9bd70cd96c1126ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since HTTP/3 is a multiplexed protocol (just as HTTP/2 was) a sender which is servicing multiple requests needs some way to decide which request to send data on. HTTP/2 used a ... baroque ... prioritization scheme that this working groups has decided (rightly, IMO) is a poor fit for HTTP/3. Before shipping HTTP/3 we should settle on some prioritization mechanism for HTTP/3. (Possible a very simple scheme with the opportunity for extensions to provide more sophisticated schemes.)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications&amp;email_token=AFTOJK3JCIFJPX2GSZL74WLQSMVNFA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXLSDTQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZGBSM4LTBCYBIUY4DQSMVNFANCNFSM4JJ474UA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK34N2AZIME6TXQZVSDQSMVNFA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXLSDTQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK3JCIFJPX2GSZL74WLQSMVNFA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXLSDTQ",
"url": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK3JCIFJPX2GSZL74WLQSMVNFA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXLSDTQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc33352d2b76_252b3f9bd70cd96c1126ed--


From nobody Wed Nov  6 13:03:11 2019
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 34E9D120072 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:03:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BMCl-BaBaODV for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:03:07 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FD021200FF for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:03:07 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id BB6A3C60ACB for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:03:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573074186; bh=CVx0Sf35hd/feMQ4TQIE2Lnr/MqKLPUHWbKqMo4nlR8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nxbpnt7OAy/qH9jJJbx2Use+dfkxoaQ6TxfH+F7g3xFPBUEpecHYeCKnV0MKS3yWs RFan64HqLonbS8BLqSi2iW2NtZZvILKGNiQ/pt3ZTyWIYONdzfQfCbDmEE6FHEs1kg vt6K2qpTArZr7KiS0PSfF2GYAfzNm23LPboPhg9M=
Date: Wed, 06 Nov 2019 13:03:06 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/push/4242794297@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on blocking entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3350aad493_36693ffd920cd9687713b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Mf-v_Bd2celNMiROZIMKObPdlUs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:03:09 -0000

----==_mimepart_5dc3350aad493_36693ffd920cd9687713b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

e4c8fde6113aba494dd1bb588e469fc6732dc356  Merge remote-tracking branch 'upstream/master' into bencebeky-qpack-blocking


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3131/files/9fd0b8bece2994dc2fe5a321657469c5fea4918d..e4c8fde6113aba494dd1bb588e469fc6732dc356

----==_mimepart_5dc3350aad493_36693ffd920cd9687713b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e4c8fde6113aba494dd1bb588e469fc6732dc356">e4c8fde</a>  Merge remote-tracking branch &#39;upstream/master&#39; into bencebeky-qpack-blocking</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3131/files/9fd0b8bece2994dc2fe5a321657469c5fea4918d..e4c8fde6113aba494dd1bb588e469fc6732dc356?email_source=notifications&amp;email_token=AFTOJK2PESM5R6XZVK4S2V3QSMWIVA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DENZZGQZDSNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5E7I3JC5HX62YVD6DQSMWIVANCNFSM4JDZZF2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4H72KVDRBAXJJ74ADQSMWIVA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DENZZGQZDSNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3131/files/9fd0b8bece2994dc2fe5a321657469c5fea4918d..e4c8fde6113aba494dd1bb588e469fc6732dc356?email_source=notifications\u0026email_token=AFTOJK2PESM5R6XZVK4S2V3QSMWIVA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DENZZGQZDSNY",
"url": "https://github.com/quicwg/base-drafts/pull/3131/files/9fd0b8bece2994dc2fe5a321657469c5fea4918d..e4c8fde6113aba494dd1bb588e469fc6732dc356?email_source=notifications\u0026email_token=AFTOJK2PESM5R6XZVK4S2V3QSMWIVA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DENZZGQZDSNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc3350aad493_36693ffd920cd9687713b--


From nobody Wed Nov  6 13:04:29 2019
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 DFD3F1200F4 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:04:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 33ckvCsNLUU0 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:04:26 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35E4D120072 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:04:26 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 6B107A083B for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:04:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573074265; bh=6l1ylfcDSVe7XGymHmBjVs2pId+HjpdXzd/Sc7Xf90c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M/JAFfNDCixsHTIUqQ7862LpGn9wn+uJ8xcjgvsgMfxlqL56ljMnKbqe2NDQdAx5U WvTmviT9vwNUccqYWP67MxxqUPlatXg89oYyFvRR8p81Q021IaizvKT1v4h0D6RhPz 6o9fuifuNq1rSpYKu7lBGPu4beoo/TvFI9GVVIBU=
Date: Wed, 06 Nov 2019 13:04:25 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2DXYZVQTT3PKBUWLN32BT5TEVBNHHB45IJ64@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/c550499594@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on blocking entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc335595c49a_21cf3fe449acd95c8161d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UAm2X72Na7xosfxAzl7lxkjda7Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:04:28 -0000

----==_mimepart_5dc335595c49a_21cf3fe449acd95c8161d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> > There were
> > already four sentences starting with "Note that" throughout the draft
> > before this PR (now there are six)....
> 
> Thanks for pointing out one of my main writing tics.  The other is overuse of em-dashes.
> 
> > Did #3172 address your concerns here? If not, you may need to rebase and resolve the conflicts.
> 
> The Note Bence improved is unnecessary and gone now, but I think Bence's other changes are orthogonal to #3172 and worth keeping.

Thanks.  I rebased and rephrased as necessary.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3131#issuecomment-550499594
----==_mimepart_5dc335595c49a_21cf3fe449acd95c8161d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<blockquote>
<p>There were<br>
already four sentences starting with "Note that" throughout the draft<br>
before this PR (now there are six)....</p>
</blockquote>
<p>Thanks for pointing out one of my main writing tics.  The other is overuse of em-dashes.</p>
<blockquote>
<p>Did <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514802567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3172" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3172/hovercard" href="https://github.com/quicwg/base-drafts/pull/3172">#3172</a> address your concerns here? If not, you may need to rebase and resolve the conflicts.</p>
</blockquote>
<p>The Note Bence improved is unnecessary and gone now, but I think Bence's other changes are orthogonal to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514802567" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3172" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3172/hovercard" href="https://github.com/quicwg/base-drafts/pull/3172">#3172</a> and worth keeping.</p>
</blockquote>
<p>Thanks.  I rebased and rephrased as necessary.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications&amp;email_token=AFTOJK2F6EQ3E73KI2MSSD3QSMWNTA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH7KCQ#issuecomment-550499594">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7WX6P7ESRLVGVDOLLQSMWNTANCNFSM4JDZZF2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2IWLHHSZPEFQ7QJULQSMWNTA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH7KCQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications\u0026email_token=AFTOJK2F6EQ3E73KI2MSSD3QSMWNTA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH7KCQ#issuecomment-550499594",
"url": "https://github.com/quicwg/base-drafts/pull/3131?email_source=notifications\u0026email_token=AFTOJK2F6EQ3E73KI2MSSD3QSMWNTA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDH7KCQ#issuecomment-550499594",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc335595c49a_21cf3fe449acd95c8161d--


From nobody Wed Nov  6 13:11:29 2019
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 1C8F4120124 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:11:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kPVFgh-RTesP for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:11:26 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9115E120120 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:11:26 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id CF507960C2D for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:11:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573074685; bh=bumTB3YQ2rOtw6z1AaxJ/IPyJvtc4hbcNGBBmzqpEuU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=t+RDwXdNPRs8aul1li7cGn55a3zML88w9V1Aa49NIm/0zZdBXrQTRg5DVOKzQgQUK iFewxHHsO1yaNq7ZYHmmivAh3epJHkxrVs0f95TCAE2giH7Z2035K5rsI99iioUt+C vhTjmeqoMC48NBaP56gKdVQCTrH6aBaGhT2cPLsg=
Date: Wed, 06 Nov 2019 13:11:25 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2EKDF7WMBNMG2RXYN32BUX3EVBNHHB52SZL4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3196/review/312745741@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3196@github.com>
References: <quicwg/base-drafts/pull/3196@github.com>
Subject: Re: [quicwg/base-drafts] Semicolons before "see {section}" (#3196)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc336fdbf9be_45b13ffddd6cd96c768d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZiHwEkNZTdCSsUk8QditXp3I4SY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:11:28 -0000

----==_mimepart_5dc336fdbf9be_45b13ffddd6cd96c768d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3196#pullrequestreview-312745741
----==_mimepart_5dc336fdbf9be_45b13ffddd6cd96c768d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications&amp;email_token=AFTOJK4VSA4SRK335372AD3QSMXH3A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSB6DI#pullrequestreview-312745741">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY4GJJW6KVTYZHBXNDQSMXH3ANCNFSM4JJ3AR5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6CFB6PSNQIEBLLR73QSMXH3A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSB6DI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJK4VSA4SRK335372AD3QSMXH3A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSB6DI#pullrequestreview-312745741",
"url": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJK4VSA4SRK335372AD3QSMXH3A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSB6DI#pullrequestreview-312745741",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc336fdbf9be_45b13ffddd6cd96c768d0--


From nobody Wed Nov  6 13:13:08 2019
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 AF988120124 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:13:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BxvXyb6QnmVw for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:13:04 -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 346AD1201A3 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:13:04 -0800 (PST)
Date: Wed, 06 Nov 2019 13:13:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573074783; bh=GVDsqd0RjMkTMem5mqZgkOBluvmcnMrZ93A3UMAiqtQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=unZrW3POtOoxFn+7+ARogPofmOzUISf+DFwyUcJsNNmJQAZhJu9gGjT+bVe2yywjn lz9zi8Vyt7H+JYFvdSRxPidy9fF2NkZKKtRfhxtzKblI8WWjDNjjYYtwu1ksalfl1b E7q6iKeAWt8iKprUyzu6eV2lAjFUnVJrI3hWymK0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2PWIOLZIBAUS65HC532BU57EVBNHHB52SZL4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3196/review/312746710@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3196@github.com>
References: <quicwg/base-drafts/pull/3196@github.com>
Subject: Re: [quicwg/base-drafts] Semicolons before "see {section}" (#3196)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3375f29cb8_7dd03fd2300cd9642277ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/X2Yf6MueRXegGditf-3d0sma63g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:13:07 -0000

----==_mimepart_5dc3375f29cb8_7dd03fd2300cd9642277ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3196#pullrequestreview-312746710
----==_mimepart_5dc3375f29cb8_7dd03fd2300cd9642277ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications&amp;email_token=AFTOJK6CABMDSK6Q7NDXCJ3QSMXN7A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSCFVQ#pullrequestreview-312746710">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK763AD5EDY4KXDIZITQSMXN7ANCNFSM4JJ3AR5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK27VSDUPPD5CROHA6TQSMXN7A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSCFVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJK6CABMDSK6Q7NDXCJ3QSMXN7A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSCFVQ#pullrequestreview-312746710",
"url": "https://github.com/quicwg/base-drafts/pull/3196?email_source=notifications\u0026email_token=AFTOJK6CABMDSK6Q7NDXCJ3QSMXN7A5CNFSM4JJ3AR5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSCFVQ#pullrequestreview-312746710",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3375f29cb8_7dd03fd2300cd9642277ee--


From nobody Wed Nov  6 13:15:01 2019
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 9EB57120952 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:14:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 J_8NRMiHy-lC for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:14:55 -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 493BC120858 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:14:53 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id D35072616CE for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:14:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573074892; bh=NMdoZ22WqCndyJt+cnHMNdqdAtD/aeuQzJ9VjCCxDwM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XtuPcsXPA0uTXotz8RrW3l5vmLV4dpFD0UCMfCr4+G7CfLiDG6+bOlIJvlwU3jw7U 2apf3wDCeBxhI2eypQlqPm2Kp9ZEjfMFQafyTURsNS0Wzzmdrv7eHzEplSU45Fnun8 gX/nDbGOgNLx436MFVjXr6DxXu9ydX19AYqA8Qds=
Date: Wed, 06 Nov 2019 13:14:52 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZI7ALZVLLXRPJSK5N32BVEZEVBNHHB524Q44@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3198/550503232@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3198@github.com>
References: <quicwg/base-drafts/issues/3198@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 is lacking priorities (#3198)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc337ccadafc_4b553f8d72ccd960512d6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dVw7jZz-0cECgYRsVrfBS6FssNs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:15:00 -0000

----==_mimepart_5dc337ccadafc_4b553f8d72ccd960512d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Correction: HTTP/3 lacks a means of *signaling* priority. That distinction gets lost too often here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3198#issuecomment-550503232
----==_mimepart_5dc337ccadafc_4b553f8d72ccd960512d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Correction: HTTP/3 lacks a means of <em>signaling</em> priority. That distinction gets lost too often here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications&amp;email_token=AFTOJKY7CT2PJJHNXJLGJMTQSMXUZA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIAGQA#issuecomment-550503232">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ2RK3BCDMMFAIIDEDQSMXUZANCNFSM4JJ474UA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYZL34JAXEVMW3RD4LQSMXUZA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIAGQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJKY7CT2PJJHNXJLGJMTQSMXUZA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIAGQA#issuecomment-550503232",
"url": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJKY7CT2PJJHNXJLGJMTQSMXUZA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIAGQA#issuecomment-550503232",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc337ccadafc_4b553f8d72ccd960512d6--


From nobody Wed Nov  6 13:52:15 2019
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 6F51C120145 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:52:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XBHXFYBMRRuQ for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:52:12 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE86C12002F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:52:11 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 12DF8C60EC2 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:52:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573077131; bh=sJiQPLE9Ns2BXqWLH7HvnZxrwULvZpymNnT2sCPJMVA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TfoZ592WeZ5TV5pVfIyoPwOpGFVUdCJBnct6V6JO8nMVIsaxQuG3ibY0yNVuFWWoV R0KNX2+o/36Cb3ysFGV9duMeodDV3gRAdM45e8TOhr/GkeXswDfKPlOcffXg3hH8yz bWJklhY2bEmM+sCHbFKxnUm7XWWm2ETpz2f43bgo=
Date: Wed, 06 Nov 2019 13:52:11 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK574SCEP6UHYSXL5L532BZQXEVBNHHB524Q44@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3198/550516922@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3198@github.com>
References: <quicwg/base-drafts/issues/3198@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 is lacking priorities (#3198)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3408b36b4_42fa3fa7d88cd95c49387"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qWs1zJcjWfp1IKgjjG-e9yOu2hc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:52:14 -0000

----==_mimepart_5dc3408b36b4_42fa3fa7d88cd95c49387
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Well, HTTP/3 the specification lack priorities in any form whatsoever :)

But yes, you're totally right that an HTTP/3 endpoint implementation can do prioritization based on locally available information. What is lacking is a way for and endpoint to provide information to the peer to facilitate the prioritization.

I'll be interested to see what sort of normative language we end up with for how an endpoint is required (or not) to act on this information. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3198#issuecomment-550516922
----==_mimepart_5dc3408b36b4_42fa3fa7d88cd95c49387
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Well, HTTP/3 the specification lack priorities in any form whatsoever :)</p>
<p>But yes, you're totally right that an HTTP/3 endpoint implementation can do prioritization based on locally available information. What is lacking is a way for and endpoint to provide information to the peer to facilitate the prioritization.</p>
<p>I'll be interested to see what sort of normative language we end up with for how an endpoint is required (or not) to act on this information.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications&amp;email_token=AFTOJK2UST6PJDFWTDWWY6LQSM4AXA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIDROQ#issuecomment-550516922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RHZK2J6KSQNCOPMLQSM4AXANCNFSM4JJ474UA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7MRJNNPE4EXMEXVVDQSM4AXA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIDROQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK2UST6PJDFWTDWWY6LQSM4AXA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIDROQ#issuecomment-550516922",
"url": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK2UST6PJDFWTDWWY6LQSM4AXA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIDROQ#issuecomment-550516922",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3408b36b4_42fa3fa7d88cd95c49387--


From nobody Wed Nov  6 13:55:47 2019
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 16377120047 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:55:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GYWqIqgLlzNy for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 13:55:44 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C6BC12002F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 13:55:44 -0800 (PST)
Date: Wed, 06 Nov 2019 13:55:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573077343; bh=hlHkJdqNtMdoBkgO2ntMyCpisLUdjIrjo5KNpy0whck=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nErL5qEN8UXTdkJSkPBUh4Hng/SoE71xsWSPxGYqPp4EXO+ez5+oRCJurc2TfUHg0 Up4x8E6G53oLAlZb3QlZB0gE36l58lnkz0thYBPAUxA6e0sUhhIQ8PiRPTOJ2pbuNF jw6m3nGEix38rcJXwQ74Qmvw3hZWzP+ZpdOt4crQ=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZHU5D32FVEBOGNBOV32BZ57EVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/550518225@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3415fbe182_64243fb1e78cd95c476b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MTgE3yEk-bKtmRYSh1wWcc_fMIo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 21:55:46 -0000

----==_mimepart_5dc3415fbe182_64243fb1e78cd95c476b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm locking this issue until we determine it's in-scope for the WG.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-550518225
----==_mimepart_5dc3415fbe182_64243fb1e78cd95c476b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm locking this issue until we determine it's in-scope for the WG.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK5WPKNDOGQWDJ74L5TQSM4N7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDID3UI#issuecomment-550518225">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6OZTBBBKLE7ESKTILQSM4N7ANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3S6JXLIDF45KQHXY3QSM4N7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDID3UI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK5WPKNDOGQWDJ74L5TQSM4N7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDID3UI#issuecomment-550518225",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK5WPKNDOGQWDJ74L5TQSM4N7A5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDID3UI#issuecomment-550518225",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3415fbe182_64243fb1e78cd95c476b5--


From nobody Wed Nov  6 14:11:24 2019
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 0B6EF12002F for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 14:11:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7SCnoOZtZWj7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 14:11:19 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A4CF120047 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 14:11:19 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 9C30E961C3A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 14:11:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573078278; bh=+YOILyfVER05eJVxj83r0FLSnLS2nmMlAWJrBOROaEk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KCh8oUD8PHXFEqPmCzijV0gotTGEtibDt2wmOY5aOLSLrWuyDhY1BQA93GZwVKGim hCc/P7/aqAPpJETyggWFyc1iKxbnj4Kr+wRAkqI7G34/P6in20yuvjjNs6x8ICzAeE hSveH0iELGefVI34EJd6kpIGYWzXHSf5SsXpuSg4=
Date: Wed, 06 Nov 2019 14:11:18 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK62AJEVNGGOI5ZRY5532B3YNEVBNHHB524Q44@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3198/550524058@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3198@github.com>
References: <quicwg/base-drafts/issues/3198@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 is lacking priorities (#3198)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc345068d934_1e03f9f6f0cd96c1228dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XVCtLE3Dt9HLdC-KdGkj6vQRMVo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 22:11:23 -0000

----==_mimepart_5dc345068d934_1e03f9f6f0cd96c1228dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Request order is an implicit signal. In the absence of anything else I would borrow the text from RFC 7540

```
... input to a prioritization process.  It does not guarantee any particular processing or transmission order for the stream relative to any other stream.  An endpoint cannot force a peer to process concurrent streams in a particular order...
```
As discussed elsewhere, a sane default recommendation for servers based on request order might be useful.

But I hope we as a group can come up with a slightly better more complete answer. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3198#issuecomment-550524058
----==_mimepart_5dc345068d934_1e03f9f6f0cd96c1228dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Request order is an implicit signal. In the absence of anything else I would borrow the text from RFC 7540</p>
<pre><code>... input to a prioritization process.  It does not guarantee any particular processing or transmission order for the stream relative to any other stream.  An endpoint cannot force a peer to process concurrent streams in a particular order...
</code></pre>
<p>As discussed elsewhere, a sane default recommendation for servers based on request order might be useful.</p>
<p>But I hope we as a group can come up with a slightly better more complete answer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications&amp;email_token=AFTOJK4DOL74D7E67L2F3C3QSM6INA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIFJGQ#issuecomment-550524058">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5CQPAWFUDVKSTZSSLQSM6INANCNFSM4JJ474UA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7ZGJL5TUHAMTMRGRTQSM6INA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIFJGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK4DOL74D7E67L2F3C3QSM6INA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIFJGQ#issuecomment-550524058",
"url": "https://github.com/quicwg/base-drafts/issues/3198?email_source=notifications\u0026email_token=AFTOJK4DOL74D7E67L2F3C3QSM6INA5CNFSM4JJ474UKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIFJGQ#issuecomment-550524058",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc345068d934_1e03f9f6f0cd96c1228dd--


From nobody Wed Nov  6 15:10:35 2019
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 7F230120911 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:10:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5rs25WUiqzxL for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:10:29 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB361120932 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 15:10:28 -0800 (PST)
Date: Wed, 06 Nov 2019 15:10:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573081828; bh=IgRj6N5ffpt0A4fKxxJ3ovNawU1ps9h0S+4tAdfRowk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jWFjkMfhJz9aWsZ+3J4tyQP05mWLtB/fW3ojcWzuXkyrZhGblvL+sbsixkEHdVlVT tmagLkKDDEanSBVDOHVplimQXuKboKS0OaBXOqcg9vRssdw1Nnyvt/Wtc9Tf2TDEZQ g9fJrwlRWW02OrINH/+f8zDkJwfcKRUYRt4gQv80=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYX6F6XKBTRHLQB6B532CCWJEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197/550543177@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3197@github.com>
References: <quicwg/base-drafts/issues/3197@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc352e454fa_414e3fb39e4cd95c11543"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/op5ZR5-mS1j3p0G99LL3_7u4e_o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 23:10:35 -0000

----==_mimepart_5dc352e454fa_414e3fb39e4cd95c11543
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

(Design issue please.)=0D
=0D
There is a lower point on the idle_timeout, which is [3 PTO](https://quic=
wg.org/base-drafts/draft-ietf-quic-transport.html#idle-timeout).  Having =
0 imply =E2=99=BE is awkward, so I think that Mike's suggestion is the be=
st outcome.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3197#issuecomment-550543177=

----==_mimepart_5dc352e454fa_414e3fb39e4cd95c11543
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>(Design issue please.)</p>=0D
<p>There is a lower point on the idle_timeout, which is <a href=3D"https:=
//quicwg.org/base-drafts/draft-ietf-quic-transport.html#idle-timeout" rel=
=3D"nofollow">3 PTO</a>.  Having 0 imply =E2=99=BE is awkward, so I think=
 that Mike's suggestion is the best outcome.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3197?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK2XRAFXCYGYS62WK6TQSNFGJA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIJ6SI#issuecomment-550543177">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK4YXKQRYFVI3PD455DQSNFGJANCNFSM4JJ3U22Q">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK63TIGJD5EKX55NEB3QSNFG=
JA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDIJ6SI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3197?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK2XRAFXCYGYS62WK6TQSNFGJA5CNFSM4=
JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIJ6S=
I#issuecomment-550543177",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3197?email_source=3D=
notifications\u0026email_token=3DAFTOJK2XRAFXCYGYS62WK6TQSNFGJA5CNFSM4JJ3=
U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIJ6SI#i=
ssuecomment-550543177",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc352e454fa_414e3fb39e4cd95c11543--


From nobody Wed Nov  6 15:14:15 2019
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 6FC091201B7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:14:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dD6z5NChD7-K for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:14:11 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6FA8120220 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 15:14:11 -0800 (PST)
Date: Wed, 06 Nov 2019 15:14:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573082050; bh=XW+ObEcyqGFtBMI6RJJY6uin5uf2a7i0JiKHebwJ/Oc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sJC9FwphCoqzOJKN13I6PY+5paCJWkxXf6BFOF7X1sjmB58Yt0H2rrQBFQRwVdD+M 2+oEFQhfN1HbUp9qBZmVM0ISIKhrVNPSTj9rMZFC//z2fMMQnvMlSNr1y78zNjr0tf OAAcHeLF80gUPqnReAbuySx/sjctksVEZitK9hMs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6NFLWFRXMUXRZQWUN32CDEFEVBNHHB5KNIHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/review/312808305@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc353c2add49_60223fdb60ecd96888799"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/repUD-nwNrs5k8PV_gmlzgsAiKI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 23:14:14 -0000

----==_mimepart_5dc353c2add49_60223fdb60ecd96888799
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> +Permanent registrations in QUIC registries require Specification Required policy
+{{!RFC8126}}, unless otherwise specified.  The designated expert(s) verify that
+a specification exists and is readily accessible.  Expert(s) are encouraged to
+be biased towards approving registrations unless they are abusive, frivolous, or
+actively harmful (not merely aesthetically displeasing, or architecturally
+dubious).  The creation of a registry MAY specify additional constraints on
+permanent registrations.
+
+The creation of a registries MAY identify a range of codepoints where
+registrations are governed by a different registration policy.  For instance,
+the registries for 62-bit codepoints in this document have stricted policies for
+codepoints in the range from 0 to 63.
+
+Any stricter requirements for permanent registrations do not prevent provisional
+registrations for affected codepoints.  For instance, a provisional registration
+for a frame type {{iana-frames}} of 61 could be requested.

We're talking about abuse now.  Those same people could just deploy in this space without creating a registration.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170#discussion_r343377915
----==_mimepart_5dc353c2add49_60223fdb60ecd96888799
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3170#discussion_r343377915">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Permanent registrations in QUIC registries require Specification Required policy
+{{!RFC8126}}, unless otherwise specified.  The designated expert(s) verify that
+a specification exists and is readily accessible.  Expert(s) are encouraged to
+be biased towards approving registrations unless they are abusive, frivolous, or
+actively harmful (not merely aesthetically displeasing, or architecturally
+dubious).  The creation of a registry MAY specify additional constraints on
+permanent registrations.
+
+The creation of a registries MAY identify a range of codepoints where
+registrations are governed by a different registration policy.  For instance,
+the registries for 62-bit codepoints in this document have stricted policies for
+codepoints in the range from 0 to 63.
+
+Any stricter requirements for permanent registrations do not prevent provisional
+registrations for affected codepoints.  For instance, a provisional registration
+for a frame type {{iana-frames}} of 61 could be requested.
</pre>
<p>We're talking about abuse now.  Those same people could just deploy in this space without creating a registration.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications&amp;email_token=AFTOJK4SJYUTVYNILBVR553QSNFUFA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSRG4I#discussion_r343377915">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5E7RIXA47SEOFVTZ3QSNFUFANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7CYSQH7KC4PLH7LNDQSNFUFA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSRG4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK4SJYUTVYNILBVR553QSNFUFA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSRG4I#discussion_r343377915",
"url": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK4SJYUTVYNILBVR553QSNFUFA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKSRG4I#discussion_r343377915",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc353c2add49_60223fdb60ecd96888799--


From nobody Wed Nov  6 15:15:05 2019
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 2BB2D120052 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:15:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lzCu0punkaad for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 15:15:02 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4016120180 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 15:15:01 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 08A68520551 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 15:15:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573082101; bh=DtUM1GMwAKm2U4TIhgOzvcvJtNXuDnXkF8G6LQCoDVo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wfABUnFPTiT+FkyRtfmiyExW7XFY4Ns7a/bk58OqB7iGAe0FWadtWhiw8+otd6Is3 Q4z7KADUmDpW+MjNoDntaadYETrhKgNif9/WQWzKcx523uWsRoA9rObqqtnciIGg5T 6398k7fCKwqtKHiWoJjx2qu9Yz52W0/r4Vfe2fcU=
Date: Wed, 06 Nov 2019 15:15:00 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJ55AHWJKJQINOQUN32CDHJEVBNHHB5KNIHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/c550544414@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc353f4eaf18_1fe33fe16e8cd964107957"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FLhOCcTe7o4Yjq4PiT79yhhCwHc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 06 Nov 2019 23:15:03 -0000

----==_mimepart_5dc353f4eaf18_1fe33fe16e8cd964107957
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I did that intentionally, mostly just to avoid the wordy reference.  I'm happy to defer to you on that.  (Julian can say "told you so" again if he likes :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170#issuecomment-550544414
----==_mimepart_5dc353f4eaf18_1fe33fe16e8cd964107957
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I did that intentionally, mostly just to avoid the wordy reference.  I'm happy to defer to you on that.  (Julian can say "told you so" again if he likes :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications&amp;email_token=AFTOJK2BSQGCTNSC6YDGFXDQSNFXJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIKIHQ#issuecomment-550544414">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK52HUZBBO25EMGLXUTQSNFXJANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7KEZBKFQGJ2U7MKNTQSNFXJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIKIHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK2BSQGCTNSC6YDGFXDQSNFXJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIKIHQ#issuecomment-550544414",
"url": "https://github.com/quicwg/base-drafts/pull/3170?email_source=notifications\u0026email_token=AFTOJK2BSQGCTNSC6YDGFXDQSNFXJA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIKIHQ#issuecomment-550544414",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc353f4eaf18_1fe33fe16e8cd964107957--


From nobody Wed Nov  6 16:22:16 2019
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 9C8AF12004A for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:22:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 M5LkD39NkrbJ for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:22:13 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32FC8120025 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:22:13 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 7DCF252041D for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:22:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573086132; bh=F7u5+2gCom3oj5wFCtufrkPe6w9BZwBc4RafvmIMYXY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=QNjBgZ0gRDYnhG+VgJd5ZzdlwbNSpwgcumImECjxpxq2187YeiDUPGUInyp8yQgz2 nvq8rseLYVmzTBBpi70lK+3wMpm2PSOEEE/BW5ZSJa+0EtBNx69wYzMkFamgbVFsAB y1EX0d/uQGhWHnydIoNeiPgtgUFpHFmLcIEOTCVg=
Date: Wed, 06 Nov 2019 16:22:12 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY7TABBA2D67Q5GVTN32CLDJEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199@github.com>
Subject: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc363b46e37b_54af3fe4c20cd960143893"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D0-zLG33DyRLTymSWnzkD3s6WkU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 00:22:15 -0000

----==_mimepart_5dc363b46e37b_54af3fe4c20cd960143893
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The sample taken for header protection is interpreted differently in DTLS 1.3.  QUIC uses `counter||nonce`, DTLS 1.3 uses `nonce||counter`.

That difference is likely to cause problems unless we erase it.  It's possible that the DTLS ordering is the right one here, but we should make a conscious decision.

See tlswg/dtls13-spec#109.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199
----==_mimepart_5dc363b46e37b_54af3fe4c20cd960143893
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The sample taken for header protection is interpreted differently in DTLS 1.3.  QUIC uses <code>counter||nonce</code>, DTLS 1.3 uses <code>nonce||counter</code>.</p>
<p>That difference is likely to cause problems unless we erase it.  It's possible that the DTLS ordering is the right one here, but we should make a conscious decision.</p>
<p>See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518965946" data-permission-text="Issue title is private" data-url="https://github.com/tlswg/dtls13-spec/issues/109" data-hovercard-type="issue" data-hovercard-url="/tlswg/dtls13-spec/issues/109/hovercard" href="https://github.com/tlswg/dtls13-spec/issues/109">tlswg/dtls13-spec#109</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK5GWUXXVDYZKLKGHXTQSNNTJA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXOZUMQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6XLTXJBXEFM52XA6LQSNNTJANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK33CN2IG52IOI4JLXDQSNNTJA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXOZUMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK5GWUXXVDYZKLKGHXTQSNNTJA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXOZUMQ",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK5GWUXXVDYZKLKGHXTQSNNTJA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXOZUMQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc363b46e37b_54af3fe4c20cd960143893--


From nobody Wed Nov  6 16:39:01 2019
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 60FE71200CC for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:39:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TWVJ7EVsBw9C for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:38:58 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98C14120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:38:58 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id A097D1C164F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:38:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573087137; bh=2/mUJRLVufICwEkZdjTsD9y+AjPlv4TyR3McWl6hYJI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cO6ZeN+AJ8zbmCkpbsJm3hZuM7U1PNI9lG5D/w4YjGwHoydi9kVMTloYs8PBBnmAP PKMvKyvHQmbooGXzqAP6K+Zux/6paBxOOdpjQxDhMSKrLFrwmRpQBxQ9MSuc0zuY5c /YHp4hxv+2fkHZuCVMX1ffnoZ2nqA5H7R9iVCTjY=
Date: Wed, 06 Nov 2019 16:38:57 -0800
From: fbifido <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7GZYFWUIHOTLBWIWN32CNCDEVBNHHAYL2AHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/253/550566379@github.com>
In-Reply-To: <quicwg/base-drafts/issues/253@github.com>
References: <quicwg/base-drafts/issues/253@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc367a190ca5_ec63fbcfb2cd95c1220fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: fbifido
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P9dFjfoM-CkcwCn3XG2_9bDmhC8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 00:39:01 -0000

----==_mimepart_5dc367a190ca5_ec63fbcfb2cd95c1220fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since QUIC is secure?
1) Will we need WebSite Certificates?
2) Will we be able to use HTTP:// and still be secure on QUIC?
3) Will we still use HTTPS:// or will there be a QUIC://?
4) will QUIC put and end to Man-in-the-Middle attacks?
5) Can we secure emails and other communications over QUIC?
Thanks.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/253#issuecomment-550566379
----==_mimepart_5dc367a190ca5_ec63fbcfb2cd95c1220fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since QUIC is secure?</p>
<ol>
<li>Will we need WebSite Certificates?</li>
<li>Will we be able to use HTTP:// and still be secure on QUIC?</li>
<li>Will we still use HTTPS:// or will there be a QUIC://?</li>
<li>will QUIC put and end to Man-in-the-Middle attacks?</li>
<li>Can we secure emails and other communications over QUIC?<br>
Thanks.</li>
</ol>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/253?email_source=notifications&amp;email_token=AFTOJK2RGAZEMX2YAI7SVQDQSNPSDA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIPT2Y#issuecomment-550566379">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DNW7QYKXSHPNXXPLQSNPSDANCNFSM4C6MWA4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7MZDIK2GXMDTDDP7DQSNPSDA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIPT2Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK2RGAZEMX2YAI7SVQDQSNPSDA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIPT2Y#issuecomment-550566379",
"url": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK2RGAZEMX2YAI7SVQDQSNPSDA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIPT2Y#issuecomment-550566379",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc367a190ca5_ec63fbcfb2cd95c1220fd--


From nobody Wed Nov  6 16:45:46 2019
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 93C5712013D for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:45:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4Aln0i2IBkqy for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:45:42 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC205120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:45:42 -0800 (PST)
Date: Wed, 06 Nov 2019 16:45:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573087542; bh=XbhuXwdOjr2yHwvePa2uiYe8UGrfjwoLl7WC4jB+ttE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TZQig0k1J665+fz2hkg+ua3/3JtevFM3OVmsbelBWIisb82qpkqasMmktvtsKoj2u xOjDI6cTQV9IXOm5mgqgCOgCXSM8k7Z3Vb6v02e8DUSRAs3iF0rDY4YU0vzfSwpb1T Py8V1bW45FKE/mHyRiDG3W62g4Nlem7Fp8viIFEw=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK74R4W4WRKH2TEAXIN32CN3LEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/550567909@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc36935ecffa_4c9d3f9df7ccd95c183612"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Zl6HLXMNRoKGwjjwPpj6ftXzJ9Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 00:45:45 -0000

----==_mimepart_5dc36935ecffa_4c9d3f9df7ccd95c183612
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I do not have a strong opinion here, though I might point out that [RFC 7539 section 2.3](https://tools.ietf.org/html/rfc7539#section-2.3) states:
```
   o  Word 12 is a block counter.  Since each block is 64-byte, a 32-bit
      word is enough for 256 gigabytes of data.

   o  Words 13-15 are a nonce, which should not be repeated for the same
      key.  The 13th word is the first 32 bits of the input nonce taken
      as a little-endian integer, while the 15th word is the last 32
      bits.
```

Retaining this order (i.e. `counter||nonce`) might be helpful to certain implementations.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-550567909
----==_mimepart_5dc36935ecffa_4c9d3f9df7ccd95c183612
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I do not have a strong opinion here, though I might point out that <a href="https://tools.ietf.org/html/rfc7539#section-2.3" rel="nofollow">RFC 7539 section 2.3</a> states:</p>
<pre><code>   o  Word 12 is a block counter.  Since each block is 64-byte, a 32-bit
      word is enough for 256 gigabytes of data.

   o  Words 13-15 are a nonce, which should not be repeated for the same
      key.  The 13th word is the first 32 bits of the input nonce taken
      as a little-endian integer, while the 15th word is the last 32
      bits.
</code></pre>
<p>Retaining this order (i.e. <code>counter||nonce</code>) might be helpful to certain implementations.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK7M4LF2G2ATWUJN7YLQSNQLLA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIP7ZI#issuecomment-550567909">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7BOYFTRX6NYGWESRLQSNQLLANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7OF4V7F5ZU2RLMZZLQSNQLLA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIP7ZI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK7M4LF2G2ATWUJN7YLQSNQLLA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIP7ZI#issuecomment-550567909",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK7M4LF2G2ATWUJN7YLQSNQLLA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIP7ZI#issuecomment-550567909",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc36935ecffa_4c9d3f9df7ccd95c183612--


From nobody Wed Nov  6 16:55:39 2019
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 242831200E7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:55:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 blh9tNVKe-WA for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:55:37 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51A07120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:55:37 -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 BF107660079 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:55:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573088135; bh=fNuI0fIsTa88azol+xevZ59Q2cglF+LJoXmj660cSHc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vKTFiCdwjEq6EL+7DD9Hetp6zHVnqX1lZOejQQVWFuxjKT2jXbkgfn3hQA+V1d7Qs /XMVtr8wW/7cVGfgADlHrEoM3Vv+bGDDY2h3cAPsZUsnrkicyaTofNpXkDCCEhQpiV PXkGA+H9A+hapBzDXPrrqiBk6tSz6fhZm1Swi1Fk=
Date: Wed, 06 Nov 2019 16:55:35 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3WYKAQ4FXNXEGQ6UN32CPAPEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/550570164@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc36b87b0be5_4c863f81cd0cd968174440"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/la9quOJMxFjfXzzGLphgqKrl5n4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 00:55:39 -0000

----==_mimepart_5dc36b87b0be5_4c863f81cd0cd968174440
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is what motivated the order that is in QUIC, yes.  But the construction of AES-GCM puts the counter second.  And here I thought that we were free of endianness issues.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-550570164
----==_mimepart_5dc36b87b0be5_4c863f81cd0cd968174440
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is what motivated the order that is in QUIC, yes.  But the construction of AES-GCM puts the counter second.  And here I thought that we were free of endianness issues.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK64JMS6LC7ARQH43VTQSNRQPA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQRNA#issuecomment-550570164">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZANRHUPA4KMWFIBNLQSNRQPANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK73WIERGF5E62BRKG3QSNRQPA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQRNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK64JMS6LC7ARQH43VTQSNRQPA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQRNA#issuecomment-550570164",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK64JMS6LC7ARQH43VTQSNRQPA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQRNA#issuecomment-550570164",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc36b87b0be5_4c863f81cd0cd968174440--


From nobody Wed Nov  6 16:57:51 2019
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 0FFBA120045 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:57:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SNHEnKbVOw_D for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 16:57:48 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E58C120233 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 16:57:48 -0800 (PST)
Date: Wed, 06 Nov 2019 16:57:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573088267; bh=R9DZwG9jZdcqlzVqJD5vOvUNZ2ZrVvkvOnqDk7o29Pw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QszHHWYrIb+ApFd5Tt3bXBnN9EodD2+QVHeOc+QS0Ia9l22KJxb/G63H46J3biAdt VXV/jFCnICp7KZTzAaORdQqSw/jsv8NAoGZ7BljGPJA+0HWzGtM6NalDRqCteM8mGn SQQdNxNDYaVucUjbzK6xRvMj2zWxFgWSQskm46AE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYBE5TYVBK3LKVVO5F32CPIXEVBNHHB5ZQDTM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3195/550570713@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3195@github.com>
References: <quicwg/base-drafts/issues/3195@github.com>
Subject: Re: [quicwg/base-drafts] conflicting advice how to handle Retire Prior To (#3195)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc36c0b8b1e4_7b023fd15f6cd96c1687bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ayNVKHo_4fAJHimPnD862Noje2w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 00:57:50 -0000

----==_mimepart_5dc36c0b8b1e4_7b023fd15f6cd96c1687bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Based on this feedback, this can probably be handled as an editorial matter.  I would be happy to receive a PR that reconciled this with [the agreed conclusion](https://github.com/quicwg/base-drafts/issues/3195#issuecomment-550460829).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3195#issuecomment-550570713
----==_mimepart_5dc36c0b8b1e4_7b023fd15f6cd96c1687bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Based on this feedback, this can probably be handled as an editorial matter.  I would be happy to receive a PR that reconciled this with <a href="https://github.com/quicwg/base-drafts/issues/3195#issuecomment-550460829" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3195/hovercard">the agreed conclusion</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications&amp;email_token=AFTOJK7LUVPR4GDWY3DDZ5LQSNRYXA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQVWI#issuecomment-550570713">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYSXXXLSS3XLQVBHFLQSNRYXANCNFSM4JJTCCHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4UWAIBHI3T3YILMQDQSNRYXA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQVWI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK7LUVPR4GDWY3DDZ5LQSNRYXA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQVWI#issuecomment-550570713",
"url": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK7LUVPR4GDWY3DDZ5LQSNRYXA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIQVWI#issuecomment-550570713",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc36c0b8b1e4_7b023fd15f6cd96c1687bb--


From nobody Wed Nov  6 17:22:06 2019
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 8B31B1208C6 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:21:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZAAnGO443kLS for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:21:56 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D84021208E2 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 17:21:55 -0800 (PST)
Date: Wed, 06 Nov 2019 17:21:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573089714; bh=bweR8FSXsI1Uc/d+fRqOb4m9uW2Zzhc5WnHdurbJakw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dJ71XMVqiElNWlZtjb4a2rA2b9xxKKsPcGyuN8BFGvzOjifDQWef/tgVbJ4p15z7S m3wuRc7q3PDilakop/6KdNZLTFN6ePV6DyDrEVyI7MuE66l7gezcdFuklbIIFjbAwV aXCgFblHj5XzmkcWOBFaChBbH2ZBLUO9prbuVD4E=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2CKXJ5OQJ4SF5IOB532CSDFEVBNHHB53YOA4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3200@github.com>
Subject: [quicwg/base-drafts] Definition of "active connection ID" is misleading (or the name is) (#3200)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc371b239b2b_b8d3fe6d42cd968303755"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6pKgcoaT2TXCz7qjS8hSqalzgLc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 01:22:05 -0000

----==_mimepart_5dc371b239b2b_b8d3fe6d42cd968303755
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

In [section 5.1.1](https://quicwg.org/base-drafts/draft-ietf-quic-transpo=
rt.html#rfc.section.5.1.1), we state that:=0D
> An endpoint SHOULD ensure that its peer has a sufficient number of avai=
lable and unused connection IDs. Endpoints store received connection IDs =
for future use and advertise the number of connection IDs they are willin=
g to store with the active_connection_id_limit transport parameter. An en=
dpoint SHOULD NOT provide more connection IDs than the peer=E2=80=99s lim=
it.=0D
> =0D
> An endpoint SHOULD supply a new connection ID when it receives a packet=
 with a previously unused connection ID or when the peer retires one, unl=
ess providing the new connection ID would exceed the peer=E2=80=99s limit=
.=0D
=0D
I think that these are correct. However, we also state:=0D
> Connection IDs that are issued and not retired are considered active; a=
ny active connection ID can be used.=0D
=0D
I think this is incorrect. This should instead state that "Connection IDs=
 that are **unused and** not retired are considered active, ..."=0D
=0D
That said, I think the name is confusing, as it is awkward to argue that =
the connection ID that is currently used is "active."=0D
=0D
Maybe we should rename the parameter to something like "spare_connection_=
id_limit."=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3200=

----==_mimepart_5dc371b239b2b_b8d3fe6d42cd968303755
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In <a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport=
.html#rfc.section.5.1.1" rel=3D"nofollow">section 5.1.1</a>, we state tha=
t:</p>=0D
<blockquote>=0D
<p>An endpoint SHOULD ensure that its peer has a sufficient number of ava=
ilable and unused connection IDs. Endpoints store received connection IDs=
 for future use and advertise the number of connection IDs they are willi=
ng to store with the active_connection_id_limit transport parameter. An e=
ndpoint SHOULD NOT provide more connection IDs than the peer=E2=80=99s li=
mit.</p>=0D
<p>An endpoint SHOULD supply a new connection ID when it receives a packe=
t with a previously unused connection ID or when the peer retires one, un=
less providing the new connection ID would exceed the peer=E2=80=99s limi=
t.</p>=0D
</blockquote>=0D
<p>I think that these are correct. However, we also state:</p>=0D
<blockquote>=0D
<p>Connection IDs that are issued and not retired are considered active; =
any active connection ID can be used.</p>=0D
</blockquote>=0D
<p>I think this is incorrect. This should instead state that "Connection =
IDs that are <strong>unused and</strong> not retired are considered activ=
e, ..."</p>=0D
<p>That said, I think the name is confusing, as it is awkward to argue th=
at the connection ID that is currently used is "active."</p>=0D
<p>Maybe we should rename the parameter to something like "spare_connecti=
on_id_limit."</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3200?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK6GKB3LAIKN3HCLF33QSNUTFA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HXPBYDQ">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJKYMOTZKR2OLF4U5MW3QSNUTFA=
NCNFSM4JKABU4Q">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJK4ZSEDMK674GSAWVD3QSNUTFA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPBYDQ.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3200?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK6GKB3LAIKN3HCLF33QSNUTFA5CNFSM4=
JKABU42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPBYDQ",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3200?email_source=3D=
notifications\u0026email_token=3DAFTOJK6GKB3LAIKN3HCLF33QSNUTFA5CNFSM4JKA=
BU42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPBYDQ",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc371b239b2b_b8d3fe6d42cd968303755--


From nobody Wed Nov  6 17:27:42 2019
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 3DD1012008F for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:27:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Tg0yGvBqu46V for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:27:40 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF558120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 17:27:39 -0800 (PST)
Date: Wed, 06 Nov 2019 17:27:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573090059; bh=1XqkgPs/En++0oBlUE/PXzpPiWjS3sPo7f4oPDjWC/o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZhJB9hc0/31+sUIzF25sM89gFnGEhvnZ/DjIkFu7dpOlhGsVH9m0eduXU2MdU/iwV AHW++Q45Ed9P3ITQjCbJMb++t5G77YvX/X5kxLGdv5TSE+9QWZi4+6db1r3dgISFxw orYuqY8Lg9h0J1QSfJUIGshbrEvcULenhNVBFS5A=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYSET7HISWNTAJK6RN32CSYXEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/550577719@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3730b3d78_59f63f891f6cd968262577"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V222nQIPuiqHlsVrOfkVe1VDr9Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 01:27:41 -0000

----==_mimepart_5dc3730b3d78_59f63f891f6cd968262577
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Though we do not use AES-GCM for header protection. That said, I can see your argument that we tend to favor having the nonce first.

So to me it seems the question is if we should have a generic design for using stream ciphers for header protection, or if we should let each stream cipher have its own.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-550577719
----==_mimepart_5dc3730b3d78_59f63f891f6cd968262577
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Though we do not use AES-GCM for header protection. That said, I can see your argument that we tend to favor having the nonce first.</p>
<p>So to me it seems the question is if we should have a generic design for using stream ciphers for header protection, or if we should let each stream cipher have its own.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJKZITECMDBJTGSWO2H3QSNVIXA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDISMNY#issuecomment-550577719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK54HEXXBDELU5DG2IDQSNVIXANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3GMTJYCJGR2ZAGLGDQSNVIXA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDISMNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKZITECMDBJTGSWO2H3QSNVIXA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDISMNY#issuecomment-550577719",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKZITECMDBJTGSWO2H3QSNVIXA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDISMNY#issuecomment-550577719",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3730b3d78_59f63f891f6cd968262577--


From nobody Wed Nov  6 17:48:16 2019
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 D63BE12006E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:48:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Sz2svCbZ3hTV for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:48:13 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 37388120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 17:48:13 -0800 (PST)
Date: Wed, 06 Nov 2019 17:48:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573091292; bh=cvsadWayrzRvHujo8uzFdZNCfFFiU9uNVCjaBmR1IvI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lv887y8e7KCr+bWSyNkVN+aoJqplzAOARymPyP5Vf6/lBEFccukYFi92t9OK/F9Q5 I369JgffPSOjFxXlRbXZWzOWFQG/qkyKJpxyLUw+zqRTDAW+TXieUNlHJWMQMuyr4u W+NXEICVwJRkFb4+GKpG2PG9mUZnpI7mo4tN8KE4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3EYUI2EYX4NMPBZJN32CVFZEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/550582411@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc377dc4904c_19983f9cc9acd960339225"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lvsXYFI9oaZw9rEbprR5umfMPmI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 01:48:15 -0000

----==_mimepart_5dc377dc4904c_19983f9cc9acd960339225
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Oh, I'm not arguing for the DTLS approach, only pointing out that it is rational when taken from a certain perspective.  I'd be happy if QUIC didn't need to change.  @davidben tends to favour the QUIC ordering also, FWIW.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-550582411
----==_mimepart_5dc377dc4904c_19983f9cc9acd960339225
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Oh, I'm not arguing for the DTLS approach, only pointing out that it is rational when taken from a certain perspective.  I'd be happy if QUIC didn't need to change.  <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=109690" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/davidben">@davidben</a> tends to favour the QUIC ordering also, FWIW.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK2SEL5JJZWJK2FYJRLQSNXVZA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITRCY#issuecomment-550582411">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5AUOAVMPA3RIPUUT3QSNXVZANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3JYXEFZGRVFDWQOKLQSNXVZA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITRCY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK2SEL5JJZWJK2FYJRLQSNXVZA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITRCY#issuecomment-550582411",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK2SEL5JJZWJK2FYJRLQSNXVZA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITRCY#issuecomment-550582411",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc377dc4904c_19983f9cc9acd960339225--


From nobody Wed Nov  6 17:51:48 2019
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 07B2B12006E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:51:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IFG863gxCCRE for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 17:51:45 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49A3E120045 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 17:51:45 -0800 (PST)
Date: Wed, 06 Nov 2019 17:51:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573091504; bh=pRLH6ffEVnzs0C9hAuiDePBXFU2LvKXIGgxLBfBdW50=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gN9AclMM4k0xKDFjlaK/VFiQf/j7XvpR+6S2Yoaqbyrh6F2fI9ic+WplNg7cbqH20 oLvufuV/rT5f9U6L60IC9lI8CfRvhPlOxtz/ztEWOYhEWSG7ste2cxg7Z/6fwiEeJb hDiDS3wZvCiZNeXOkzF5YC3wnbDiy2H1BjU8Q110=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5O27XVG3QY5V3HCWF32CVTBEVBNHHB53YOA4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3200/550583206@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3200@github.com>
References: <quicwg/base-drafts/issues/3200@github.com>
Subject: Re: [quicwg/base-drafts] Definition of "active connection ID" is misleading (or the name is) (#3200)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc378b044ead_6d053fcc42ecd96817343b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Brev3ubjqVzD3H-fKaehT6Lqk_g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 01:51:47 -0000

----==_mimepart_5dc378b044ead_6d053fcc42ecd96817343b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Isn't it impossible to agree on whether a given connection ID was used?  In particular, connection IDs sent on unusable paths won't be received by the issuer to allow them to know that they a no longer unused.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3200#issuecomment-550583206
----==_mimepart_5dc378b044ead_6d053fcc42ecd96817343b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Isn't it impossible to agree on whether a given connection ID was used?  In particular, connection IDs sent on unusable paths won't be received by the issuer to allow them to know that they a no longer unused.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications&amp;email_token=AFTOJK7LIL7V4CHWTFHWI4LQSNYDBA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITXJQ#issuecomment-550583206">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOI7GLYA7PL2KFX5DQSNYDBANCNFSM4JKABU4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY37UMRXQDP6FNIL6DQSNYDBA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITXJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK7LIL7V4CHWTFHWI4LQSNYDBA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITXJQ#issuecomment-550583206",
"url": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK7LIL7V4CHWTFHWI4LQSNYDBA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDITXJQ#issuecomment-550583206",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc378b044ead_6d053fcc42ecd96817343b--


From nobody Wed Nov  6 18:11:10 2019
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 EE2931200C3 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:11:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oR4URtCRxvo8 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:11:07 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A48312008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:11:07 -0800 (PST)
Date: Wed, 06 Nov 2019 18:11:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573092666; bh=cio44xqf7e2b3v9Xdjgklr+xKxPqSon0Sn0x48vnmCI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UOoM+1vgd4gnMG9Js/HOOydmoGmFDjdNmlQJOhHKStrlnG5NF6b5g3z/gshyYS4oe ZaIO6gJCNIx4gpaTSvvnphdcwA/LfdUk5MjyHSexeewxJRuNLRUAtADvUtS8pRAE1n WyNi0NtkZ4KU1htdAJO8Nlbxg7u4eRvMSAdoCQs0=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ECEREMLITQZXRGRF32CX3VEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/550587584@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc37d3a22c17_462d3fe8682cd964320752"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZJIBz7rHtULIsVFQL_siUU1aTYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:11:09 -0000

----==_mimepart_5dc37d3a22c17_462d3fe8682cd964320752
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I definitely agree that it could cut down a lot of complexity to change from SHOULD NOT -> MUST NOT, although we probably should check the minutes from Tokyo about why we didn't want that at the time.

@marten-seemann, for:
> it's not possible to know how many of the new CIDs were actually stored and how many of them might have been dropped.
I can see where it might be irritating to not know a precise count here, but I'm not sure the two sides actually need to be in sync about that. 

@MikeBishop's point about being able to retire CIDs that you've forgotten is well taken, although it does run the risk that you'll get a replacement (although maybe you drop that too?).

I think @kazuho's argument that changing to a MUST NOT would bring us in line with the other crediting schemes makes a lot of sense, and it would bring us to a much nicer interaction model -- you ask for whatever you want, the peer gives that many to you. (Can they still give you fewer? I think the answer has to be yes, if it's costly to generate and maintain, then the issuer should control that.)

I think it would drastically simplify if we made this MUST NOT. Happy to send a PR for that.
Do we want a protocol violation if exceeded? We will likely need #3197 too along with this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-550587584
----==_mimepart_5dc37d3a22c17_462d3fe8682cd964320752
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I definitely agree that it could cut down a lot of complexity to change from SHOULD NOT -&gt; MUST NOT, although we probably should check the minutes from Tokyo about why we didn't want that at the time.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a>, for:</p>
<blockquote>
<p>it's not possible to know how many of the new CIDs were actually stored and how many of them might have been dropped.<br>
I can see where it might be irritating to not know a precise count here, but I'm not sure the two sides actually need to be in sync about that.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a>'s point about being able to retire CIDs that you've forgotten is well taken, although it does run the risk that you'll get a replacement (although maybe you drop that too?).</p>
<p>I think <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>'s argument that changing to a MUST NOT would bring us in line with the other crediting schemes makes a lot of sense, and it would bring us to a much nicer interaction model -- you ask for whatever you want, the peer gives that many to you. (Can they still give you fewer? I think the answer has to be yes, if it's costly to generate and maintain, then the issuer should control that.)</p>
<p>I think it would drastically simplify if we made this MUST NOT. Happy to send a PR for that.<br>
Do we want a protocol violation if exceeded? We will likely need <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518692010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3197" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3197/hovercard" href="https://github.com/quicwg/base-drafts/issues/3197">#3197</a> too along with this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK3W7I3H2A5FVXJNNDLQSN2LVA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIUZQA#issuecomment-550587584">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5A66OAV2QDZ55O6Q3QSN2LVANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2B5HBUNM6G4UXDWHTQSN2LVA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIUZQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK3W7I3H2A5FVXJNNDLQSN2LVA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIUZQA#issuecomment-550587584",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK3W7I3H2A5FVXJNNDLQSN2LVA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIUZQA#issuecomment-550587584",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc37d3a22c17_462d3fe8682cd964320752--


From nobody Wed Nov  6 18:16:25 2019
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 74D9B1200C3 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:16:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nUQnBVriY_cZ for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:16:22 -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 0C7D61200F3 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:16:22 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 555098C0604 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:16:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573092981; bh=kIk5axuRtW4NTvNIvJc3jgIQazDCUu3Q5W9bQkVtFlg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=XTHD3/TiZh0Y6mFTQuCZbYXRMEsi0J3kG6squLgjPuB4EsQLhYerFvDRRyfiGZQXV 10Z3y7ukigCi6qPtl9/ComR5Z2IDnTc0Pm1kBtXtUlI8mJpJK/6sATLnNynbRYsx9k jSZzrECclKvT/u9agMVdurWU3upEQ9iQIVXDp3sY=
Date: Wed, 06 Nov 2019 18:16:21 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5TK7T2QC5LS6QZBM532CYPLEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201@github.com>
Subject: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc37e7546aae_489d3fa4036cd964503917"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/K1tmC7E-EmluE5ltMWefxStwHAk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:16:24 -0000

----==_mimepart_5dc37e7546aae_489d3fa4036cd964503917
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3193.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3201

-- Commit Summary --

  * forbid exceeding the peer&#39;s active_connection_id_limit
  * add an error code for exceeding the connection ID limit

-- File Changes --

    M draft-ietf-quic-transport.md (12)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3201.patch
https://github.com/quicwg/base-drafts/pull/3201.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201

----==_mimepart_5dc37e7546aae_489d3fa4036cd964503917
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3193.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518245996" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3193" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3193/hovercard" href="https://github.com/quicwg/base-drafts/issues/3193">#3193</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3201'>https://github.com/quicwg/base-drafts/pull/3201</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>forbid exceeding the peer&#39;s active_connection_id_limit</li>
  <li>add an error code for exceeding the connection ID limit</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3201/files#diff-0">draft-ietf-quic-transport.md</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3201.patch'>https://github.com/quicwg/base-drafts/pull/3201.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3201.diff'>https://github.com/quicwg/base-drafts/pull/3201.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKZSUCVFWVFRTTK7O33QSN27LA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJAXA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5PY5BRKKI7HUF34O3QSN27LANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY2GJUZHXOT66L4SGLQSN27LA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJAXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZSUCVFWVFRTTK7O33QSN27LA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJAXA",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZSUCVFWVFRTTK7O33QSN27LA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJAXA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc37e7546aae_489d3fa4036cd964503917--


From nobody Wed Nov  6 18:22:05 2019
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 5F44F1200F3 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:22:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uWDAPAKljwQI for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:22:02 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFF7612008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:22:02 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 06F792C343E for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:22:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573093322; bh=bc7SF43kqC/1jlvaIzBD9Mofj4101qlpkkuInGHHOZ0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ARrN+XGit18pB7HvTQsvMNYtqDySPT7ffsYCptD9rIdPzBkJNkUidGTJJh6onEpZs pbrYSUskV1Mb1OMiWoaudXCpaSWuHHXQn+yG/WyA6stq01fW1QyP5fXSxJ8B9dmK0J Orrt7XwuzagfiNdheyacHbvjvqkqE/AriyyYCTZE=
Date: Wed, 06 Nov 2019 18:22:01 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2SKOBRFKW5OVEZPJ532CZETEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202@github.com>
Subject: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc37fc9dbaa7_6b873f80ea6cd964454391"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pDPgHXw0ko6OIK3bYQYW1mkGuuQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:22:04 -0000

----==_mimepart_5dc37fc9dbaa7_6b873f80ea6cd964454391
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3194.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3202

-- Commit Summary --

  * handle reordered NEW_CONNECTION_ID frames

-- File Changes --

    M draft-ietf-quic-transport.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3202.patch
https://github.com/quicwg/base-drafts/pull/3202.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202

----==_mimepart_5dc37fc9dbaa7_6b873f80ea6cd964454391
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3194.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518382107" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3194" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3194/hovercard" href="https://github.com/quicwg/base-drafts/issues/3194">#3194</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3202'>https://github.com/quicwg/base-drafts/pull/3202</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>handle reordered NEW_CONNECTION_ID frames</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3202/files#diff-0">draft-ietf-quic-transport.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3202.patch'>https://github.com/quicwg/base-drafts/pull/3202.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3202.diff'>https://github.com/quicwg/base-drafts/pull/3202.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK4R4WKY4CYHNFKHH4DQSN3UTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJY2Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ4652MWFPPPXBJH3TQSN3UTANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZWNJT2FKFGPVYNLM3QSN3UTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJY2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4R4WKY4CYHNFKHH4DQSN3UTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJY2Q",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4R4WKY4CYHNFKHH4DQSN3UTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXPJY2Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc37fc9dbaa7_6b873f80ea6cd964454391--


From nobody Wed Nov  6 18:23:53 2019
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 7FDD61200F3 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:23:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9Um8oAfs-Uv0 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:23:51 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D4B6212008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:23:50 -0800 (PST)
Date: Wed, 06 Nov 2019 18:23:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573093429; bh=3atgSurKPoiW8wGxGHx/duDWXujGza3+b4BIEbE9qOg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rCxmXoHQcd1Lr0fC8J5QpPwPvi0YmSWUAupTEq+iXFq+wwtudx5zJrN+TBln1l2SR GvKBB0/SMnLFANhZxjJvv9EoRpj82Rbw1vEoHHcgAwe4TFSqg+ybNJ5KeiD8HDsLp6 k96movB+Sr76gixFN3scGh0k6S9QlBX5FKHLil/M=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJLG7RC5HCEN3FXL532CZLLEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313077062@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc38035cc73c_32a13ffadc2cd96060929c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hKJpJthI4-7VtndgiR7mWuAYbRo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:23:53 -0000

----==_mimepart_5dc38035cc73c_32a13ffadc2cd96060929c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received
+before, it MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.

```suggestion
before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#pullrequestreview-313077062
----==_mimepart_5dc38035cc73c_32a13ffadc2cd96060929c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3202#discussi=
on_r343435297">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5398,6 +5398,10 @@ and preferred_addre=
ss transport parameter connection IDs.  The peer SHOULD=0D
 retire the corresponding connection IDs and send the corresponding=0D
 RETIRE_CONNECTION_ID frames in a timely manner.=0D
 =0D
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence numb=
er=0D
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame rece=
ived=0D
+before, it MUST immediately send a corresponding RETIRE_CONNECTION_ID fr=
ame.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-before, it MUST immediately send a correspond=
ing RETIRE_CONNECTION_ID frame.=0D
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame=
.=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3202?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK77HQPNOQDGVHCRF33QSN33LA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKUS2RQ#pullrequestreview-313077062=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK6AKCRYHWIKRMBUVTDQSN33LANCNFSM4JKAORVA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5JKBEROSIS=
RP2A3UTQSN33LA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKUS2RQ.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3D=
notifications\u0026email_token=3DAFTOJK77HQPNOQDGVHCRF33QSN33LA5CNFSM4JKA=
ORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KUS2RQ#pullrequestreview-313077062",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK77HQPNOQDGVHCRF33QSN33LA5CNFSM4JKAOR=
VKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKU=
S2RQ#pullrequestreview-313077062",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc38035cc73c_32a13ffadc2cd96060929c--


From nobody Wed Nov  6 18:24:54 2019
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 829AA120100 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:24:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1Mm3Z2AwggGN for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:24:52 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A32312008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:24:52 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 4B41D6A0D5A for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:24:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573093491; bh=PLzhtQiWcUgDcMe6lG7Ksya5xnvT/2UtXw+aJh8FMDo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qgoG9YWkSt0/rmdOwpVIrnXcdApVsNqUApTYNVHL0MJsqU9mOJGDB+y8BI9PN6+Y/ zg7xLzN8l9WQiKdENu+3jAlzThq8LDkIdb5YUs2weYUmBK9N1XL8n9T/VdQjnxTfVo Ax2TvXvWq9JqR8kMtJgyszsjP/fxPFVi/Sun0YAY=
Date: Wed, 06 Nov 2019 18:24:51 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/push/4243742647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc380733cd47_11493fee34ccd96036999d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cnl8o0lT1GIQde7s8hW37-l8cSM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:24:54 -0000

----==_mimepart_5dc380733cd47_11493fee34ccd96036999d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

1568d427726afd00edf0bef4c4a6c4d5fe259321  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202/files/50b9b3997901707201744740d131a08cb1ab31f5..1568d427726afd00edf0bef4c4a6c4d5fe259321

----==_mimepart_5dc380733cd47_11493fee34ccd96036999d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1568d427726afd00edf0bef4c4a6c4d5fe259321">1568d42</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3202/files/50b9b3997901707201744740d131a08cb1ab31f5..1568d427726afd00edf0bef4c4a6c4d5fe259321?email_source=notifications&amp;email_token=AFTOJK5NS7SB7YOOP4C4ZYDQSN37HA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DGNZUGI3DINY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7QP4UJWXFTHKDO47LQSN37HANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6IA4AMSSC2V34UNBLQSN37HA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DGNZUGI3DINY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202/files/50b9b3997901707201744740d131a08cb1ab31f5..1568d427726afd00edf0bef4c4a6c4d5fe259321?email_source=notifications\u0026email_token=AFTOJK5NS7SB7YOOP4C4ZYDQSN37HA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DGNZUGI3DINY",
"url": "https://github.com/quicwg/base-drafts/pull/3202/files/50b9b3997901707201744740d131a08cb1ab31f5..1568d427726afd00edf0bef4c4a6c4d5fe259321?email_source=notifications\u0026email_token=AFTOJK5NS7SB7YOOP4C4ZYDQSN37HA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DGNZUGI3DINY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc380733cd47_11493fee34ccd96036999d--


From nobody Wed Nov  6 18:29:09 2019
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 8A58012011B for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:29:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p3R1AFQ95ity for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:29:02 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3B6112094C for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:29:02 -0800 (PST)
Date: Wed, 06 Nov 2019 18:29:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573093740; bh=gwhpugErjLfQnkgpXr2kVE2YzS6GttQeFz21j5Zjy4c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ESdm8pp0ZJ6wpcZZ2GFOjDu9NyB0wFvguCuuWebP4CrhKfrm95cdcvIKFOQXhnnrw xoc1PsQKqJ2Xn/9283/+e+UyrhW6dm8fgmbjtJnpFa9ZCiP5tUnIdTNEmLvvr0pXyB tQk8X0tGimvctZm0InEvP1diTX/5lzOedpmPOHJo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3V3XUZTM6EMFIVJE532CZ6ZEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197/550591900@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3197@github.com>
References: <quicwg/base-drafts/issues/3197@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3816c9ae60_518c3f9b436cd964317224"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JYeOYVjccs8U5xK0Cfd92ZhzMlo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:29:08 -0000

----==_mimepart_5dc3816c9ae60_518c3f9b436cd964317224
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop 
> The implication, of course, is that 0 => infinite, but we don't actually say that anywhere. (This part might be editorial; it omits to say what we all know it means.)
> 
> 1 is also a mostly-invalid value, since you can't avoid exceeding that limit without the peer dropping to zero CIDs in the interim and therefore stalling the connection for an RTT + any recovery time needed.

I am literally not sure if this is the case.

As I've pointed out in https://github.com/quicwg/base-drafts/issues/3200, the normative language suggests that active_connection_id_limit actually means the number of "spare" CIDs that should be available, though the definition of "active connection ID" is defined differently.

_If_ we are to consider the normative language as being correct, it would be totally valid to set active_connection_id_limit to 1 (i.e. I want one spare CID!), or 0 (i.e. I do not want any).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3197#issuecomment-550591900
----==_mimepart_5dc3816c9ae60_518c3f9b436cd964317224
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a></p>
<blockquote>
<p>The implication, of course, is that 0 =&gt; infinite, but we don't actually say that anywhere. (This part might be editorial; it omits to say what we all know it means.)</p>
<p>1 is also a mostly-invalid value, since you can't avoid exceeding that limit without the peer dropping to zero CIDs in the interim and therefore stalling the connection for an RTT + any recovery time needed.</p>
</blockquote>
<p>I am literally not sure if this is the case.</p>
<p>As I've pointed out in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518983175" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3200" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3200/hovercard" href="https://github.com/quicwg/base-drafts/issues/3200">#3200</a>, the normative language suggests that active_connection_id_limit actually means the number of "spare" CIDs that should be available, though the definition of "active connection ID" is defined differently.</p>
<p><em>If</em> we are to consider the normative language as being correct, it would be totally valid to set active_connection_id_limit to 1 (i.e. I want one spare CID!), or 0 (i.e. I do not want any).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications&amp;email_token=AFTOJK5KRLFNVZNUAS6R6B3QSN4OZA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV3HA#issuecomment-550591900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5YSTSFP2MIMEVBYCDQSN4OZANCNFSM4JJ3U22Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BVNPKGBSMMSEY2QTQSN4OZA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV3HA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK5KRLFNVZNUAS6R6B3QSN4OZA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV3HA#issuecomment-550591900",
"url": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK5KRLFNVZNUAS6R6B3QSN4OZA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV3HA#issuecomment-550591900",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3816c9ae60_518c3f9b436cd964317224--


From nobody Wed Nov  6 18:30:36 2019
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 1A5ED1200C3 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:30:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TX6-0jdKyNRy for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:30:32 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87922120100 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:30:32 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 29B05261616 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:30:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573093832; bh=Q/rT5n3nTyvp5UmDWtNu0UJQxpp1rFPcwEXz7OZkoQM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=shpCLDH5TNz5siINvdy+nuO5Vxo/lsNX0FcCAYDWPH+wnH853gdiOnNvwiXPuS0qF 3mjg7tHnzp/iwJEtWjoSYVQshWfDVuF3TPqvFdu3vzfS2lfHGXBbemHjHIewCwQZu+ 4pF4RNCpQFfarSayVGnxAdYpMgCxCtWpz2aDYbos=
Date: Wed, 06 Nov 2019 18:30:31 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYC4VQWHSZXBLN5OUF32C2EPEVBNHHB53YOA4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3200/550592251@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3200@github.com>
References: <quicwg/base-drafts/issues/3200@github.com>
Subject: Re: [quicwg/base-drafts] Definition of "active connection ID" is misleading (or the name is) (#3200)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc381c7d7c28_52363f9990ecd95c25576f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rcrIAD1xDY0Y6YHhrnl_4dwaFls>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:30:34 -0000

----==_mimepart_5dc381c7d7c28_52363f9990ecd95c25576f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Isn't it impossible to agree on whether a given connection ID was used?

I hastily reused the term "unused" from the other text quoted above. So please interpret "unused" as "until receiving a packet with a previously unused connection ID."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3200#issuecomment-550592251
----==_mimepart_5dc381c7d7c28_52363f9990ecd95c25576f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Isn't it impossible to agree on whether a given connection ID was used?</p>
</blockquote>
<p>I hastily reused the term "unused" from the other text quoted above. So please interpret "unused" as "until receiving a packet with a previously unused connection ID."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications&amp;email_token=AFTOJK47SMBRFJBV7VWJDKDQSN4UPA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV56Y#issuecomment-550592251">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYH2IELPKTSDAFFXPLQSN4UPANCNFSM4JKABU4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZEHUIBA4B4MA2XHEDQSN4UPA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV56Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK47SMBRFJBV7VWJDKDQSN4UPA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV56Y#issuecomment-550592251",
"url": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK47SMBRFJBV7VWJDKDQSN4UPA5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIV56Y#issuecomment-550592251",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc381c7d7c28_52363f9990ecd95c25576f--


From nobody Wed Nov  6 18:39:00 2019
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 D3A4512011B for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:38:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xTwzi798b8W8 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:38:56 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFCDC12008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:38:56 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id CF9A36607DC for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:38:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573094335; bh=FvppjkXZ8HmLkEZD6OlDlTy1CD2cAWzBEK69uqVd7Nc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v6Fv99fM9FMk7x2HNZDKRhoLrkHKIyfDgWbolNUTFzLOWe+d0RBVWAsfs1HIeg3IV E8cMgbXe5uDhwUeOq41YJNb11MB53CU5t/SjN3mlwSf05ukb7O/gTV8pQJuVA7CloH AbQox17G5TuGUTlpDKfxniH76a3xXBtDLZPS8Hs0=
Date: Wed, 06 Nov 2019 18:38:55 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK77A5C4X4UO5BYHD4F32C3D7EVBNHHB53YOA4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3200/550594170@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3200@github.com>
References: <quicwg/base-drafts/issues/3200@github.com>
Subject: Re: [quicwg/base-drafts] Definition of "active connection ID" is misleading (or the name is) (#3200)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc383bfa789b_28fd3fd7ce2cd964436428"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ITU1wzH7URpHV1DH7WSZmWZx8CQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:38:59 -0000

----==_mimepart_5dc383bfa789b_28fd3fd7ce2cd964436428
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FWIW, the alternative approach (that could better match people's intuition) would be to retain the definition of "active connection IDs" as _connection IDs that are issued and not retired are considered active_, and change the normative texts.

Actually, I think that might be a better choice, due to the following two reasons:
* Current text requires you to issue new CIDs under two conditions; i.e., when receiving a packet carrying a previously unused CID, or when receiving RETIRE_CID. We can get rid of the former.
* Current design has a potential DoS vector that could lead to memory exhaustion on the CID issuer. This is because the number of CIDs that the current text recommends an endpoint to retain is active_connection_id_limit + number_of_CIDs_in_use. The number of CIDs in use is something that the consumer of CIDs controls. Changing the number of CIDs to be retained to just the value of active_connection_id_limit eliminates that attack vector.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3200#issuecomment-550594170
----==_mimepart_5dc383bfa789b_28fd3fd7ce2cd964436428
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>FWIW, the alternative approach (that could better match people's intuition) would be to retain the definition of "active connection IDs" as <em>connection IDs that are issued and not retired are considered active</em>, and change the normative texts.</p>
<p>Actually, I think that might be a better choice, due to the following two reasons:</p>
<ul>
<li>Current text requires you to issue new CIDs under two conditions; i.e., when receiving a packet carrying a previously unused CID, or when receiving RETIRE_CID. We can get rid of the former.</li>
<li>Current design has a potential DoS vector that could lead to memory exhaustion on the CID issuer. This is because the number of CIDs that the current text recommends an endpoint to retain is active_connection_id_limit + number_of_CIDs_in_use. The number of CIDs in use is something that the consumer of CIDs controls. Changing the number of CIDs to be retained to just the value of active_connection_id_limit eliminates that attack vector.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications&amp;email_token=AFTOJK3DJTX2Z4HDYL66MNLQSN5T7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWM6Q#issuecomment-550594170">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QENAN5RDALPQRUG3QSN5T7ANCNFSM4JKABU4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK35NDTND7PRIEFEXDDQSN5T7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWM6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK3DJTX2Z4HDYL66MNLQSN5T7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWM6Q#issuecomment-550594170",
"url": "https://github.com/quicwg/base-drafts/issues/3200?email_source=notifications\u0026email_token=AFTOJK3DJTX2Z4HDYL66MNLQSN5T7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWM6Q#issuecomment-550594170",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc383bfa789b_28fd3fd7ce2cd964436428--


From nobody Wed Nov  6 18:39:36 2019
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 1CBF712009E for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:39:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 CjvWY0f4_pLP for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:39:33 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46E8A12008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:39:33 -0800 (PST)
Date: Wed, 06 Nov 2019 18:39:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573094372; bh=qlipYW0MDD1i4nkJgRc6dl2UPKo2W/qNnf3TJUoJbxo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fkWWcfihnI4hWLt5g+3D+ChcBKCyLxXYfb6/LSooSicbq7NT5b34lB20N38a3qo8s edG63x3bt/WSHuDB9es1pSdsDBzn+XobCc2siLPtGrQkXrZySkwPG+ejjXt5tbLUb+ DsqTWVYIzS0AS1wWJPK/h062L636BcsizTTbI4wE=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5IKRMVXBQHV45XAIF32C3GJEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313080960@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc383e46cd44_6aa23fb7c8acd9643222df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TMQFVMv6MAtIFEHKORBz1Ftzj14>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:39:35 -0000

----==_mimepart_5dc383e46cd44_6aa23fb7c8acd9643222df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#pullrequestreview-313080960
----==_mimepart_5dc383e46cd44_6aa23fb7c8acd9643222df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK4TS47UP3S6JLORZUDQSN5WJA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKUTZAA#pullrequestreview-313080960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72JRCYFXN5LEGADYTQSN5WJANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ7CSIOSMSA77X56S3QSN5WJA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKUTZAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4TS47UP3S6JLORZUDQSN5WJA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKUTZAA#pullrequestreview-313080960",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4TS47UP3S6JLORZUDQSN5WJA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKUTZAA#pullrequestreview-313080960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc383e46cd44_6aa23fb7c8acd9643222df--


From nobody Wed Nov  6 18:40:45 2019
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 1E090120123 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:40:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2ygqGZ-Hwflp for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 18:40:42 -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 6BEC712008F for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:40:42 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 9335B8C0035 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 18:40:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573094441; bh=yyk/FBnDyhBLVW0ZKAUOEXmJds4MRP7npqFrquMVe2s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c0pTOaN9+/OBxNm+Y1Qad2SLh6k4T+/IWIusbhNx6bqBVslc8cq+c/vnsD5crPrTJ u8w7HFC0FavhMGjYuDKGDkV0Lmf/NXf0+uRIG1YsMa5yzotyGcbj7YH2HUe4oqtE9z yryut7G0U7pM7aJMW/59qcO5qbFNdhLvH2Qs12b4=
Date: Wed, 06 Nov 2019 18:40:41 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IJESICYLXMPUUOO532C3KTEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197/550594525@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3197@github.com>
References: <quicwg/base-drafts/issues/3197@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc3842983f58_76523fad258cd964640018"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kHP1zl0n_-ryISGRB_hNJmLi4v4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 02:40:44 -0000

----==_mimepart_5dc3842983f58_76523fad258cd964640018
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The definition of the transport parameter says:
> The maximum number of connection IDs from the peer that an endpoint is willing to store. This value includes only connection IDs sent in NEW_CONNECTION_ID frames.

So sending a value of 0 (or, as it currently stands, omitting the TP), is a valid thing to do. It's an endpoint declaring that it will never, under no circumstances, change the connection ID, but to keep on using the connection ID provided during the handshake. Of course this also implies that connection migration is effectively disabled.
We might want to decide to make this illegal though. Since the introduction of the Retire Prior To field on the NEW_CONNECTION_ID frame, implementations have the option to retire connection IDs in case their infrastructure requires that. A peer sending a value of 0 would prevent those implementations from rotating their connection ID mapping, which seems like an awkward special case.

As @MikeBishop points out, sending a value of 1 doesn't make any sense, since you can't switch to a new CID without stalling the connection first.

Therefore, I agree with @MikeBishop's suggestion to forbid values below 2. I'm undecided if we should define a default value, and if so, what that value should be.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3197#issuecomment-550594525
----==_mimepart_5dc3842983f58_76523fad258cd964640018
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The definition of the transport parameter says:</p>
<blockquote>
<p>The maximum number of connection IDs from the peer that an endpoint is willing to store. This value includes only connection IDs sent in NEW_CONNECTION_ID frames.</p>
</blockquote>
<p>So sending a value of 0 (or, as it currently stands, omitting the TP), is a valid thing to do. It's an endpoint declaring that it will never, under no circumstances, change the connection ID, but to keep on using the connection ID provided during the handshake. Of course this also implies that connection migration is effectively disabled.<br>
We might want to decide to make this illegal though. Since the introduction of the Retire Prior To field on the NEW_CONNECTION_ID frame, implementations have the option to retire connection IDs in case their infrastructure requires that. A peer sending a value of 0 would prevent those implementations from rotating their connection ID mapping, which seems like an awkward special case.</p>
<p>As <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> points out, sending a value of 1 doesn't make any sense, since you can't switch to a new CID without stalling the connection first.</p>
<p>Therefore, I agree with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a>'s suggestion to forbid values below 2. I'm undecided if we should define a default value, and if so, what that value should be.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications&amp;email_token=AFTOJK3MC7Z2NSQKX7CQQ53QSN52TA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWPXI#issuecomment-550594525">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7AFLEQG7WGQ6234QDQSN52TANCNFSM4JJ3U22Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3G3F7YLAWM2JFCTXTQSN52TA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWPXI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK3MC7Z2NSQKX7CQQ53QSN52TA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWPXI#issuecomment-550594525",
"url": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK3MC7Z2NSQKX7CQQ53QSN52TA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIWPXI#issuecomment-550594525",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc3842983f58_76523fad258cd964640018--


From nobody Wed Nov  6 19:00:20 2019
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 4F68B1200C7 for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 19:00:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GkAocUgiMZ4P for <quic-issues@ietfa.amsl.com>; Wed,  6 Nov 2019 19:00:17 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 400F2120052 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 19:00:17 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 037EE1C0352 for <quic-issues@ietf.org>; Wed,  6 Nov 2019 19:00:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573095616; bh=Ql8KM/QPo0bZ9lJr2jj0KjbvghAl2OuQFp/gSk/dRAk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qNQ8BbtZJv7pqGCh/rpx38dea3QMI+sUuHFasCJYcLJPms7eTQ7hqakO9qr5xfe2f PBpJ/kdcw+foyK4ChwVsQoeKuZSLspwoQV9QUiWMhztEMvDr/7cxrf8JXyKtNuYXbE gd3IPou5tQ+aaBWRNyo9yCBwkVYNAo1ctQI/pfSk=
Date: Wed, 06 Nov 2019 19:00:15 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK44RK34PKPY3SA7ZDV32C5T7EVBNHHB53YOA4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3200/550598930@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3200@github.com>
References: <quicwg/base-drafts/issues/3200@github.com>
Subject: Re: [quicwg/base-drafts] Definition of "active connection ID" is misleading (or the name is) (#3200)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc388bfe7bc2_a1e3fb8e6ecd96474758a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vCjwgMeYLBzDQq2lYrFz94dbpsI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 03:00:19 -0000

----==_mimepart_5dc388bfe7bc2_a1e3fb8e6ecd96474758a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

> FWIW, the alternative approach (that could better match people's intuit=
ion) would be to retain the definition of "active connection IDs" as conn=
ection IDs that are issued and not retired are considered active, and cha=
nge the normative texts.=0D
=0D
@kazuho I agree, that was my understanding of the spec, since this is wha=
t the definition of the TP implies to me:=0D
> "An endpoint SHOULD supply a new connection ID when it receives a packe=
t with a previously unused connection ID or when the peer retires one, un=
less providing the new connection ID would exceed the peer=E2=80=99s limi=
t.=0D
=0D
I think it might be worth considering to slightly change the definition o=
f the TP though, such that it includes the CID used during the handshake =
(and the one provided in the SPA). Otherwise, when the peer provides the =
requested number *N* of CIDs, you actually have to store *N+1* CIDs, unti=
l you retire the CID used during the handshake. Furthermore, on the peer'=
s side, after having provided *N* connection IDs, it must take care of NO=
T issuing a replacement for CID 0 when it is retired (whereas all other C=
IDs need to be replaced).=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3200#issuecomment-550598930=

----==_mimepart_5dc388bfe7bc2_a1e3fb8e6ecd96474758a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<blockquote>=0D
<p>FWIW, the alternative approach (that could better match people's intui=
tion) would be to retain the definition of "active connection IDs" as con=
nection IDs that are issued and not retired are considered active, and ch=
ange the normative texts.</p>=0D
</blockquote>=0D
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D41567" data-octo-click=3D"hovercard-link-cli=
ck" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/ka=
zuho">@kazuho</a> I agree, that was my understanding of the spec, since t=
his is what the definition of the TP implies to me:</p>=0D
<blockquote>=0D
<p>"An endpoint SHOULD supply a new connection ID when it receives a pack=
et with a previously unused connection ID or when the peer retires one, u=
nless providing the new connection ID would exceed the peer=E2=80=99s lim=
it.</p>=0D
</blockquote>=0D
<p>I think it might be worth considering to slightly change the definitio=
n of the TP though, such that it includes the CID used during the handsha=
ke (and the one provided in the SPA). Otherwise, when the peer provides t=
he requested number <em>N</em> of CIDs, you actually have to store <em>N+=
1</em> CIDs, until you retire the CID used during the handshake. Furtherm=
ore, on the peer's side, after having provided <em>N</em> connection IDs,=
 it must take care of NOT issuing a replacement for CID 0 when it is reti=
red (whereas all other CIDs need to be replaced).</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3200?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK6ZSC562EILVMYPND3QSOAD7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIXSEQ#issuecomment-550598930">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK2WYJWGYAASNLQ2FWDQSOAD7ANCNFSM4JKABU4Q">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK24H7YVOY77ZNSYAELQSOAD=
7A5CNFSM4JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDIXSEQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3200?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK6ZSC562EILVMYPND3QSOAD7A5CNFSM4=
JKABU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIXSE=
Q#issuecomment-550598930",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3200?email_source=3D=
notifications\u0026email_token=3DAFTOJK6ZSC562EILVMYPND3QSOAD7A5CNFSM4JKA=
BU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDIXSEQ#i=
ssuecomment-550598930",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc388bfe7bc2_a1e3fb8e6ecd96474758a--


From nobody Thu Nov  7 06:10:17 2019
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 5E33A120288 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:10:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TPXxVHeZBi_i for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:10:14 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7505312004C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:10:14 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 6CFB3C607AB for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:10:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573135813; bh=8dPkLibKlPw8kZPzEfL0JsAEROBr0BU9oqOLSvfZgbo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Di4Bv6AVK1epYX0XEMKJyrIApSHseI7c7SGbO6T59b3RpsIfYcnDvP2QRk4MvR3Sa HYT3RCaCn9ueXNM7HrNCEJ3JVsG2UvMuaTtoC4OSuzKe8RK7TfAeNGhxBEjGDWzrgf +/lwaVBTRTtBIJVlX/ZfXib5CMRu92gbQWXmf2kE=
Date: Thu, 07 Nov 2019 06:10:13 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZIFOK5UMIICVVJKNF32FMELEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313363137@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc425c55ddf9_6d843fd06b8cd9641776ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sB68zps-ACuwwcbGpWRKO9p6ZYU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 14:10:16 -0000

----==_mimepart_5dc425c55ddf9_6d843fd06b8cd9641776ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Small editorial suggestion, but LG

> @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received

```suggestion
smaller than the Retire Prior To field of a previously received NEW_CONNECTION_ID
```

> @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.

```suggestion
frame MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#pullrequestreview-313363137
----==_mimepart_5dc425c55ddf9_6d843fd06b8cd9641776ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> approved this pull request.</p>=0D
=0D
<p>Small editorial suggestion, but LG</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3202#discussi=
on_r343668878">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5398,6 +5398,10 @@ and preferred_addre=
ss transport parameter connection IDs.  The peer SHOULD=0D
 retire the corresponding connection IDs and send the corresponding=0D
 RETIRE_CONNECTION_ID frames in a timely manner.=0D
 =0D
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence numb=
er=0D
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame rece=
ived=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-smaller than the Retire Prior To field of a N=
EW_CONNECTION_ID frame received=0D
+smaller than the Retire Prior To field of a previously received NEW_CONN=
ECTION_ID=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3202#discussi=
on_r343669018">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5398,6 +5398,10 @@ and preferred_addre=
ss transport parameter connection IDs.  The peer SHOULD=0D
 retire the corresponding connection IDs and send the corresponding=0D
 RETIRE_CONNECTION_ID frames in a timely manner.=0D
 =0D
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence numb=
er=0D
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame rece=
ived=0D
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame=
.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-before, MUST immediately send a corresponding=
 RETIRE_CONNECTION_ID frame.=0D
+frame MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.=0D=

</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3202?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK66VKBLHIZRDS4DVQLQSQOULA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKWYVQI#pullrequestreview-313363137=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKZN76P5NLGQ4QLVKH3QSQOULANCNFSM4JKAORVA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK7VXVLA2AVQ=
G4Q67JLQSQOULA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKWYVQI.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3D=
notifications\u0026email_token=3DAFTOJK66VKBLHIZRDS4DVQLQSQOULA5CNFSM4JKA=
ORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KWYVQI#pullrequestreview-313363137",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK66VKBLHIZRDS4DVQLQSQOULA5CNFSM4JKAOR=
VKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKW=
YVQI#pullrequestreview-313363137",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc425c55ddf9_6d843fd06b8cd9641776ae--


From nobody Thu Nov  7 06:33:43 2019
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 7FA28120232 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:33:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 j07cIKMD885w for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:33:40 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 021E512021C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:33:39 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 0AF5C961E90 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:33:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573137219; bh=72Te4+p2jOhc9+IQK1g0u2oLiqwSG7qmyOwVSEhvrI0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NIiMLJAKKnWzgUMXe1DNUvKinPUY9HDeBmbeKDBHgFCUqP4/8g5CWR7If29BMP0VI iAwx8Hak7JWcVq/QFhBBr2tj1lV6mTo045pM8XabpqRJC79MarCvtjV7O4QBUcV412 gi0+KXwOviVJoReYNQzIF+X5bZaw3kmUs6NW5eSE=
Date: Thu, 07 Nov 2019 06:33:38 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/push/4246179458@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on evictable entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc42b42f04eb_6d7c3fd06b8cd9641827af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ySirRS-3ifJuIg-SKp5jPVPJc5o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 14:33:42 -0000

----==_mimepart_5dc42b42f04eb_6d7c3fd06b8cd9641827af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

988da438a3fec2226f64bf5a03511ce23ecb6247  wordsmithing


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3131/files/e4c8fde6113aba494dd1bb588e469fc6732dc356..988da438a3fec2226f64bf5a03511ce23ecb6247

----==_mimepart_5dc42b42f04eb_6d7c3fd06b8cd9641827af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/988da438a3fec2226f64bf5a03511ce23ecb6247">988da43</a>  wordsmithing</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3131/files/e4c8fde6113aba494dd1bb588e469fc6732dc356..988da438a3fec2226f64bf5a03511ce23ecb6247?email_source=notifications&amp;email_token=AFTOJK2LZ7X6WFDZSYZWEYDQSQRMFA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJXHE2DKOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSRD43GUBY4SGEGILQSQRMFANCNFSM4JDZZF2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7JSY2ZSIIZXWTPBMDQSQRMFA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJXHE2DKOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3131/files/e4c8fde6113aba494dd1bb588e469fc6732dc356..988da438a3fec2226f64bf5a03511ce23ecb6247?email_source=notifications\u0026email_token=AFTOJK2LZ7X6WFDZSYZWEYDQSQRMFA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJXHE2DKOA",
"url": "https://github.com/quicwg/base-drafts/pull/3131/files/e4c8fde6113aba494dd1bb588e469fc6732dc356..988da438a3fec2226f64bf5a03511ce23ecb6247?email_source=notifications\u0026email_token=AFTOJK2LZ7X6WFDZSYZWEYDQSQRMFA5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJXHE2DKOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc42b42f04eb_6d7c3fd06b8cd9641827af--


From nobody Thu Nov  7 06:34:10 2019
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 7344A120232 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:34:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PHzGNwqwMHsD for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:34:07 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C936D12021C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:34:06 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id D420F5203B2 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:34:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573137245; bh=40SI7Z/03x4MT4admEv8yoXiIVYwbOr9SWWJQ3xtgxw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QOPQUwXIluSUHnp7X4Y0KDtSKH9s/N8pe0pbRm275a6ZQqcqY3BdYvaJkVWgACcNh SZCa2jkKI9A0j4toRdmAu6D8WcE/HrMsejZoARI6cTTAdSTSyuQjTxfIviU7Uj7eAE OVQ/8GR23TPMyONpR7syc8aSFYLDbQ2LwXGGho8Q=
Date: Thu, 07 Nov 2019 06:34:05 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3131/push/4246181648@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3131@github.com>
References: <quicwg/base-drafts/pull/3131@github.com>
Subject: Re: [quicwg/base-drafts] Improve language on evictable entries. (#3131)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc42b5dc56a5_6d763fd06b8cd964135613"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WYefgIuWLsf6sOT788vLmemvse4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 14:34:08 -0000

----==_mimepart_5dc42b5dc56a5_6d763fd06b8cd964135613
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

0276f7d21767fc99b360e7c4f7a5218dd8cf66da  nit


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3131/files/988da438a3fec2226f64bf5a03511ce23ecb6247..0276f7d21767fc99b360e7c4f7a5218dd8cf66da

----==_mimepart_5dc42b5dc56a5_6d763fd06b8cd964135613
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0276f7d21767fc99b360e7c4f7a5218dd8cf66da">0276f7d</a>  nit</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3131/files/988da438a3fec2226f64bf5a03511ce23ecb6247..0276f7d21767fc99b360e7c4f7a5218dd8cf66da?email_source=notifications&amp;email_token=AFTOJKYBT45GK2IY5HIBQVTQSQRN3A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJYGE3DIOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSE7XGPJAYZ7AXV43QSQRN3ANCNFSM4JDZZF2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6YIZ4JBP3KDR5UFVDQSQRN3A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJYGE3DIOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3131/files/988da438a3fec2226f64bf5a03511ce23ecb6247..0276f7d21767fc99b360e7c4f7a5218dd8cf66da?email_source=notifications\u0026email_token=AFTOJKYBT45GK2IY5HIBQVTQSQRN3A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJYGE3DIOA",
"url": "https://github.com/quicwg/base-drafts/pull/3131/files/988da438a3fec2226f64bf5a03511ce23ecb6247..0276f7d21767fc99b360e7c4f7a5218dd8cf66da?email_source=notifications\u0026email_token=AFTOJKYBT45GK2IY5HIBQVTQSQRN3A5CNFSM4JDZZF2KYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCMRWHA3TCOKQOVZWQIZUGI2DMMJYGE3DIOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc42b5dc56a5_6d763fd06b8cd964135613--


From nobody Thu Nov  7 06:47:07 2019
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 703C51208BD for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:47:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 36WtoZGZ9dG3 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 06:47:00 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC0991208A9 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:47:00 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id BA3AA6A0DC7 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 06:46:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573138019; bh=mEV7rlI7zJPKQ6knCRwF8ENxr27Dy/6SNd3/2/eym0s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TsHdDI1e2Ybw6oXkxANxyi9MhZFAEY5J6DqwE+vHAvngqCJXuvqdpFCgqZLkz/lMP ScN2PMj2yP1bhqkHu9M1n12UZ+9hGRZTsk7SHHe7POqgH46FRdKrnwjGnUw2ko0SxN 5BrllpC09t2yGDZDtd1uabBbmBB0Ee7aV0W4KX3o=
Date: Thu, 07 Nov 2019 06:46:59 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJLLAXHJBEJPGJGUN32FQOHEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/313390713@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc42e63ab174_57b73f859aacd9602701ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BoWkqAnwhsyIB1cLPx7zmNq5Vfk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 14:47:06 -0000

----==_mimepart_5dc42e63ab174_57b73f859aacd9602701ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-313390713
----==_mimepart_5dc42e63ab174_57b73f859aacd9602701ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK5ILDNXINFJAXXKRFTQSQS6HA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKW7M6I#pullrequestreview-313390713">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7TDLL4PEWR23EIKITQSQS6HANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYMLIY3HDJUDPBORWLQSQS6HA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKW7M6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5ILDNXINFJAXXKRFTQSQS6HA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKW7M6I#pullrequestreview-313390713",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5ILDNXINFJAXXKRFTQSQS6HA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKW7M6I#pullrequestreview-313390713",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc42e63ab174_57b73f859aacd9602701ac--


From nobody Thu Nov  7 07:23:04 2019
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 E94621208B0 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:23:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7qOfaiN5niqp for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:23:01 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48EBA1208A9 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 07:23:01 -0800 (PST)
Date: Thu, 07 Nov 2019 07:23:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573140180; bh=Q4RvOwfIQ6X/lccDo+oOilxxykQR/Rh9kMfOtQnJ9hE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DhOXyItEZke+8z1fRDuzavtYTmHAVul80pNGE4585b7zl+eysDNktEA7ZAKeYS7pN afm/h2iii+l2hAl6P5Mg1SmKEuL0+fazzUfKCi9gsa2FvIItZ4Fz/OnueMKCWs2fvO RIwN/e9++A2EqEvkN+ZB4k4yBIXulpJVbBesfd/4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK27H3BJCDK6BEQRTI532FUVJEVBNHHAYL2AHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/253/551125503@github.com>
In-Reply-To: <quicwg/base-drafts/issues/253@github.com>
References: <quicwg/base-drafts/issues/253@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc436d462b14_a113ff571ecd9602581ea"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CmFctgkfmWCJcC-RVFFvmNUqHgk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 15:23:03 -0000

----==_mimepart_5dc436d462b14_a113ff571ecd9602581ea
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not exactly the place for this question.

QUIC uses TLS, so you'll need a certificate to terminate a QUIC connection.  If a browser implements the mechanism to upgrade http:// URLs to TLS [RFC8164], it could do the same to upgrade to QUIC; I'm not aware that any do.  QUIC will not be a separate scheme.  QUIC will detect all the same MitM attacks that TLS does; if you trust a malicious root cert, nothing will help you.  QUIC is a transport, so it could be used for other application-level protocols in the future if those protocol mappings are defined.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/253#issuecomment-551125503
----==_mimepart_5dc436d462b14_a113ff571ecd9602581ea
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Not exactly the place for this question.</p>
<p>QUIC uses TLS, so you'll need a certificate to terminate a QUIC connection.  If a browser implements the mechanism to upgrade http:// URLs to TLS [RFC8164], it could do the same to upgrade to QUIC; I'm not aware that any do.  QUIC will not be a separate scheme.  QUIC will detect all the same MitM attacks that TLS does; if you trust a malicious root cert, nothing will help you.  QUIC is a transport, so it could be used for other application-level protocols in the future if those protocol mappings are defined.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/253?email_source=notifications&amp;email_token=AFTOJK4DMMMYPRC74GO5ROLQSQXFJA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMYD7Y#issuecomment-551125503">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2W4XOPGPYZRBJDM73QSQXFJANCNFSM4C6MWA4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3L67SHZC4UV7AAEO3QSQXFJA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMYD7Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK4DMMMYPRC74GO5ROLQSQXFJA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMYD7Y#issuecomment-551125503",
"url": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK4DMMMYPRC74GO5ROLQSQXFJA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMYD7Y#issuecomment-551125503",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc436d462b14_a113ff571ecd9602581ea--


From nobody Thu Nov  7 07:31:30 2019
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 4820412082C for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:31:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lwJ1r0w6zPLm for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:31:26 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5FE91120840 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 07:31:26 -0800 (PST)
Date: Thu, 07 Nov 2019 07:31:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573140684; bh=HvUxSctAaI2tNhkai2qadyv64HY8SmLPQMvnQ4HutvI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PxT9l9NPgYczLtmSe6bWAGpNAFtctKgexxqbvUavMZREuUqy9jOZm4iP1d/blC6ad WcHH47dLln23RWZ3FK0wXF+8Zn53i+nnh0wSc6tWWRP4YnlHZuNQRXkYuOnCgBy8VK PLCsoq2m1lTH9DmGhHODSAvCA+q6FqFW865blXq8=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPSDBUMHDG5VDOWSN32FVUZEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551129336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc438cc91dac_403a3fa47b8cd96c54519"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UX3kVO-4DYyGLW2RNDHVXP5WsMQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 15:31:28 -0000

----==_mimepart_5dc438cc91dac_403a3fa47b8cd96c54519
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It might be cleaner to say that when you receive RPT, you need to retire the indicated sequence numbers even if you haven't received them yet.  Then you can just discard the NCID frames upon arrival.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551129336
----==_mimepart_5dc438cc91dac_403a3fa47b8cd96c54519
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It might be cleaner to say that when you receive RPT, you need to retire the indicated sequence numbers even if you haven't received them yet.  Then you can just discard the NCID frames upon arrival.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJKYRMZRGKI5F6YCDAQDQSQYEZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMZB6A#issuecomment-551129336">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK65HBO6YNGIQTYCW7DQSQYEZANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZG6BYDXGPFZC64HVTQSQYEZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMZB6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYRMZRGKI5F6YCDAQDQSQYEZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMZB6A#issuecomment-551129336",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYRMZRGKI5F6YCDAQDQSQYEZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDMZB6A#issuecomment-551129336",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc438cc91dac_403a3fa47b8cd96c54519--


From nobody Thu Nov  7 07:34:51 2019
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 C2A50120883 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:34:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iHC0VaovkFHe for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 07:34:48 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 413A612082C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 07:34:48 -0800 (PST)
Date: Thu, 07 Nov 2019 07:34:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573140887; bh=yesvQhsDqj6Wa9t1RzZNvdn7y+kZN+GhuQWoSQdThBU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wSxZFOLPgEEOoocegLn3vgYpu3L8TTMsl81ys6ZzgKVR6MU5nCRjG7HePwUdCYQaW 9L0BZK9vdU1eTgBu6oYf1bIe+AEKp2mryI5hCyG/SC8B41UPerX/txu/q1Tmf05CKX u6CnS915TA9w/XEJjf3XrHeVqMW2O+p13hlBznXU=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5QNVMGTHOIFBDGX2F32FWBPEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/313427633@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc439974ba74_2c9f3fab55acd95c469c7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PGVgIfufTPmms2hNKt8KGVJUYWk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 15:34:50 -0000

----==_mimepart_5dc439974ba74_2c9f3fab55acd95c469c7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop requested changes on this pull request.

I think we need to fix #3197 at the same time, or this creates broken corner-cases.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-313427633
----==_mimepart_5dc439974ba74_2c9f3fab55acd95c469c7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> requested changes on this pull request.</p>

<p>I think we need to fix <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518692010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3197" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3197/hovercard" href="https://github.com/quicwg/base-drafts/issues/3197">#3197</a> at the same time, or this creates broken corner-cases.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK33D7C7RVKHBD2JKIDQSQYRPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKXINMI#pullrequestreview-313427633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK64YNDGTU6UFCC5HGDQSQYRPANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY3V666VPNCJOZOCVLQSQYRPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKXINMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK33D7C7RVKHBD2JKIDQSQYRPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKXINMI#pullrequestreview-313427633",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK33D7C7RVKHBD2JKIDQSQYRPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKXINMI#pullrequestreview-313427633",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc439974ba74_2c9f3fab55acd95c469c7--


From nobody Thu Nov  7 10:32:06 2019
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 844C71200B5 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:32:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iE1KJswnZPZZ for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:32:02 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D6EE120971 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:32:01 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id DBA7B6E0D03 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:32:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573151520; bh=jRGGl+Sxb+vjXuR6kv2zC3yC76M5QOSHlrfw8EHCxI0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nS/qKxc/mycongqJZqm9mG+jLWxZ+9qyKt01R39cqBvndv8SvsOnPVzWnrACRgaFo 8cBSFumzNJsQlNdmjLxt7UtRm69b2ymdDxQJ7XhDOUmyAFJWJqEObjDJBtI0ZJmV4B hQsdCrH7vWqqQdB63/ylCHW2WUmyemxbkSzGDCfI=
Date: Thu, 07 Nov 2019 10:32:00 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3XRESDEGB5QSLUBTN32GK2BEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/313547668@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc46320cd30a_246f3ffdf8acd95c100167"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uiHfInHsPO9M-bR-0bYpbrl3pDM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 18:32:04 -0000

----==_mimepart_5dc46320cd30a_246f3ffdf8acd95c100167
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear approved this pull request.

Looks good! Let's definitely also resolve #3197 though.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-313547668
----==_mimepart_5dc46320cd30a_246f3ffdf8acd95c100167
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> approved this pull request.</p>

<p>Looks good! Let's definitely also resolve <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518692010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3197" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3197/hovercard" href="https://github.com/quicwg/base-drafts/issues/3197">#3197</a> though.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKZFUKDEIMBIU7ETC7DQSRNKBA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKYFXFA#pullrequestreview-313547668">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK56P3OHSDDRXZEQE2LQSRNKBANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6DDWT24DCLLMZXVNTQSRNKBA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKYFXFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZFUKDEIMBIU7ETC7DQSRNKBA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKYFXFA#pullrequestreview-313547668",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZFUKDEIMBIU7ETC7DQSRNKBA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKYFXFA#pullrequestreview-313547668",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc46320cd30a_246f3ffdf8acd95c100167--


From nobody Thu Nov  7 10:36:34 2019
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 140B11200D6 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:36:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Y5rl9b22S1KW for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:36:31 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 782611200B5 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:36:31 -0800 (PST)
Date: Thu, 07 Nov 2019 10:36:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573151790; bh=gRu7QSbEyJzECueTn5u6B64GwbBFofGoFXqCAP6geOI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iGQo1wAfc3d5VLWPv3tcDdm6xVndCurjSaaLoq4DyZ+DDBgUlyXHF3VlIHpkCyAUB 0eG8jJNwbGS8L9WDFLdVbhGUhaH4gBI04AQT7tuqV4AJxX0KqbbsK9jLZEwZeyJmjX 07DGe2Y2sDc6FMSiUREHZkPaP2umhkRGtZ+SwZ1k=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LMK7SZ5KIQMK3FOF32GLK5EVBNHHB5ZPCDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3194/551207838@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3194@github.com>
References: <quicwg/base-drafts/issues/3194@github.com>
Subject: Re: [quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4642eb249f_2e03f959eccd968111740"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_e589CvQ0I7H3XvYBFOcl7-gfao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 18:36:33 -0000

----==_mimepart_5dc4642eb249f_2e03f959eccd968111740
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Agreed, I think that was the intent all along, we just missed the text. T=
hanks for the close read! =F0=9F=98=84 =0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3194#issuecomment-551207838=

----==_mimepart_5dc4642eb249f_2e03f959eccd968111740
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Agreed, I think that was the intent all along, we just missed the text=
. Thanks for the close read! <g-emoji class=3D"g-emoji" alias=3D"smile" f=
allback-src=3D"https://github.githubassets.com/images/icons/emoji/unicode=
/1f604.png">=F0=9F=98=84</g-emoji></p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3194?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKZ5UN6B6JSTXXIWLM3QSRN25A5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMHHQ#issuecomment-551207838">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKYJDUFBYPYD6SY4EY3QSRN25ANCNFSM4JJS4DSA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK3E2GGUAQO2RWUJSN3QSRN2=
5A5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDNMHHQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3194?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKZ5UN6B6JSTXXIWLM3QSRN25A5CNFSM4=
JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMHH=
Q#issuecomment-551207838",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3194?email_source=3D=
notifications\u0026email_token=3DAFTOJKZ5UN6B6JSTXXIWLM3QSRN25A5CNFSM4JJS=
4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMHHQ#i=
ssuecomment-551207838",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc4642eb249f_2e03f959eccd968111740--


From nobody Thu Nov  7 10:41:22 2019
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 706C61200B5 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:41:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dk5dZjmTBJ2H for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:41:20 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF8D31200B4 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:41:19 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id C66EE521AA9 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:41:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573152078; bh=XrXB0JVD63A06rd7nnGRjq87BJJIarO8Gu2HTx+QPAk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V/x2Tws3oANnp7gw+shF5mR1dKoURo3qXVd67K34+sWNv1oDEhWN7va3ouNfACzSQ aSiTISjBNt/PSt+UiCH+8soA85a115OPIAngXtR63VKIMxG0nno2dwpqiQdVRFTrde E/3kVs6vMgtPp7DRA0ORIkojY8LQBz21crU/HOvI=
Date: Thu, 07 Nov 2019 10:41:18 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK77E42D37CKRGQGLAF32GL45EVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313552617@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4654eb64fe_5bf3fd478ecd95c7128f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nZDPtXYeA8lsc5pZIrj6NSlnK0s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 18:41:22 -0000

----==_mimepart_5dc4654eb64fe_5bf3fd478ecd95c7128f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear approved this pull request.

Small tweak to @ianswett's wording suggestion, but otherwise looks good!

> @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.

I would potentially also add
```suggestion
MUST immediately send a corresponding RETIRE_CONNECTION_ID frame that 
retires the newly received connection ID.
```
Since there's two NCID frames being referenced here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#pullrequestreview-313552617
----==_mimepart_5dc4654eb64fe_5bf3fd478ecd95c7128f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@erickinnear</b> approved this pull request.</p>=0D
=0D
<p>Small tweak to <a class=3D"user-mention" data-hovercard-type=3D"user" =
data-hovercard-url=3D"/hovercards?user_id=3D20072817" data-octo-click=3D"=
hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"htt=
ps://github.com/ianswett">@ianswett</a>'s wording suggestion, but otherwi=
se looks good!</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3202#discussi=
on_r343810153">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5398,6 +5398,10 @@ and preferred_addre=
ss transport parameter connection IDs.  The peer SHOULD=0D
 retire the corresponding connection IDs and send the corresponding=0D
 RETIRE_CONNECTION_ID frames in a timely manner.=0D
 =0D
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence numb=
er=0D
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame rece=
ived=0D
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame=
.=0D
</pre>=0D
<p>I would potentially also add</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-before, MUST immediately send a corresponding=
 RETIRE_CONNECTION_ID frame.=0D
+MUST immediately send a corresponding RETIRE_CONNECTION_ID frame that =0D=

+retires the newly received connection ID.=0D
</pre>=0D
=0D
<p>Since there's two NCID frames being referenced here.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3202?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6BZHCT3VGJJEEFF6TQSROM5A5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKYG52I#pullrequestreview-313552617=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK4GQOTRWFUTXQGXBJLQSROM5ANCNFSM4JKAORVA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK6LBBEVZETO=
KRYUIFDQSROM5A5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKYG52I.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3D=
notifications\u0026email_token=3DAFTOJK6BZHCT3VGJJEEFF6TQSROM5A5CNFSM4JKA=
ORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KYG52I#pullrequestreview-313552617",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6BZHCT3VGJJEEFF6TQSROM5A5CNFSM4JKAOR=
VKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKY=
G52I#pullrequestreview-313552617",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc4654eb64fe_5bf3fd478ecd95c7128f--


From nobody Thu Nov  7 10:42:03 2019
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 534F21200EF for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:42:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EWOd2Cv_dieV for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:41:59 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA56F1200B4 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:41:59 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id CE0481C2F54 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:41:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573152118; bh=SDTBhR3AhfgQhDHqAwHvzQ0IWnELEz+N6QyvBNAMPS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VSKVy1oaY2aAV4QKu7PaNAMq6P5s62DagJ5/0oqlEylfJGQZSK0XtiRloPB6dR7mV OitIefTIxq9JG+p/xWpe2eHcYiGEiJhTnXh/o6ALWrJ2XJ6QAZjRFR3ZRDjWQvrwJL wnJp+cPATeuylVQpVRw229VlgIBpi8/Ps4hRuQus=
Date: Thu, 07 Nov 2019 10:41:58 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2Z664A64CHHHXE2Y532GL7NEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551209763@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc46576bf1dd_11003ff9eeacd960137177"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NnOB_3DLYvHg5d1XrVC0zA9uQ1w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 18:42:01 -0000

----==_mimepart_5dc46576bf1dd_11003ff9eeacd960137177
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop That brings with it a request to replace them, which could get a little messy if I sent RPT of 10000, it seems like it would cut down on useless traffic if we didn't generate the RCID frames until someone actually tries to use them?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551209763
----==_mimepart_5dc46576bf1dd_11003ff9eeacd960137177
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> That brings with it a request to replace them, which could get a little messy if I sent RPT of 10000, it seems like it would cut down on useless traffic if we didn't generate the RCID frames until someone actually tries to use them?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK2XLYNLNSJBWXQZAODQSROPNA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMWIY#issuecomment-551209763">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK55LMQLE5NSTSQHYJ3QSROPNANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3X6T3PORDBKZQQBK3QSROPNA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMWIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK2XLYNLNSJBWXQZAODQSROPNA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMWIY#issuecomment-551209763",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK2XLYNLNSJBWXQZAODQSROPNA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNMWIY#issuecomment-551209763",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc46576bf1dd_11003ff9eeacd960137177--


From nobody Thu Nov  7 10:47:24 2019
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 7765312093E for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:47:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ifmOSvnfoqyB for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 10:47:22 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C4E63120931 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 10:47:21 -0800 (PST)
Date: Thu, 07 Nov 2019 10:47:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573152440; bh=Tt9wA0OUlyIxlwqjZiw8KuaDP8mK4HR3nwUJSYUm9rE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=znsKxiEqwyACT+pW1kBXzvnc6D8MijVoYZ7LcYTYuPq1x7hdMfquC0JJe2ZZxGoGT +UyJ5thLmZLmhVJSoFPUV+4TzhssqAp/vzcwwGOpbdD/UjTVbNTKdQNuarMnGleTym B5bYrxO8sP1EGimPi/q4ZJcKjKrH0bgGLR9KtXQc=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZRX6FVU54J4GDOTSF32GMTREVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203@github.com>
Subject: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc466b8cf8e8_695f3f8e820cd96046973"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_03lmLrDkrUG27rx2NfKFqDSXUU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 18:47:24 -0000

----==_mimepart_5dc466b8cf8e8_695f3f8e820cd96046973
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3203

-- Commit Summary --

  * Add Retry CID change requirement to transport changelog

-- File Changes --

    M draft-ietf-quic-transport.md (1)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3203.patch
https://github.com/quicwg/base-drafts/pull/3203.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203

----==_mimepart_5dc466b8cf8e8_695f3f8e820cd96046973
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3203'>https://github.com/quicwg/base-drafts/pull/3203</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add Retry CID change requirement to transport changelog</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3203/files#diff-0">draft-ietf-quic-transport.md</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3203.patch'>https://github.com/quicwg/base-drafts/pull/3203.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3203.diff'>https://github.com/quicwg/base-drafts/pull/3203.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJKY7WXB3IYZXVPLZOC3QSRPDRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWDYLA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XWFID656A22FKQEDQSRPDRANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYS75762B4TFAXKM23QSRPDRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWDYLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJKY7WXB3IYZXVPLZOC3QSRPDRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWDYLA",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJKY7WXB3IYZXVPLZOC3QSRPDRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HXWDYLA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc466b8cf8e8_695f3f8e820cd96046973--


From nobody Thu Nov  7 11:35:27 2019
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 215F71209E2 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 11:35:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wC6cxK4JJS4P for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 11:35:23 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 30F611209BB for <quic-issues@ietf.org>; Thu,  7 Nov 2019 11:35:23 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 804EC661DCB for <quic-issues@ietf.org>; Thu,  7 Nov 2019 11:35:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573155322; bh=K0mBEUSrb1u9mwWMqbNc/UNdk8Cl7ybe26DPbCYtTLc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OAmizpNqJezL7DKBHfuZE68YmRp78ZFBmUfqMKYhjmfshjAzt9LrrfSoNWTOLLNkg IHNiWoNvvoODQHCseoR+YDY3LP8SloVAcPBisO1+jrI+yhutmToNPxDieLs2gjA6oZ RmYpo1IdT1akTf9UEA+CtwU5VbJ/5jbjaCYdoRqU=
Date: Thu, 07 Nov 2019 11:35:22 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK54Q7CG7T2NSLYOL3V32GSHVEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551230648@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc471fa6e651_5ab13fb411ccd9681343c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/474zNEsZiVVxyWHKXkESn_LORA8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 19:35:27 -0000

----==_mimepart_5dc471fa6e651_5ab13fb411ccd9681343c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The situation is a bit perverse to begin with.  RPT isn't permitted to be >= the sequence number of the new CID, which means they've already issued you 10k CIDs for that situation to be real.

If the peer revokes a block of 10k CIDs via RPT, they're expecting to get 10k RCID frames, minus any that might already have been sent.  Yes, that means they might then issue a similarly large block of CIDs, which you will then forget silently and the insanity will play itself out again the next time they revoke a large batch.  This glut is best managed by using the existing TP and not permitting the peer to send you an unlimited number of CIDs.

This also argues, perhaps, for making the default something more sensible than "infinite" in #3197.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551230648
----==_mimepart_5dc471fa6e651_5ab13fb411ccd9681343c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The situation is a bit perverse to begin with.  RPT isn't permitted to be &gt;= the sequence number of the new CID, which means they've already issued you 10k CIDs for that situation to be real.</p>
<p>If the peer revokes a block of 10k CIDs via RPT, they're expecting to get 10k RCID frames, minus any that might already have been sent.  Yes, that means they might then issue a similarly large block of CIDs, which you will then forget silently and the insanity will play itself out again the next time they revoke a large batch.  This glut is best managed by using the existing TP and not permitting the peer to send you an unlimited number of CIDs.</p>
<p>This also argues, perhaps, for making the default something more sensible than "infinite" in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518692010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3197" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3197/hovercard" href="https://github.com/quicwg/base-drafts/issues/3197">#3197</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK3ZVW2SAZKG3XYAQ7TQSRUXVA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNRZOA#issuecomment-551230648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2KQNHZ4SY3LBNEPWLQSRUXVANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6AMSIFYMUCI5FLXXDQSRUXVA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNRZOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK3ZVW2SAZKG3XYAQ7TQSRUXVA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNRZOA#issuecomment-551230648",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK3ZVW2SAZKG3XYAQ7TQSRUXVA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNRZOA#issuecomment-551230648",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc471fa6e651_5ab13fb411ccd9681343c--


From nobody Thu Nov  7 11:45:49 2019
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 143DA1200F5 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 11:45:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RU_fmtZwpJd4 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 11:45:45 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BDAE51200E0 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 11:45:45 -0800 (PST)
Date: Thu, 07 Nov 2019 11:45:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573155944; bh=B8ZVcA9AsNuf0fddYaQz5HUaKlJFuaaBiyGeTEvXZbw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FOhG7GN71dDPNnyiY3rOxwL1jE1JDmo5UrjOosmWv/E75vKr4Sj8lckn211+I3ovX EoHLRBi9NrB4ACPcT6Rw0SBiXEuzeVt8UNj3Kv+kk+1i4i2W0Fl82WgdBjD3Pwnr5B Au1tyk2pNKa9g8UtBrsSymL12GENQWDVZTN1g2no=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPH2ERTAI2NTZLMRF32GTOREVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551234463@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc47468adce7_6ee83ffb5decd9642087f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WBvhdsu_CWCuhMWQy1NEdounZFg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 19:45:48 -0000

----==_mimepart_5dc47468adce7_6ee83ffb5decd9642087f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Another potential pitfall of "MUST NOT":  Assume you've filled the peer's quota, but now need to revoke all prior CIDs and start a new generation.  You have to send at least one NCID to carry the RPT and give the client something in the new generation of CIDs.  Depending on the client's implementation, the limit might be exceeded during the processing of the frame.

This can be addressed if the client takes actions in this order:
- Retire all unretired CIDs <= RPT, queuing the RCID frames for transmission
- Add the new CID to the connection
- Send the queued RCID frames using the new CID

During this transition, though, there are zero active CIDs on the connection.  A more savvy implementation might retire _all but one_ of the old CIDs (so data flow never gets stalled), install the new CID, then retire the last old one.  Of course, that gets trickier in a multipath world; you have to make sure that the one you keep is okay for the currently-active path.

What the client can't do is add the new CID first, check the limit, then process any retirements; in that order, the limit gets breached.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551234463
----==_mimepart_5dc47468adce7_6ee83ffb5decd9642087f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Another potential pitfall of "MUST NOT":  Assume you've filled the peer's quota, but now need to revoke all prior CIDs and start a new generation.  You have to send at least one NCID to carry the RPT and give the client something in the new generation of CIDs.  Depending on the client's implementation, the limit might be exceeded during the processing of the frame.</p>
<p>This can be addressed if the client takes actions in this order:</p>
<ul>
<li>Retire all unretired CIDs &lt;= RPT, queuing the RCID frames for transmission</li>
<li>Add the new CID to the connection</li>
<li>Send the queued RCID frames using the new CID</li>
</ul>
<p>During this transition, though, there are zero active CIDs on the connection.  A more savvy implementation might retire <em>all but one</em> of the old CIDs (so data flow never gets stalled), install the new CID, then retire the last old one.  Of course, that gets trickier in a multipath world; you have to make sure that the one you keep is okay for the currently-active path.</p>
<p>What the client can't do is add the new CID first, check the limit, then process any retirements; in that order, the limit gets breached.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJKZ5KIFKZWPT3HPKJPTQSRV6RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNSXHY#issuecomment-551234463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3GGD5YQJEP33JT5O3QSRV6RANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYIMAKKFZLMG6S62ADQSRV6RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNSXHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZ5KIFKZWPT3HPKJPTQSRV6RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNSXHY#issuecomment-551234463",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZ5KIFKZWPT3HPKJPTQSRV6RA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNSXHY#issuecomment-551234463",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc47468adce7_6ee83ffb5decd9642087f--


From nobody Thu Nov  7 12:42:33 2019
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 0039812096B for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 12:42:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 875KZLNL0tEU for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 12:42:30 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F321E12089B for <quic-issues@ietf.org>; Thu,  7 Nov 2019 12:42:27 -0800 (PST)
Date: Thu, 07 Nov 2019 12:42:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573159347; bh=p7WjSIfiqxMgKQNBHzpco3/8t2cYAO3KBD2dAkux7Yw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QeRGh/dIojMZkOISRChkSNEJ0mW2oH4LakjG3C8f0QFvh8VV3kmp4LeZpZFy2qmQu fmBxZOLat5QQITZ5VKbmoPL8Y6Lxn4HTxOl8fI++KLzLPNloVVdZzs4ocoDfxhTDdh u1DCpvVBc8iR98bCxJcKfv3iHESkGv0o8iAjlEAc=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ5FJSW7ATFHDAWXZ532G2DHEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551254796@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc481b3beed_22f3fcc1b4cd96c1280af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DL5Q8dcyHnC46KWdm2vBTG9kJhE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 20:42:32 -0000

----==_mimepart_5dc481b3beed_22f3fcc1b4cd96c1280af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

There definitely was a reason we avoided making this a strict requirement=
, and I think this played into it, but this is the benefit of having RPT =
delivered in the same frame that delivers a new one. =0D
=0D
Perhaps modify the text to indicate that the error is if the limit is exc=
eeded after retiring any in RPT?=0D
=0D
Or even some non-normative text along the lines of =E2=80=9CIf RPT retire=
s all outstanding CIDS, immediately start sending new packets with the ne=
w CID and make sure you only check the limit after retiring any indicated=
 in RPT=E2=80=9D? =0D
=0D
On one hand, it=E2=80=99s kind of an annoying thing to keep track of. But=
 on the other, making it a hard requirement does decently simplify a lot =
of other scenarios. =0D
=0D
That said, we should probably go dig up the other reasons we avoided this=
 the first time around. =0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551254796=

----==_mimepart_5dc481b3beed_22f3fcc1b4cd96c1280af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>There definitely was a reason we avoided making this a strict requirem=
ent, and I think this played into it, but this is the benefit of having R=
PT delivered in the same frame that delivers a new one.</p>=0D
<p>Perhaps modify the text to indicate that the error is if the limit is =
exceeded after retiring any in RPT?</p>=0D
<p>Or even some non-normative text along the lines of =E2=80=9CIf RPT ret=
ires all outstanding CIDS, immediately start sending new packets with the=
 new CID and make sure you only check the limit after retiring any indica=
ted in RPT=E2=80=9D?</p>=0D
<p>On one hand, it=E2=80=99s kind of an annoying thing to keep track of. =
But on the other, making it a hard requirement does decently simplify a l=
ot of other scenarios.</p>=0D
<p>That said, we should probably go dig up the other reasons we avoided t=
his the first time around.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3193?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK4XJ4DOJNUKVEX4KB3QSR4THA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNXWDA#issuecomment-551254796">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK6YPA2LCLPZSV6SBFTQSR4THANCNFSM4JJPZITA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJKZRRPH7RQ6GBJOVTSDQSR4T=
HA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDNXWDA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK4XJ4DOJNUKVEX4KB3QSR4THA5CNFSM4=
JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNXWD=
A#issuecomment-551254796",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=3D=
notifications\u0026email_token=3DAFTOJK4XJ4DOJNUKVEX4KB3QSR4THA5CNFSM4JJP=
ZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNXWDA#i=
ssuecomment-551254796",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc481b3beed_22f3fcc1b4cd96c1280af--


From nobody Thu Nov  7 13:17:51 2019
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 91028120A1B for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 13:17:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HHayKcpozc55 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 13:17:35 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9710A120A04 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 13:17:35 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 6D2A66607DD for <quic-issues@ietf.org>; Thu,  7 Nov 2019 13:17:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573161454; bh=HArXmFBk+LBnSJWKdkkPs2HrP64x54/j02kUfAxDMoY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a11kVVmy6mJ7kPAIJp/150NVJa00jO/Pq7NiLKZ05w86cGI/0yAgsPgbZmyG8MOVJ N38Tfwv2+MKlIWi9MgJHa8izZFwRDomKBAoYYtig4F2dSz/RsZaan6i70EXwg9ODvK ENwyrFax7NEBFaL76W2vdoG2pfAuYdjsZNthjGo8=
Date: Thu, 07 Nov 2019 13:17:34 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2NIOU3ZCNMKFUN4V532G6G5EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551268264@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc489ee5c70c_4f9e3fe9544cd95c2627ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BBi59bYlW9-BPz5cBamigIgFCIs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 21:17:41 -0000

----==_mimepart_5dc489ee5c70c_4f9e3fe9544cd95c2627ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The [minutes](https://github.com/quicwg/wg-materials/blob/master/interim-19-01/minutes.md#issue-1994-endpoints-don-t-know-how-many-connections-ids-the-peer-is-willing-to-store) aren't super informative....  @kazuho was against it being an error, and @ekr thought it needed to be a hard requirement if present.  Nothing else specific about who opposed it or why.

I really wish we audio-recorded these meetings.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551268264
----==_mimepart_5dc489ee5c70c_4f9e3fe9544cd95c2627ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The <a href="https://github.com/quicwg/wg-materials/blob/master/interim-19-01/minutes.md#issue-1994-endpoints-don-t-know-how-many-connections-ids-the-peer-is-willing-to-store">minutes</a> aren't super informative....  <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> was against it being an error, and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> thought it needed to be a hard requirement if present.  Nothing else specific about who opposed it or why.</p>
<p>I really wish we audio-recorded these meetings.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK4NE4LWTC7G2FY3ICDQSSAW5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN27KA#issuecomment-551268264">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JU6OOVCBDBIUT42TQSSAW5ANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYC2OC2RLINU4EZ3ZLQSSAW5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN27KA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK4NE4LWTC7G2FY3ICDQSSAW5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN27KA#issuecomment-551268264",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK4NE4LWTC7G2FY3ICDQSSAW5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN27KA#issuecomment-551268264",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc489ee5c70c_4f9e3fe9544cd95c2627ec--


From nobody Thu Nov  7 13:23:40 2019
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 1B84F12095A for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 13:23:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HJZlRvfWdQlp for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 13:23:37 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6630912089B for <quic-issues@ietf.org>; Thu,  7 Nov 2019 13:23:37 -0800 (PST)
Date: Thu, 07 Nov 2019 13:23:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573161816; bh=qMTspxpWxvD3EVy6ZuOygY3A9UOVi3haUUJkB7ys6EY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Pj5zwN75etknSntyWHrP9CU4LDxkxLfNxCl6JXmEPG9buxW07nJui1i/idJ4Jlf6v Kj8jVuBgr35lNmJ8AxIfVZPeljliuJFLFzi5pzoWIpSMdssXRbpSmFJpjTbOhSZzgW YrE7Rh+zkx1pG7JMDje98Oh35Hn9BFt5x3giiQlI=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZXOGUHHFMZX7DQBVF32G65REVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551270536@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc48b5885194_5d393fbe992cd96c237b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3RKN0MeK_KincEMwvgmWhr-WImY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 07 Nov 2019 21:23:39 -0000

----==_mimepart_5dc48b5885194_5d393fbe992cd96c237b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ah, thanks for looking that up! In that case, probably worth thinking through if there are other situations like this, but even if so I'm inclined towards the proposed change, albeit with additional text to cover the edge cases/provide implementation guidance.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551270536
----==_mimepart_5dc48b5885194_5d393fbe992cd96c237b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ah, thanks for looking that up! In that case, probably worth thinking through if there are other situations like this, but even if so I'm inclined towards the proposed change, albeit with additional text to cover the edge cases/provide implementation guidance.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK5AOFGDMXWKNCXVYULQSSBNRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN3RCA#issuecomment-551270536">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RZ546BUS3Q62UYPDQSSBNRANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5H7GN2BF722BIHO2LQSSBNRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN3RCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK5AOFGDMXWKNCXVYULQSSBNRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN3RCA#issuecomment-551270536",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK5AOFGDMXWKNCXVYULQSSBNRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDN3RCA#issuecomment-551270536",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc48b5885194_5d393fbe992cd96c237b6--


From nobody Thu Nov  7 19:01:11 2019
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 459CB120114 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:01:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VB9VRHakGKs5 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:01:07 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 030A512006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:01:06 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id CB097C60746 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:01:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573182065; bh=bkInD8zEshfQIfZz6kijHI/iQGRLxVZ0vDE8lI8JS7s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WZ36sIzT1A/ZAIJbWEZqH3aY9oQnoCLWSeCB+Ghv4Meb8JZUi+l7EuahJAcyIxEva 4jsdJxxteSvkgFIuETFuA9CsAumXc/rlNRw6m9mp4AYcUpMcD4D4NZvpdxuxA0jkJ9 zUvoc3yy4jKoJaUx54KSCrzR4ZNQS/B1PN6EeLtQ=
Date: Thu, 07 Nov 2019 19:01:05 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/push/4248840692@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4da71bc774_4ca93f95d8ccd9601592d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BsvPps7bwcWi_2JhNqHLTDEfOU4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:01:09 -0000

----==_mimepart_5dc4da71bc774_4ca93f95d8ccd9601592d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

66992a654573597a569668be47b35fbf9384d08c  Ian's and Eric's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202/files/1568d427726afd00edf0bef4c4a6c4d5fe259321..66992a654573597a569668be47b35fbf9384d08c

----==_mimepart_5dc4da71bc774_4ca93f95d8ccd9601592d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/66992a654573597a569668be47b35fbf9384d08c">66992a6</a>  Ian&#39;s and Eric&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3202/files/1568d427726afd00edf0bef4c4a6c4d5fe259321..66992a654573597a569668be47b35fbf9384d08c?email_source=notifications&amp;email_token=AFTOJK6F35CH2CO6ZXU73G3QSTI7DA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBUGA3DSMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK24QUYHVJJFZCMMAZLQSTI7DANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OYZR6B2UPVMC7FHLQSTI7DA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBUGA3DSMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202/files/1568d427726afd00edf0bef4c4a6c4d5fe259321..66992a654573597a569668be47b35fbf9384d08c?email_source=notifications\u0026email_token=AFTOJK6F35CH2CO6ZXU73G3QSTI7DA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBUGA3DSMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3202/files/1568d427726afd00edf0bef4c4a6c4d5fe259321..66992a654573597a569668be47b35fbf9384d08c?email_source=notifications\u0026email_token=AFTOJK6F35CH2CO6ZXU73G3QSTI7DA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBUGA3DSMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc4da71bc774_4ca93f95d8ccd9601592d0--


From nobody Thu Nov  7 19:06:25 2019
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 7880F12013D for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:06:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DrxeueSZr38n for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:06:21 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 626E012006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:06:21 -0800 (PST)
Date: Thu, 07 Nov 2019 19:06:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573182380; bh=cbzNEKMaUJdikpUE8JRe2U5qlE7jQQM8WxZ2wRCb+Is=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uzUqTQpcFnUdXtpjkwB8YgU8lvKUO3CqJ0cDZg6auT32u7D4lCvaFciB8K0MORYXi uaiTbEQrK2F16gm+s3ppSuIn+uAIWHxsAtPJyjrDY79MH24Of8dR11/2Axsd63kiJn Rjfluc5UK1GfjdVjOl5KVd4BYrbWHEu+BexuaZAM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FAJCRMVHANCELWYV32IHCZEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551364763@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4dbac582bb_26443f8bed6cd960934d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/so6uBlPJBvXXWu9-XVRqJJZrhGY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:06:23 -0000

----==_mimepart_5dc4dbac582bb_26443f8bed6cd960934d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> It might be cleaner to say that when you receive RPT, you need to retire the indicated sequence numbers even if you haven't received them yet. Then you can just discard the NCID frames upon arrival.

@MikeBishop There's a DoS attack here. If the attacker doesn't comply with the rule that new CIDs have to be issued in order (which is one of the non-enforceable MUSTs in the spec) and issues you CID 1000000 while with the same value for Retire Prior To, the endpoint would have to send a million RETIRE_CONNECTION_ID frames. I think the only way to reliable avoid this DoS is to only send RETIRE_CONNECTION_ID for CIDs that you actually received.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551364763
----==_mimepart_5dc4dbac582bb_26443f8bed6cd960934d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>It might be cleaner to say that when you receive RPT, you need to retire the indicated sequence numbers even if you haven't received them yet. Then you can just discard the NCID frames upon arrival.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> There's a DoS attack here. If the attacker doesn't comply with the rule that new CIDs have to be issued in order (which is one of the non-enforceable MUSTs in the spec) and issues you CID 1000000 while with the same value for Retire Prior To, the endpoint would have to send a million RETIRE_CONNECTION_ID frames. I think the only way to reliable avoid this DoS is to only send RETIRE_CONNECTION_ID for CIDs that you actually received.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK2HMNVQAOLZO2M32CTQSTJSZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOSRGY#issuecomment-551364763">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7RHD252HCGGJS3AGDQSTJSZANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6G3KDPMJDEDPLG5WTQSTJSZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOSRGY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK2HMNVQAOLZO2M32CTQSTJSZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOSRGY#issuecomment-551364763",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK2HMNVQAOLZO2M32CTQSTJSZA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOSRGY#issuecomment-551364763",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc4dbac582bb_26443f8bed6cd960934d1--


From nobody Thu Nov  7 19:23:55 2019
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 4FAA91200C7 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:23:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9kV1lcSgd1hW for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:23:53 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCD4312006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:23:52 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id E29F8961651 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:23:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573183431; bh=sFUu1mk+Muij8V981FuLjCWAYR3GFHF9QwWF+2w01Uo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ECg+T9QCZ/m3+9k/UPxX9ELl4dEyaYhkJbJro8067ApHppFNtXmQHUkMD56Jvq4W2 7fyphjs3LQpSX3cfxvf/KU1hFbqiCgkbiMy5BTmNfLeDOQdSwSjGYZfbsZ8+Nc+l0g urnMW3sBCzswkJPCT5tLvFa3mf602AubYGMv4PdI=
Date: Thu, 07 Nov 2019 19:23:51 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZGOLDCJVBRNPFJHPF32IJEPEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313765035@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4dfc7d4261_237e3fc331ecd964275d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CVV0QSyuNIN-yaq2hZM_cVIhfWg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:23:54 -0000

----==_mimepart_5dc4dfc7d4261_237e3fc331ecd964275d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.

Thanks! I applied your suggestions.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#discussion_r343975467
----==_mimepart_5dc4dfc7d4261_237e3fc331ecd964275d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3202#discussion_r343975467">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5398,6 +5398,10 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a NEW_CONNECTION_ID frame received
+before, MUST immediately send a corresponding RETIRE_CONNECTION_ID frame.
</pre>
<p>Thanks! I applied your suggestions.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK5LQ4RFKXK3MRU6I7TQSTLUPA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ2ZKY#discussion_r343975467">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2APWHAQ6IRBSQROTLQSTLUPANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK67LKWALWSLWGSKLY3QSTLUPA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ2ZKY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK5LQ4RFKXK3MRU6I7TQSTLUPA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ2ZKY#discussion_r343975467",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK5LQ4RFKXK3MRU6I7TQSTLUPA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ2ZKY#discussion_r343975467",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc4dfc7d4261_237e3fc331ecd964275d--


From nobody Thu Nov  7 19:25:29 2019
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 8E8EF12006E for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:25:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1ofS22hzA-AI for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:25:26 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7D0A1200C7 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:25:26 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id B5B9EA007C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:25:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573183525; bh=aa3wRGx9LRKH+At6wMruzBioKTlCtP/eR6AAnJoYBok=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dEnsewv9OGi0r3xYwKkyGQ7UO1fDBVxsXdSPO+XbheRptGlJrlOsljis/sUyvUBN8 MOjZx8yElUWTwPHf7P8+1naa9WLdHIoBBgyK2IiURuCnIupQpET4hGTdvxHe393hZ0 WoClrNbkaQhWwvFzxK4QfzNvVR/S2ZN6fmZFp63k=
Date: Thu, 07 Nov 2019 19:25:25 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4SQYJL2ACGBWCRWTN32IJKLEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/review/313765334@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4e025a5c5a_28493f7f69acd96084823"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ml7VjntX8ginn1NlfJMzX2Rmr7o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:25:28 -0000

----==_mimepart_5dc4e025a5c5a_28493f7f69acd96084823
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -5398,6 +5398,11 @@ and preferred_address transport parameter connection IDs.  The peer SHOULD
 retire the corresponding connection IDs and send the corresponding
 RETIRE_CONNECTION_ID frames in a timely manner.
 
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence number
+smaller than the Retire Prior To field of a previously received
+NEW_CONNECTION_ID frame, MUST immediately send a corresponding

```suggestion
NEW_CONNECTION_ID frame MUST immediately send a corresponding
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#pullrequestreview-313765334
----==_mimepart_5dc4e025a5c5a_28493f7f69acd96084823
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3202#discussi=
on_r343975696">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5398,6 +5398,11 @@ and preferred_addre=
ss transport parameter connection IDs.  The peer SHOULD=0D
 retire the corresponding connection IDs and send the corresponding=0D
 RETIRE_CONNECTION_ID frames in a timely manner.=0D
 =0D
+An endpoint that receives a NEW_CONNECTION_ID frame with a sequence numb=
er=0D
+smaller than the Retire Prior To field of a previously received=0D
+NEW_CONNECTION_ID frame, MUST immediately send a corresponding=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-NEW_CONNECTION_ID frame, MUST immediately sen=
d a corresponding=0D
+NEW_CONNECTION_ID frame MUST immediately send a corresponding=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3202?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK7IG53I7UJCGLE654TQSTL2LA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ23VQ#pullrequestreview-313765334=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKZPAHREMFCK5ZVUZ23QSTL2LANCNFSM4JKAORVA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK7AT4NBCHSD=
TFO55VLQSTL2LA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCKZ23VQ.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3D=
notifications\u0026email_token=3DAFTOJK7IG53I7UJCGLE654TQSTL2LA5CNFSM4JKA=
ORVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
KZ23VQ#pullrequestreview-313765334",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK7IG53I7UJCGLE654TQSTL2LA5CNFSM4JKAOR=
VKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKZ=
23VQ#pullrequestreview-313765334",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc4e025a5c5a_28493f7f69acd96084823--


From nobody Thu Nov  7 19:26:16 2019
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 3BEC81200C7 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:26:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IgbzAYQsIWPU for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:26:13 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ECAAA12006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:26:12 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 483C9C60C9C for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:26:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573183572; bh=Q2YmWxS0nz6VtemhW4nhdcL2OqBcYWULypSN5oP+aK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JprKPlz53H0JGUAOw1yBo1q+CcYFXYsGT1YAc2Ko3GIRNxG4DLgnGDYQGYbVsgmaG IGghsvJpSt2eCEUivTYufxdALEPyqj7AxNxgONo0wsuPXZOl2rCmqNbt5tu9QGrQx7 c0RqpAbJ8wPrw0bGuXDK6w3pizfZlMPRvwo6l7Ck=
Date: Thu, 07 Nov 2019 19:26:12 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/push/4248896734@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4e05438c5b_5d93fd8b76cd96c4574b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rGPMvnY2UCUqTmA9ZGvKPiWZ8OU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:26:14 -0000

----==_mimepart_5dc4e05438c5b_5d93fd8b76cd96c4574b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

30e554ae61fd41635c374647a07c2e2c5d85650a  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202/files/66992a654573597a569668be47b35fbf9384d08c..30e554ae61fd41635c374647a07c2e2c5d85650a

----==_mimepart_5dc4e05438c5b_5d93fd8b76cd96c4574b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/30e554ae61fd41635c374647a07c2e2c5d85650a">30e554a</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3202/files/66992a654573597a569668be47b35fbf9384d08c..30e554ae61fd41635c374647a07c2e2c5d85650a?email_source=notifications&amp;email_token=AFTOJK6V4H736NWHSWGZORLQSTL5JA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBZGY3TGNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6DHS6WVFUSZXX65XTQSTL5JANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYWY5DL54XRYSWLOXLQSTL5JA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBZGY3TGNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202/files/66992a654573597a569668be47b35fbf9384d08c..30e554ae61fd41635c374647a07c2e2c5d85650a?email_source=notifications\u0026email_token=AFTOJK6V4H736NWHSWGZORLQSTL5JA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBZGY3TGNA",
"url": "https://github.com/quicwg/base-drafts/pull/3202/files/66992a654573597a569668be47b35fbf9384d08c..30e554ae61fd41635c374647a07c2e2c5d85650a?email_source=notifications\u0026email_token=AFTOJK6V4H736NWHSWGZORLQSTL5JA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGI2DQOBZGY3TGNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc4e05438c5b_5d93fd8b76cd96c4574b--


From nobody Thu Nov  7 19:26:31 2019
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 23A5F1200C7 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:26:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2K_iWp-BHG4s for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:26:28 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82F2F12006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:26:28 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id CCEE4C60203 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:26:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573183587; bh=XYK/dXBLZpOi0j3pyvMoUW951H9gjenPx5X3S9qPx8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hdx80X2VIevvezQap/vdK5kjQ95UKrh8vL5ojTKbDi+e9b30fScPHi/RW3mEuVcAa ECtJN7r8FreGVDahUtjrDq1k8aO1ocxT7pxyNU3j4+M9AWm9R+UiYQhTRsVLGLfqxc RaLffHj1NkOBKqxDcMbHrws9XeUVgIfl/1JvBCF0=
Date: Thu, 07 Nov 2019 19:26:27 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYTNZRHSBK2XBPRIB532IJOHEVBNHHB5ZPCDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3194/551368653@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3194@github.com>
References: <quicwg/base-drafts/issues/3194@github.com>
Subject: Re: [quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4e063be4c5_268f3fd207ecd95c277a9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gD8pRtEbdyCIpuhXHjDcje1aXd0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:26:30 -0000

----==_mimepart_5dc4e063be4c5_268f3fd207ecd95c277a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Technically design, so we'll need a consensus call, but the PR is probably the best way to address this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3194#issuecomment-551368653
----==_mimepart_5dc4e063be4c5_268f3fd207ecd95c277a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Technically design, so we'll need a consensus call, but the PR is probably the best way to address this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications&amp;email_token=AFTOJKY5RVO2ALRZQN6T3UDQSTL6HA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOTPTI#issuecomment-551368653">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3X7K5SJR4WCFXQDTTQSTL6HANCNFSM4JJS4DSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYHQ7QE5WM5657HMV3QSTL6HA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOTPTI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJKY5RVO2ALRZQN6T3UDQSTL6HA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOTPTI#issuecomment-551368653",
"url": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJKY5RVO2ALRZQN6T3UDQSTL6HA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOTPTI#issuecomment-551368653",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc4e063be4c5_268f3fd207ecd95c277a9--


From nobody Thu Nov  7 19:34:44 2019
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 4002312006E for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:34:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Y2OWRnAQtJXc for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:34:40 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB7271200C3 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:34:39 -0800 (PST)
Date: Thu, 07 Nov 2019 19:34:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573184078; bh=PXbUH9+U8O5goennRyrg9CJKeJgj41+CHEMOeqxaFUo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E3UEg/rIobCZLTRvPbPu/8ldZvNv/HZQVY8Shbd0bDI0A6NJwhp5ZKH2IcSBjeQ99 O9YayKHfI7HUNAsJGwGntyYbAOKEOxtjjyYE+Rdug5/CXTH0NaYefqG8ARldAzbXUu YR/BN374/eaQ8K1lgxn9jJ6z0uqy8sIuQ0s+ufeo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4248915729@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4e24edf9e2_42c13fdeafccd968111396"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4kBBjjK_d0LUwz3rMffjlDXfgPw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:34:42 -0000

----==_mimepart_5dc4e24edf9e2_42c13fdeafccd968111396
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

8ed69b0c6393dca4a876ee73c866b69a7a2a3e75  set a default and minimum value for active_connection_id_limit


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/1e286a042ef691a58f38c6b63b6339fdf9b9d14b..8ed69b0c6393dca4a876ee73c866b69a7a2a3e75

----==_mimepart_5dc4e24edf9e2_42c13fdeafccd968111396
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75">8ed69b0</a>  set a default and minimum value for active_connection_id_limit</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/1e286a042ef691a58f38c6b63b6339fdf9b9d14b..8ed69b0c6393dca4a876ee73c866b69a7a2a3e75?email_source=notifications&amp;email_token=AFTOJKZMVMLUORPA65D66XLQSTM45A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DQOJRGU3TEOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2HMJOY6RT5UWYXJBTQSTM45ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK77R7JT45BSTZEU4DLQSTM45A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DQOJRGU3TEOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/1e286a042ef691a58f38c6b63b6339fdf9b9d14b..8ed69b0c6393dca4a876ee73c866b69a7a2a3e75?email_source=notifications\u0026email_token=AFTOJKZMVMLUORPA65D66XLQSTM45A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DQOJRGU3TEOI",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/1e286a042ef691a58f38c6b63b6339fdf9b9d14b..8ed69b0c6393dca4a876ee73c866b69a7a2a3e75?email_source=notifications\u0026email_token=AFTOJKZMVMLUORPA65D66XLQSTM45A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DQOJRGU3TEOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc4e24edf9e2_42c13fdeafccd968111396--


From nobody Thu Nov  7 19:44:15 2019
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 C79A712008F for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:44:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yF9VpM9z6Mgz for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 19:44:12 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A3E212006E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 19:44:12 -0800 (PST)
Date: Thu, 07 Nov 2019 19:44:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573184650; bh=z9qcoPQpxgQa8leAG384X/hcinFZyfldLgt/0Z+rqU4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vQY2ybyqThQn58HZMdYil2w7cTHu3L1IHkiG/wOxsgeseuYNLjLKl63kirOzYJxa3 wFoT+D25EIduwZELE4C05EcoPz2DSpghEih6ONfYXJKZUg1u2RBMfGSeK1Qc7CiFdp 7CBOVg+n5k3GE9bZESxkYnrOjGJGZbLUlYNTLZXM=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KQBY4NS2JGWNM7UF32ILQVEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/c551371943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc4e48aae74e_2dc23fa8de6cd95c1491c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pX6rzxzajkqbuOwGXNKqIbPTur4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 03:44:14 -0000

----==_mimepart_5dc4e48aae74e_2dc23fa8de6cd95c1491c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear @MikeBishop As discussed in #3197 I added a minimum value of 2 for the TP, since values below this don't make any sense. 
Having an invalid default value seems wrong to me, so I also made 2 the default value for the TP. People might disagree if this a reasonable value.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#issuecomment-551371943
----==_mimepart_5dc4e48aae74e_2dc23fa8de6cd95c1491c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=32474881" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/erickinnear">@erickinnear</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> As discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518692010" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3197" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3197/hovercard" href="https://github.com/quicwg/base-drafts/issues/3197">#3197</a> I added a minimum value of 2 for the TP, since values below this don't make any sense.<br>
Having an invalid default value seems wrong to me, so I also made 2 the default value for the TP. People might disagree if this a reasonable value.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK6JAHBC2NF26VHOYY3QSTOAVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOUJJY#issuecomment-551371943">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK76ZQQE5JQOMVU3IRTQSTOAVANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7E43DDIZ4VAQC434DQSTOAVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOUJJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6JAHBC2NF26VHOYY3QSTOAVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOUJJY#issuecomment-551371943",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6JAHBC2NF26VHOYY3QSTOAVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDOUJJY#issuecomment-551371943",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc4e48aae74e_2dc23fa8de6cd95c1491c5--


From nobody Thu Nov  7 22:13:59 2019
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 E9AB11201B7 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:13:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iyVJA8dZJQ9j for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:13:56 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D14C120114 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 22:13:56 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 7CC4E1212B7 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 22:13:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573193635; bh=UqM0jR/ZWlBujthvSLbdyuQ1uqchFc7TgHj2bWrfm8o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vV9OrNGFQom+WiHnnrBV0WzWlxkFRTzWfSVOol7l7F3bDMM1/WFWvr/RVlULnB/Md I3AYA8OIrEBGbrKJ6TtCRNLFFsrhyuw/t0pWvct+3kVp3ysjyZyw963S0OK8RMC7Av 8KASjbbaq19sGlPr+d2Nz/XCf3q59UaiCsSozW8A=
Date: Thu, 07 Nov 2019 22:13:55 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4TAR4LB24HT47KXRN32I5CHEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204@github.com>
Subject: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc507a337f8f_148c3f88c86cd9602851eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5QwYhxxv5GUdLJNT7ha4nVO8Oeo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 06:13:58 -0000

----==_mimepart_5dc507a337f8f_148c3f88c86cd9602851eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Consolidate Retire Prior To instructions in the section that discusses retiring CIDs and clean up the frame description. Left the operational requirements about the frame and its values with the frame, but all of the mechanism for requesting retirement of CIDs is now in one section.

Fixes #3195.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3204

-- Commit Summary --

  * Consolidate Retire Prior To instructions in section, clean up frame description

-- File Changes --

    M draft-ietf-quic-transport.md (22)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3204.patch
https://github.com/quicwg/base-drafts/pull/3204.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204

----==_mimepart_5dc507a337f8f_148c3f88c86cd9602851eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Consolidate Retire Prior To instructions in the section that discusses retiring CIDs and clean up the frame description. Left the operational requirements about the frame and its values with the frame, but all of the mechanism for requesting retirement of CIDs is now in one section.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3195.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518390683" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3195" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3195/hovercard" href="https://github.com/quicwg/base-drafts/issues/3195">#3195</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3204'>https://github.com/quicwg/base-drafts/pull/3204</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Consolidate Retire Prior To instructions in section, clean up frame description</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3204/files#diff-0">draft-ietf-quic-transport.md</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3204.patch'>https://github.com/quicwg/base-drafts/pull/3204.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3204.diff'>https://github.com/quicwg/base-drafts/pull/3204.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK2ONBH4GVFW3W3ZHC3QST7SHA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX4ARWA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6L2UOKUX6BJW4CQ53QST7SHANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK73QQSPZP6Y5E5RXRLQST7SHA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX4ARWA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK2ONBH4GVFW3W3ZHC3QST7SHA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX4ARWA",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK2ONBH4GVFW3W3ZHC3QST7SHA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX4ARWA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc507a337f8f_148c3f88c86cd9602851eb--


From nobody Thu Nov  7 22:16:09 2019
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 6D79B1208D4 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:16:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cN42nfwgOf2f for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:16:06 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C24CE1201B7 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 22:16:05 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 02D3C1C3061 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 22:16:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573193765; bh=qTf/qjqSTzfr6KeDWwyoQPX7RRF5mTWzkMMA/RV1Efo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tkkH70PhYMjnCP82GT04sHM5hNrHmhITJGM39Diqaas8XNuVsh+uPLWBGF88FW3gs 9zCj8+o+U4qchwGhj5EusfvbTXdkAGKxz4F4fUMwUWlia1ZY/r0UMa54cvJdXeJfHf 0C96mqRtF4mxsfI9UePxPfojcRUD+k2geCpKo+v8=
Date: Thu, 07 Nov 2019 22:16:04 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZKJKVKYKI2APSGBU532I5KJEVBNHHB5ZQDTM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3195/551400183@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3195@github.com>
References: <quicwg/base-drafts/issues/3195@github.com>
Subject: Re: [quicwg/base-drafts] conflicting advice how to handle Retire Prior To (#3195)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc50824e7391_268b3fd207ecd95c18657d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/65zdrAwLWF1HNZaVYO9gLg5lvQA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 06:16:08 -0000

----==_mimepart_5dc50824e7391_268b3fd207ecd95c18657d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Definitely agree that this is editorial, we just missed this duplicate requirement in the original change. Removed that duplication and cleaned up the frame description a bit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3195#issuecomment-551400183
----==_mimepart_5dc50824e7391_268b3fd207ecd95c18657d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Definitely agree that this is editorial, we just missed this duplicate requirement in the original change. Removed that duplication and cleaned up the frame description a bit.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications&amp;email_token=AFTOJK5VWNLB6JEW5IBGWMLQST72JA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3F5Y#issuecomment-551400183">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4PYPWSEZTE2VJZX7TQST72JANCNFSM4JJTCCHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6SQC5U6CC3LR4Z723QST72JA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3F5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5VWNLB6JEW5IBGWMLQST72JA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3F5Y#issuecomment-551400183",
"url": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK5VWNLB6JEW5IBGWMLQST72JA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3F5Y#issuecomment-551400183",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc50824e7391_268b3fd207ecd95c18657d--


From nobody Thu Nov  7 22:17:26 2019
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 9E738120975 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:17:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Bps6F9MDGx18 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 22:17:22 -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 D4A9D120968 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 22:17:22 -0800 (PST)
Date: Thu, 07 Nov 2019 22:17:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573193841; bh=eq0d3BJs21FzfrZkleseCxraDzhq9tS0QXbrqhS1uc4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yxQb7V0bfhWtTbPzENonXqXGANcbyE6elO122+aCLW0oO6+6oRhH/hxoc6B19ilFA L3Yps4N4U9zk9sRJUMjseHYzsSpIWmNEewyRbT3xueN831NzE4VhvzWNz0+oNFHXba wpoC7VMHfAsxdj+YnM8WShGUqQkaaPScYhaowXqU=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7RRTKZU4SNIIHBVF532I5PDEVBNHHB47SZJY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3139/c551400451@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3139@github.com>
References: <quicwg/base-drafts/pull/3139@github.com>
Subject: Re: [quicwg/base-drafts] Packets on one path must not adjust values for a different path (#3139)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc50871c1f9f_16983fcbb32cd9682028af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jYzE47vIN95-S1YBo7wkfDeLZ8c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 06:17:25 -0000

----==_mimepart_5dc50871c1f9f_16983fcbb32cd9682028af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that this seems generally editorial, but either way I think this is ready to go?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3139#issuecomment-551400451
----==_mimepart_5dc50871c1f9f_16983fcbb32cd9682028af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that this seems generally editorial, but either way I think this is ready to go?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications&amp;email_token=AFTOJKZIFKZM7LHH7SNMFFLQST77DA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3IAY#issuecomment-551400451">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RAESSNTGQ7QA54ELQST77DANCNFSM4JELOU5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HONG4FVERRFTZISLQST77DA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3IAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKZIFKZM7LHH7SNMFFLQST77DA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3IAY#issuecomment-551400451",
"url": "https://github.com/quicwg/base-drafts/pull/3139?email_source=notifications\u0026email_token=AFTOJKZIFKZM7LHH7SNMFFLQST77DA5CNFSM4JELOU52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3IAY#issuecomment-551400451",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc50871c1f9f_16983fcbb32cd9682028af--


From nobody Thu Nov  7 23:25:17 2019
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 F00C21200F3 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:25:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 D4SxjDuOvrcE for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:25:14 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A6AA312009E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:25:14 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id C91C26610AA for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:25:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573197913; bh=2eywPMQ613qdMo+dGB4HUbRT6FJ9adDfmRfjLh27toU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b/DEklWor5jbZDKc63pp+4Gy4/lrSP+RqmlvZdQPawiuTs7W0Y1FHI6jtx/NH2gAK bPzoYz3+QdIYfXmipEhWCNlEmilFLiOlm25CsmirwPR/iW+j4S1kT6ku+5KvRrXul3 LWy3KKjduFySYyi2/q5tGi0012cDqh5e8Y9n42oM=
Date: Thu, 07 Nov 2019 23:25:13 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2QAU23IR6MXPCUEU532JFNTEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/review/313929719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc51859baf25_56ec3fc02e2cd96c3050c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fgQsd8ksX6-Mgcu4AHulPiyX9GY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 07:25:16 -0000

----==_mimepart_5dc51859baf25_56ec3fc02e2cd96c3050c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#pullrequestreview-313929719
----==_mimepart_5dc51859baf25_56ec3fc02e2cd96c3050c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK5AOTVWVO7JZA4XV7TQSUH5TA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK3C75Y#pullrequestreview-313929719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYEWUK5PGJRZARDA5TQSUH5TANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BJDHKCK2FI2B7PZTQSUH5TA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK3C75Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK5AOTVWVO7JZA4XV7TQSUH5TA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK3C75Y#pullrequestreview-313929719",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK5AOTVWVO7JZA4XV7TQSUH5TA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK3C75Y#pullrequestreview-313929719",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc51859baf25_56ec3fc02e2cd96c3050c6--


From nobody Thu Nov  7 23:26:25 2019
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 A38AE1200F3 for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:26:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xKCGtNQuEO7U for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:26:22 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 506C612009E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:26:22 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 99A9AA1199 for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:26:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573197981; bh=syjJeQjQXNoD1wk/Pim6ymsXKzeeJvtGRAwdc904euc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pm4luI9qgcqIZwlwG4cZhAa+vQ1Mn48ntdfuGFrb/dBWtcpPd5TEMok88AaYiCib8 aKjpcUJZ/VuMHXIXNtXjJNUt8EQ8YeroELk7ykIKwMOJtEnn9tNbpQDDAevOmRHcaS 4YOfCqJTlCZa73XKVSUu6uoRAZoMbrfHtTucQHyU=
Date: Thu, 07 Nov 2019 23:26:21 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SS3QATYSDCTJ33IV32JFR3EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551416956@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5189d883c0_3a003f8cd4ccd968284053"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WOgTJIjYCFi3LxYJj_dHVn8RdYg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 07:26:24 -0000

----==_mimepart_5dc5189d883c0_3a003f8cd4ccd968284053
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop 
> The [minutes](https://github.com/quicwg/wg-materials/blob/master/interim-19-01/minutes.md#issue-1994-endpoints-don-t-know-how-many-connections-ids-the-peer-is-willing-to-store) aren't super informative.... @kazuho was against it being an error, and @ekr thought it needed to be a hard requirement if present. Nothing else specific about who opposed it or why.

IIRC, some mildly opposed to the addition of active_connection_id_limit because it's an unnecessary complexity, arguing that the model could be simple as: issue-some initially, then issue more as the peer uses the CIDs. After the discussion, the middle ground that we agreed was to make it an advisory settings. Note that we made this decision prior to the addition of Retire Prior To.

But now, with the introduction of Retire Prior To, we have another way of retiring CIDs. I think that the simple model is no longer unsustainable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551416956
----==_mimepart_5dc5189d883c0_3a003f8cd4ccd968284053
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a></p>
<blockquote>
<p>The <a href="https://github.com/quicwg/wg-materials/blob/master/interim-19-01/minutes.md#issue-1994-endpoints-don-t-know-how-many-connections-ids-the-peer-is-willing-to-store">minutes</a> aren't super informative.... <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> was against it being an error, and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> thought it needed to be a hard requirement if present. Nothing else specific about who opposed it or why.</p>
</blockquote>
<p>IIRC, some mildly opposed to the addition of active_connection_id_limit because it's an unnecessary complexity, arguing that the model could be simple as: issue-some initially, then issue more as the peer uses the CIDs. After the discussion, the middle ground that we agreed was to make it an advisory settings. Note that we made this decision prior to the addition of Retire Prior To.</p>
<p>But now, with the introduction of Retire Prior To, we have another way of retiring CIDs. I think that the simple model is no longer unsustainable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK7ATAQIOXGVZA6WGX3QSUIB3A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO7I7A#issuecomment-551416956">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2I4GRX2SQNVZNY5UDQSUIB3ANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK36DCAZJZ5NI7YHQW3QSUIB3A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO7I7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7ATAQIOXGVZA6WGX3QSUIB3A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO7I7A#issuecomment-551416956",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7ATAQIOXGVZA6WGX3QSUIB3A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO7I7A#issuecomment-551416956",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5189d883c0_3a003f8cd4ccd968284053--


From nobody Thu Nov  7 23:55:18 2019
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 A962C12009E for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:55:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mxzEuWujkw9m for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:55:15 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 381F812003E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:55:15 -0800 (PST)
Date: Thu, 07 Nov 2019 23:55:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573199714; bh=MuBp593md/02ZFVYqyCWV5AVZj49He4yKh8oixuY8l4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gzB1/LOBwSX098p32CbYext3DFUISMx0xaEN/3GCmmyWjZxgUaxRAxi+/pQktN+lD h41YOunRdLNfnBTa6jXXV4Otfh77K/JhEulrDmDpE2MsuAa0Aguo/Xk932Sshim1vg ls3z/xF9obcAYlaFm5k12NmgafzEsquawmhG2K/A=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4249528192@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc51f624d6ca_12113f947aecd96858831b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/b4ASetJH6CpwqM4gh6B_BJKn0MQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 07:55:17 -0000

----==_mimepart_5dc51f624d6ca_12113f947aecd96858831b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

8354804a2a30580fd1b7deadb19f3baf3ad68fd8  mandate the processing order of NEW_CONNECTION_ID frame fields


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75..8354804a2a30580fd1b7deadb19f3baf3ad68fd8

----==_mimepart_5dc51f624d6ca_12113f947aecd96858831b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8">8354804</a>  mandate the processing order of NEW_CONNECTION_ID frame fields</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75..8354804a2a30580fd1b7deadb19f3baf3ad68fd8?email_source=notifications&amp;email_token=AFTOJK4AEPG7BOIJO54WNEDQSULOFA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DSNJSHAYTSMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK65ZJ4SZR6RY4R5QOTQSULOFANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46QH7VJM664SIS7PDQSULOFA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DSNJSHAYTSMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75..8354804a2a30580fd1b7deadb19f3baf3ad68fd8?email_source=notifications\u0026email_token=AFTOJK4AEPG7BOIJO54WNEDQSULOFA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DSNJSHAYTSMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/8ed69b0c6393dca4a876ee73c866b69a7a2a3e75..8354804a2a30580fd1b7deadb19f3baf3ad68fd8?email_source=notifications\u0026email_token=AFTOJK4AEPG7BOIJO54WNEDQSULOFA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI2DSNJSHAYTSMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc51f624d6ca_12113f947aecd96858831b--


From nobody Thu Nov  7 23:57:49 2019
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 46BEA12009E for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:57:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZLWV5Bd4MYjl for <quic-issues@ietfa.amsl.com>; Thu,  7 Nov 2019 23:57:45 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B679F12003E for <quic-issues@ietf.org>; Thu,  7 Nov 2019 23:57:45 -0800 (PST)
Date: Thu, 07 Nov 2019 23:57:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573199864; bh=fUvLlK6UfQM7vSlbeuGtlpbcfyJpVJdJ30MUnYxVhN4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BmAXKEQn8AFzZ77fZ3Uz0l90hojAxD+sTGTAmXPcG1OJ8Xhn166jMZOfV6Mr3QS0R gNpKXIy2saS7gZ0mivBZGu4heYU1tQpeUsXT2UQS+gVxXvQ7aTXhP8AoeAKYZ1WxAN aB3sbVf+Y87v2ffesvjM4Uk9KYNMWgdAvPAXlssE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYSYXKHJ3P6BM37YLN32JJHREVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551424928@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc51ff8a40ee_cd73ff0966cd95c286851"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W0N1Yy1f_Bt4qSeZQYeYuc-Avvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 07:57:47 -0000

----==_mimepart_5dc51ff8a40ee_cd73ff0966cd95c286851
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho That matches what I remember from the discussion in Tokyo.

I think we actually need normative text along the lines that @MikeBishop suggests. I don't think it's a problem that during the time you process a NEW_CONNECTION_ID frame the number of active connection IDs might temporarily reach 0, if we assume that these frames are processed atomically. And I can't really think of a reason why any implementation might want split processing of the Retire Prior To field and adding the new CID.

I updated #3201 with a suggestion in 8354804a2a30580fd1b7deadb19f3baf3ad68fd8. WDYT?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551424928
----==_mimepart_5dc51ff8a40ee_cd73ff0966cd95c286851
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> That matches what I remember from the discussion in Tokyo.</p>
<p>I think we actually need normative text along the lines that <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> suggests. I don't think it's a problem that during the time you process a NEW_CONNECTION_ID frame the number of active connection IDs might temporarily reach 0, if we assume that these frames are processed atomically. And I can't really think of a reason why any implementation might want split processing of the Retire Prior To field and adding the new CID.</p>
<p>I updated <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518998062" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3201" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3201/hovercard" href="https://github.com/quicwg/base-drafts/pull/3201">#3201</a> with a suggestion in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8/hovercard" href="https://github.com/quicwg/base-drafts/commit/8354804a2a30580fd1b7deadb19f3baf3ad68fd8"><tt>8354804</tt></a>. WDYT?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK7WBSXEWZGLCHV47HTQSULXRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDPBHIA#issuecomment-551424928">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7BG3L3YKT7LP6UTE3QSULXRANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5LNK65H6DNRE5QVH3QSULXRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDPBHIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7WBSXEWZGLCHV47HTQSULXRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDPBHIA#issuecomment-551424928",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK7WBSXEWZGLCHV47HTQSULXRA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDPBHIA#issuecomment-551424928",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc51ff8a40ee_cd73ff0966cd95c286851--


From nobody Fri Nov  8 04:11:14 2019
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 851B412012C for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 04:11:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GkENyWklNHDK for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 04:11:12 -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 15A74120041 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 04:11:12 -0800 (PST)
Date: Fri, 08 Nov 2019 04:11:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573215071; bh=4eQSKfLTB2e1NBX+6vt34hFuVPVQ9EopsDmgn1Oft9c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ihuzEAsS+tKxTaEuFs8X6DoKyr8Qief3AIXtHeCiN/mbuaAyl/GaBAYa8j7jauFXb OaTxyseCPXzREVA980poFjwVSJvPzrmY51YtBZIQG35kLT0Td+azFN8dbyF4trw9cM PMf54seW1u7ve0ItgbXPbWOEkugTPpYb53t98oik=
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQY5VBCXJAE2XE4YN32KG57EVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205@github.com>
Subject: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc55b5f26332_59513fcf81acd95c116171c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: larseggert
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DDEC4BZRvrAe72Y7DYaQbywmfHM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 12:11:13 -0000

----==_mimepart_5dc55b5f26332_59513fcf81acd95c116171c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Now that `max_datagram_size` is a variable, other constants that are defined in terms of it need to become variables (or probably function), too. This includes at least `kInitialWindow` and `kMinimumWindow`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205
----==_mimepart_5dc55b5f26332_59513fcf81acd95c116171c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Now that <code>max_datagram_size</code> is a variable, other constants that are defined in terms of it need to become variables (or probably function), too. This includes at least <code>kInitialWindow</code> and <code>kMinimumWindow</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK36MMISFL74NXPRGJTQSVJN7A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX6JENQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYXNOT4ULRRBI25JDTQSVJN7ANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FOXQ5QENGYHOTU3DQSVJN7A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX6JENQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK36MMISFL74NXPRGJTQSVJN7A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX6JENQ",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK36MMISFL74NXPRGJTQSVJN7A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HX6JENQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc55b5f26332_59513fcf81acd95c116171c--


From nobody Fri Nov  8 04:14:42 2019
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 E4CC21201E0 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 04:14:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rTU7JavPzsD5 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 04:14:39 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 748A012012C for <quic-issues@ietf.org>; Fri,  8 Nov 2019 04:14:39 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 32DDE961612 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 04:14:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573215278; bh=fzfW5jcvlTd84TegwkG5XwN+F3NJVtZJ2lj/TrYGRk8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lx2b74adyqKHZqLPki+RBovgaS6I/JfNixXM27Ozj0CFG+1l3yqXK86a71sZSexdU EzZJTHPOKf+O+QStWbQGYXOa9N7PYqDZj5yM3TrnU/EQ5R+Sjt/+ucJGi4IZzop4dI nPOG1n2VhfOPF1wuhcUo3xZT8gUO44ho35T7e7tk=
Date: Fri, 08 Nov 2019 04:14:38 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5YUHG2RLJGFAAVQU532KHK5EVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205/551688621@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3205@github.com>
References: <quicwg/base-drafts/issues/3205@github.com>
Subject: Re: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc55c2e21e31_4df93faf5d8cd95c1217996"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1gbH_lAzLoALWUzYKltS4Ft-iyc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 12:14:41 -0000

----==_mimepart_5dc55c2e21e31_4df93faf5d8cd95c1217996
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Good point, thanks for filing this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205#issuecomment-551688621
----==_mimepart_5dc55c2e21e31_4df93faf5d8cd95c1217996
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Good point, thanks for filing this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK4JEHTBZDQR2YQZ723QSVJ25A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDRBTLI#issuecomment-551688621">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4EEPTIE2U43HG2O2TQSVJ25ANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZMKAB2ANAN2C6YVJTQSVJ25A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDRBTLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK4JEHTBZDQR2YQZ723QSVJ25A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDRBTLI#issuecomment-551688621",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK4JEHTBZDQR2YQZ723QSVJ25A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDRBTLI#issuecomment-551688621",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc55c2e21e31_4df93faf5d8cd95c1217996--


From nobody Fri Nov  8 06:00:15 2019
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 753F01201E4 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:00:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LAJuLLUQk7SC for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:00:10 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10C1B12003F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:00:10 -0800 (PST)
Date: Fri, 08 Nov 2019 06:00:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573221609; bh=6nBJPYgtI5IG+IW1g45BWgCig13Vnm6Bbe9cQ38HF6M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tMzmSCZhKtBiuTFK7Z7XjJZUzhj6tpemfWorKLtGjftM+8xabvKM0FR26CMsgLq43 /ixblgAPK+C7235RQnzeNrzw59UHdJbWAipvU7lC0KO0LPbpnY6UR3qCz+ksHwLcT7 xtS6Sa+4PY0odzlgQZyWr5Ftp9/NivDblL5EwxzE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK27OBTLTYZ3Q7HGZUN32KTWTEVBNHHAYL2AHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/253/551838131@github.com>
In-Reply-To: <quicwg/base-drafts/issues/253@github.com>
References: <quicwg/base-drafts/issues/253@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc574e921455_25c23fd37c8cd9642787f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UNC-iRZZPz1bQibs10hwtFrD1C0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 14:00:13 -0000

----==_mimepart_5dc574e921455_25c23fd37c8cd9642787f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

3 Jun
> Discussed in London; still waiting for text from httpwg/http-core#194.

on 194
 > mnot closed this on 20 Aug 

so are we waiting for something else now?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/253#issuecomment-551838131
----==_mimepart_5dc574e921455_25c23fd37c8cd9642787f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>3 Jun</p>
<blockquote>
<p>Discussed in London; still waiting for text from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="405100391" data-permission-text="Issue title is private" data-url="https://github.com/httpwg/http-core/issues/194" data-hovercard-type="issue" data-hovercard-url="/httpwg/http-core/issues/194/hovercard" href="https://github.com/httpwg/http-core/issues/194">httpwg/http-core#194</a>.</p>
</blockquote>
<p>on 194</p>
<blockquote>
<p>mnot closed this on 20 Aug</p>
</blockquote>
<p>so are we waiting for something else now?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/253?email_source=notifications&amp;email_token=AFTOJK5CPWK6EWEQPNYJERDQSVWGTA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSGDMY#issuecomment-551838131">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYTKTW76JXLJLHUCT3QSVWGTANCNFSM4C6MWA4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HEG6UA6GM3JI2I7TQSVWGTA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSGDMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK5CPWK6EWEQPNYJERDQSVWGTA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSGDMY#issuecomment-551838131",
"url": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK5CPWK6EWEQPNYJERDQSVWGTA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSGDMY#issuecomment-551838131",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc574e921455_25c23fd37c8cd9642787f--


From nobody Fri Nov  8 06:43:09 2019
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 18F5912080D for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:43:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2YJdWp7ZiTP2 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:43:05 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D5AB1200DE for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:43:05 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 78B1C2C3567 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:43:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573224184; bh=ZeQhLRYJEUU4ryG4gFNNbCWOaLNg6nZxB1a2KGWY2go=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yYDpyIBwfgT+wIAVK22t8cS+0VxK1wrjrp2YIes7kP4af+CrNx1nDV6W9kTRaTNsH oSEm+OFxSPfgbB7mZaNfgWOnyuffEsaU32A+b/DCzrwtok6cH//rMBFnUSlAZ9S7Vs nCmsj74NIYc7bJ2RUJjnl+epxl0zhJFJsUMAdPvU=
Date: Fri, 08 Nov 2019 06:43:04 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2FOHQFN2LV63XLBZ532KYXREVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551853987@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc57ef868ef9_48ae3fcaf28cd9603953f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7pERCrKNvPEZ4iztjnb292u-YVI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 14:43:07 -0000

----==_mimepart_5dc57ef868ef9_48ae3fcaf28cd9603953f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Larger change, but one solution to that might be permitting a RCID frame to retire ranges instead of a single CID.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551853987
----==_mimepart_5dc57ef868ef9_48ae3fcaf28cd9603953f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Larger change, but one solution to that might be permitting a RCID frame to retire ranges instead of a single CID.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJKYNB4E7RM6HLXELKGLQSV3HRA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSJ7IY#issuecomment-551853987">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYAPCXAPDJQRZ3FA7TQSV3HRANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6O7GPYJVLUERZ7OELQSV3HRA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSJ7IY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYNB4E7RM6HLXELKGLQSV3HRA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSJ7IY#issuecomment-551853987",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYNB4E7RM6HLXELKGLQSV3HRA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSJ7IY#issuecomment-551853987",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc57ef868ef9_48ae3fcaf28cd9603953f0--


From nobody Fri Nov  8 06:44:41 2019
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 A283C120130 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:44:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IIMbBG8io1-L for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:44:39 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3145A1200DE for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:44:39 -0800 (PST)
Date: Fri, 08 Nov 2019 06:44:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573224278; bh=DrpdTEpXzF5Z4Kx7VnTe/tNLpwZkU/isScR6LFyzjss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eAdqfeTnwYrW8vi1Xah0Gb2QinoGNkd4mWtgPVyb1Z8ai7On372Nj2AYkxFCVyfHZ Bs4GS8T+gfmCvmG8Q2bXA0FYT+RvUQUJ7QdCkHFehaCLi7i8wxKXc4unjV44Uay+s9 keXC5p8NBXgiSVCIP4a7ZZYjazkbTJUaVQQg7zKw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6KSXUY4XBGFC3YG3N32KY5NEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/review/314244296@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc57f5644af8_4c3b3fd9ed2cd95c59284f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/StXY_XRgYvy1gTTBpi0ZuM_wUdg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 14:44:41 -0000

----==_mimepart_5dc57f5644af8_4c3b3fd9ed2cd95c59284f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#pullrequestreview-314244296
----==_mimepart_5dc57f5644af8_4c3b3fd9ed2cd95c59284f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK7AP7EIUJYGGKUW7JLQSV3NNA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5PZSA#pullrequestreview-314244296">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZYM2ND6VMSU6DFCJDQSV3NNANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3O65UN6KWOPQJ3OOTQSV3NNA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5PZSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK7AP7EIUJYGGKUW7JLQSV3NNA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5PZSA#pullrequestreview-314244296",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK7AP7EIUJYGGKUW7JLQSV3NNA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5PZSA#pullrequestreview-314244296",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc57f5644af8_4c3b3fd9ed2cd95c59284f--


From nobody Fri Nov  8 06:46:45 2019
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 9A34C120073 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:46:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cEIfA2MOHMUQ for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:46:41 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5B01120045 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:46:41 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id BD73F1C30B8 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:46:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573224400; bh=iUhtoy3qidIEUbqspB+HV5X9i1/H8mZINhNku9AsLN8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kq8lEM2npLw0K9vHPuQh+9vMJxJBH8ZjDj/itTkR+OnzqAiPCaOHxn5nrgyFDQZnZ wLmxbYm0OcX0Ik7+iFaU2sDNOPDPDzC6q9WN89Tr59EeDCV8k3a9cA73SqgabU/Nz2 4UoSx6UvySC+RZgphzFwktApT/v3TfzZ96Ne+zc0=
Date: Fri, 08 Nov 2019 06:46:40 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2MEZ2TOR6MIP6HDF32KZFBEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551855372@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc57fd0af122_1c603f9bd12cd95c4440bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Di0KIHdq99EhmbxzcHZQQV6qYgY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 14:46:43 -0000

----==_mimepart_5dc57fd0af122_1c603f9bd12cd95c4440bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop what about RETIRE_CONNECTION_ID meaning that all IDs equal or less than that one have been retired?  That would force them to be used in order, which seems like a feature in my opinion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551855372
----==_mimepart_5dc57fd0af122_1c603f9bd12cd95c4440bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> what about RETIRE_CONNECTION_ID meaning that all IDs equal or less than that one have been retired?  That would force them to be used in order, which seems like a feature in my opinion.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJKZUDVRZSHSRTJLPOLLQSV3VBA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSKKDA#issuecomment-551855372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYPT277KIPYFTYE7PDQSV3VBANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYA23ISJGTWTJRDQ3LQSV3VBA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSKKDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKZUDVRZSHSRTJLPOLLQSV3VBA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSKKDA#issuecomment-551855372",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKZUDVRZSHSRTJLPOLLQSV3VBA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSKKDA#issuecomment-551855372",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc57fd0af122_1c603f9bd12cd95c4440bf--


From nobody Fri Nov  8 06:58:21 2019
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 ABD4E12025D for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:58:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lTE3AQkzJ5JA for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 06:58:18 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15FDE12021D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:58:18 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 448CB6A1DF7 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 06:58:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573225097; bh=g6q8c1F2BiBiU/6OT5JSjdKeVm7r5twgMUM5B0jWhr0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uXs7pTtael94terQhBFUS+SGHVqqaA+ehF9ry1H7Z8o9E9ySWkiFVGxjKJQYjh8qm 2TSwU8Y2e9HvWN35Az7tbzs19UqBe+3xBarrajyNCKtrnBHIq80V/tUCYGuyf1Owkk Bh++K/kU54hGmUgW4aI3e9Hx47jwtP90MdYlNmsE=
Date: Fri, 08 Nov 2019 06:58:17 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6ZVFUUUA3L3MXZP3532K2QTEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551859959@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc58289351e4_32f43fc8512cd964768d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DK2ScogaPBXUMcdwRCQHW-yTwEk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 14:58:20 -0000

----==_mimepart_5dc58289351e4_32f43fc8512cd964768d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm going to contradict me-from-yesterday a little, or at least complicate the point.

The reason we have the 1-RTO window is that some implementations might not be able to actually retire CIDs instantly (packets are queued in hardware offloads, you want to avoid racing in-flight packets against the packet containing the RCID, etc.).  If we require the retirement to be done as part of processing the frame, processing the frame can take up to an RTO.  What happens to other frames in the packet?  Does this packet get ACK'd if you're not done with this process yet?  Plus, you can't actually send the RCID frames until you've got the new CID *unless* you have a race with one more RCID frame in a subsequent packet.  This can get sticky very quickly.

If I had an implementation where I couldn't retire CIDs right away, I would probably tag them for retirement upon receipt of this frame and say those that are tagged don't count toward the limit.  But that's not entirely compliant with the text in your commit, and also assumes I have some headroom I'm not telling the peer about, because I have to remember all of them temporarily.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551859959
----==_mimepart_5dc58289351e4_32f43fc8512cd964768d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm going to contradict me-from-yesterday a little, or at least complicate the point.</p>
<p>The reason we have the 1-RTO window is that some implementations might not be able to actually retire CIDs instantly (packets are queued in hardware offloads, you want to avoid racing in-flight packets against the packet containing the RCID, etc.).  If we require the retirement to be done as part of processing the frame, processing the frame can take up to an RTO.  What happens to other frames in the packet?  Does this packet get ACK'd if you're not done with this process yet?  Plus, you can't actually send the RCID frames until you've got the new CID <em>unless</em> you have a race with one more RCID frame in a subsequent packet.  This can get sticky very quickly.</p>
<p>If I had an implementation where I couldn't retire CIDs right away, I would probably tag them for retirement upon receipt of this frame and say those that are tagged don't count toward the limit.  But that's not entirely compliant with the text in your commit, and also assumes I have some headroom I'm not telling the peer about, because I have to remember all of them temporarily.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJKZ2GSRB4TDINUBZ24DQSV5ATA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSLN5Y#issuecomment-551859959">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZIE4ZBLNZB6GZY57DQSV5ATANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5QEBB4NLXPI67GQ7TQSV5ATA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSLN5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZ2GSRB4TDINUBZ24DQSV5ATA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSLN5Y#issuecomment-551859959",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZ2GSRB4TDINUBZ24DQSV5ATA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSLN5Y#issuecomment-551859959",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc58289351e4_32f43fc8512cd964768d2--


From nobody Fri Nov  8 07:04:05 2019
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 F12DF120133 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:04:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LDlxZ7jkAPkV for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:04:02 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25C3612006F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:04:02 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 58082C602DE for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:04:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573225441; bh=enEiS1s3hAX3hxrHKrTaq2VdoohebesVSPNePbwfWXQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fr3lrVCDDDXBLb0/K0c4nQCrzZqaPf0IMb54PnweEtm69cdVsrt+j4vK/So1igJnm U01mZC4IXWpsojsV0t+WmZL5XV4M8SGozOqOluW7ZwFC3b4rtiKGkqgIf7161qOL8Y fxX83ygh7FVGSYxB4566InNkcn8N412hGpptHIKY=
Date: Fri, 08 Nov 2019 07:04:01 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZQY4AQR7DZBA4HZRV32K3GDEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551862258@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc583e14799b_50943f91104cd96c8886c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QEQMCEIh3piDsuqqu2lUiMAyosw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 15:04:04 -0000

----==_mimepart_5dc583e14799b_50943f91104cd96c8886c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We had that at one point, didn't we?  It is a feature until you start doing probes on other paths.  If you use a CID on a different path, then want to retire it, that also retires a CID you might still be using on the main path.  And it's no problem if you have another CID to roll forward to, but it forces you to burn more CIDs than you otherwise would.  I believe there was also an objection to that model that the gratuitous CID rolls leaked signals about use of other paths.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551862258
----==_mimepart_5dc583e14799b_50943f91104cd96c8886c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We had that at one point, didn't we?  It is a feature until you start doing probes on other paths.  If you use a CID on a different path, then want to retire it, that also retires a CID you might still be using on the main path.  And it's no problem if you have another CID to roll forward to, but it forces you to burn more CIDs than you otherwise would.  I believe there was also an objection to that model that the gratuitous CID rolls leaked signals about use of other paths.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJKYYBONYHCOD3WUHEGLQSV5WDA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSL74Q#issuecomment-551862258">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6P3TH74SJFGBQFJUDQSV5WDANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ2FVPRMSGJE4VRYJDQSV5WDA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSL74Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYYBONYHCOD3WUHEGLQSV5WDA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSL74Q#issuecomment-551862258",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJKYYBONYHCOD3WUHEGLQSV5WDA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSL74Q#issuecomment-551862258",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc583e14799b_50943f91104cd96c8886c--


From nobody Fri Nov  8 07:07:04 2019
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 4234D120130 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:07:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9Ckg04VkLHPx for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:07:01 -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 895BF12006F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:07:01 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id E15F38C1DCC for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:07:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573225620; bh=U7kUO508wMy9sUYXK9c5Md1jo4XVbOHoLjuhS1gym2Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zslFQLPRpRGSB4x4bZiZUUKEE4Qs6PWi0I3J/TQzr3bx5enzz06GErGaeZZ0KGVhO xYGhawzpLsnK1S5bT1lxDnHGyUoGrTwWvRBWDF3Ne91asRvamBwBOkFrRodGH/lOpD FMtmttErQEvGl0yZHzeoyZQiWQEPjUEPJUT7atsY=
Date: Fri, 08 Nov 2019 07:07:00 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK67CBOKGOXZY7WSMGV32K3RJEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551863434@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc58494d2fc0_5273ff2dcccd96894124"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fs5X1wY8G9rdqk67eWlxClZu-IQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 15:07:03 -0000

----==_mimepart_5dc58494d2fc0_5273ff2dcccd96894124
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

So I think if we were to do that, it would have to be a flag that indicat=
es whether it's a point retirement or an "everything up to" retirement.  =
That would require renumbering some frames, which would be a pain.  =F0=9F=
=A4=94=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551863434=

----==_mimepart_5dc58494d2fc0_5273ff2dcccd96894124
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>So I think if we were to do that, it would have to be a flag that indi=
cates whether it's a point retirement or an "everything up to" retirement=
.  That would require renumbering some frames, which would be a pain.  <g=
-emoji class=3D"g-emoji" alias=3D"thinking" fallback-src=3D"https://githu=
b.githubassets.com/images/icons/emoji/unicode/1f914.png">=F0=9F=A4=94</g-=
emoji></p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3202?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK3VQFZ34SVTAQWD23TQSV6BJA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMJCQ#issuecomment-551863434">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJK5WRPOJ3OZEAQYABSTQSV6BJANCNFSM4JKAORVA">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJK5VP6YBYBY6VIYSYODQSV6BJ=
A5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEDSMJCQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3D=
notifications\u0026email_token=3DAFTOJK3VQFZ34SVTAQWD23TQSV6BJA5CNFSM4JKA=
ORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMJCQ#i=
ssuecomment-551863434",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK3VQFZ34SVTAQWD23TQSV6BJA5CNFSM4JKAOR=
VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMJCQ#iss=
uecomment-551863434",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc58494d2fc0_5273ff2dcccd96894124--


From nobody Fri Nov  8 07:08:24 2019
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 7A852120133 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:08:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 a1W4Mev7QMta for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:08:22 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 345A212006F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:08:22 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 88B55C620C8 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:08:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573225701; bh=bhw7/f+RYCKvP/9ZjrfKqM+pudqYiHYDymgIR3aDwXg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yaTFZ/MmIP5v+PGh2CcpfJpz/3kp6OVEVcFsLGAz/IACt1rAQdIM3x3z+UWETUbPU X8KAo5SyW/KlidLy3kP3hW9h3HInvtNtXVXPDwg+lklYzCSTBB3ft41yMBkmiLXQq2 l/RJJeX+mNUeokU8P9B+/rmS9j+15pxSyiBlZrzQ=
Date: Fri, 08 Nov 2019 07:08:21 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2HTUSWQDPXVVJ66LN32K3WLEVBNHHAYL2AHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/253/551863955@github.com>
In-Reply-To: <quicwg/base-drafts/issues/253@github.com>
References: <quicwg/base-drafts/issues/253@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/QUIC without Alt-Svc? (#253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc584e57a196_63e43fb9a32cd96c114969"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DkNH04vul7bTWsSqd3ptzpfT6G0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 15:08:23 -0000

----==_mimepart_5dc584e57a196_63e43fb9a32cd96c114969
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

https://github.com/httpwg/http-core/issues/194 was split into separate issues; the piece we need is now https://github.com/httpwg/http-core/issues/237.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/253#issuecomment-551863955
----==_mimepart_5dc584e57a196_63e43fb9a32cd96c114969
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="405100391" data-permission-text="Issue title is private" data-url="https://github.com/httpwg/http-core/issues/194" data-hovercard-type="issue" data-hovercard-url="/httpwg/http-core/issues/194/hovercard" href="https://github.com/httpwg/http-core/issues/194">httpwg/http-core#194</a> was split into separate issues; the piece we need is now <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="482605122" data-permission-text="Issue title is private" data-url="https://github.com/httpwg/http-core/issues/237" data-hovercard-type="issue" data-hovercard-url="/httpwg/http-core/issues/237/hovercard" href="https://github.com/httpwg/http-core/issues/237">httpwg/http-core#237</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/253?email_source=notifications&amp;email_token=AFTOJK5FEGB5MCPPTXFLH4LQSV6GLA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMNEY#issuecomment-551863955">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7M5B6FE4TDTX7NBNTQSV6GLANCNFSM4C6MWA4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BHVCFKBRSLC6TCITQSV6GLA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMNEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK5FEGB5MCPPTXFLH4LQSV6GLA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMNEY#issuecomment-551863955",
"url": "https://github.com/quicwg/base-drafts/issues/253?email_source=notifications\u0026email_token=AFTOJK5FEGB5MCPPTXFLH4LQSV6GLA5CNFSM4C6MWA42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMNEY#issuecomment-551863955",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc584e57a196_63e43fb9a32cd96c114969--


From nobody Fri Nov  8 07:48:26 2019
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 490E3120854 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:48:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5GtvfQU0Zn49 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:48:23 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50227120844 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:48:23 -0800 (PST)
Date: Fri, 08 Nov 2019 07:48:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573228102; bh=5aytc4/MJlZ0dKqiF200oueq8jVaizqdZB3l+GEjAv8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ugQSWLSXcDyg7rlG/l1AKhKbTGh1WODGoM6/4mZTwowBSlJWQ27vHairPakDKNBqE pbQxXB9/Cp3twKQdUgFYREGQDs+faU3X+1L8/CnNifPItfdVloNLL5LNLfrIpJBcCA qf32PYl3wP8jasy6AAoLss0RNghxJIs4tiZ+zCQ0=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2RF5PGIOFYB7WQ7CF32LAMNEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/c551879416@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc58e467d770_98d3fef8d2cd96029353"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ms3MXq_-3w6Tw_D12IvxChTvbSA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 15:48:25 -0000

----==_mimepart_5dc58e467d770_98d3fef8d2cd96029353
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Larger change, but one solution to that might be permitting a RCID frame to retire ranges instead of a single CID.

@MikeBishop I'm not sure if there's a problem here that we need to solve. The DoS that I described only works if an endpoint sends RETIRE_CONNECTION_ID frames for CIDs that it hasn't received / doesn't remember any more. As long as you only retire CIDs that you're actually keeping track of (as the spec currently says), the DoS doesn't work.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#issuecomment-551879416
----==_mimepart_5dc58e467d770_98d3fef8d2cd96029353
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Larger change, but one solution to that might be permitting a RCID frame to retire ranges instead of a single CID.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> I'm not sure if there's a problem here that we need to solve. The DoS that I described only works if an endpoint sends RETIRE_CONNECTION_ID frames for CIDs that it hasn't received / doesn't remember any more. As long as you only retire CIDs that you're actually keeping track of (as the spec currently says), the DoS doesn't work.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK4CBHJKTZCJZJ5FBO3QSWC4NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSQF6A#issuecomment-551879416">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7H2HSKGROHTQLN3P3QSWC4NANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7OVKUOT5LKZQEB6NTQSWC4NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSQF6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4CBHJKTZCJZJ5FBO3QSWC4NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSQF6A#issuecomment-551879416",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK4CBHJKTZCJZJ5FBO3QSWC4NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSQF6A#issuecomment-551879416",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc58e467d770_98d3fef8d2cd96029353--


From nobody Fri Nov  8 07:57:56 2019
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 20705120A5A for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:57:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ujFkfXh6fDCS for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 07:57:47 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 557C5120A52 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:57:47 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 963DAC6094A for <quic-issues@ietf.org>; Fri,  8 Nov 2019 07:57:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573228666; bh=oNkjJ/qHGC9UXp2SlNWvJA5I+VEtw+6vooUvDIGK51Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CeFrGqmHDeI2Y3SIbrYN0KWtxOTPybMQ2+RwiY8j5nmTYYXIsiJbfmV7C3UGKzppy 0mCzGzJ+wrtSM77GKojUuHny5ABfxcNkdJEFSnIDiIwjapHPMOReVRkiuknD5Ry3lt aLQ0KVkx+OjFumigYm2ZbJJwh0khGVsQ1jrqQq/Q=
Date: Fri, 08 Nov 2019 07:57:46 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJNNJODDPGDWEZI7532LBPVEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551883178@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5907a877aa_7e7b3fa4f8acd96088538"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TLBT5oX3jc6fm_z6B6wE0ip904g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 15:57:54 -0000

----==_mimepart_5dc5907a877aa_7e7b3fa4f8acd96088538
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> If I had an implementation where I couldn't retire CIDs right away, I would probably tag them for retirement upon receipt of this frame and say those that are tagged don't count toward the limit. 

I agree that this would be a reasonable thing to do in this case. Clearly, if you have such an implementation, it's a highly optimized one that uses async processing and / or hardware offloads. I don't think it's too much too ask for that such an implementation takes appropriate steps to bridge the time it takes to retire a CID.
Do you have any suggestion how to improve the text in the PR without getting too much into implementation details?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551883178
----==_mimepart_5dc5907a877aa_7e7b3fa4f8acd96088538
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>If I had an implementation where I couldn't retire CIDs right away, I would probably tag them for retirement upon receipt of this frame and say those that are tagged don't count toward the limit.</p>
</blockquote>
<p>I agree that this would be a reasonable thing to do in this case. Clearly, if you have such an implementation, it's a highly optimized one that uses async processing and / or hardware offloads. I don't think it's too much too ask for that such an implementation takes appropriate steps to bridge the time it takes to retire a CID.<br>
Do you have any suggestion how to improve the text in the PR without getting too much into implementation details?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJKZICD4Y2YYMHJGKE2TQSWD7VA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSRDKQ#issuecomment-551883178">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2WI5MRSIXQNMKW7YTQSWD7VANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4AFJVJLVPFTEMLJ73QSWD7VA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSRDKQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZICD4Y2YYMHJGKE2TQSWD7VA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSRDKQ#issuecomment-551883178",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJKZICD4Y2YYMHJGKE2TQSWD7VA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSRDKQ#issuecomment-551883178",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5907a877aa_7e7b3fa4f8acd96088538--


From nobody Fri Nov  8 08:12:03 2019
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 8182F120B86 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 08:12:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tbbNezJL58dU for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 08:11:59 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF817120B89 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 08:11:59 -0800 (PST)
Date: Fri, 08 Nov 2019 08:11:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573229519; bh=+tBVBowMExAUkaGBqNbgdSJV8mhP4gU2Ycgehxt3VtU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VRnXbFmEU8o/mP81xmoYk9T3c1+TW04bPXLzcWqccNg8SUbBis0oSN2QTPyFKVyH3 RByCFf0itNJjbVAjxxyVzyOmnhjkz85hRzQsfdiUqMGD2p2zdZjIjnU5J+6cF9D57D FsKCq44c3a6OhvwAOQG/x6QyqhATrtXn6sFIGwoA=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6RIDNWJCJY6I64HZN32LDE5EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/551888962@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc593cee681a_22613f933d6cd96872258"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KhVQpGV3fniUWNbBOl7JYAGs6Ws>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 16:12:02 -0000

----==_mimepart_5dc593cee681a_22613f933d6cd96872258
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Perhaps to say that the peer MUST NOT consider the connection IDs it has been asked to retire when calculating whether the limit has been exceeded, even if they haven't actually retired them yet?  That gives implementations the latitude to hang onto them for a bit if needed, but keeps you from going over the limit even so.

Then it's the implementation's business whether it wants to defer adding the CID (and block processing of this frame), add it and exceed the limit temporarily, retire the old CIDs on the spot, or something else.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-551888962
----==_mimepart_5dc593cee681a_22613f933d6cd96872258
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Perhaps to say that the peer MUST NOT consider the connection IDs it has been asked to retire when calculating whether the limit has been exceeded, even if they haven't actually retired them yet?  That gives implementations the latitude to hang onto them for a bit if needed, but keeps you from going over the limit even so.</p>
<p>Then it's the implementation's business whether it wants to defer adding the CID (and block processing of this frame), add it and exceed the limit temporarily, retire the old CIDs on the spot, or something else.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK2GW3COE2KFIJE7UFTQSWFU5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSSQQQ#issuecomment-551888962">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5LUUDSR5MZONLTVKTQSWFU5ANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6OFJKCYEG2ADEUH7LQSWFU5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSSQQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK2GW3COE2KFIJE7UFTQSWFU5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSSQQQ#issuecomment-551888962",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK2GW3COE2KFIJE7UFTQSWFU5A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSSQQQ#issuecomment-551888962",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc593cee681a_22613f933d6cd96872258--


From nobody Fri Nov  8 09:27:04 2019
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 AC632120876 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 09:27:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rn_BDcKOHWbd for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 09:27:00 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25C3D120873 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 09:27:00 -0800 (PST)
Date: Fri, 08 Nov 2019 09:26:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573234019; bh=T3fLTOzuJ1y/NXyq4KBwks4SBtH0oSClEECYgz+IR1E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vxv9cLUlrsj6TTFUXOkjER7+1dvbMBccQuZ9hioy8bgJlvknwuRxTkID08fbFakYr NmdNuB/gCJpYAQjxVaGfSg7aqY+mzoRtoSaqgv/0FdIRHMoUKRLO4vRsjL+Vy7s/3J iiuWBybGPEOE9DbN+G9ajomVezYi2xoJbmhRLvaw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZWLBUIMVVZBECZ7KF32LL6HEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/314246383@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5a5633765f_63c63fa43aacd9602524cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1-dm7IvskKit5fxazkzvg4sf23c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 17:27:02 -0000

----==_mimepart_5dc5a5633765f_63c63fa43aacd9602524cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

"MUST error" requires tracking.  It's possible that an implementation might decide to drop some CIDs and reduce the number it keeps without closing the connection.  "SHOULD/MAY error" provides the same deterrent effect for the issuer's misbehavior without placing a requirement on the receiver.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-314246383
----==_mimepart_5dc5a5633765f_63c63fa43aacd9602524cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r344207570">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>"MUST error" requires tracking.  It's possible that an implementation might decide to drop some CIDs and reduce the number it keeps without closing the connection.  "SHOULD/MAY error" provides the same deterrent effect for the issuer's misbehavior without placing a requirement on the receiver.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK435GA4MSF6HKIICRLQSWOOHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5QJ3Y#pullrequestreview-314246383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZU6YSQDMURZI25CGDQSWOOHANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3VRNL2X6X4A47ZTNTQSWOOHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5QJ3Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK435GA4MSF6HKIICRLQSWOOHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5QJ3Y#pullrequestreview-314246383",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK435GA4MSF6HKIICRLQSWOOHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK5QJ3Y#pullrequestreview-314246383",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5a5633765f_63c63fa43aacd9602524cf--


From nobody Fri Nov  8 10:02:43 2019
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 CE3A31200CE for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:02:41 -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 OAtwn95z7cuH for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:02:40 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3597412006D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:02:40 -0800 (PST)
Date: Fri, 08 Nov 2019 10:02:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236159; bh=1xdYkE8hX9R4zD6CWmjQyu4tqMoW8q9sQGBajJPnoy4=; h=Date:From:To:Subject:From; b=Y3vcBXIW0XIeby2uqU3OGFAm3iPUmS/Gb/+GqnXKYPZ2NLcUXqjOGYwWrIXtwfKud t9z8HlXTyJKmrZ9fSzYfpRucy4QMRZyLrvluSKwY+u/wvPElhrvZz4U276FIyQmuJ5 fMjEmjR/ENYbtpsVtw/yurDvDOZGPIWlhRPMn+Mw=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/hard_to_change_frames/000000-8a47a0@github.com>
Subject: [quicwg/base-drafts] 8a47a0: Recommend replacing, not changing
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/DNWxgVs3qejAI4mGLGmnMpALUW0>
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: Fri, 08 Nov 2019 18:02:42 -0000

  Branch: refs/heads/http/hard_to_change_frames
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8a47a06ce8c8337f47f5ed86f33532146210d907
      https://github.com/quicwg/base-drafts/commit/8a47a06ce8c8337f47f5ed86f33532146210d907
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Recommend replacing, not changing



From nobody Fri Nov  8 10:03:28 2019
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 67630120811 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:03:26 -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 YJkdJxkpUE6l for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:03:24 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE72D1200CE for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:03:24 -0800 (PST)
Date: Fri, 08 Nov 2019 10:03:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236204; bh=vSE8jF2aHeebZUWlumqxNokSkn3gvN82vgN9EI+NbXY=; h=Date:From:To:Subject:From; b=OII68/I5OHujC/hoK7rATic1tyXtWMjuyqep7YQBrYDZdLFYzZeXPS0elqq7ULN4B ADP2WRKCg00+SAYEYWMVDytA72t5e9YanVazxNzXG0x0FnOSW0Y7MnF+3GjuuNaT1h ZECm/9yKa6qPxD3ShXhTi//rZEkQ/Bms3U9Iurxs=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b4327e-a3d085@github.com>
Subject: [quicwg/base-drafts] a3d085: Script updating gh-pages from 8a47a06c. [ci skip]
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/uONupZE58lCQi-BvXYJ-PvTJjYM>
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: Fri, 08 Nov 2019 18:03:26 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a3d0851d801965e17d18179b3ba4cc4dbc254f3f
      https://github.com/quicwg/base-drafts/commit/a3d0851d801965e17d18179b3ba4cc4dbc254f3f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    A http/hard_to_change_frames/draft-ietf-quic-http.html
    A http/hard_to_change_frames/draft-ietf-quic-http.txt
    A http/hard_to_change_frames/draft-ietf-quic-invariants.html
    A http/hard_to_change_frames/draft-ietf-quic-invariants.txt
    A http/hard_to_change_frames/draft-ietf-quic-qpack.html
    A http/hard_to_change_frames/draft-ietf-quic-qpack.txt
    A http/hard_to_change_frames/draft-ietf-quic-recovery.html
    A http/hard_to_change_frames/draft-ietf-quic-recovery.txt
    A http/hard_to_change_frames/draft-ietf-quic-tls.html
    A http/hard_to_change_frames/draft-ietf-quic-tls.txt
    A http/hard_to_change_frames/draft-ietf-quic-transport.html
    A http/hard_to_change_frames/draft-ietf-quic-transport.txt
    A http/hard_to_change_frames/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 8a47a06c. [ci skip]



From nobody Fri Nov  8 10:04:24 2019
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 A03B512087C for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:04:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qdqib4VSbKnF for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:04:22 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E9CE120876 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:04:22 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 510ED1C0691 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:04:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236261; bh=gOUXd2jc57dff7T+9d4T+/rbvbPTjT+h5Ivm54c9/QY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=2SCaIobH/H9Yk+VzCiVsWQW/PCGIhwkleL3bljhwub+X6pb7HD50C2hwuEqJ7kK4N BjzJ6rxtnlMcCOZOO71hKm8PLfujRlgQYLA25eDQpb6MfP10J2Y7GNKfo/0Wx7YB0J qgg/qEx2JSXRqfBxRrIyifOZaPd6l7ju9sSRiX3s=
Date: Fri, 08 Nov 2019 10:04:21 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYBRVBS3H55RUSCANN32LQKLEVBNHHB6AHR2I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3206@github.com>
Subject: [quicwg/base-drafts] Recommend replacing, not changing, protocol components (#3206)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5ae2542aff_9063fe4c80cd96418842b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VXk4NP9Fd6tjMJDtWb87TxEuVgo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 18:04:24 -0000

----==_mimepart_5dc5ae2542aff_9063fe4c80cd96418842b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2985.  Simply notes that coordination is hard in the face of SETTINGS, so it&#39;s likely to be better to replace than modify.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3206

-- Commit Summary --

  * Recommend replacing, not changing

-- File Changes --

    M draft-ietf-quic-http.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3206.patch
https://github.com/quicwg/base-drafts/pull/3206.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3206

----==_mimepart_5dc5ae2542aff_9063fe4c80cd96418842b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2985.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="484057114" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2985" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2985/hovercard" href="https://github.com/quicwg/base-drafts/issues/2985">#2985</a>.  Simply notes that coordination is hard in the face of SETTINGS, so it's likely to be better to replace than modify.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3206'>https://github.com/quicwg/base-drafts/pull/3206</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Recommend replacing, not changing</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3206/files#diff-0">draft-ietf-quic-http.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3206.patch'>https://github.com/quicwg/base-drafts/pull/3206.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3206.diff'>https://github.com/quicwg/base-drafts/pull/3206.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3206?email_source=notifications&amp;email_token=AFTOJK6RNXJJUN3XGPEHZ7DQSWS2LA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYA6HJA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7NIPTLLGW6RR75CXDQSWS2LANCNFSM4JK35XYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK43WPHXWN7SKAQDWVTQSWS2LA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYA6HJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3206?email_source=notifications\u0026email_token=AFTOJK6RNXJJUN3XGPEHZ7DQSWS2LA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYA6HJA",
"url": "https://github.com/quicwg/base-drafts/pull/3206?email_source=notifications\u0026email_token=AFTOJK6RNXJJUN3XGPEHZ7DQSWS2LA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYA6HJA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5ae2542aff_9063fe4c80cd96418842b--


From nobody Fri Nov  8 10:05:13 2019
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 B4DD012087C for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:05:11 -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 J2qzOdwrhLd7 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:05:10 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C877120876 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:05:10 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 9801B6E0E5F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:05:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236309; bh=YLeuKLr8+0ALKG/BhR91PyxEU98wLvS+T8MlyDmLy70=; h=Date:From:To:Subject:From; b=bVbXEFrK/pLtyMgpI3+A+QGaK5ypx3QLj6I0kTvkReaG3DI+fCfyKlrQGHHRp6ugX AmL32TNl/dU2x0CO/K9gztt8GuHF1oa3+BbrjhvuIEhJ0yeWfw2VRYpkeY56LmXa5i RA01qoJGaLPv1qF64oOaoq7QJzU6Fbp9U8AiVHJo=
Date: Fri, 08 Nov 2019 10:05:09 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a3d085-344d0b@github.com>
Subject: [quicwg/base-drafts] 344d0b: Script updating issues at 2019-11-08T18:05:01Z. [c...
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/zGfC7O-SQK7MOp1f_qMCOKxP0MI>
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: Fri, 08 Nov 2019 18:05:12 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 344d0bb7022f1fa405ff0553d8eae131f06980d9
      https://github.com/quicwg/base-drafts/commit/344d0bb7022f1fa405ff0553d8eae131f06980d9
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-08T18:05:01Z. [ci skip]



From nobody Fri Nov  8 10:12:44 2019
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 A4B87120908 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:12:42 -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 dP7ryiFmO9bC for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:12:41 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F1E6120858 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:12:41 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 706F2C607BE for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:12:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236760; bh=RQCFcaGmaf6CHG/xEWLJujPnLZArEGLRLQNW/yRB+MM=; h=Date:From:To:Subject:From; b=XeAHYcDlVOxP93BzoxWHCWVSXcV2DM3SPYJ278TVcDrlm0L7Bkf0gQvIRJx9w8x8U cEZC4Kh83DRPs+Y8QumPLcpxrTIgwo+DvxQYN5Ui9tqgH/r9jVytXBh5+XmwiDNwMF e8dORKsLy4X37mBqxXxsuSnmy7kHRKfwqxWXD/DQ=
Date: Fri, 08 Nov 2019 10:12:40 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/title-case/000000-1ab4b9@github.com>
Subject: [quicwg/base-drafts] 1ab4b9: Title-Case Titles
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/U1BtkEy2zsb4_-ZEost_JostGE0>
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: Fri, 08 Nov 2019 18:12:42 -0000

  Branch: refs/heads/http/title-case
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1ab4b9c1065898563fd38e9debd4d048c8800380
      https://github.com/quicwg/base-drafts/commit/1ab4b9c1065898563fd38e9debd4d048c8800380
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Title-Case Titles



From nobody Fri Nov  8 10:13:32 2019
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 39A941208EF for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:13:31 -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 31Lzy9-T0oo1 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:13:30 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F4068120858 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:13:29 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 37A25C60A84 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:13:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236809; bh=90EdqDpqy/fUPwKv022/y/qlJPIbKS3S1r4nhlV2N7c=; h=Date:From:To:Subject:From; b=hKOkUuEbDo/fVLZCakh0jt4K1gT6+SaH/4xMisvXqWRNETRZnFWMLvAfpblqofWFv KFNp3yFLvWnbqjTny+hH3QqK4sEADo3V+IGG5EOlLcI7JgeuZ2ICAW540Foh1rHo6N ZfmD5/8VJq2b15WZSEEhY/DICK+OasJykwN+DDdo=
Date: Fri, 08 Nov 2019 10:13:29 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/344d0b-8265de@github.com>
Subject: [quicwg/base-drafts] 8265de: Script updating gh-pages from 1ab4b9c1. [ci skip]
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/qaVIGDlxF8tN6kXEp1LZ5zikoJc>
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: Fri, 08 Nov 2019 18:13:31 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8265de25a89577839956a2d0f265f63286e942f3
      https://github.com/quicwg/base-drafts/commit/8265de25a89577839956a2d0f265f63286e942f3
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    A http/title-case/draft-ietf-quic-http.html
    A http/title-case/draft-ietf-quic-http.txt
    A http/title-case/draft-ietf-quic-invariants.html
    A http/title-case/draft-ietf-quic-invariants.txt
    A http/title-case/draft-ietf-quic-qpack.html
    A http/title-case/draft-ietf-quic-qpack.txt
    A http/title-case/draft-ietf-quic-recovery.html
    A http/title-case/draft-ietf-quic-recovery.txt
    A http/title-case/draft-ietf-quic-tls.html
    A http/title-case/draft-ietf-quic-tls.txt
    A http/title-case/draft-ietf-quic-transport.html
    A http/title-case/draft-ietf-quic-transport.txt
    A http/title-case/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 1ab4b9c1. [ci skip]



From nobody Fri Nov  8 10:13:38 2019
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 7DD001208EF for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:13:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4OIlYekpnnOx for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:13:35 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2D745120858 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:13:35 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 1F23D520062 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:13:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573236814; bh=eTyMHZODkMKkaaUSUm85/Rw7sScAP6O7RSaVDG7uTf8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=XUjcHLV6IPUfLR/+HM4f1nCdEdPkpKtx/y4rx88X/+Rrqzjs9nzsmzkL10GoLv3KW hc2NncvPzFHpSG3P6oopAqRookZnpIsKSujksgOhEbb+IV6Q8Jp5r+Ke7P0sv0pbSX G65v1TGs33OkW07tYTcvjTR1Dp9LM5alyc7iklFM=
Date: Fri, 08 Nov 2019 10:13:34 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZFFU2E3AIOSKLZWP532LRM5EVBNHHB6AIC6I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3207@github.com>
Subject: [quicwg/base-drafts] Title-Case Titles (#3207)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5b04e10447_655a3fd0302cd9641503bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/t3rE7zHoEthGia7Qas_73SG8Dto>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 18:13:36 -0000

----==_mimepart_5dc5b04e10447_655a3fd0302cd9641503bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3125.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3207

-- Commit Summary --

  * Title-Case Titles

-- File Changes --

    M draft-ietf-quic-http.md (20)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3207.patch
https://github.com/quicwg/base-drafts/pull/3207.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3207

----==_mimepart_5dc5b04e10447_655a3fd0302cd9641503bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3125.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509335768" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3125" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3125/hovercard" href="https://github.com/quicwg/base-drafts/issues/3125">#3125</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3207'>https://github.com/quicwg/base-drafts/pull/3207</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Title-Case Titles</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3207/files#diff-0">draft-ietf-quic-http.md</a>
    (20)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3207.patch'>https://github.com/quicwg/base-drafts/pull/3207.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3207.diff'>https://github.com/quicwg/base-drafts/pull/3207.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications&amp;email_token=AFTOJK7YLXLJL3OJLCUB6E3QSWT45A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBALZA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OC4RNDTDWGMAWEGTQSWT45ANCNFSM4JK4EDKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYMZ663YXGA2DSQ2HTQSWT45A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBALZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK7YLXLJL3OJLCUB6E3QSWT45A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBALZA",
"url": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK7YLXLJL3OJLCUB6E3QSWT45A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBALZA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5b04e10447_655a3fd0302cd9641503bd--


From nobody Fri Nov  8 10:23:17 2019
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 E22BF12092B for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:23:15 -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 MuIxE1ZlWNY8 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:23:14 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C0E8212022D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:23:14 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 25AC4A0A70 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:23:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237394; bh=85GT3TlzRc1hnCTKpt1XGZJwtnxsQmztHXQdYxYNIKM=; h=Date:From:To:Subject:From; b=hybbALOvGf9F2NDdyuyJGwOvbKjIdfaIGFp7y+BMPnnhqqY/3GM+VgeDQuR75yfe+ LWtLgyEGpSINyfByzi/rAQhz2VQ1fcuWRSjVO5nmSAlwYurIRpqhJoWw2V/2cpDlHW NmoEh2xvQiqIniAEi1US9zo1hzVwC+/DMjgAGDbg=
Date: Fri, 08 Nov 2019 10:23:14 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/69edfc-742772@github.com>
Subject: [quicwg/base-drafts] 742772: Minor formatting
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/6kGUKf6pHClo0QQdkrG5Xidk-RE>
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: Fri, 08 Nov 2019 18:23:16 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 74277249553bc9ab7b5713c876260c2e91e81633
      https://github.com/quicwg/base-drafts/commit/74277249553bc9ab7b5713c876260c2e91e81633
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Minor formatting



From nobody Fri Nov  8 10:24:45 2019
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 483B712092B for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:24:43 -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 tgmdSEP53xro for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:24:42 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 188CF120922 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:24:42 -0800 (PST)
Date: Fri, 08 Nov 2019 10:24:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237480; bh=8xGrbYUp+8zVn3ivbQuzrVJ/TosJjMEgtH6QVu8rTN8=; h=Date:From:To:Subject:From; b=J6aPwKFPiVsCP0eSREQqH33ykwmPJdp8BUdoGnDgZIBl58FnO1frSJmqN7XAIKBKg BsmzL95/GyR+G6S/jK2JnhcbH9eCaQq3snJLJdj+VywDGN5Cvf1kxS3/I5yRMJiZbV WzkAVTdK0Xm3mc8FNfbU5HYAWXVErKusaN2M2LqI=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8265de-93f91b@github.com>
Subject: [quicwg/base-drafts] 93f91b: Script updating gh-pages from 74277249. [ci skip]
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/A5wQiWKpeihgDqIXp6MeLnlNmjo>
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: Fri, 08 Nov 2019 18:24:43 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 93f91b09e57dc24d0eecad19fb000b018dfb1968
      https://github.com/quicwg/base-drafts/commit/93f91b09e57dc24d0eecad19fb000b018dfb1968
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 74277249. [ci skip]



From nobody Fri Nov  8 10:26:24 2019
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 CE2A0120932 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:26:22 -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 6nX8bNs76Lqw for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:26:21 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6191912091F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:26:21 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 92B506E0A6D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:26:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237580; bh=HyQwoz6dcZqDnkTzN0z/+D8UUBId/AGp4z7yL5Uvwyg=; h=Date:From:To:Subject:From; b=bqtoadowD/f7rg83gtAUSXPXU7kvWiid/Y3uwQ79t00RzK8ttX9Exc2n3A6aNBoyd 2XmdB0CuTNDVsRKIKDHx9XMMOjAaM0QbZeG2ELIQB+/QlbihJe03TtFTL33efDDuNQ sM2G5HzdR+NS+GR2ZvvQ1GoKPerWkFM/TCOGiL1g=
Date: Fri, 08 Nov 2019 10:26:20 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/early_response/000000-6a72f4@github.com>
Subject: [quicwg/base-drafts] 6a72f4: Recommend H3_NO_ERROR for early responses
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/DwqddU9jWyZw6OYZPm_zAFCxPqM>
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: Fri, 08 Nov 2019 18:26:23 -0000

  Branch: refs/heads/http/early_response
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6a72f4259942e5b84906277bc38bff550b5b9c0e
      https://github.com/quicwg/base-drafts/commit/6a72f4259942e5b84906277bc38bff550b5b9c0e
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Recommend H3_NO_ERROR for early responses



From nobody Fri Nov  8 10:27:18 2019
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 B3006120934 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:27:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZJZSNafHYsTB for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:27:15 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2CF17120932 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:27:15 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 8587B520023 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:27:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237634; bh=fywCsV62AaZAZUVLxsc/062p4laatrdMhq/HXLFQsJQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nn6t1evB2w/gmiWKPxnC8NeVKTOHcygFGUChoqUMSVHl7rjipbEOeiVIvr3eKmldQ 0aFulctFICWh2ryfFaBKMSZjk5ocXpFA9WDlBAZGrH6WqaftuHbtxr6mofGOCyITxy P4ceBTvs3YwwMF0h5Zn4oFInf5NsR1bouKP6YDw0=
Date: Fri, 08 Nov 2019 10:27:14 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY36SXROV4N6YLJGHV32LTAFEVBNHHB6AI4HU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208@github.com>
Subject: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5b3827602e_77963fae2b6cd96422058d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VzesCJM4s3zB2B6kPajCTROnqBw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 18:27:17 -0000

----==_mimepart_5dc5b3827602e_77963fae2b6cd96422058d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3130.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3208

-- Commit Summary --

  * Recommend H3_NO_ERROR for early responses

-- File Changes --

    M draft-ietf-quic-http.md (23)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3208.patch
https://github.com/quicwg/base-drafts/pull/3208.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208

----==_mimepart_5dc5b3827602e_77963fae2b6cd96422058d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3130.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510967534" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3130" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3130/hovercard" href="https://github.com/quicwg/base-drafts/issues/3130">#3130</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3208'>https://github.com/quicwg/base-drafts/pull/3208</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Recommend H3_NO_ERROR for early responses</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3208/files#diff-0">draft-ietf-quic-http.md</a>
    (23)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3208.patch'>https://github.com/quicwg/base-drafts/pull/3208.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3208.diff'>https://github.com/quicwg/base-drafts/pull/3208.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications&amp;email_token=AFTOJKZHH6VFLHSBPQFYR4TQSWVQFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBDQ6Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2NRX4DDYJ3SVLWWADQSWVQFANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZN76JB2Q7SBVWAYALQSWVQFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBDQ6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJKZHH6VFLHSBPQFYR4TQSWVQFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBDQ6Q",
"url": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJKZHH6VFLHSBPQFYR4TQSWVQFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYBDQ6Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5b3827602e_77963fae2b6cd96422058d--


From nobody Fri Nov  8 10:27:41 2019
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 A15D5120934 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:27:39 -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 w0_ImIQ1MRhk for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:27:38 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 793A4120932 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:27:38 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id ABA3A6A0095 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:27:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237657; bh=+nUu0qCkoipzefJjIy0vAF3TTbDYD6ED7SmCyxAkEBk=; h=Date:From:To:Subject:From; b=jF0W69MnK0udklaae/S8vLPyuQ8fr5CidwLsOZsOsbOp+dQ4bitpPuLqS3iDW0nxM GYP+Em2EWMeqmymf1KIRs5Mnn8Pa9duhHoJEunepfh4FY7Ri8M8hPMaMg3flLO7/fb mADHtSfULXSbgvCPENxVjZ2/vzrgvn14n4yGDHu4=
Date: Fri, 08 Nov 2019 10:27:37 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/93f91b-6f4231@github.com>
Subject: [quicwg/base-drafts] 6f4231: Script updating gh-pages from 6a72f425. [ci skip]
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/Kt3sqUbjDW7u-Y0YztZCWmkd8eI>
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: Fri, 08 Nov 2019 18:27:40 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6f4231296b89eee9910fdd215c9d5fabb187cb0e
      https://github.com/quicwg/base-drafts/commit/6f4231296b89eee9910fdd215c9d5fabb187cb0e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M http/early_response/draft-ietf-quic-http.html
    M http/early_response/draft-ietf-quic-http.txt
    M http/early_response/draft-ietf-quic-invariants.html
    M http/early_response/draft-ietf-quic-invariants.txt
    M http/early_response/draft-ietf-quic-qpack.html
    M http/early_response/draft-ietf-quic-qpack.txt
    M http/early_response/draft-ietf-quic-recovery.html
    M http/early_response/draft-ietf-quic-recovery.txt
    M http/early_response/draft-ietf-quic-tls.html
    M http/early_response/draft-ietf-quic-tls.txt
    M http/early_response/draft-ietf-quic-transport.html
    M http/early_response/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 6a72f425. [ci skip]



From nobody Fri Nov  8 10:32:31 2019
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 509B0120954 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:32:29 -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 ucOeuLTxMa5a for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:32:28 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02D75120950 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:32:28 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 1EBC86A11E0 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:32:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237947; bh=CQgzKTSD+9DsVZHtP8tJX2NxntjtPsRotq8H9il4nyE=; h=Date:From:To:Subject:From; b=NTvotXmVQS0eJ4i51EiTKfj9wW5TymIUkT9nQK77bamvduoQ9FqlZOJN9svjssQMq UeIyBTJJrzsEQlmhGEjbaizYKechfGGdoAgvRumShfFO3VRuoTgeCZp4+Ec08a3yyy UTGnBj7mPpeGo3Z/hrvtuKOTi/YZRjQw/HwV6hYk=
Date: Fri, 08 Nov 2019 10:32:27 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/hard_to_change_frames/8a47a0-36eba0@github.com>
Subject: [quicwg/base-drafts] 36eba0: Remove extra word
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/7AXNHer8RE-7sGJinw4qrs_JlW0>
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: Fri, 08 Nov 2019 18:32:29 -0000

  Branch: refs/heads/http/hard_to_change_frames
  Home:   https://github.com/quicwg/base-drafts
  Commit: 36eba038a6b3e6216bd3532a2b3bc46e208c12f7
      https://github.com/quicwg/base-drafts/commit/36eba038a6b3e6216bd3532a2b3bc46e208c12f7
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Remove extra word



From nobody Fri Nov  8 10:32:38 2019
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 0C2F1120954 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:32:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 M07lx6Zf6xjn for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:32:35 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A4DB120950 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:32:35 -0800 (PST)
Date: Fri, 08 Nov 2019 10:32:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237954; bh=mVfpqdLnaEsSUosvLtBEaKTppntYzc0IebDHbeDapig=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xKqX517cYmXmPFJAx0WnxwR2yNL3DUYMM3WPJLNxEQTnq5/AeLue3GzSZMxnZi4UP xISo3dZlvWZM9XZg9CCU66ZMRpCSLHw3bNDHs6IrwJBsTRJI7tA9umX9lqysFeSlqT PWCSJObf56AUL4pn+ttBdew2yo6+s1rCgRceO1Fw=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3206/push/4251989439@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3206@github.com>
References: <quicwg/base-drafts/pull/3206@github.com>
Subject: Re: [quicwg/base-drafts] Recommend replacing, not changing, protocol components (#3206)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5b4c2ad9cb_4fdd3fc567ccd9602504bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cwQRi5QiR_YkRnfxmIARiP0Bm5M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 18:32:37 -0000

----==_mimepart_5dc5b4c2ad9cb_4fdd3fc567ccd9602504bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

36eba038a6b3e6216bd3532a2b3bc46e208c12f7  Remove extra word


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3206/files/8a47a06ce8c8337f47f5ed86f33532146210d907..36eba038a6b3e6216bd3532a2b3bc46e208c12f7

----==_mimepart_5dc5b4c2ad9cb_4fdd3fc567ccd9602504bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/36eba038a6b3e6216bd3532a2b3bc46e208c12f7">36eba03</a>  Remove extra word</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3206/files/8a47a06ce8c8337f47f5ed86f33532146210d907..36eba038a6b3e6216bd3532a2b3bc46e208c12f7?email_source=notifications&amp;email_token=AFTOJK7BQUSJHHPYEWNIIMLQSWWEFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TCOJYHE2DGOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3XMGR5GAKVUP2GZITQSWWEFANCNFSM4JK35XYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7A2NL56WOWYTFHNJTQSWWEFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TCOJYHE2DGOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3206/files/8a47a06ce8c8337f47f5ed86f33532146210d907..36eba038a6b3e6216bd3532a2b3bc46e208c12f7?email_source=notifications\u0026email_token=AFTOJK7BQUSJHHPYEWNIIMLQSWWEFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TCOJYHE2DGOI",
"url": "https://github.com/quicwg/base-drafts/pull/3206/files/8a47a06ce8c8337f47f5ed86f33532146210d907..36eba038a6b3e6216bd3532a2b3bc46e208c12f7?email_source=notifications\u0026email_token=AFTOJK7BQUSJHHPYEWNIIMLQSWWEFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TCOJYHE2DGOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5b4c2ad9cb_4fdd3fc567ccd9602504bf--


From nobody Fri Nov  8 10:33:23 2019
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 7D17C1209C5 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:33:21 -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 4JpQzdydlFbL for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 10:33:20 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04D4C12098D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 10:33:15 -0800 (PST)
Date: Fri, 08 Nov 2019 10:33:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573237994; bh=nBFOaFo3NUJMThao8VRWbS69LNkYQT8xc3jN4VSrlNw=; h=Date:From:To:Subject:From; b=K5dh4ZTOvBUXBrN654xv/M4hQ2HjKgn47nGpXuuEyIcNFJq0cGBUW/Uc0Fq78Kowa kQJrKVsY5WwAw8rvPXgzb9WHHGKwyp7t4gCT0dHvfZxsOBk40h5xciOg26TLUpRnKH ZLOAOA/f0bfzQlx8dbG07ucHFEjC+AyZUQtb7nyQ=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6f4231-3badef@github.com>
Subject: [quicwg/base-drafts] 3badef: Script updating gh-pages from 36eba038. [ci skip]
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/9xveulvaFpGFzazT0nEMqCEZiA4>
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: Fri, 08 Nov 2019 18:33:21 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3badef1ce1de30939497539894cc44c18a4ac7ed
      https://github.com/quicwg/base-drafts/commit/3badef1ce1de30939497539894cc44c18a4ac7ed
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M http/hard_to_change_frames/draft-ietf-quic-http.html
    M http/hard_to_change_frames/draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 36eba038. [ci skip]



From nobody Fri Nov  8 11:56:21 2019
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 02300120C92 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 11:56:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ny6wvlWs9oSZ for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 11:56:14 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 174F51200E3 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 11:56:14 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 44B8A6E14B8 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 11:56:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573242973; bh=xx5O89LtKqLsg4PUVKLdVAPW1BaP/JCH9FHbFVFwTv0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fTp3a5+KL/97RM1lebFEWzAyGxKDxQmYchgWJwZSILn7NxvPfMmlEhY1OoC3qppH7 aPnDOQ1CMzj/XDpgl0S4iSwksuevwXuPafoxkAuhaSy7YOF4GoLh7rx3I9KwEw2q+u x0QIPvscifrZGLnmphap8O9Ur5JdCwXJ/6seX4Dw=
Date: Fri, 08 Nov 2019 11:56:13 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6DSHPQ3GITNNZ5HEV32L5N3EVBNHHB6AIC6I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3207/review/314427005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3207@github.com>
References: <quicwg/base-drafts/pull/3207@github.com>
Subject: Re: [quicwg/base-drafts] Title-Case Titles (#3207)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5c85d35a17_22d03feb63acd9687810"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y3jdB_TLF0soLEfySKemM-jmzUo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 19:56:16 -0000

----==_mimepart_5dc5c85d35a17_22d03feb63acd9687810
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3207#pullrequestreview-314427005
----==_mimepart_5dc5c85d35a17_22d03feb63acd9687810
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications&amp;email_token=AFTOJK7UHEF5MOZDJHDN3MDQSW753A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK64M7I#pullrequestreview-314427005">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ4EKUEVPJ66UKDQLDQSW753ANCNFSM4JK4EDKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4U3BR4RDMC6IDW43LQSW753A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK64M7I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK7UHEF5MOZDJHDN3MDQSW753A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK64M7I#pullrequestreview-314427005",
"url": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK7UHEF5MOZDJHDN3MDQSW753A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK64M7I#pullrequestreview-314427005",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5c85d35a17_22d03feb63acd9687810--


From nobody Fri Nov  8 11:57:10 2019
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 D1DCF120C7E for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 11:57:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wYNroPQfj8bE for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 11:57:05 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D338120C89 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 11:57:05 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id D25916E172F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 11:57:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573243024; bh=ECuEKjDNu+KfoMTDm8ORP2tIbXG1JZMSdzMLLmEjGcA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BMn+Ebb8Hy6Uk6KAzfwlG+1AKlzz33MLdXmL5UJ3GKFgHzp7w9Kq2IgBhIBZV+P3H 902s0KVUxK7yzxwyK/nCosuUB1SZSPRbLSjy6A5tnoT5gXukGSMSL7o7wxceB9M2PO uxhe7C9qlhNTU20ivDULljJsOOd/xMGsek14P2RA=
Date: Fri, 08 Nov 2019 11:57:04 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3662QWD2GQBK2OEOV32L5RBEVBNHHB6AHR2I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3206/review/314427388@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3206@github.com>
References: <quicwg/base-drafts/pull/3206@github.com>
Subject: Re: [quicwg/base-drafts] Recommend replacing, not changing, protocol components (#3206)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5c890c2cca_e0e3fb83a2cd96876334"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J3nHQJHGtjCaZ4R3sCVdtLZJO4c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 19:57:09 -0000

----==_mimepart_5dc5c890c2cca_e0e3fb83a2cd96876334
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.



> @@ -1485,8 +1485,9 @@ requirement and SHOULD be treated as an error.
 Extensions that could change the semantics of existing protocol components MUST
 be negotiated before being used.  For example, an extension that changes the
 layout of the HEADERS frame cannot be used until the peer has given a positive
-signal that this is acceptable. In this case, it could also be necessary to
-coordinate when the revised layout comes into effect.
+signal that this is acceptable.  Coordinating when such a revised layout comes
+into effect could prove complex.  As such, allocating a new identifiers for

```suggestion
into effect could prove complex.  As such, allocating new identifiers for
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3206#pullrequestreview-314427388
----==_mimepart_5dc5c890c2cca_e0e3fb83a2cd96876334
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3206#discussi=
on_r344343031">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1485,8 +1485,9 @@ requirement and SHOU=
LD be treated as an error.=0D
 Extensions that could change the semantics of existing protocol componen=
ts MUST=0D
 be negotiated before being used.  For example, an extension that changes=
 the=0D
 layout of the HEADERS frame cannot be used until the peer has given a po=
sitive=0D
-signal that this is acceptable. In this case, it could also be necessary=
 to=0D
-coordinate when the revised layout comes into effect.=0D
+signal that this is acceptable.  Coordinating when such a revised layout=
 comes=0D
+into effect could prove complex.  As such, allocating a new identifiers =
for=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-into effect could prove complex.  As such, al=
locating a new identifiers for=0D
+into effect could prove complex.  As such, allocating new identifiers fo=
r=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3206?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK3CZZH4ELD3GIP52QLQSXABBA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK64P7A#pullrequestreview-314427388=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKYDE4PYBJZTSQV5DRTQSXABBANCNFSM4JK35XYA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKZOJGAY7RXD=
DYKVNATQSXABBA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCK64P7A.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3206?email_source=3D=
notifications\u0026email_token=3DAFTOJK3CZZH4ELD3GIP52QLQSXABBA5CNFSM4JK3=
5XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
K64P7A#pullrequestreview-314427388",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3206?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK3CZZH4ELD3GIP52QLQSXABBA5CNFSM4JK35X=
YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK6=
4P7A#pullrequestreview-314427388",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc5c890c2cca_e0e3fb83a2cd96876334--


From nobody Fri Nov  8 12:16:12 2019
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 5781212092C for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 12:16:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Oi7RxdHAkTB5 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 12:16:10 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1930B120905 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 12:16:10 -0800 (PST)
Date: Fri, 08 Nov 2019 12:16:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573244168; bh=GDNsvUM5Zkemsek/ZXudzwfZhW4nHHoEzl7N1JHXDFY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=uRrgLPJgsLBlqOWYBofH2UyapPnuXlHl3/TJunHp2uR3o2siwoiv20IvGqDwUpqB9 48omnniDtjizoVO0H6Osu7H/uzK3wmQRjOJ9e6BNP93pV0R3aXIcijYJyMIU7sDEWi Jia04hBmZvChw1agtBj1ZgD/IHPINsByC7f3kftA=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5BU4OZ7KYYTOOGSJN32L7YREVBNHHB6AOVTY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3209@github.com>
Subject: [quicwg/base-drafts] PING in all contexts (#3209)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5cd08e20dc_19643ff1ca0cd964949a3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_jJWyuz9zEDzHxaAp5H5O2M7Lag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 20:16:11 -0000

----==_mimepart_5dc5cd08e20dc_19643ff1ca0cd964949a3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

#3035 updated quic-tls but not quic-transport
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3209

-- Commit Summary --

  * PING in all contexts

-- File Changes --

    M draft-ietf-quic-transport.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3209.patch
https://github.com/quicwg/base-drafts/pull/3209.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3209

----==_mimepart_5dc5cd08e20dc_19643ff1ca0cd964949a3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493724325" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3035" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3035/hovercard" href="https://github.com/quicwg/base-drafts/pull/3035">#3035</a> updated quic-tls but not quic-transport</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3209'>https://github.com/quicwg/base-drafts/pull/3209</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>PING in all contexts</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3209/files#diff-0">draft-ietf-quic-transport.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3209.patch'>https://github.com/quicwg/base-drafts/pull/3209.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3209.diff'>https://github.com/quicwg/base-drafts/pull/3209.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications&amp;email_token=AFTOJK2RWSFI67PFEICEBW3QSXCIRA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYB2WPA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7NKGE2PZTTMWF2OETQSXCIRANCNFSM4JK6B7AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6SHF24WP3FG2E7AXLQSXCIRA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYB2WPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK2RWSFI67PFEICEBW3QSXCIRA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYB2WPA",
"url": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK2RWSFI67PFEICEBW3QSXCIRA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYB2WPA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5cd08e20dc_19643ff1ca0cd964949a3--


From nobody Fri Nov  8 12:35:33 2019
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 8874D120D1B for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 12:35:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1JJIHJhxnX43 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 12:35:29 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 959A51200E0 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 12:35:29 -0800 (PST)
Date: Fri, 08 Nov 2019 12:35:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573245328; bh=gAW0h0fYt8w3yP6R2BjtfMp26O+rA++xutGlcI98UHs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VA5Zefosedda1dILHob9lXu7JsuZMOVp3E/pQv967Vtz28jXtlKzHGQUPwXsYNw97 u1IKQiXqr9YnxWEr/cOZhnO/K3DRLDAy+IaljN7OTrVPf3mpR3FtmoAJi+qIM9YcTs mpHdu0UTvnLoNMkv+1LHHPfrwsqR5wIR2Htg2fVc=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK56W25PGE6C2RO667V32MCBBEVBNHHB6AI4HU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208/review/314445324@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3208@github.com>
References: <quicwg/base-drafts/pull/3208@github.com>
Subject: Re: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5d190a1120_4ea63f92024cd9602363e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4FaF90xGKTMbv9-t5REqCm_By9c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 20:35:32 -0000

----==_mimepart_5dc5d190a1120_4ea63f92024cd9602363e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RyanAtGoogle commented on this pull request.



> @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a

I know we try to avoid using QUIC transport level vocabulary in the HTTP/3 document, but I've tripped up on this language before and your change reminded me about it. When it says that the server may "abort reading the stream ... " and use "... H3_NO_ERROR" it *sounds* like it's trying to RST_STREAM the stream, but of course it's really just asking the peer to stop sending (via STOP_SENDING). Would it make sense to phrase this like:

When the server does not need to receive the remainder of the request, it MAY request that the client stop sending on the the request stream, send a complete response, and cleanly close the sending part of the stream.  The error code H3_NO_ERROR SHOULD be used when requesting that the client stop sending on the request stream.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208#pullrequestreview-314445324
----==_mimepart_5dc5d190a1120_4ea63f92024cd9602363e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@RyanAtGoogle</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3208#discussion_r344356106">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a
</pre>
<p>I know we try to avoid using QUIC transport level vocabulary in the HTTP/3 document, but I've tripped up on this language before and your change reminded me about it. When it says that the server may "abort reading the stream ... " and use "... H3_NO_ERROR" it <em>sounds</em> like it's trying to RST_STREAM the stream, but of course it's really just asking the peer to stop sending (via STOP_SENDING). Would it make sense to phrase this like:</p>
<p>When the server does not need to receive the remainder of the request, it MAY request that the client stop sending on the the request stream, send a complete response, and cleanly close the sending part of the stream.  The error code H3_NO_ERROR SHOULD be used when requesting that the client stop sending on the request stream.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications&amp;email_token=AFTOJKZ2QZ6NC33U5GKXSX3QSXERBA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7A4DA#pullrequestreview-314445324">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4BWDNHJRFZYQK3XXTQSXERBANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK23K3RBPZR5UDKQJXDQSXERBA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7A4DA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJKZ2QZ6NC33U5GKXSX3QSXERBA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7A4DA#pullrequestreview-314445324",
"url": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJKZ2QZ6NC33U5GKXSX3QSXERBA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7A4DA#pullrequestreview-314445324",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5d190a1120_4ea63f92024cd9602363e8--


From nobody Fri Nov  8 13:05:50 2019
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 EC9EF12084D for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:05:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 u9aBOXOoCugs for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:05:47 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E34B11200E0 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:05:46 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 170396A1C54 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:05:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573247146; bh=PDWUWOaZ/7BQ1XEgEQ4bUYFiY2JOjf7bQJObY360E0s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KjqCQcfzi8dWxveqbjprgwNmebR7Epti5T2GC9uzlqK1W/UzD3cJz7xBaw1XXwI7I qf1+qHX0c8DROpE+Ec7HArSnfhxyZeihCx5HMQyWzbCsYqAk9LHcNcQWxcf2mmNb7P edtAfg2eIOpD8xPErFaGdqBRsHEJADg9R/WMREPU=
Date: Fri, 08 Nov 2019 13:05:46 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYODWD3C76CS3VFWVF32MFSVEVBNHHB6AI4HU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208/review/314459400@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3208@github.com>
References: <quicwg/base-drafts/pull/3208@github.com>
Subject: Re: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5d8aa25e7_43c43f85764cd96c283179"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hSRp7OMijQKgxzt8_YKymQwM1DY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 21:05:49 -0000

----==_mimepart_5dc5d8aa25e7_43c43f85764cd96c283179
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a

The terminology is [in the transport spec](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.2.4), and one of the operations is:
> abort reading of the stream and request closure, possibly resulting in a STOP_SENDING frame (Section 19.5).

I think rephrasing the second sentence to try and improve the linkage would be good, though.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208#discussion_r344366314
----==_mimepart_5dc5d8aa25e7_43c43f85764cd96c283179
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3208#discussion_r344366314">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a
</pre>
<p>The terminology is <a href="https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#rfc.section.2.4" rel="nofollow">in the transport spec</a>, and one of the operations is:</p>
<blockquote>
<p>abort reading of the stream and request closure, possibly resulting in a STOP_SENDING frame (Section 19.5).</p>
</blockquote>
<p>I think rephrasing the second sentence to try and improve the linkage would be good, though.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications&amp;email_token=AFTOJK2F6YJDZB3O6IJTB7TQSXICVA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7EKCA#discussion_r344366314">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYQWPWL3NGUL5BTZOLQSXICVANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3X3NIVYVFSYORYRCLQSXICVA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7EKCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK2F6YJDZB3O6IJTB7TQSXICVA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7EKCA#discussion_r344366314",
"url": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK2F6YJDZB3O6IJTB7TQSXICVA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7EKCA#discussion_r344366314",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5d8aa25e7_43c43f85764cd96c283179--


From nobody Fri Nov  8 13:09:33 2019
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 6BABF1200E0 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:09:32 -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 l-JoI8Z2UmCh for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:09:31 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FE4D1200C1 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:09:31 -0800 (PST)
Date: Fri, 08 Nov 2019 13:09:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573247370; bh=EC2DdFo0SZMYhhNX/q4z+s07CDt/ES/SBddKXYLqFgc=; h=Date:From:To:Subject:From; b=norX+J7BRSDsprrKg+5E+bIKaC/nRrJCP68UzMMUZgT1DKs6qxUoamf+SDNSbbGDU 9CZ1JQsOSEkctxhoO5idoajPKuNSuPwe6823OThuKPgGQiDXv8HAKwH2BANPawq1t0 Q0u2SHuvozr4YUETOr5LIPtk0WpUqvjhQHCSdj6Q=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/early_response/6a72f4-f8efc9@github.com>
Subject: [quicwg/base-drafts] f8efc9: Clarify what the error code is for
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/WwzhyBkeT4TFo6vct7wIjGmcb6g>
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: Fri, 08 Nov 2019 21:09:32 -0000

  Branch: refs/heads/http/early_response
  Home:   https://github.com/quicwg/base-drafts
  Commit: f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54
      https://github.com/quicwg/base-drafts/commit/f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Clarify what the error code is for



From nobody Fri Nov  8 13:09:41 2019
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 56AE11200E0 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:09:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 u_JKMq86aPxn for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:09:39 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C64331200C1 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:09:38 -0800 (PST)
Date: Fri, 08 Nov 2019 13:09:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573247378; bh=d25QhxXdyxD8w0yynlqzgozjUyy9NKF/gMamAgg4U1U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JOPH/R5h2rQKU1K9F6aUckGeVnSlic5TjZCz8/kvrwl8NPppjjvcWM89cvj/yunpl xMokWyOgn6FHsWxa1ujuEodLmuJXt90xMubAAnEEez/g/bZLaj3Jz8fjg0+g1PSw+K 9qmZkR6do+1dnECJ/KCp2R/4uVnq9O5ITnD/o7lI=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208/push/4252522314@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3208@github.com>
References: <quicwg/base-drafts/pull/3208@github.com>
Subject: Re: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5d992129bc_4c723fb7534cd96c225139"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KXnZEQtZ5px-j1EGx4czv4-L7-w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 21:09:40 -0000

----==_mimepart_5dc5d992129bc_4c723fb7534cd96c225139
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54  Clarify what the error code is for


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208/files/6a72f4259942e5b84906277bc38bff550b5b9c0e..f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54

----==_mimepart_5dc5d992129bc_4c723fb7534cd96c225139
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54">f8efc92</a>  Clarify what the error code is for</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3208/files/6a72f4259942e5b84906277bc38bff550b5b9c0e..f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54?email_source=notifications&amp;email_token=AFTOJK2ELTSRTGOYDTZYGJ3QSXIRFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBQGIYTKOCQOVZWQIZUGI2TENJSGIZTCNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7Z6Z66MP44EZNZFVDQSXIRFANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6VUZDFH53VAGCCZU3QSXIRFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBQGIYTKOCQOVZWQIZUGI2TENJSGIZTCNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208/files/6a72f4259942e5b84906277bc38bff550b5b9c0e..f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54?email_source=notifications\u0026email_token=AFTOJK2ELTSRTGOYDTZYGJ3QSXIRFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBQGIYTKOCQOVZWQIZUGI2TENJSGIZTCNA",
"url": "https://github.com/quicwg/base-drafts/pull/3208/files/6a72f4259942e5b84906277bc38bff550b5b9c0e..f8efc92d9c63ee3180b9e2a3fa5f190c46fdcc54?email_source=notifications\u0026email_token=AFTOJK2ELTSRTGOYDTZYGJ3QSXIRFA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBQGIYTKOCQOVZWQIZUGI2TENJSGIZTCNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5d992129bc_4c723fb7534cd96c225139--


From nobody Fri Nov  8 13:10:14 2019
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 84D771200C1 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:10:13 -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 a58Jubv6ip4F for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:10:11 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 206F8120044 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:10:11 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id EB56D120FE2 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:10:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573247410; bh=VZsbh887uDSSi9/YVGveSlOXaPIKOJHpZk+zmTgfUOY=; h=Date:From:To:Subject:From; b=OHeUUyRNgZSOjGaRUwPJABFQWWEj1NUfglBcc5ZfwzJ8FCuA8EbJGW3O1lib17qoB ZiCA5uOJd5fF9rXTsK52I85jPaxQnrs4wAy4XXTx3aVk9zHu3Ncv0sALduzYuzM0qu ibXUsGD8sM5GcNkQa6kZn/3uBKre4fEJP+bPT8qA=
Date: Fri, 08 Nov 2019 13:10:09 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/3badef-46d04c@github.com>
Subject: [quicwg/base-drafts] 46d04c: Script updating gh-pages from f8efc92d. [ci skip]
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/osAlYir-lAGrvTGwDY55qDJQKAg>
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: Fri, 08 Nov 2019 21:10:14 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 46d04c602716c0678c1c3126339f3b0223adf5de
      https://github.com/quicwg/base-drafts/commit/46d04c602716c0678c1c3126339f3b0223adf5de
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M http/early_response/draft-ietf-quic-http.html
    M http/early_response/draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from f8efc92d. [ci skip]



From nobody Fri Nov  8 13:27:56 2019
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 B7D15120932 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:27:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sxJg8qI9GuUG for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:27:52 -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 CF540120931 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:27:23 -0800 (PST)
Date: Fri, 08 Nov 2019 13:27:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573248442; bh=pBBCIUD23m2KCQMRvDWp293QBtamQnMA1OE/fo/zRug=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zM2rQueJUQt7MTulF9UQ4z4l/Vt7RfSSoJ6VY8iBtAwZKVY+bM4FGWbqAaIaXX1ZJ UJhDXwizQpRfETNj/bK/G5VmhtAX+b3mWLcJnoy1dD3lraSC1a1CwODNbjw5gJ2NpH a8gApjHYlY+LL24IWwZCAGWrEODuO69tL4x7f9aw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK26TSRWL3UTUJWT2P532MIDVEVBNHHB6AOVTY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3209/review/314469100@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3209@github.com>
References: <quicwg/base-drafts/pull/3209@github.com>
Subject: Re: [quicwg/base-drafts] PING in all contexts (#3209)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5ddbaa05c8_557f3ff8e9acd95c62179"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7bF1SKIeBxgnGXp9cM6WmfscLao>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 21:27:55 -0000

----==_mimepart_5dc5ddbaa05c8_557f3ff8e9acd95c62179
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Thanks for catching this



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3209#pullrequestreview-314469100
----==_mimepart_5dc5ddbaa05c8_557f3ff8e9acd95c62179
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Thanks for catching this</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications&amp;email_token=AFTOJKYRA3JFZR2KWCNBNYLQSXKTVA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7GV3A#pullrequestreview-314469100">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7SA34ULVQXGJDFZNTQSXKTVANCNFSM4JK6B7AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYJVS5RIMUPRD665WDQSXKTVA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7GV3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJKYRA3JFZR2KWCNBNYLQSXKTVA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7GV3A#pullrequestreview-314469100",
"url": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJKYRA3JFZR2KWCNBNYLQSXKTVA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7GV3A#pullrequestreview-314469100",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5ddbaa05c8_557f3ff8e9acd95c62179--


From nobody Fri Nov  8 13:34:35 2019
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 0DB4912084D for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:34:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 albq-rdQvyTq for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 13:34:32 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9EFCF120255 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 13:34:32 -0800 (PST)
Date: Fri, 08 Nov 2019 13:34:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573248871; bh=dHrH/qCDp9sRJu5o5v6rFlZw26ufsbVp+cI3cBVg75s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=w5mHfR/g3uG54dBhc2Jo2GeLRKlKOs3WlZuDUbRe2vsKGKtsavhRR3k7iBxUHFpp9 lG78aE9b0IrcysLuJKKST6IbFTlCGYptuMKl36VJmOow+KnPnQTuDJeT2HoBze1BX1 FhTH/ifMEaaFsuY7T6YukBBmK5bbcCuJ5Z1C4jE4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3209/push/4252600613@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3209@github.com>
References: <quicwg/base-drafts/pull/3209@github.com>
Subject: Re: [quicwg/base-drafts] PING in all contexts (#3209)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5df67ce19e_4f1a3f9cc46cd9648979e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/htd_SdiMUqIVB_IHCzV0JbVcyzM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 21:34:34 -0000

----==_mimepart_5dc5df67ce19e_4f1a3f9cc46cd9648979e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinduke pushed 1 commit.

933fecd83d04360bb9a544e62193c712c80987e5  Wrapped line


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3209/files/062c47ffba1b94e8e82d2abfe9e672cb056be68c..933fecd83d04360bb9a544e62193c712c80987e5

----==_mimepart_5dc5df67ce19e_4f1a3f9cc46cd9648979e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinduke" class="user-mention">@martinduke</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/933fecd83d04360bb9a544e62193c712c80987e5">933fecd</a>  Wrapped line</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3209/files/062c47ffba1b94e8e82d2abfe9e672cb056be68c..933fecd83d04360bb9a544e62193c712c80987e5?email_source=notifications&amp;email_token=AFTOJK2J5HDJ66IEZ5IL5ULQSXLOPA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBUGE4TCMSQOVZWQIZUGI2TENRQGA3DCMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5C2JKD2Y2FMFQSKA3QSXLOPANCNFSM4JK6B7AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4U6E5XAR2Y7B3PRXDQSXLOPA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBUGE4TCMSQOVZWQIZUGI2TENRQGA3DCMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3209/files/062c47ffba1b94e8e82d2abfe9e672cb056be68c..933fecd83d04360bb9a544e62193c712c80987e5?email_source=notifications\u0026email_token=AFTOJK2J5HDJ66IEZ5IL5ULQSXLOPA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBUGE4TCMSQOVZWQIZUGI2TENRQGA3DCMY",
"url": "https://github.com/quicwg/base-drafts/pull/3209/files/062c47ffba1b94e8e82d2abfe9e672cb056be68c..933fecd83d04360bb9a544e62193c712c80987e5?email_source=notifications\u0026email_token=AFTOJK2J5HDJ66IEZ5IL5ULQSXLOPA5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQOBUGE4TCMSQOVZWQIZUGI2TENRQGA3DCMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc5df67ce19e_4f1a3f9cc46cd9648979e--


From nobody Fri Nov  8 14:41:49 2019
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 A24EF120072 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 14:41:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Zj26j1tf_Ezr for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 14:41:46 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB48E120025 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 14:41:45 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id CC9842C123F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 14:41:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573252904; bh=MoLAEQQioHrN6mwiqAaaOnhbb9AO40WNBDMFxs4K+Qo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zlad7/pTdj8cD1AJy8LIRSGd1qBqSLpo5my6LFeCaNtO7191/QR1PXxpBac8Xxjrn M2vZzPNDYWW/hBAKiytqOyrm2CgOzayEjZ45K0HUoz0JIsgowqIP4fO9E2NSDMMzc7 xOo5Y2LAC8v4v3SUIRc7RfZncSin/Qst5s+Z4lq0=
Date: Fri, 08 Nov 2019 14:41:44 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYBZUX3KV6MQJC6IKF32MQ2REVBNHHB6AI4HU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208/review/314498030@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3208@github.com>
References: <quicwg/base-drafts/pull/3208@github.com>
Subject: Re: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5ef28be1fa_4d613fd59cecd964141946"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5CcTSkt5umItAK51KcXEX0NO7h0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 22:41:48 -0000

----==_mimepart_5dc5ef28be1fa_4d613fd59cecd964141946
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RyanAtGoogle commented on this pull request.



> @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a

Looks great!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208#discussion_r344394860
----==_mimepart_5dc5ef28be1fa_4d613fd59cecd964141946
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@RyanAtGoogle</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3208#discussion_r344394860">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -424,13 +424,14 @@ H3_REQUEST_INCOMPLETE.
 A server can send a complete response prior to the client sending an entire
 request if the response does not depend on any portion of the request that has
 not been sent and received. When the server does not need to receive the
-remainder of the request, it MAY abort reading the request stream with error
-code H3_EARLY_RESPONSE, send a complete response, and cleanly close the
-sending part of the stream. Clients MUST NOT discard complete responses as a
-result of having their request terminated abruptly, though clients can always
-discard responses at their discretion for other reasons.  If the server sends a
-partial or complete response but does not abort reading, clients SHOULD continue
-sending the body of the request and close the stream normally.
+remainder of the request, it MAY abort reading the request stream, send a
</pre>
<p>Looks great!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications&amp;email_token=AFTOJK6NLQOWKFGTHZVB2ALQSXTKRA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7NX3Q#discussion_r344394860">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2LCFRNFDAYTAXTJLLQSXTKRANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7ZIOE6JC22IRVDBITQSXTKRA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7NX3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK6NLQOWKFGTHZVB2ALQSXTKRA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7NX3Q#discussion_r344394860",
"url": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK6NLQOWKFGTHZVB2ALQSXTKRA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7NX3Q#discussion_r344394860",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5ef28be1fa_4d613fd59cecd964141946--


From nobody Fri Nov  8 14:44:41 2019
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 013F6120025 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 14:44:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NSEejLjEgXXp for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 14:44:38 -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 1D916120072 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 14:44:38 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 370C88C0032 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 14:44:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573253077; bh=/jAmolVicccVKG84L9ARdBwrl2i0AwHK5xSxy/lbAjE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=F7YM4ghAaNcywa3+q17sHR2wfKqszi2c+6Swjd+Dx7z+5NoSQSVHt0TAAIkXddmvm 6q4GjKhK6Y4tBSivDFJT1kzqJgxUDC9o+b0yerx89N5vzlTQHYkaZzzH5jSnUt/SAm M+zj1ygo/W3FVe1ZJgAb7O56sOKJnf/FPhmphCIk=
Date: Fri, 08 Nov 2019 14:44:37 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4JWXK6H5DO3D7V7AF32MRFLEVBNHHB6AI4HU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3208/review/314498961@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3208@github.com>
References: <quicwg/base-drafts/pull/3208@github.com>
Subject: Re: [quicwg/base-drafts] Recommend H3_NO_ERROR for early responses (#3208)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc5efd528335_3b0c3feab7ecd95c3274bc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FhvW5xVxvko4kJm0FzHV-wdpFiI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 08 Nov 2019 22:44:40 -0000

----==_mimepart_5dc5efd528335_3b0c3feab7ecd95c3274bc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3208#pullrequestreview-314498961
----==_mimepart_5dc5efd528335_3b0c3feab7ecd95c3274bc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications&amp;email_token=AFTOJK532QTGH23P3PZ7XY3QSXTVLA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7N7EI#pullrequestreview-314498961">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XGS7N6SRCVEUCLVTQSXTVLANCNFSM4JK4M6KQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYUBMEBSO7KLPJM4NDQSXTVLA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7N7EI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK532QTGH23P3PZ7XY3QSXTVLA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7N7EI#pullrequestreview-314498961",
"url": "https://github.com/quicwg/base-drafts/pull/3208?email_source=notifications\u0026email_token=AFTOJK532QTGH23P3PZ7XY3QSXTVLA5CNFSM4JK4M6K2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7N7EI#pullrequestreview-314498961",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc5efd528335_3b0c3feab7ecd95c3274bc--


From nobody Fri Nov  8 17:45:11 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 A34F7120145 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 17:45:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.454
X-Spam-Level: 
X-Spam-Status: No, score=-1.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 QIaa-_KKZoPD for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 17:45:06 -0800 (PST)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (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 D03FC120108 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 17:45:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=gxhpdMDcismSp8t8xM0pKiEOylTosf9wHbUY78evYb8=; b= aGsIJPf+tXwV0DCn+59yntb2t8OkzFhHxVD+BfXp5ex+DwRllzktwYJ7WTLF6uQJ 95jKCIXJrc7mPh1CD+DdaMsApTo+izGCSC73jK7eamYsAv68wFJPefks5KOX+UvP TlcNM83jK42BlK3Ahw9BX/00rBuwdoaCUWBpqXGLO4E=
Received: by filter1759p1mdw1.sendgrid.net with SMTP id filter1759p1mdw1-30597-5DC61894-1 2019-11-09 01:38:28.116061645 +0000 UTC m=+286310.198441846
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) by ismtpd0017p1iad2.sendgrid.net (SG) with ESMTP id fLmIxlaYQ6mPY3LrmIB5Nw for <quic-issues@ietf.org>; Sat, 09 Nov 2019 01:38:28.015 +0000 (UTC)
Date: Sat, 09 Nov 2019 01:38:28 +0000 (UTC)
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3B5H6VNUTHZRAOM5V32NFQ5EVBNHHB6A2SMU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3210@github.com>
Subject: [quicwg/base-drafts] 3.1.3 loss epoch (#3210)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc6188ea3bf4_3ecc3fdf314cd95c1551db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3ccwdmRpfRzvmsU1Kdnt03ksuT6tzgPVb9VF kn4cEVBsPsmXYso5kOP02H0gLJ+Zri3pjL/7H0zYhR3otpQ1N/mW8jaVxfqfrqC5XWCLcEh3D5kXgQ tQLsbrGeeCuN2XHN3ZDy85jvmNqvHxCXbzVZSmcU7aEGwQhjlpsB6p1jwvlDiLUytmDi3kO8/vFeT9 o=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/onBVmOZuGc99XGIVAI0jx2ieXH4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 09 Nov 2019 01:45:09 -0000

----==_mimepart_5dc6188ea3bf4_3ecc3fdf314cd95c1551db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> QUIC ends a loss epoch when a packet sent after loss is declared is acknowledged. 

I believe there's an extra "is".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3210
----==_mimepart_5dc6188ea3bf4_3ecc3fdf314cd95c1551db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>QUIC ends a loss epoch when a packet sent after loss is declared is acknowledged.</p>
</blockquote>
<p>I believe there's an extra "is".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications&amp;email_token=AFTOJK4E22JMRQAR4PRWF3TQSYIA5A5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYDKJSQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYWAVIA25XTD7ZTRJ3QSYIA5ANCNFSM4JLBW2YQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4TNCI3WRGO2MCJ5B3QSYIA5A5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYDKJSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK4E22JMRQAR4PRWF3TQSYIA5A5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYDKJSQ",
"url": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK4E22JMRQAR4PRWF3TQSYIA5A5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYDKJSQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc6188ea3bf4_3ecc3fdf314cd95c1551db--


From nobody Fri Nov  8 18:15:21 2019
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 6C9D2120108 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 18:15:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nSiuMorMnPDm for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 18:15:19 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2B1412011F for <quic-issues@ietf.org>; Fri,  8 Nov 2019 18:15:18 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id E62EA5207DC for <quic-issues@ietf.org>; Fri,  8 Nov 2019 18:15:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573265717; bh=ToNRzPtbZ7pMqcYZkxuO2PpfoL6GSXnxzH0kugfoMq4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nFJ9Wcib5msKGyeMdBkViLHvTVdhOqQFzbu2pWD0EnpMtNlHWl8rAhEyp+hCjeOTb P/djl3naic5yEQHAn6zxwKuxwgkVfS1cXGQxaXzf9lXinoa7dpnD+9pA0vcEBUHS5/ 7Jt3m1pwpmWWWKvWzBiUpo+fM1J3HRpB3GDIu3ko=
Date: Fri, 08 Nov 2019 18:15:17 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7NXVUCBMN6SR2UN3532NJ3LEVBNHHB6A2SMU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3210/552055966@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3210@github.com>
References: <quicwg/base-drafts/issues/3210@github.com>
Subject: Re: [quicwg/base-drafts] 3.1.3 loss epoch (#3210)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc62135d2cf6_13783fd03d8cd96015574c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bJL8b9oncuAJ0RmC78j-Ij_weFc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 09 Nov 2019 02:15:20 -0000

----==_mimepart_5dc62135d2cf6_13783fd03d8cd96015574c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Can you write a PR?  Removing either 'is' doesn't read well to me, but I suspect a sentence rewrite could be an improvement.

ie: "A loss epoch ends when a packet sent after loss is first declared is acknowledged."?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3210#issuecomment-552055966
----==_mimepart_5dc62135d2cf6_13783fd03d8cd96015574c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Can you write a PR?  Removing either 'is' doesn't read well to me, but I suspect a sentence rewrite could be an improvement.</p>
<p>ie: "A loss epoch ends when a packet sent after loss is first declared is acknowledged."?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications&amp;email_token=AFTOJK3L37QZ4VQ5QXHHWHDQSYMLLA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT3JHQ#issuecomment-552055966">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWMSGMWCFO6KYL7LTQSYMLLANCNFSM4JLBW2YQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3JUDEUWHGPEAOCFG3QSYMLLA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT3JHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK3L37QZ4VQ5QXHHWHDQSYMLLA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT3JHQ#issuecomment-552055966",
"url": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK3L37QZ4VQ5QXHHWHDQSYMLLA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT3JHQ#issuecomment-552055966",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc62135d2cf6_13783fd03d8cd96015574c--


From nobody Fri Nov  8 19:20:49 2019
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 0648412011F for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 19:20:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4_mUUPTr7eg2 for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 19:20:47 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 42CBD120018 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 19:20:47 -0800 (PST)
Date: Fri, 08 Nov 2019 19:20:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573269646; bh=SjNCFZQuUr1QYboOQp1P74aaKkqtNyee5IYKYPgW0ow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bomEFCP8fBXIUAn9CvLA+F4+VK0Vmk1ZwXImSMd0r+0x7EsdayvaCE6xRijMnk9W5 a4qmTls3/x31CuJaL8yjUVx06bIGALqiUyMRE5h5kB4dwfP+AvAn1PtAgxCWx3KsbI AS7za04Ln8xqKRJmJZslFlclIVU2SzDCf3myj4YQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5BAWAY4KSUJS4CBGF32NRQ5EVBNHHB6AOVTY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3209/review/314538156@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3209@github.com>
References: <quicwg/base-drafts/pull/3209@github.com>
Subject: Re: [quicwg/base-drafts] PING in all contexts (#3209)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc6308e8728a_2a6f3f82370cd96c1585de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qbb6Ce1YZOwC-H0XxbLM8gBrElU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 09 Nov 2019 03:20:49 -0000

----==_mimepart_5dc6308e8728a_2a6f3f82370cd96c1585de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3209#pullrequestreview-314538156
----==_mimepart_5dc6308e8728a_2a6f3f82370cd96c1585de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications&amp;email_token=AFTOJK7ZZYHBUDU2HOFIZCDQSYUA5A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7XRLA#pullrequestreview-314538156">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2LLYQI73H6CEJSKB3QSYUA5ANCNFSM4JK6B7AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HHMYXO57CP3BZEDTQSYUA5A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7XRLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK7ZZYHBUDU2HOFIZCDQSYUA5A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7XRLA#pullrequestreview-314538156",
"url": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK7ZZYHBUDU2HOFIZCDQSYUA5A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7XRLA#pullrequestreview-314538156",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc6308e8728a_2a6f3f82370cd96c1585de--


From nobody Fri Nov  8 23:05:36 2019
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 2423612081E for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 23:05:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YJdVrj8JBALE for <quic-issues@ietfa.amsl.com>; Fri,  8 Nov 2019 23:05:31 -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 B352712004D for <quic-issues@ietf.org>; Fri,  8 Nov 2019 23:05:31 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id C90398C0545 for <quic-issues@ietf.org>; Fri,  8 Nov 2019 23:05:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573283130; bh=zmxn+WboE55f1oihEi6+OlaVBDNhtZppCf8msrluPO4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=04mS4ikHrGBklKXBmiGoFGpU1dbGQ2nfGuy4bT19hoCRDg8BsqafdcJoEqteyXDDl RVVCkROv5lF4gfa5YQSE4/Y14lwXkUFXFz1ALxE0P23FKMYjMKI7WV9ghan2a+/ru8 y3M7AN6+QsPCghHSUmF5kGWg+TlOqU3C3oba04NM=
Date: Fri, 08 Nov 2019 23:05:30 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3DNAOPPMKJCVUTVE532OL3VEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/314544859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc6653ab9ad5_4bd63fcdb1ecd95c327155"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/19foDD_NIyksvLLgEfFjWvgx4F8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 09 Nov 2019 07:05:34 -0000

----==_mimepart_5dc6653ab9ad5_4bd63fcdb1ecd95c327155
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

We're requiring other limit checks (e.g. for STREAM_LIMIT_ERROR and for FLOW_CONTROL_ERROR), so I'd prefer to keep this a requirement as well.

I don't think dropping should be regarded as acceptable behavior (although you can't prevent implementations from doing it), since a CID issued by an endpoint consumes state on that endpoint as well.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r344432267
----==_mimepart_5dc6653ab9ad5_4bd63fcdb1ecd95c327155
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r344432267">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>We're requiring other limit checks (e.g. for STREAM_LIMIT_ERROR and for FLOW_CONTROL_ERROR), so I'd prefer to keep this a requirement as well.</p>
<p>I don't think dropping should be regarded as acceptable behavior (although you can't prevent implementations from doing it), since a CID issued by an endpoint consumes state on that endpoint as well.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKZY5NJPNSXVABZBNXLQSZOLVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7ZFWY#discussion_r344432267">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZG4NPUXXJQ2UPQY23QSZOLVANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ZNKTJWY3QPNOFV53QSZOLVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7ZFWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZY5NJPNSXVABZBNXLQSZOLVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7ZFWY#discussion_r344432267",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKZY5NJPNSXVABZBNXLQSZOLVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCK7ZFWY#discussion_r344432267",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc6653ab9ad5_4bd63fcdb1ecd95c327155--


From nobody Sun Nov 10 04:18:42 2019
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 758821200A1 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 04:18:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Zfgww3qGykki for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 04:18:39 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32530120086 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 04:18:39 -0800 (PST)
Date: Sun, 10 Nov 2019 04:18:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573388318; bh=rry1/CmerKQUPjkVSV1jx9hwoB4QP4+P5zhRsZ0vohQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZG2o/9Ru0HzvfzVkWIIt6yhMtjhhBHQPm48+yfXiVMP6FEd7RLddxB+HDYUlJwAC6 enn82oZumRy0uTxw9aTKPTfFmcXOV8fXnggDPk2lmAR0xAmkBo+E0DwyE6rDy8lZv2 OTCk6qDThgZ1Xo1jLoxDnOoAjPO4VOzjT8jLPcts=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4XKDTNS2YWDVZAEYN32UZJ5EVBNHHB6AIC6I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3207/review/314608650@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3207@github.com>
References: <quicwg/base-drafts/pull/3207@github.com>
Subject: Re: [quicwg/base-drafts] Title-Case Titles (#3207)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8001e26cdb_10513f9b8dccd964756021"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SENi8WuTNto13MmDwRmefZT2HJo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 10 Nov 2019 12:18:40 -0000

----==_mimepart_5dc8001e26cdb_10513f9b8dccd964756021
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3207#pullrequestreview-314608650
----==_mimepart_5dc8001e26cdb_10513f9b8dccd964756021
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications&amp;email_token=AFTOJK32Q2EIPWJUXG3FIKLQS73Z5A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAIYCQ#pullrequestreview-314608650">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK22LNCKYBDQVMLLJ3LQS73Z5ANCNFSM4JK4EDKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6NUREAGVMS7DRO7GTQS73Z5A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAIYCQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK32Q2EIPWJUXG3FIKLQS73Z5A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAIYCQ#pullrequestreview-314608650",
"url": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK32Q2EIPWJUXG3FIKLQS73Z5A5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAIYCQ#pullrequestreview-314608650",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8001e26cdb_10513f9b8dccd964756021--


From nobody Sun Nov 10 13:54:20 2019
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 2C89B12008D for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 13:54:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yW6vfzdiylmf for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 13:54:17 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AFC40120020 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 13:54:17 -0800 (PST)
Date: Sun, 10 Nov 2019 13:54:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573422856; bh=ywlWT5HW7eHQDNMnlBAPsgCWZPhgmg+cXJOAqTP/ZSA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ojJVphQiVuZWZji6Fazn3BOIUqBidwV4V+4Mr/NlZPu0MVtQyEIIgLZD4bVXOBnz1 z/xKJZluLDXMEYWyVs0cpjoy5MTKTWwR8RNDxHkrHhAzACxyRiV+kcI7OlRdaHfPw/ DMAS69Bh90BZNOG4wMpyQSPdBnuuwvyfZOo+39Zo=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPFZUYPORCS3GS7UF32W4YREVBNHHB6A2SMU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3210/552238738@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3210@github.com>
References: <quicwg/base-drafts/issues/3210@github.com>
Subject: Re: [quicwg/base-drafts] 3.1.3 loss epoch (#3210)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc887081aeb3_77a23fea1a0cd96c10455c2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IekhoDjmH9vrE_NQdqCOOF-mlTE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 10 Nov 2019 21:54:19 -0000

----==_mimepart_5dc887081aeb3_77a23fea1a0cd96c10455c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree a rewrite would be better.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3210#issuecomment-552238738
----==_mimepart_5dc887081aeb3_77a23fea1a0cd96c10455c2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree a rewrite would be better.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications&amp;email_token=AFTOJK7ILO2JDZZCILKLGADQTB7IRA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVH5EQ#issuecomment-552238738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZGOKTY2WSTY7ADPK3QTB7IRANCNFSM4JLBW2YQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5WS4MMZMKM4XJKVS3QTB7IRA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVH5EQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK7ILO2JDZZCILKLGADQTB7IRA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVH5EQ#issuecomment-552238738",
"url": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK7ILO2JDZZCILKLGADQTB7IRA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVH5EQ#issuecomment-552238738",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc887081aeb3_77a23fea1a0cd96c10455c2--


From nobody Sun Nov 10 14:07:23 2019
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 6C5421200D8 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 14:07:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P-inTu5DFOzm for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 14:07:21 -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 243031200B5 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 14:07:21 -0800 (PST)
Date: Sun, 10 Nov 2019 14:07:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573423640; bh=vEu2+CYjlZysOXcc1wHRp4Z8uzFr7uMQQS0RURYJBVY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=k5zYRn0zz5jW30qj8iIclirbtPDQ3D+QBD78ejXeDr56io4WpFq9R1JnPC6RsEiF1 OAoGeVeHBa2+coI5SodO7LaemCJVo9jJKbK/oy8uhKVywCzSsPG9yGkbd9dcMoEz0D vxt8sItydJ1zeRT562LqtIl2p0NwiTIRp4TX+eTU=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3EMYFMP2BTE7Z7ZZV32W6JREVBNHHB6CFZEY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3211@github.com>
Subject: [quicwg/base-drafts] Remove SHOULD for advice to pre-generate KeyUpdate (#3211)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc88a183adb5_10be3ff327acd9601414429"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/51Vp77BU_BtqxSvICjINKxdC0Nw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 10 Nov 2019 22:07:22 -0000

----==_mimepart_5dc88a183adb5_10be3ff327acd9601414429
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The process of creating new packet protection keys for receiving packets could
> reveal that a key update has occurred.  An endpoint MAY perform this process as
> part of packet processing, but this creates a timing signal that can be used by
> an attacker to learn when key updates happen and thus the value of the Key Phase
> bit in certain packets.  Endpoints SHOULD instead defer the creation of the next
> set of receive packet protection keys until some time after a key update
> completes, up to three times the PTO; see {{old-keys-recv}}.

I don't believe we had consensus on this -- and there was considerable debate in YUL. It just got pulled in as part of a big PR. 

This is a significantly more complicated mechanism than just generating as needed, and I haven't yet seen any real security analysis.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3211
----==_mimepart_5dc88a183adb5_10be3ff327acd9601414429
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The process of creating new packet protection keys for receiving packets could<br>
reveal that a key update has occurred.  An endpoint MAY perform this process as<br>
part of packet processing, but this creates a timing signal that can be used by<br>
an attacker to learn when key updates happen and thus the value of the Key Phase<br>
bit in certain packets.  Endpoints SHOULD instead defer the creation of the next<br>
set of receive packet protection keys until some time after a key update<br>
completes, up to three times the PTO; see {{old-keys-recv}}.</p>
</blockquote>
<p>I don't believe we had consensus on this -- and there was considerable debate in YUL. It just got pulled in as part of a big PR.</p>
<p>This is a significantly more complicated mechanism than just generating as needed, and I haven't yet seen any real security analysis.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications&amp;email_token=AFTOJK6NWOPZLLZ2OBCUW33QTCAZRA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIXETA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4UL3GXY3SHVM7Q2SLQTCAZRANCNFSM4JLOP3YA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK62M3FVEG5OJJFKZVTQTCAZRA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIXETA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK6NWOPZLLZ2OBCUW33QTCAZRA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIXETA",
"url": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK6NWOPZLLZ2OBCUW33QTCAZRA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIXETA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc88a183adb5_10be3ff327acd9601414429--


From nobody Sun Nov 10 14:41:10 2019
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 A438D120115 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 14:41:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6fZmtHobV7H2 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 14:41:06 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCD4B120044 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 14:41:06 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id E928C1C0507 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 14:41:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573425665; bh=L4R/2fRYeI5GyZdwmSs9wnwZ2I9iMW/7uQsP+TdapPc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ooRX2zclkjibH56avsAVc6giim3dW5Pp5jlx2/Hhtd7csAcYI5uduEwRmNFVWbZ0q 6n3br1G8hhKoNS34FF8zjL7zZpMNvfuMPLnO+SgOrbPkkT2YHalO2enywSV5JNnicJ hqTYAdPnDE7yagPqJJ51YBNwGNOrcEsVESsLW844=
Date: Sun, 10 Nov 2019 14:41:05 -0800
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2Y6YJZJG3467CB2CN32XCIDEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212@github.com>
Subject: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc89201dace2_36aa3fbe58ecd96013530c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FBD0gNlXB-yv-E_CwBJlLt8weeo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 10 Nov 2019 22:41:09 -0000

----==_mimepart_5dc89201dace2_36aa3fbe58ecd96013530c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

S 6.1 Says

   An endpoint MUST NOT initiate a key update prior to having confirmed
   the handshake (Section 4.1.2).  An endpoint MUST NOT initiate a
   subsequent key update prior unless it has received an acknowledgment
   for a packet that was sent protected with keys from the current key
   phase.

However, I believe that the requirement to have confirmed the
handshake is redundant. As a reminder, the conditions under which the
handshake is confirmed are:

   (1) the handshake is complete, and
   (2) the endpoint has received an acknowledgment for a
       packet sent with 1-RTT keys

1. On the client side, the 1-RTT keys aren't available until the handshake
   is complete, so it's not possible to send 1-RTT packet and therefore
   not possible to have them ACKed.

2. On the server side, the 1-RTT keys are available before the handshake
   is complete, but because the server is forbidden from reading any
   1-RTT data before processing CFIN (S 5.6), it *also* cannot have
   received an acknowledgement for a packet sent with 1-RTT keys.

In other words, condition (2) implies condition (1), no?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212
----==_mimepart_5dc89201dace2_36aa3fbe58ecd96013530c4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>S 6.1 Says</p>
<p>An endpoint MUST NOT initiate a key update prior to having confirmed<br>
the handshake (Section 4.1.2).  An endpoint MUST NOT initiate a<br>
subsequent key update prior unless it has received an acknowledgment<br>
for a packet that was sent protected with keys from the current key<br>
phase.</p>
<p>However, I believe that the requirement to have confirmed the<br>
handshake is redundant. As a reminder, the conditions under which the<br>
handshake is confirmed are:</p>
<p>(1) the handshake is complete, and<br>
(2) the endpoint has received an acknowledgment for a<br>
packet sent with 1-RTT keys</p>
<ol>
<li>
<p>On the client side, the 1-RTT keys aren't available until the handshake<br>
is complete, so it's not possible to send 1-RTT packet and therefore<br>
not possible to have them ACKed.</p>
</li>
<li>
<p>On the server side, the 1-RTT keys are available before the handshake<br>
is complete, but because the server is forbidden from reading any<br>
1-RTT data before processing CFIN (S 5.6), it <em>also</em> cannot have<br>
received an acknowledgement for a packet sent with 1-RTT keys.</p>
</li>
</ol>
<p>In other words, condition (2) implies condition (1), no?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJK34HOMCZWXUWQBTOQDQTCEYDA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIZDEA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3OXJAZZWYPZJQ4PMTQTCEYDANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK473AUXOI3LYNNKFLTQTCEYDA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIZDEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK34HOMCZWXUWQBTOQDQTCEYDA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIZDEA",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK34HOMCZWXUWQBTOQDQTCEYDA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYIZDEA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc89201dace2_36aa3fbe58ecd96013530c4--


From nobody Sun Nov 10 16:19:29 2019
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 BD484120116 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:19:27 -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 ghNfOFkog35v for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:19:26 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CBF91200E5 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:19:26 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id A7B5AA05FF for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:19:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573431565; bh=NtMTq7MatLoYA9MESUS3mNikPyAnbzvUMr2wWz3NdG0=; h=Date:From:To:Subject:From; b=VGnFhPdde2gpMt4oZzLcfsX7FiScCeVWIbgL9Kiek+PfKxFRj8/gFF04tnkurGvkf HP8lPKgZOfE9heCwUDXGy23SBwhJ9nmLdY3gFIxc7KYDwmD/JDOHStPX3Rkt8P4z24 cL55O6h/oyLs/gPO8Lapwv7pi886P7Q3CQ7czdrk=
Date: Sun, 10 Nov 2019 16:19:25 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-loss-epoch/000000-41583c@github.com>
Subject: [quicwg/base-drafts] 41583c: Clarify loss epoch
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/eMFVKaHYlQg5O0NCeUF9OJW1_uU>
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, 11 Nov 2019 00:19:28 -0000

  Branch: refs/heads/ianswett-loss-epoch
  Home:   https://github.com/quicwg/base-drafts
  Commit: 41583ceb21c4acb6722f94c7877d6a2a4a038459
      https://github.com/quicwg/base-drafts/commit/41583ceb21c4acb6722f94c7877d6a2a4a038459
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

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

  Log Message:
  -----------
  Clarify loss epoch

Fixes #3210



From nobody Sun Nov 10 16:19:53 2019
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 153D31200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:19:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6TNabGER7uhx for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:19:49 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78BC1120026 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:19:49 -0800 (PST)
Date: Sun, 10 Nov 2019 16:19:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573431588; bh=x6l0VFQQlhRwwu1vdE9znoWueHOpaGfCVIaVnN7kbiE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=10OSxH1xbsKsyM51cWG46U2IuaUSk5JsIbkt+Vr7V/F3F2H2u0LDUhgjVOWPNezoR AbqhzacqXYgkiq4Mb2+pjIYnWC+O+csLHMvRhmikjvZtYlLSpMcuwigtepxoRI+Qx4 NEbnXjReiQrTWVkzNxwxkPgG6+/zjX/aPw5l9G4w=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7PXV2KQOMRBUT7P4V32XN2JEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213@github.com>
Subject: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8a9249fc16_153d3fbd294cd96830802d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sJFXz4xp7oAaXfKj-50BeTMIIH8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 00:19:51 -0000

----==_mimepart_5dc8a9249fc16_153d3fbd294cd96830802d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3210
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3213

-- Commit Summary --

  * Clarify loss epoch

-- File Changes --

    M draft-ietf-quic-recovery.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3213.patch
https://github.com/quicwg/base-drafts/pull/3213.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213

----==_mimepart_5dc8a9249fc16_153d3fbd294cd96830802d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3210.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520311397" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3210" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3210/hovercard" href="https://github.com/quicwg/base-drafts/issues/3210">#3210</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3213'>https://github.com/quicwg/base-drafts/pull/3213</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clarify loss epoch</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3213/files#diff-0">draft-ietf-quic-recovery.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3213.patch'>https://github.com/quicwg/base-drafts/pull/3213.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3213.diff'>https://github.com/quicwg/base-drafts/pull/3213.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK74HEIL7B7TBH6X46DQTCQKJA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYI7FGQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYEP5E6REO3BSNRL4TQTCQKJANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XBOWG2N6VXTZZBBDQTCQKJA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYI7FGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK74HEIL7B7TBH6X46DQTCQKJA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYI7FGQ",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK74HEIL7B7TBH6X46DQTCQKJA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYI7FGQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc8a9249fc16_153d3fbd294cd96830802d--


From nobody Sun Nov 10 16:20:02 2019
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 57C63120026 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:20:01 -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 JvjDxynK1rtN for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:20:00 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 29C6A1200E5 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:20:00 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 6C7E366006E for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:19:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573431599; bh=EtGoA1+2XTEoWMgZZ6KF8VLRk8AKTJO2uOY6SjloDWM=; h=Date:From:To:Subject:From; b=k/72JsUbvMYIKDocJTZ3lMb8VSlScIUcqSqTqsqCwBoAGVDlmzQxy8LJybF7ZrV+5 GhxbBl4+c4RsfgT3iXdjJrHZEe6Q9O02u+Wp1Dg6h9WcFiy8riK1aaLcmtVXmgm9Zf MyLug2b49/fMn71COyv+mizHjAqb65A3dq6dA68w=
Date: Sun, 10 Nov 2019 16:19:59 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/46d04c-372350@github.com>
Subject: [quicwg/base-drafts] 372350: Script updating gh-pages from 41583ceb. [ci skip]
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/usdDahmX96yb4wnworQ_QkpGuoQ>
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, 11 Nov 2019 00:20:01 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 372350ebbebee4de22298975b1057634611a3885
      https://github.com/quicwg/base-drafts/commit/372350ebbebee4de22298975b1057634611a3885
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    A ianswett-loss-epoch/draft-ietf-quic-http.html
    A ianswett-loss-epoch/draft-ietf-quic-http.txt
    A ianswett-loss-epoch/draft-ietf-quic-invariants.html
    A ianswett-loss-epoch/draft-ietf-quic-invariants.txt
    A ianswett-loss-epoch/draft-ietf-quic-qpack.html
    A ianswett-loss-epoch/draft-ietf-quic-qpack.txt
    A ianswett-loss-epoch/draft-ietf-quic-recovery.html
    A ianswett-loss-epoch/draft-ietf-quic-recovery.txt
    A ianswett-loss-epoch/draft-ietf-quic-tls.html
    A ianswett-loss-epoch/draft-ietf-quic-tls.txt
    A ianswett-loss-epoch/draft-ietf-quic-transport.html
    A ianswett-loss-epoch/draft-ietf-quic-transport.txt
    A ianswett-loss-epoch/index.html
    R ianswett-no-srtt/draft-ietf-quic-http.html
    R ianswett-no-srtt/draft-ietf-quic-http.txt
    R ianswett-no-srtt/draft-ietf-quic-invariants.html
    R ianswett-no-srtt/draft-ietf-quic-invariants.txt
    R ianswett-no-srtt/draft-ietf-quic-qpack.html
    R ianswett-no-srtt/draft-ietf-quic-qpack.txt
    R ianswett-no-srtt/draft-ietf-quic-recovery.html
    R ianswett-no-srtt/draft-ietf-quic-recovery.txt
    R ianswett-no-srtt/draft-ietf-quic-tls.html
    R ianswett-no-srtt/draft-ietf-quic-tls.txt
    R ianswett-no-srtt/draft-ietf-quic-transport.html
    R ianswett-no-srtt/draft-ietf-quic-transport.txt
    R ianswett-no-srtt/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 41583ceb. [ci skip]



From nobody Sun Nov 10 16:21:39 2019
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 9CB7612011B for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:21:38 -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 iEdgEQTk43rF for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:21:37 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8905E120116 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:21:37 -0800 (PST)
Date: Sun, 10 Nov 2019 16:21:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573431696; bh=Rm/O9N6bGN3vIaqgfWfeWGJ9xSJAhx3WRaO9XN36ups=; h=Date:From:To:Subject:From; b=YI5wHao1cGCNQx8k8e/2hv4j/OsueIhcHEP65wm+t8z6RFhbco5Wp8MW+Y7um5Hxl h+4vQWICvDxc6F1xljMo+ryS9DW7nUzfgJh8hWFeutNivVZze8IYnIjqHcTL9i3ld4 oxKeryAy2V1gQlpLrwc9176HmDI9p5/zZA2uxjNA=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/372350-288dea@github.com>
Subject: [quicwg/base-drafts] 288dea: Script updating issues at 2019-11-11T00:21:30Z. [c...
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/QdKOSMkld3KkSfMUuR6UYiclHBw>
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, 11 Nov 2019 00:21:38 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 288dead07d36ae338d7f35e99e246bf527e8cd6c
      https://github.com/quicwg/base-drafts/commit/288dead07d36ae338d7f35e99e246bf527e8cd6c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-11T00:21:30Z. [ci skip]



From nobody Sun Nov 10 16:52:04 2019
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 3C2911200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:52:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8U7MXmKywp1I for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:52:00 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E33312001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:52:00 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 95DE0C60A00 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:51:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573433519; bh=KuntdcAL8RYIeNzbFo14s2qHYDSv9IbU/+IWeVkmBB0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HAOMWeGA6qQe5v1vSvssI3ct0XDqvEJsMkv6ShCVJclUMbVwDZ1iR+sD986eiIDoG /UrqsGEozOBoOhdLEUcjj1fkOv+el9Eyz2w9sQ4oVS96LKTEjj9TWAlYcMTUtHdso0 Z/Bvj3sK4Tayl/Znas7OuCA1gx5m77+4RFY/M7IE=
Date: Sun, 10 Nov 2019 16:51:59 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7QE42S5BPFRWCENEN32XRS7EVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/review/314655943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8b0af871d8_39353fc3acacd96015136f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yFJs7evgZ4VAVW9RJrCcYI9nTpQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 00:52:03 -0000

----==_mimepart_5dc8b0af871d8_39353fc3acacd96015136f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -1033,11 +1033,10 @@ longer plans to use that address.
 
 An endpoint can cause its peer to retire connection IDs by sending a
 NEW_CONNECTION_ID frame with an increased Retire Prior To field.  Upon receipt,
-the peer MUST retire the corresponding connection IDs and send corresponding
-RETIRE_CONNECTION_ID frames.  Failing to retire the connection IDs within
-approximately one PTO can cause packets to be delayed, lost, or cause the
-original endpoint to send a stateless reset in response to a connection ID it
-can no longer route correctly.
+the peer MUST retire the corresponding connection IDs via RETIRE_CONNECTION_ID

```suggestion
the peer MUST retire the corresponding connection IDs using RETIRE_CONNECTION_ID
```

> @@ -5392,15 +5391,10 @@ sequence number, or if a sequence number is used for different connection
 IDs, the endpoint MAY treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
-The Retire Prior To field is a request for the peer to retire all connection IDs
-with a sequence number less than the specified value.  This includes the initial
-and preferred_address transport parameter connection IDs.  The peer SHOULD
-retire the corresponding connection IDs and send the corresponding
-RETIRE_CONNECTION_ID frames in a timely manner.
-
-The Retire Prior To field MUST be less than or equal to the Sequence Number
-field.  Receiving a value greater than the Sequence Number MUST be treated as a
-connection error of type FRAME_ENCODING_ERROR.
+The Retire Prior To field (see {{retiring-cids}}) includes the initial and
+preferred_address transport parameter connection IDs and MUST be less than or

Two sentences, I think:

> The Retire Prior To field counts connection IDs established during connection setup and the preferred_address transport parameter (see {{retiring-cids}}).  The Retire Prior To field MUST be less than or equal to the Sequence Number field.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#pullrequestreview-314655943
----==_mimepart_5dc8b0af871d8_39353fc3acacd96015136f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3204#discussi=
on_r344527682">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1033,11 +1033,10 @@ longer plans to us=
e that address.=0D
 =0D
 An endpoint can cause its peer to retire connection IDs by sending a=0D
 NEW_CONNECTION_ID frame with an increased Retire Prior To field.  Upon r=
eceipt,=0D
-the peer MUST retire the corresponding connection IDs and send correspon=
ding=0D
-RETIRE_CONNECTION_ID frames.  Failing to retire the connection IDs withi=
n=0D
-approximately one PTO can cause packets to be delayed, lost, or cause th=
e=0D
-original endpoint to send a stateless reset in response to a connection =
ID it=0D
-can no longer route correctly.=0D
+the peer MUST retire the corresponding connection IDs via RETIRE_CONNECT=
ION_ID=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-the peer MUST retire the corresponding connec=
tion IDs via RETIRE_CONNECTION_ID=0D
+the peer MUST retire the corresponding connection IDs using RETIRE_CONNE=
CTION_ID=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3204#discussi=
on_r344527970">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5392,15 +5391,10 @@ sequence number, o=
r if a sequence number is used for different connection=0D
 IDs, the endpoint MAY treat that receipt as a connection error of type=0D=

 PROTOCOL_VIOLATION.=0D
 =0D
-The Retire Prior To field is a request for the peer to retire all connec=
tion IDs=0D
-with a sequence number less than the specified value.  This includes the=
 initial=0D
-and preferred_address transport parameter connection IDs.  The peer SHOU=
LD=0D
-retire the corresponding connection IDs and send the corresponding=0D
-RETIRE_CONNECTION_ID frames in a timely manner.=0D
-=0D
-The Retire Prior To field MUST be less than or equal to the Sequence Num=
ber=0D
-field.  Receiving a value greater than the Sequence Number MUST be treat=
ed as a=0D
-connection error of type FRAME_ENCODING_ERROR.=0D
+The Retire Prior To field (see {{retiring-cids}}) includes the initial a=
nd=0D
+preferred_address transport parameter connection IDs and MUST be less th=
an or=0D
</pre>=0D
<p>Two sentences, I think:</p>=0D
<blockquote>=0D
<p>The Retire Prior To field counts connection IDs established during con=
nection setup and the preferred_address transport parameter (see {{retiri=
ng-cids}}).  The Retire Prior To field MUST be less than or equal to the =
Sequence Number field.</p>=0D
</blockquote>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3204?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK4QD4PWBYZFYQHRRP3QTCUC7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAUJRY#pullrequestreview-314655943=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK4ZOZJOP4UWKTOTGFTQTCUC7ANCNFSM4JKTB3EA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5UQU2SEHEK=
CASR32TQTCUC7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLAUJRY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=3D=
notifications\u0026email_token=3DAFTOJK4QD4PWBYZFYQHRRP3QTCUC7A5CNFSM4JKT=
B3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LAUJRY#pullrequestreview-314655943",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK4QD4PWBYZFYQHRRP3QTCUC7A5CNFSM4JKTB3=
EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA=
UJRY#pullrequestreview-314655943",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc8b0af871d8_39353fc3acacd96015136f9--


From nobody Sun Nov 10 16:54:15 2019
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 273681200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:54:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ay0p5rJ73WJm for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 16:54:11 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6251212001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 16:54:11 -0800 (PST)
Date: Sun, 10 Nov 2019 16:54:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573433650; bh=nIOCIr35fkwBmLkxFCveWTAyxb9a3th+wMDGMmzSF50=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jeGNMnDJ6uYRM2Z+7xicQ2VE2rWDcwkfqSZNC0yci0QmglbLzC/LkDLwO/qkCRui7 KWZo4rDgNpiRz02z4tcNvY/1vDjQ1r37SQBtCi7en+Zg+BuQw1e07ZUYt7tCEUdZPH teTR/89ZcQ+Cl6/X4wmvg1AJxHBdR9HtdPZvdqLo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7EXIQ5CE2XQVVTNFV32XR3FEVBNHHB6AHR2I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3206/review/314656488@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3206@github.com>
References: <quicwg/base-drafts/pull/3206@github.com>
Subject: Re: [quicwg/base-drafts] Recommend replacing, not changing, protocol components (#3206)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8b132a65ff_17113f85e8acd96c6181d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/h_0X58WOdG5NEc0y0vlnSvhTGBk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 00:54:13 -0000

----==_mimepart_5dc8b132a65ff_17113f85e8acd96c6181d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -1485,8 +1485,9 @@ requirement and SHOULD be treated as an error.
 Extensions that could change the semantics of existing protocol components MUST
 be negotiated before being used.  For example, an extension that changes the
 layout of the HEADERS frame cannot be used until the peer has given a positive
-signal that this is acceptable. In this case, it could also be necessary to
-coordinate when the revised layout comes into effect.
+signal that this is acceptable.  Coordinating when such a revised layout comes
+into effect could prove complex.  As such, allocating new identifiers for
+alternate versions of existing protocol elements is likely to be more effective.

```suggestion
new definitions of existing protocol elements is likely to be more effective.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3206#pullrequestreview-314656488
----==_mimepart_5dc8b132a65ff_17113f85e8acd96c6181d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3206#discussi=
on_r344528161">draft-ietf-quic-http.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1485,8 +1485,9 @@ requirement and SHOU=
LD be treated as an error.=0D
 Extensions that could change the semantics of existing protocol componen=
ts MUST=0D
 be negotiated before being used.  For example, an extension that changes=
 the=0D
 layout of the HEADERS frame cannot be used until the peer has given a po=
sitive=0D
-signal that this is acceptable. In this case, it could also be necessary=
 to=0D
-coordinate when the revised layout comes into effect.=0D
+signal that this is acceptable.  Coordinating when such a revised layout=
 comes=0D
+into effect could prove complex.  As such, allocating new identifiers fo=
r=0D
+alternate versions of existing protocol elements is likely to be more ef=
fective.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-alternate versions of existing protocol eleme=
nts is likely to be more effective.=0D
+new definitions of existing protocol elements is likely to be more effec=
tive.=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3206?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKY3YVZMULJRGXTVHR3QTCULFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAUN2A#pullrequestreview-314656488=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK2JE7OUK6BSKEP7D7TQTCULFANCNFSM4JK35XYA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK2RUWGCHPMW=
QQQCNKTQTCULFA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLAUN2A.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3206?email_source=3D=
notifications\u0026email_token=3DAFTOJKY3YVZMULJRGXTVHR3QTCULFA5CNFSM4JK3=
5XYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LAUN2A#pullrequestreview-314656488",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3206?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKY3YVZMULJRGXTVHR3QTCULFA5CNFSM4JK35X=
YKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA=
UN2A#pullrequestreview-314656488",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc8b132a65ff_17113f85e8acd96c6181d3--


From nobody Sun Nov 10 17:00:08 2019
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 CDB201200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:06 -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 3sgsmnYnPQ-U for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:05 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39DB012001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:00:05 -0800 (PST)
Date: Sun, 10 Nov 2019 17:00:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573434004; bh=ywH07MF6898fO6ayQH7+wmz7HToaw1ZKM9pzwhUx5hY=; h=Date:From:To:Subject:From; b=LRgXnLmb2VTLvjiMp/HzLhK28YbsUiseZaTaOOlH92M0SBEvHIFbG8Z7IjJ/h8hDM 6bw7P5c7onhFcbDL/gM7tKctKSGA+Fib2zBDqBZXz1qqd1uihnCQFccMX24Ala9/Hs p0snUwYWj2CmkdrOYDKtWh2qOyFy9Oc8UqLLn9C0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/742772-45b3df@github.com>
Subject: [quicwg/base-drafts] 062c47: PING in all contexts
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/8mOosjbNSt0NNae4METX1P-U_IY>
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, 11 Nov 2019 01:00:07 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 062c47ffba1b94e8e82d2abfe9e672cb056be68c
      https://github.com/quicwg/base-drafts/commit/062c47ffba1b94e8e82d2abfe9e672cb056be68c
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  PING in all contexts

#3035 updated quic-tls but not quic-transport


  Commit: 933fecd83d04360bb9a544e62193c712c80987e5
      https://github.com/quicwg/base-drafts/commit/933fecd83d04360bb9a544e62193c712c80987e5
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Wrapped line

Wrapped line


  Commit: 45b3dff2bdfbd7ab1ca6440e241d8495614a647d
      https://github.com/quicwg/base-drafts/commit/45b3dff2bdfbd7ab1ca6440e241d8495614a647d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3209 from martinduke/patch-2

PING in all contexts


Compare: https://github.com/quicwg/base-drafts/compare/74277249553b...45b3dff2bdfb


From nobody Sun Nov 10 17:00:15 2019
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 253D51200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I0nFDdGS0q8J for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:14 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB80312001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:00:13 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 4306C6607DB for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:00:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573434013; bh=+RPSijbVzrDJ6mEJ07pu9uuZBVpWGVsUVhIYClWD8y4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=D6bQujLeWodu5PzDht9D8+XTmcbZW4j6okKcyB4vj5SzdQvlfzy/8zv741HICG4QA AqBVqR/tK5aYYAeT/+Q14vcIBATR//vfd7TVbzxnNl5wASOX+JfOe7JPPWhiSN0yVo cWAAvgzjd3ARctWWiokuYBxEq4z/dLep2OUMPPuA=
Date: Sun, 10 Nov 2019 17:00:13 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK75H6HQF5YE5SU3KT532XSR3EVBNHHB6AOVTY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3209/issue_event/2786405591@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3209@github.com>
References: <quicwg/base-drafts/pull/3209@github.com>
Subject: Re: [quicwg/base-drafts] PING in all contexts (#3209)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8b29d34f87_19be3ff6f0acd95c1009052"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/L02W_UBhaA0wGZDX2SayJmkFLkw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 01:00:15 -0000

----==_mimepart_5dc8b29d34f87_19be3ff6f0acd95c1009052
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3209 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3209#event-2786405591
----==_mimepart_5dc8b29d34f87_19be3ff6f0acd95c1009052
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520213918" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3209" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3209/hovercard" href="https://github.com/quicwg/base-drafts/pull/3209">#3209</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications&amp;email_token=AFTOJK5RCVN24BAUG2AE75TQTCVB3A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYKSZVY#event-2786405591">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK44SBRFXXY3N5GH4VDQTCVB3ANCNFSM4JK6B7AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RN2BYYTUJC45BJ5TQTCVB3A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYKSZVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK5RCVN24BAUG2AE75TQTCVB3A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYKSZVY#event-2786405591",
"url": "https://github.com/quicwg/base-drafts/pull/3209?email_source=notifications\u0026email_token=AFTOJK5RCVN24BAUG2AE75TQTCVB3A5CNFSM4JK6B7A2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYKSZVY#event-2786405591",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8b29d34f87_19be3ff6f0acd95c1009052--


From nobody Sun Nov 10 17:01:01 2019
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 869231200E5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:59 -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 t4jafC9Dl0vh for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:00:57 -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 2A0E512001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:00:57 -0800 (PST)
Date: Sun, 10 Nov 2019 17:00:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573434056; bh=flshHTUrUlimgnqGUuaY3kUyww4BmCf+TcLf9kzqLfc=; h=Date:From:To:Subject:From; b=RDviPuxR/5R7nXQ+rc8f6PsPRUwhHIBzep0RPjSjEwHJ98eypkMLKDCBkEoQAeIvH kKD19MHLtgsf4JLcHDJq9lZfW477AC536lSdbZdL+6EBOX4Ut9vJ/7+YYSKsImxbhH ZhEtl9GsiHEzkMQQFOQymMpGfBZ1BDSh5B0haUN0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/288dea-4f848d@github.com>
Subject: [quicwg/base-drafts] 4f848d: Script updating gh-pages from 45b3dff2. [ci skip]
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/0Hs-tpeRlagZ99H0AjDb2i_OQ6w>
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, 11 Nov 2019 01:01:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4f848dcbc392b489bb013c62dca59e09216b5eb2
      https://github.com/quicwg/base-drafts/commit/4f848dcbc392b489bb013c62dca59e09216b5eb2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 45b3dff2. [ci skip]



From nobody Sun Nov 10 17:04:57 2019
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 133A01200F4 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:04:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4PkghS06YSkO for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:04:54 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 569381200E5 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:04:54 -0800 (PST)
Date: Sun, 10 Nov 2019 17:04:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573434293; bh=Fcjsw+lYEfDUkPZ384oJWtE+hTLlOirCfqXEp6HqDSQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hi09ESMTxUc/7PVtZNtwH5SmdRG6AH42AwW7O5y8KmatLSoGgCXU9gol+fNPMk1AT IigG2zw19X/SjaiUiK3JojIye2Lusay6VWOrpoOT1yLsfrh0CYTAug029i9FBmUdZ9 CAp9H+gLHEuA23gPwshMlTIeleUhaPe3FdPdm+3o=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ZYZQPDBXRGV7MWL532XTDLEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/552255990@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8b3b5717c6_18233f8dc6acd968118742f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QZ-tNieTH7ei_shrHWvmknbv5kA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 01:04:56 -0000

----==_mimepart_5dc8b3b5717c6_18233f8dc6acd968118742f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rather than get bogged down in the minutiae of the requirement and the nature of confirmation, let's just say that this was added when we added the definition of "confirmed".

But an endpoint that can accept 1-RTT in key phase 0 can also receive 1-RTT in key phase 1 equally well.  So there is no functional reason not to allow updates as soon as 1-RTT keys are available.  I think that we should just loosen this entirely.  It might not be a good idea to waste a key phase like that, but it certainly doesn't break anything.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-552255990
----==_mimepart_5dc8b3b5717c6_18233f8dc6acd968118742f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Rather than get bogged down in the minutiae of the requirement and the nature of confirmation, let's just say that this was added when we added the definition of "confirmed".</p>
<p>But an endpoint that can accept 1-RTT in key phase 0 can also receive 1-RTT in key phase 1 equally well.  So there is no functional reason not to allow updates as soon as 1-RTT keys are available.  I think that we should just loosen this entirely.  It might not be a good idea to waste a key phase like that, but it certainly doesn't break anything.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJKY4OAEOZRCPLIXOPF3QTCVTLA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMD5Q#issuecomment-552255990">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6WPU4H5LVW5QTYTRTQTCVTLANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7OUQL4H3QPVAL3WXDQTCVTLA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMD5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKY4OAEOZRCPLIXOPF3QTCVTLA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMD5Q#issuecomment-552255990",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKY4OAEOZRCPLIXOPF3QTCVTLA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMD5Q#issuecomment-552255990",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8b3b5717c6_18233f8dc6acd968118742f--


From nobody Sun Nov 10 17:23:37 2019
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 5E2FE120137 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:23:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p5NCdqcw4ilB for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:23:33 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86B4C12001A for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:23:33 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 047DD960259 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:23:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573435412; bh=PtqLGbxivUr7FgaAwSEQS38u2YegnvPXBErPdHgQunA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qPgdx279aBY+tJtW7cjbMIIS/RbW4xKfY+CvnKC3KR6JqMWjMAh2H2S0Ggv+Ph/26 YZTWz5aUqsGV0KB++9FPvn1TrMyBo9QLp7SG758PRn4EaayD67mx1futfie2IyMPWy phH/ca1l6MYF1zKD9xGRbvujshfXZLaCtnA4qbaw=
Date: Sun, 10 Nov 2019 17:23:31 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7PTROYBHQW33LVZ2V32XVJHEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/552258309@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8b813e904d_65c23fc3acacd96077968"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nbd0UQ-x_iyVGLnulimUN8P5qAw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 01:23:35 -0000

----==_mimepart_5dc8b813e904d_65c23fc3acacd96077968
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> So there is no functional reason not to allow updates as soon as 1-RTT keys are available. I think that we should just loosen this entirely. It might not be a good idea to waste a key phase like that, but it certainly doesn't break anything.

If we are to loosing the requirement, I would prefer also adding the 3 PTO recommendation regarding the transition from 1-RTT key (phase 0) to 1-RTT key (phase 1).

Because there is a concern regarding performance and complexity.

When 0-RTT is used, the client's send key transitions from 0-RTT key -> 1-RTT key (phase 0) -> 1-RTT key (phase 1) -> ...

Implementation-wise, it would be best to recommend every transition between these keys to be no earlier than 3 PTO, because then, the server can have a consistent rule on when it would be creating new key, replacing the old one.

At the moment, we are near to that, by saying that the 1-RTT key cannot be updated until an ACK for an 1-RTT packet is being received. *Just* loosening this rule would require server developers to have different timing on how it drops 0.5-RTT key vs. 1-RTT keys - it would be a complication.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-552258309
----==_mimepart_5dc8b813e904d_65c23fc3acacd96077968
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>So there is no functional reason not to allow updates as soon as 1-RTT keys are available. I think that we should just loosen this entirely. It might not be a good idea to waste a key phase like that, but it certainly doesn't break anything.</p>
</blockquote>
<p>If we are to loosing the requirement, I would prefer also adding the 3 PTO recommendation regarding the transition from 1-RTT key (phase 0) to 1-RTT key (phase 1).</p>
<p>Because there is a concern regarding performance and complexity.</p>
<p>When 0-RTT is used, the client's send key transitions from 0-RTT key -&gt; 1-RTT key (phase 0) -&gt; 1-RTT key (phase 1) -&gt; ...</p>
<p>Implementation-wise, it would be best to recommend every transition between these keys to be no earlier than 3 PTO, because then, the server can have a consistent rule on when it would be creating new key, replacing the old one.</p>
<p>At the moment, we are near to that, by saying that the 1-RTT key cannot be updated until an ACK for an 1-RTT packet is being received. <em>Just</em> loosening this rule would require server developers to have different timing on how it drops 0.5-RTT key vs. 1-RTT keys - it would be a complication.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJKZVDE7THZ3PRZVQSDTQTCXZHA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMWBI#issuecomment-552258309">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4SF4LVNS7M2X42NP3QTCXZHANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYODSEGONLREZS7LXLQTCXZHA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMWBI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKZVDE7THZ3PRZVQSDTQTCXZHA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMWBI#issuecomment-552258309",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKZVDE7THZ3PRZVQSDTQTCXZHA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVMWBI#issuecomment-552258309",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8b813e904d_65c23fc3acacd96077968--


From nobody Sun Nov 10 17:50:09 2019
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 11889120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:50:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b3VhSDlSo3Y5 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:50:06 -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 53910120047 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:50:06 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 745CF8C0082 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:50:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573437005; bh=jPmL2/CG2WtO3KWyfAG4Q9AUTzFwxwGR0IZovmi6xDE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q4RzvA59lyKF53rNuDQyZ+67TdNEYDsnRwBTiI4YYguiASDnme9nVyoNVbSxgssCc vktsY0w/Wvv5FqPUXRWfAXicLRZwxuQWjDqFbyTGn/0xkk57ImUVDRPb4CPRoR7Tkv FsQzq0xG2+4sdUZtv7dIBBhZMXkH7hLjRQZrRf3s=
Date: Sun, 10 Nov 2019 17:50:05 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6D4JTPABQAB5DZULF32XYM3EVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/review/314663512@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8be4d6420c_55f73fb4344cd95c3059dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/p5T7v4QjRZ7dA6E5X3HWVq1n8dU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 01:50:08 -0000

----==_mimepart_5dc8be4d6420c_55f73fb4344cd95c3059dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -217,7 +217,7 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
+A loss epoch ends when a packet sent after loss is first declared is

I don't understand this sentence. There are too many "is".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#pullrequestreview-314663512
----==_mimepart_5dc8be4d6420c_55f73fb4344cd95c3059dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3213#discussion_r344533594">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -217,7 +217,7 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
+A loss epoch ends when a packet sent after loss is first declared is
</pre>
<p>I don't understand this sentence. There are too many "is".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK5OX7MIFP7WMT2PCO3QTC243A5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAWEWA#pullrequestreview-314663512">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7FEUJBPTD2NSJOVE3QTC243ANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7LN265CUZOAWFLAZDQTC243A5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAWEWA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK5OX7MIFP7WMT2PCO3QTC243A5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAWEWA#pullrequestreview-314663512",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK5OX7MIFP7WMT2PCO3QTC243A5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAWEWA#pullrequestreview-314663512",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8be4d6420c_55f73fb4344cd95c3059dc--


From nobody Sun Nov 10 17:50:36 2019
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 78CE51200A4 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:50:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NUyWloj28YVn for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 17:50:34 -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 00277120047 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 17:50:33 -0800 (PST)
Date: Sun, 10 Nov 2019 17:50:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573437033; bh=3z93LwNNXfqq8mdYcgGfdl7D0j2vo6qJF3CBpAQxZjY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xUJcZvZbSxUGOTZQkmWJ1Desx0QQxJXGsYggWQ0XIb9/8UKyQ6/HZq2LgA3YJWmZf 5IUd6sBtjp2tIFZFt+fHAHsfcwDmI0Y81q7QeF25gKRMSPC8OYExZIGwK1Lekkn5Wh pi0cRqrnjC6O7PU7sHBQU722LpuV2w6Rhm6s1nHE=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJPBB7BCLV7UGLXAV32XYOTEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/552262080@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8be693a1e5_18233f8dc6acd96812256b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J2_q17PXbfwboWS0LT_ADOw3BRA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 01:50:35 -0000

----==_mimepart_5dc8be693a1e5_18233f8dc6acd96812256b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

IMO we don't need to add a 3 PTO before key change. We've done performance tests with msquic and changing the key after each key update is ACK'ed and it showed absolutely no impact on throughput. As far as extra complexity it's hard to say. We implemented key update as it was spec'ed now and didn't have to make any complicated extra logic to get to this state.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-552262080
----==_mimepart_5dc8be693a1e5_18233f8dc6acd96812256b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>IMO we don't need to add a 3 PTO before key change. We've done performance tests with msquic and changing the key after each key update is ACK'ed and it showed absolutely no impact on throughput. As far as extra complexity it's hard to say. We implemented key update as it was spec'ed now and didn't have to make any complicated extra logic to get to this state.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJKYBFG2RSPTWQRUNSGLQTC26TA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVNTQA#issuecomment-552262080">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DKSV6BXYSUL3CTC3QTC26TANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7PBTNORZGBLWBTLN3QTC26TA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVNTQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKYBFG2RSPTWQRUNSGLQTC26TA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVNTQA#issuecomment-552262080",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJKYBFG2RSPTWQRUNSGLQTC26TA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVNTQA#issuecomment-552262080",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8be693a1e5_18233f8dc6acd96812256b6--


From nobody Sun Nov 10 18:12:24 2019
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 233F7120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:12:22 -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 WDarDSrj7DcP for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:12:21 -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 032BA1200A4 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:12:21 -0800 (PST)
Date: Sun, 10 Nov 2019 18:12:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573438339; bh=+uSs/DEnIg+1XklxAXEDUl3CzsURthuvYgzXuaqw1tQ=; h=Date:From:To:Subject:From; b=zL/tNcFv+v6mZhg9un5rr4smNtLApuxnlFoNzvvgJnYBGKT5X3fQ4nbudL/96H0B1 ZjWZx6dLacoN8p8LdIlz7RGWBgtSdXLRSs+hBTz3ajLKgYZNX708dLX50/GWhiTdNv LeUsCC2gKeFazI4eoyMT1heZIkR10DiTWqLRdRaw=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-loss-epoch/41583c-babf70@github.com>
Subject: [quicwg/base-drafts] babf70: Another try
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/Az3ra8rwgFZj_2LIv9Nu98a9Go0>
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, 11 Nov 2019 02:12:22 -0000

  Branch: refs/heads/ianswett-loss-epoch
  Home:   https://github.com/quicwg/base-drafts
  Commit: babf706d2bf240712472b5d020c50bc8c2302b57
      https://github.com/quicwg/base-drafts/commit/babf706d2bf240712472b5d020c50bc8c2302b57
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

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

  Log Message:
  -----------
  Another try



From nobody Sun Nov 10 18:12:31 2019
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 0A5DE120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:12:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cWUXuBfvmP5u for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:12:29 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDBDF1200A4 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:12:28 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id DD9976A0A97 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:12:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573438347; bh=W7+CDYSsCldziguEfShCTOvzgFftrTIpFfZdube+rQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W7dCJO9S6uzKRfst6ACejNSRC47OjYOOROPqR68kSk7nspwKRh1JWb6exvWdSGnPM D10HcKM/sQMgs5aSpQ44OWokRDJtciMT8IF5cwPA03qpUzhQsos/05UsMtDK5aIoz4 c05BgrBCqdQxrcN/sm9b/UN7+1AquZPe0ZLKt6t0=
Date: Sun, 10 Nov 2019 18:12:27 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/push/4257141758@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8c38bce43a_60b83f9b55acd96c22497c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vmDJdp2dEO-NrjzEnGvpq6jje6M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 02:12:30 -0000

----==_mimepart_5dc8c38bce43a_60b83f9b55acd96c22497c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

babf706d2bf240712472b5d020c50bc8c2302b57  Another try


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213/files/41583ceb21c4acb6722f94c7877d6a2a4a038459..babf706d2bf240712472b5d020c50bc8c2302b57

----==_mimepart_5dc8c38bce43a_60b83f9b55acd96c22497c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/babf706d2bf240712472b5d020c50bc8c2302b57">babf706</a>  Another try</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3213/files/41583ceb21c4acb6722f94c7877d6a2a4a038459..babf706d2bf240712472b5d020c50bc8c2302b57?email_source=notifications&amp;email_token=AFTOJK7PLGX3J2HEKLXBVSLQTC5QXA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSMRQHA4TSMSQOVZWQIZUGI2TOMJUGE3TKOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3DYYOZZJO45BW3IETQTC5QXANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4EXO7JOJVXLDZXPC3QTC5QXA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSMRQHA4TSMSQOVZWQIZUGI2TOMJUGE3TKOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213/files/41583ceb21c4acb6722f94c7877d6a2a4a038459..babf706d2bf240712472b5d020c50bc8c2302b57?email_source=notifications\u0026email_token=AFTOJK7PLGX3J2HEKLXBVSLQTC5QXA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSMRQHA4TSMSQOVZWQIZUGI2TOMJUGE3TKOA",
"url": "https://github.com/quicwg/base-drafts/pull/3213/files/41583ceb21c4acb6722f94c7877d6a2a4a038459..babf706d2bf240712472b5d020c50bc8c2302b57?email_source=notifications\u0026email_token=AFTOJK7PLGX3J2HEKLXBVSLQTC5QXA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSMRQHA4TSMSQOVZWQIZUGI2TOMJUGE3TKOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc8c38bce43a_60b83f9b55acd96c22497c--


From nobody Sun Nov 10 18:13:01 2019
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 3A866120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:13:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ltkc9uAnLpwu for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:12:59 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BFD71200A4 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:12:59 -0800 (PST)
Date: Sun, 10 Nov 2019 18:12:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573438377; bh=jdjh+i0L+cSeJm3OwvFn80pGM8AOyRVFazypK1DgutE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Im+ulTfjs2VQYrjpzuJvVDKilIE2k1Xsct9m9RMrFxUWb98thnXrwtrKfgnT7zs40 aEp15agMHzki5BooC2IBqPzde+4KrPM/u9Gj5VUW/biB3cDUsC1MdaSdc9D9YRn2mR 0PXC78XBBbkkYsU2sZWS3EuqPY4612EAaaJ7uOqE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK72XFQW5XKBKMIO2VV32X3CTEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/review/314667152@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8c3a997c66_59a3fcf412cd968770266"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y4EWljnHfSzypWvGuSzLBPCwQ_s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 02:13:00 -0000

----==_mimepart_5dc8c3a997c66_59a3fcf412cd968770266
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -217,7 +217,7 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
+A loss epoch ends when a packet sent after loss is first declared is

Fair, I tried to rephrase this sentence another time.  PTAL

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#discussion_r344536334
----==_mimepart_5dc8c3a997c66_59a3fcf412cd968770266
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3213#discussion_r344536334">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -217,7 +217,7 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
+A loss epoch ends when a packet sent after loss is first declared is
</pre>
<p>Fair, I tried to rephrase this sentence another time.  PTAL</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJKYXAX7SAI5ATPF6YPTQTC5STA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXBEA#discussion_r344536334">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QJAFGVG7DKXBHKELQTC5STANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24SI3XEP5WK4SZLATQTC5STA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXBEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJKYXAX7SAI5ATPF6YPTQTC5STA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXBEA#discussion_r344536334",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJKYXAX7SAI5ATPF6YPTQTC5STA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXBEA#discussion_r344536334",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8c3a997c66_59a3fcf412cd968770266--


From nobody Sun Nov 10 18:13:06 2019
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 BBC6A120251 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:13:03 -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 f5Iwb1ThUzE1 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:13:02 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78CF2120111 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:13:02 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id CA475660033 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:13:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573438381; bh=AEgZoZk3qmJ0rxJyVi3Tj+BNclhWmeAbX0yQ5XXAIAI=; h=Date:From:To:Subject:From; b=GaG3y5wFvCYfsY6oHwCntLMYzb/JRnpDlc3x7JHWEJAqWawVusdZn1wx0buS+rgbF knR2yJzrd3/rrPxYeEtHduc7GNxLk2drLdMsxywxg2lhlIpnrdkKYjwu2CSQrpEPZb 6/vgqzeFsctafNy0ca2NhhTFpLHHgv4VToMFgBkE=
Date: Sun, 10 Nov 2019 18:13:01 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4f848d-d11fb5@github.com>
Subject: [quicwg/base-drafts] d11fb5: Script updating gh-pages from babf706d. [ci skip]
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/5_c6q2ieZNKGwAloqgL6wv6KpzA>
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, 11 Nov 2019 02:13:04 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d11fb5ae1d61f513bb9825e7807427024570e52f
      https://github.com/quicwg/base-drafts/commit/d11fb5ae1d61f513bb9825e7807427024570e52f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M ianswett-loss-epoch/draft-ietf-quic-recovery.html
    M ianswett-loss-epoch/draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from babf706d. [ci skip]



From nobody Sun Nov 10 18:15:10 2019
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 2A3BA120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:15:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6Vbuq-IMwGrq for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:15:08 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA5801200A4 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:15:07 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 3F4FC960358 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:15:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573438507; bh=Mye//eOy42XPs89kmibpkEvpHIrc0zD49Oqb6c9ygak=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jt0xlWqhja8gtBg7q4/wnVCsL3aP5LzI+Dc6RaJPS4jgMF9Kx+CKjNwM/JLI6dHG+ gv2RqB/GpZEwKnnTUXzQx3k5GVTbnkwEHlYF0g64vx219GEgrYR2y0tpsovMfCQbK8 LP0m6UWFadZmDCmZzRhBe492WOGAAVX/bAegRTdE=
Date: Sun, 10 Nov 2019 18:15:07 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYAJXKR2YJ3HFDWSWF32X3KXEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/review/314667434@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8c42b30e69_71ca3f9a9aacd964111989"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SHTVCpAC7ZKOUte-QnvGsv4AQP0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 02:15:09 -0000

----==_mimepart_5dc8c42b30e69_71ca3f9a9aacd964111989
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.



> @@ -217,12 +217,13 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
-acknowledged. TCP waits for the gap in the sequence number space to be filled,
-and so if a segment is lost multiple times in a row, the loss epoch may not
-end for several round trips. Because both should reduce their congestion windows
-only once per epoch, QUIC will do it correctly once for every round trip that
-experiences loss, while TCP may only do it once across multiple round trips.
+QUIC starts a loss epoch when a packet is lost and ends one when any packet

s/one/it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#pullrequestreview-314667434
----==_mimepart_5dc8c42b30e69_71ca3f9a9aacd964111989
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3213#discussion_r344536550">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -217,12 +217,13 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
-acknowledged. TCP waits for the gap in the sequence number space to be filled,
-and so if a segment is lost multiple times in a row, the loss epoch may not
-end for several round trips. Because both should reduce their congestion windows
-only once per epoch, QUIC will do it correctly once for every round trip that
-experiences loss, while TCP may only do it once across multiple round trips.
+QUIC starts a loss epoch when a packet is lost and ends one when any packet
</pre>
<p>s/one/it</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK4HNAK4WPW5VVWEKTLQTC52XA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXDKQ#pullrequestreview-314667434">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ24F45KCS5BTLP6U3QTC52XANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK37353FVGEMZ7XZCFTQTC52XA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXDKQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK4HNAK4WPW5VVWEKTLQTC52XA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXDKQ#pullrequestreview-314667434",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK4HNAK4WPW5VVWEKTLQTC52XA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXDKQ#pullrequestreview-314667434",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8c42b30e69_71ca3f9a9aacd964111989--


From nobody Sun Nov 10 18:27:01 2019
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 64530120111 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:27:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 zAouEhj4Parr for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 18:26:59 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E28A61200A4 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 18:26:58 -0800 (PST)
Date: Sun, 10 Nov 2019 18:26:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573439218; bh=fAZOJKFP2JnFhLLTh+xhJZX3N1c8V1d3K32OG7LCGKA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JZVhk23DsL6eQNe4Xo5aFtU+MKKrohSjbjzjDhXqwhGkhlsDnY5N58XiycX7VarnV 0K7JAXYe6oyL6Q9Owd6j6dxAqVuGoDm/s9tZnskp3pUy/xK4stJOu0mpjuhxxUeQsN Comml+A3EGCKJo8nd4Qlkr4Tz8eauH28FzqBDKjw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZURUJMJX4HRQHVLBN32X4XDEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/review/314669428@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8c6f21ecf_31b83f9b8dccd9645067e3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cOuLIgR5A5DSKkXYVK_5LQah2iY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 02:27:00 -0000

----==_mimepart_5dc8c6f21ecf_31b83f9b8dccd9645067e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -217,12 +217,13 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
-acknowledged. TCP waits for the gap in the sequence number space to be filled,
-and so if a segment is lost multiple times in a row, the loss epoch may not
-end for several round trips. Because both should reduce their congestion windows
-only once per epoch, QUIC will do it correctly once for every round trip that
-experiences loss, while TCP may only do it once across multiple round trips.
+QUIC starts a loss epoch when a packet is lost and ends one when any packet

I actually think one reads more clearly, but maybe that's me?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#discussion_r344538081
----==_mimepart_5dc8c6f21ecf_31b83f9b8dccd9645067e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3213#discussion_r344538081">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -217,12 +217,13 @@ not available.
 
 ### Clearer Loss Epoch
 
-QUIC ends a loss epoch when a packet sent after loss is declared is
-acknowledged. TCP waits for the gap in the sequence number space to be filled,
-and so if a segment is lost multiple times in a row, the loss epoch may not
-end for several round trips. Because both should reduce their congestion windows
-only once per epoch, QUIC will do it correctly once for every round trip that
-experiences loss, while TCP may only do it once across multiple round trips.
+QUIC starts a loss epoch when a packet is lost and ends one when any packet
</pre>
<p>I actually think one reads more clearly, but maybe that's me?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJKYDPJKPJNVXV4DNGZLQTC7HFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXS5A#discussion_r344538081">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7ANZRZZM4DXDJIQ4DQTC7HFANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3JKVZ3JPYTI6PM2KDQTC7HFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXS5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJKYDPJKPJNVXV4DNGZLQTC7HFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXS5A#discussion_r344538081",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJKYDPJKPJNVXV4DNGZLQTC7HFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLAXS5A#discussion_r344538081",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8c6f21ecf_31b83f9b8dccd9645067e3--


From nobody Sun Nov 10 20:07:17 2019
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 0B8951201AA for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:07:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3c6uZ9_T7qHO for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:07:14 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA3E1120132 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:07:14 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 8F5FBC60DAE for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:07:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573445233; bh=1T/L21+5IX7aR1IzTNIQUZubsfkGDaZUWRd7smcAscU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YPGcfBY70FzPgM8Rpaq5CpOjTIxmH7ObJLVHP1yQ4bBDOpAKhPcpAgoRPJ9l4jzLE kC0chngap0UCRCeaa3Z3uEnC3b8BcAkN/TLBKjPSH+1rMoNwXjmXmf6X8TbITJpN0M q8wcAj0etmTp+GziRByx7I6O6ecHnPNe9cCd7VjE=
Date: Sun, 10 Nov 2019 20:07:13 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/push/4257377333@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8de71807d8_4e3b3f8a140cd9641657128"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5b2rLXsVlteKhKzOHxMtechX_k0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 04:07:16 -0000

----==_mimepart_5dc8de71807d8_4e3b3f8a140cd9641657128
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

0c309a7b240b09d40a1c32fedffe663c24be09b7  Martin's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204/files/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e..0c309a7b240b09d40a1c32fedffe663c24be09b7

----==_mimepart_5dc8de71807d8_4e3b3f8a140cd9641657128
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0c309a7b240b09d40a1c32fedffe663c24be09b7">0c309a7</a>  Martin&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3204/files/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e..0c309a7b240b09d40a1c32fedffe663c24be09b7?email_source=notifications&amp;email_token=AFTOJK5UIPTZYAKIZIH4NBDQTDK7DA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZXG4ZTGMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4T6QVOQMBKWMM7CPLQTDK7DANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2QWTGSISNHUCUPCNTQTDK7DA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZXG4ZTGMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204/files/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e..0c309a7b240b09d40a1c32fedffe663c24be09b7?email_source=notifications\u0026email_token=AFTOJK5UIPTZYAKIZIH4NBDQTDK7DA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZXG4ZTGMY",
"url": "https://github.com/quicwg/base-drafts/pull/3204/files/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e..0c309a7b240b09d40a1c32fedffe663c24be09b7?email_source=notifications\u0026email_token=AFTOJK5UIPTZYAKIZIH4NBDQTDK7DA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZXG4ZTGMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc8de71807d8_4e3b3f8a140cd9641657128--


From nobody Sun Nov 10 20:13:07 2019
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 BD271120132 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:13:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Bh2XdUJ-51zL for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:13:04 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 575F512001E for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:13:04 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id D062F261565 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:13:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573445583; bh=ERcBzC7Dj0PNthAiFcPlKow1emHOexrcIsGqwOuo+oE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bCJjqlQcUT0BhBpYXK8kAUO950GZmGUp9dhXmfJSdvQI74iwyajbmHjY0vv4noDEt 5mprEDR4t7YO2IlPOK1GZ3NmsVTozkot/G77+3TEaCU4GKHPIte+Kv4OCSKnUlraRO p/6DjPRz52DaJmSH9jqIP2XeOK3VM96RWm61hijM=
Date: Sun, 10 Nov 2019 20:13:03 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/push/4257388134@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8dfcf8af31_5213fb318ccd96c1785655"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wUQF4kssXzJtuupvTfApt4zDSN4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 04:13:06 -0000

----==_mimepart_5dc8dfcf8af31_5213fb318ccd96c1785655
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

f11934fd629ee03c564438717ac95cb3fed68043  Reword to match Martin's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204/files/0c309a7b240b09d40a1c32fedffe663c24be09b7..f11934fd629ee03c564438717ac95cb3fed68043

----==_mimepart_5dc8dfcf8af31_5213fb318ccd96c1785655
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438717ac95cb3fed68043">f11934f</a>  Reword to match Martin&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3204/files/0c309a7b240b09d40a1c32fedffe663c24be09b7..f11934fd629ee03c564438717ac95cb3fed68043?email_source=notifications&amp;email_token=AFTOJKYPJQIRROTKDXG5T4LQTDLU7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZYHAYTGNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2YDXEMV3JWCQCF3DQTDLU7ANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3NW5CB6AU2MXPVLYDQTDLU7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZYHAYTGNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204/files/0c309a7b240b09d40a1c32fedffe663c24be09b7..f11934fd629ee03c564438717ac95cb3fed68043?email_source=notifications\u0026email_token=AFTOJKYPJQIRROTKDXG5T4LQTDLU7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZYHAYTGNA",
"url": "https://github.com/quicwg/base-drafts/pull/3204/files/0c309a7b240b09d40a1c32fedffe663c24be09b7..f11934fd629ee03c564438717ac95cb3fed68043?email_source=notifications\u0026email_token=AFTOJKYPJQIRROTKDXG5T4LQTDLU7A5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNJSHAZTGOKQOVZWQIZUGI2TOMZYHAYTGNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc8dfcf8af31_5213fb318ccd96c1785655--


From nobody Sun Nov 10 20:13:41 2019
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 57B7C120132 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:13:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cv_UZUfd3tYP for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:13:38 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AAD0312001E for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:13:38 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id D5663C60639 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:13:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573445617; bh=DNaagh/VUicz5VgqLMeVYhzRTKphKdtgCK57kBLDB3Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J/RUsUHyMUIBDaE7zeVF6cYrU55DTABLv0vr4HD3PQnf5KmYSN+QmDWvpn3T3wW3U KK6pLJeuHH8FNe8seXQgV4paQ1l2BEsNJbV7LtB8lDcFWBmI9WIUNjq8cFXa5N2dNt BH7eh7jS1JI6tUvuvopS0oPjhK+ru8pEicwSgPv0=
Date: Sun, 10 Nov 2019 20:13:37 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4TZFVUMDEV4W4KH4F32YJHDEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/review/314688294@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8dff1c5ac3_44813fb4344cd95c11214c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uOd4ho81GDpEZX3PBwPM7S9cD0s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 04:13:40 -0000

----==_mimepart_5dc8dff1c5ac3_44813fb4344cd95c11214c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -5392,15 +5391,10 @@ sequence number, or if a sequence number is used for different connection
 IDs, the endpoint MAY treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
-The Retire Prior To field is a request for the peer to retire all connection IDs
-with a sequence number less than the specified value.  This includes the initial
-and preferred_address transport parameter connection IDs.  The peer SHOULD
-retire the corresponding connection IDs and send the corresponding
-RETIRE_CONNECTION_ID frames in a timely manner.
-
-The Retire Prior To field MUST be less than or equal to the Sequence Number
-field.  Receiving a value greater than the Sequence Number MUST be treated as a
-connection error of type FRAME_ENCODING_ERROR.
+The Retire Prior To field (see {{retiring-cids}}) includes the initial and
+preferred_address transport parameter connection IDs and MUST be less than or

Changed in f11934f

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#discussion_r344552362
----==_mimepart_5dc8dff1c5ac3_44813fb4344cd95c11214c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3204#discussion_r344552362">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5392,15 +5391,10 @@ sequence number, or if a sequence number is used for different connection
 IDs, the endpoint MAY treat that receipt as a connection error of type
 PROTOCOL_VIOLATION.
 
-The Retire Prior To field is a request for the peer to retire all connection IDs
-with a sequence number less than the specified value.  This includes the initial
-and preferred_address transport parameter connection IDs.  The peer SHOULD
-retire the corresponding connection IDs and send the corresponding
-RETIRE_CONNECTION_ID frames in a timely manner.
-
-The Retire Prior To field MUST be less than or equal to the Sequence Number
-field.  Receiving a value greater than the Sequence Number MUST be treated as a
-connection error of type FRAME_ENCODING_ERROR.
+The Retire Prior To field (see {{retiring-cids}}) includes the initial and
+preferred_address transport parameter connection IDs and MUST be less than or
</pre>
<p>Changed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438717ac95cb3fed68043/hovercard" href="https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438717ac95cb3fed68043"><tt>f11934f</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK3KZIDJRGKOWU3MERTQTDLXDA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA4GJQ#discussion_r344552362">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKXNJHORTBX2YTWV3QTDLXDANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6G44G5O4LGZ3JAEBLQTDLXDA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA4GJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK3KZIDJRGKOWU3MERTQTDLXDA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA4GJQ#discussion_r344552362",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK3KZIDJRGKOWU3MERTQTDLXDA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA4GJQ#discussion_r344552362",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8dff1c5ac3_44813fb4344cd95c11214c--


From nobody Sun Nov 10 20:22:39 2019
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 B36FC1200FB for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:22:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1mjXMemffEHN for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 20:22:37 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D408912001E for <quic-issues@ietf.org>; Sun, 10 Nov 2019 20:22:36 -0800 (PST)
Date: Sun, 10 Nov 2019 20:22:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573446155; bh=yXuBVHKpTfkFXTN8jABmYa9pv4QRgROnTnNCI9TB3Ow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qqgMVyNsX23zpHmacvzcint6UiGwR+rqnJPOIroJNM5pkTxCy2mvYDLH0cqK3LsNH dq467vizIpTszehVYhLxraRh9qSShjE3P1fNeV1QVsAtBAWnoXhnvYwXQ6iGdXMpIA HxgW9CICydcBys5+6Qk1To6PwB3G9t1HsWwdilhI=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY7ECHNUXFI2URNN2N32YKIXEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/552287760@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8e20be3bac_bde3fbd294cd9681653735"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CXuUso0b0I9xN9SxR8e6OECWV8k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 04:22:39 -0000

----==_mimepart_5dc8e20be3bac_bde3fbd294cd9681653735
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks 
> We've done performance tests with msquic and changing the key after each key update is ACK'ed and it showed absolutely no impact on throughput. As far as extra complexity it's hard to say. We implemented key update as it was spec'ed now and didn't have to make any complicated extra logic to get to this state.

I'm not sure if what you describe is following the recommendation. Quoting from the spec:
* Endpoints SHOULD wait three times the PTO before initiating a key update after receiving an acknowledgment that confirms that the previous key update was received. ([section 6.5](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.6.5))
* Endpoints SHOULD instead defer the creation of the next set of receive packet protection keys until some time after a key update completes, up to three times the PTO.  ([section 6.3](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.6.3))

Depending on how the peer is implemented, updating the key as soon as receiving an ACK would cause packet drops.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-552287760
----==_mimepart_5dc8e20be3bac_bde3fbd294cd9681653735
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20663557" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a></p>
<blockquote>
<p>We've done performance tests with msquic and changing the key after each key update is ACK'ed and it showed absolutely no impact on throughput. As far as extra complexity it's hard to say. We implemented key update as it was spec'ed now and didn't have to make any complicated extra logic to get to this state.</p>
</blockquote>
<p>I'm not sure if what you describe is following the recommendation. Quoting from the spec:</p>
<ul>
<li>Endpoints SHOULD wait three times the PTO before initiating a key update after receiving an acknowledgment that confirms that the previous key update was received. (<a href="https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.6.5" rel="nofollow">section 6.5</a>)</li>
<li>Endpoints SHOULD instead defer the creation of the next set of receive packet protection keys until some time after a key update completes, up to three times the PTO.  (<a href="https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.6.3" rel="nofollow">section 6.3</a>)</li>
</ul>
<p>Depending on how the peer is implemented, updating the key as soon as receiving an ACK would cause packet drops.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJK6RWQK6EASATAT2SJTQTDMYXA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVT4EA#issuecomment-552287760">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK55OP4ZZR5ZO7FI3E3QTDMYXANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4VYUREYPD7QCRYOE3QTDMYXA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVT4EA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK6RWQK6EASATAT2SJTQTDMYXA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVT4EA#issuecomment-552287760",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK6RWQK6EASATAT2SJTQTDMYXA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVT4EA#issuecomment-552287760",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8e20be3bac_bde3fbd294cd9681653735--


From nobody Sun Nov 10 21:30:10 2019
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 2CAFA1201AA for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:30:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 L81ec66Bv2Rq for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:30:06 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C34F6120132 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 21:30:06 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 1C042A0027 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 21:30:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573450206; bh=88CPa6hu82CLPtFZ2HVLzQgSXrWiFfu9BZeUDBMaPBo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fUFLIjJ7tERA3350LbSEcz2byR7NGKJ6GiQP35awmae+S9bQnQAPlaVHEfT2Sd8aF kfOfjbv92/IPvp9fXwg69h8CEsHdkfSfKaOvV5LHxen7xppVev+dywWIwJUr0ANHnH wFaP44dI8ECP4zZCRg0Z4mnUX0khUqsxI+nghCOQ=
Date: Sun, 10 Nov 2019 21:30:06 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYBQVSW6U2MSQHAKLV32YSF5EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/314701136@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8f1dec733_34543ff8da6cd9608153ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uRyX5Tp0W7GM_aZbdHFZWZmV1Bc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 05:30:08 -0000

----==_mimepart_5dc8f1dec733_34543ff8da6cd9608153ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide

This text indicates that the number of "active_connection_id_limit" means the number of "stored" CIDs "for future use." It might be better to address this now. See #3200.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-314701136
----==_mimepart_5dc8f1dec733_34543ff8da6cd9608153ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r344562295">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
</pre>
<p>This text indicates that the number of "active_connection_id_limit" means the number of "stored" CIDs "for future use." It might be better to address this now. See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518983175" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3200" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3200/hovercard" href="https://github.com/quicwg/base-drafts/issues/3200">#3200</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKY2HQ7X5YXJQOKGXG3QTDUV5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7KUA#pullrequestreview-314701136">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK77OZZS575LQMXAO5DQTDUV5ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ4ONVV55XH3LN7ZWTQTDUV5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7KUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKY2HQ7X5YXJQOKGXG3QTDUV5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7KUA#pullrequestreview-314701136",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKY2HQ7X5YXJQOKGXG3QTDUV5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7KUA#pullrequestreview-314701136",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8f1dec733_34543ff8da6cd9608153ad--


From nobody Sun Nov 10 21:33:41 2019
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 C8BD51201E4 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:33:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 J2PRgTaMnBTH for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:33:38 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D316120132 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 21:33:38 -0800 (PST)
Date: Sun, 10 Nov 2019 21:33:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573450417; bh=Ov0jA8LE9lJws5S1Aq1C7V6+KfoBSTzS6t3nydKuguk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YamZjutm9kHyVpe0c1lJ2F6m9+tXzNR8F1LxXpQ6NXBVXb9RVm4Eoh48zEijLkVvm +a/TRG+XmUjUPiTZST+vmQ+74Cx91Su65Aw62yOatgCBg7SvMSZzHVGwfTcy95kJ4I pIeCx39woUcCOXdPh6IUIQfjd82dVLSORiqpA4bU=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3B6NKRNL45I26U3DF32YSTDEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/c552299614@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8f2b19229e_56ce3ff327acd9605314e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pa64akxl_iXHmSWQGP2m3HuMyrI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 05:33:40 -0000

----==_mimepart_5dc8f2b19229e_56ce3ff327acd9605314e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I was trying to come up with text for this but this PR looks great.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#issuecomment-552299614
----==_mimepart_5dc8f2b19229e_56ce3ff327acd9605314e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I was trying to come up with text for this but this PR looks great.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK344JP2CVRDK6G5RKTQTDVDDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVWYXQ#issuecomment-552299614">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK53DR5CD5HBQ44LXBLQTDVDDANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5B5FRMSUQUR6VFV4LQTDVDDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVWYXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK344JP2CVRDK6G5RKTQTDVDDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVWYXQ#issuecomment-552299614",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK344JP2CVRDK6G5RKTQTDVDDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDVWYXQ#issuecomment-552299614",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8f2b19229e_56ce3ff327acd9605314e7--


From nobody Sun Nov 10 21:34:45 2019
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 8992B1200E9 for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:34:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6CLMfdt3tfSs for <quic-issues@ietfa.amsl.com>; Sun, 10 Nov 2019 21:34:42 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E194120018 for <quic-issues@ietf.org>; Sun, 10 Nov 2019 21:34:42 -0800 (PST)
Date: Sun, 10 Nov 2019 21:34:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573450481; bh=NKxAzsER6ffLc7rVb3F54N1WXKysr2aqgRouXCpIWyo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vCv6cFgiqoLs7nl/Gv3jZd/nrD/Q+Hg1XiBvfVAkiTgVJ/1T/k15CZ0pt+QUS5tXp rqdo7dDi4HGuYZQRw/mTRmwQk/BUugxxsDUXNCc/hoiR4NBYRvMpNAPpOn+ne7UZjH asxA81xT5apoIIMgOU5JfZUqGY9GV3wf5xueDEJE=
From: Rui Paulo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY3FYWEMT4VAKCFRQV32YSXDEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/review/314702216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc8f2f15e940_2e5f3fa3a90cd96019434d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rpaulo
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uxDpeU9M_kk-Z4y8hay5ByolWTQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 05:34:43 -0000

----==_mimepart_5dc8f2f15e940_2e5f3fa3a90cd96019434d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

rpaulo approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#pullrequestreview-314702216
----==_mimepart_5dc8f2f15e940_2e5f3fa3a90cd96019434d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@rpaulo</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK2C3XJRDAMXMVEGDDLQTDVHDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7TCA#pullrequestreview-314702216">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3U66Z7X3WFSLWPYQ3QTDVHDANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YR2MME4RUX7QSCG3QTDVHDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7TCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK2C3XJRDAMXMVEGDDLQTDVHDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7TCA#pullrequestreview-314702216",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK2C3XJRDAMXMVEGDDLQTDVHDA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLA7TCA#pullrequestreview-314702216",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc8f2f15e940_2e5f3fa3a90cd96019434d3--


From nobody Mon Nov 11 06:50:59 2019
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 F0B4A1207FD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 06:50:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KMVE19KvAKsj for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 06:50:56 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C2A112000F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 06:50:56 -0800 (PST)
Date: Mon, 11 Nov 2019 06:50:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573483855; bh=Nunx70w0QS42O7m4OCLXCIq84+nWilCgD1Q4JzK70is=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V/vB+dyyM8Kd7O9t5QAjrxgHmuwAEgyqD8+olX4WUkJ+96s38H5tcMSIo7zoeNSo6 i4rHKXD1H54xiAYTtqGCeCrztlOH7ABdig0CBOo3CgzL/uGLhnEPzT2rZk6kE8iYuY 7I0L9VG0qxOXB+9Y+8Psgsc12rQv2ymkvuUq6/Fk=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK72ZTU3TQP23NMIL65322T47EVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/552475640@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdte (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9754f196db_156c3fd7c44cd96c59204"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gqIwSDzlv3aPl10Dr97EsjEXzv0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 14:50:58 -0000

----==_mimepart_5dc9754f196db_156c3fd7c44cd96c59204
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm saying that while in a theoretical sense waiting the 3 PTO (in any of the scenarios) might possibly reduce packet loss, with msquic to msquic it made zero difference.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-552475640
----==_mimepart_5dc9754f196db_156c3fd7c44cd96c59204
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm saying that while in a theoretical sense waiting the 3 PTO (in any of the scenarios) might possibly reduce packet loss, with msquic to msquic it made zero difference.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJK654MHSVFXBBKR57DTQTFWM7A5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXBX6A#issuecomment-552475640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK42PGYZJV6U4BVMP4DQTFWM7ANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYAM33EHHTZF4BBXLLQTFWM7A5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXBX6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK654MHSVFXBBKR57DTQTFWM7A5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXBX6A#issuecomment-552475640",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK654MHSVFXBBKR57DTQTFWM7A5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXBX6A#issuecomment-552475640",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9754f196db_156c3fd7c44cd96c59204--


From nobody Mon Nov 11 07:01:24 2019
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 CFFFF120827 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:21 -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 70xNovjHtBuw for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:20 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 378D412000F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:20 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 1C649961540 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484479; bh=RlPbGAX/vtoe/j/fGMeQCu9fMpdihWPBKpi1DhIE2Z8=; h=Date:From:To:Subject:From; b=mw7N54sUPuIYMtu70wvySw9mDKHJDHxz62UnK+c4HZ6RyqGA/PE3ZaAveWU6uq6bX VuB4ZeJxLM15AlZ1VuHXtb1wE5QOGhkbdfxd534UTRjrn4hRs5wH3LH7DouUchjbUR DfrDudYiEl29SYnzdGT3XUNPQay5DbqkCEXPGnfo=
Date: Mon, 11 Nov 2019 07:01:19 -0800
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/45b3df-05201a@github.com>
Subject: [quicwg/base-drafts] 05201a: Title-Case Titles (#3207)
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/m8bJD_yuFpG_6r-PDPAz2mkdf-M>
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, 11 Nov 2019 15:01:22 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 05201a3070627fdb619f329204fee8cc4d22ce8c
      https://github.com/quicwg/base-drafts/commit/05201a3070627fdb619f329204fee8cc4d22ce8c
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

  Log Message:
  -----------
  Title-Case Titles (#3207)



From nobody Mon Nov 11 07:01:30 2019
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 43D5112000F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:22 -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, TVD_SPACE_RATIO=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 nb7BoeU1g61E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:20 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A1BA12007C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:20 -0800 (PST)
Date: Mon, 11 Nov 2019 07:01:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484479; bh=lyFtKHPK3fPSoymtfw8s8P25+8UFEZJHEFZpbivKeOM=; h=Date:From:To:Subject:From; b=JC1YI1nAcdFa60VbhpJ9RDbyle7niqFsTTWftXlfPCb+8yb4Zx+ZIVYcI1fcPawg0 zNTCKWBVUaCse8fDPS9FTQQs5CClmL3RaQV+Wr0Jqegsr5lolV7UOowhO0QRd0NZ9e xUn8zj+4EHdyNg+d54Y+H88SdDNeFRkLUwHw4D8c=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/title-case/1ab4b9-000000@github.com>
Subject: [quicwg/base-drafts]
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/YWuvJYWbWNnguV6lENeuH11o3Bs>
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, 11 Nov 2019 15:01:22 -0000

  Branch: refs/heads/http/title-case
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov 11 07:01:38 2019
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 D745112007C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ttd6ogpMTrAR for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:28 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5503312000F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:28 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id A906CC60691 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484487; bh=NEF6PAExGO7VztxQZNSvm7kuvVY8KHrBGHoS7WjWw3M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zs8PA28I9VTHVopUCDT8c9xJEpwZhjtPZiY/wzQ+/Qm3VzhzGflnS5jTy9BQFzov1 7E6XPKUkY0sm9HBbUkdYW3v7jG9oj4g45Nz6QkiRkQKa8dGtwi9VeY0em2k0fGlzG1 4LTtXKDnt3NQ+YUMvU7+WfIZWukq7+/7yQbKCFyI=
Date: Mon, 11 Nov 2019 07:01:27 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DXHG34T6GGX7Y3QV322VEPEVBNHHB6AIC6I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3207/issue_event/2788238200@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3207@github.com>
References: <quicwg/base-drafts/pull/3207@github.com>
Subject: Re: [quicwg/base-drafts] Title-Case Titles (#3207)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc977c7986b8_60b83f9b55acd96c1745531"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fPjxfRbAzejRTOnuhL_3syz834Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 15:01:30 -0000

----==_mimepart_5dc977c7986b8_60b83f9b55acd96c1745531
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3207 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3207#event-2788238200
----==_mimepart_5dc977c7986b8_60b83f9b55acd96c1745531
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520159986" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3207" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3207/hovercard" href="https://github.com/quicwg/base-drafts/pull/3207">#3207</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications&amp;email_token=AFTOJK2ZDGIMAEZKAHR3Q5TQTFXUPA5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG6A#event-2788238200">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5FOUYLBOWV4DWHVA3QTFXUPANCNFSM4JK4EDKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3NHYGKMSTMC6DSP2TQTFXUPA5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK2ZDGIMAEZKAHR3Q5TQTFXUPA5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG6A#event-2788238200",
"url": "https://github.com/quicwg/base-drafts/pull/3207?email_source=notifications\u0026email_token=AFTOJK2ZDGIMAEZKAHR3Q5TQTFXUPA5CNFSM4JK4EDKKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG6A#event-2788238200",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc977c7986b8_60b83f9b55acd96c1745531--


From nobody Mon Nov 11 07:01:44 2019
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 BF9D012000F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jYfGoqKokjAX for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:28 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CC2F120889 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:28 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 580B9960508 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484487; bh=nHbKdnBPi4vt1ATM1p//F6j6dOJehaE0qss4cpaq4LY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LQMhoqMtgY3Eon9cLq7Zq1zCN8gs7S2Ld7cVqgqPNDGw+q0GalTCbIr1cG/Y1OFCr pcxBeTg9JcapCdik9raoOuaPUBlop82BWax+AtabcmNgKFDQOFsdnbo6ZgtgD88HGb P1tZ+JpsfCEA8SaC3KEVEujzFdf42KefeYYHXyIc=
Date: Mon, 11 Nov 2019 07:01:27 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2U4YKNG42NRWSOWTN322VEPEVBNHHB4W6Y3A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3125/issue_event/2788238206@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3125@github.com>
References: <quicwg/base-drafts/issues/3125@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 figures caption capitalization (#3125)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc977c7480d0_41cc3fe4e4ccd9649968ce"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eMQpShRJG-H8evE4tg1V1eFLGj4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 15:01:31 -0000

----==_mimepart_5dc977c7480d0_41cc3fe4e4ccd9649968ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3125 via #3207.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3125#event-2788238206
----==_mimepart_5dc977c7480d0_41cc3fe4e4ccd9649968ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509335768" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3125" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3125/hovercard" href="https://github.com/quicwg/base-drafts/issues/3125">#3125</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520159986" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3207" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3207/hovercard" href="https://github.com/quicwg/base-drafts/pull/3207">#3207</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3125?email_source=notifications&amp;email_token=AFTOJKZTQXXDRDB6DEMAGPDQTFXUPA5CNFSM4JCMZW32YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG7Q#event-2788238206">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZLILY2B25X2ZLAMBTQTFXUPANCNFSM4JCMZW3Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYFS2OR6XRQMZRUXW3QTFXUPA5CNFSM4JCMZW32YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3125?email_source=notifications\u0026email_token=AFTOJKZTQXXDRDB6DEMAGPDQTFXUPA5CNFSM4JCMZW32YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG7Q#event-2788238206",
"url": "https://github.com/quicwg/base-drafts/issues/3125?email_source=notifications\u0026email_token=AFTOJKZTQXXDRDB6DEMAGPDQTFXUPA5CNFSM4JCMZW32YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUYYSG7Q#event-2788238206",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc977c7480d0_41cc3fe4e4ccd9649968ce--


From nobody Mon Nov 11 07:02:00 2019
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 7831212007C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:58 -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 kFtQZau4gNvl for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:01:57 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E993212000F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:56 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id BA501521D4A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:01:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484515; bh=AGrrujNo4yVE+b0HLBPET2KThPA+tocodmhL5ssATNs=; h=Date:From:To:Subject:From; b=ChtI71dXPAYqkTfT3lFygdhTc3GN98gdwG3IEW2zf25W88s2nGIdQDlkf4sgp1AR5 IGofr6HfHIr0n/n6EjehIqhGkfhNMZewDsSsbk5wHnPHRPUIOQeIFs1eC+MZoFuSIW +OlH+F6ker4mk/PXdNbWTce2jtU7JTSvpW5wVf3M=
Date: Mon, 11 Nov 2019 07:01:55 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d11fb5-059529@github.com>
Subject: [quicwg/base-drafts] 059529: Script updating gh-pages from 05201a30. [ci skip]
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/lqH3vvSOcWHnR-tBaXgP00qSefI>
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, 11 Nov 2019 15:01:58 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 059529adf8d1b16229a8da055b15bc3cc246a419
      https://github.com/quicwg/base-drafts/commit/059529adf8d1b16229a8da055b15bc3cc246a419
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 05201a30. [ci skip]



From nobody Mon Nov 11 07:02:39 2019
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 E37A8120827 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:02:36 -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 VYvc61fMzs6C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:02:35 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A328412000F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:02:35 -0800 (PST)
Date: Mon, 11 Nov 2019 07:02:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484554; bh=zqxPuspYBxeao5AYXr4m56T0UmbTkxNgasQU+bUINEo=; h=Date:From:To:Subject:From; b=MrQEu5l03XaTkH+rIDJ1H20Vsz0gKlUuSkYc/lQV60xbI/OedcnPx4BLcOmxBi/QE NqxhiWDntRimJzjDOIIRYUjeQm2skCCYGFMavdQcJl8g8coKAnqPFIrSvxBoMvv2DR 9Vfi5o3+0DWsjbpW4AWFfZ8kcftIf+IAgI5Lcf6k=
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/http/hard_to_change_frames/36eba0-0b355b@github.com>
Subject: [quicwg/base-drafts] 0b355b: Update draft-ietf-quic-http.md
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/s0XD0qxEpeIffOzyPC6q63Srgaw>
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, 11 Nov 2019 15:02:37 -0000

  Branch: refs/heads/http/hard_to_change_frames
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0b355bf7fd8387fd8cb722592c3e67531de7bc10
      https://github.com/quicwg/base-drafts/commit/0b355bf7fd8387fd8cb722592c3e67531de7bc10
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

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

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



From nobody Mon Nov 11 07:02:49 2019
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 83650120889 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:02:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SELtr7CxNUde for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:02:45 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6D09A120827 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:02:45 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 6DFB6661143 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:02:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484564; bh=CQqfAJq2NNIxukh6nNk4pCMYYu+p+IDhUWhbrB0NqZM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QgvbzMDvyYArhweGDfUR+O+4Pm7RDXC0JUCbt1rnL5yq8igZSK9gMHpUkj9pbqW6R Ut5j3dY31H/sVb9a+VyhAbDZjiwgtqZNdXF9oKgBU4LDn3aVCGlOTpQxJOMtgVGB3x n6fq+7+Lc9GKMD1tiVx0JuVZ4zIgxdaK8a8QZP9E=
Date: Mon, 11 Nov 2019 07:02:44 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3206/push/4259524345@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3206@github.com>
References: <quicwg/base-drafts/pull/3206@github.com>
Subject: Re: [quicwg/base-drafts] Recommend replacing, not changing, protocol components (#3206)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc978145c99e_bbb3f9a9aacd964849245"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-7VJJ2ph6SuvXIAlL7-_PvuF89o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 15:02:48 -0000

----==_mimepart_5dc978145c99e_bbb3f9a9aacd964849245
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop pushed 1 commit.

0b355bf7fd8387fd8cb722592c3e67531de7bc10  Update draft-ietf-quic-http.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3206/files/36eba038a6b3e6216bd3532a2b3bc46e208c12f7..0b355bf7fd8387fd8cb722592c3e67531de7bc10

----==_mimepart_5dc978145c99e_bbb3f9a9aacd964849245
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/MikeBishop" class="user-mention">@MikeBishop</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0b355bf7fd8387fd8cb722592c3e67531de7bc10">0b355bf</a>  Update draft-ietf-quic-http.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3206/files/36eba038a6b3e6216bd3532a2b3bc46e208c12f7..0b355bf7fd8387fd8cb722592c3e67531de7bc10?email_source=notifications&amp;email_token=AFTOJKYXQ7PCJUL4DGX4MELQTFXZJA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TSNJSGQZTINI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWKZO7W2G2UXRTYZLQTFXZJANCNFSM4JK35XYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6NBOSAWFDN53OJQJ3QTFXZJA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TSNJSGQZTINI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3206/files/36eba038a6b3e6216bd3532a2b3bc46e208c12f7..0b355bf7fd8387fd8cb722592c3e67531de7bc10?email_source=notifications\u0026email_token=AFTOJKYXQ7PCJUL4DGX4MELQTFXZJA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TSNJSGQZTINI",
"url": "https://github.com/quicwg/base-drafts/pull/3206/files/36eba038a6b3e6216bd3532a2b3bc46e208c12f7..0b355bf7fd8387fd8cb722592c3e67531de7bc10?email_source=notifications\u0026email_token=AFTOJKYXQ7PCJUL4DGX4MELQTFXZJA5CNFSM4JK35XYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTQNZZGMYTAOCQOVZWQIZUGI2TSNJSGQZTINI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc978145c99e_bbb3f9a9aacd964849245--


From nobody Mon Nov 11 07:03:35 2019
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 A540A1208B9 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:03:33 -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 VIcN4n6rYTmq for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:03:32 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3CAFA1208A9 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:03:32 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 588146A1DFD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:03:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484611; bh=EzN+sgfoMU3eYRBApiujZ7Tn6RLZwPM9scWV9hpd0a0=; h=Date:From:To:Subject:From; b=0Fu4Tt9UJ7SW9BisTVwMmrIG6qjVY3ROclRs2NZarbWUqJ1JzsGGdBt17Eg0zaD2P LCcO6B8xSf1RI/cybq7yHXXAKxCdi8MqvtKL0eu5f1LbVgIR5fHwK1xqgj5iDfsSVn DQr+4IeSgbV2YIfh5f72vDJdoZfWL2t2ccpVJBqY=
Date: Mon, 11 Nov 2019 07:03:31 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/059529-54fc20@github.com>
Subject: [quicwg/base-drafts] 54fc20: Script updating gh-pages from 0b355bf7. [ci skip]
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/U2K2FsVy2Hbta2uzCvZ_HQoxqm4>
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, 11 Nov 2019 15:03:33 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 54fc2014fcf4fb9448da935774e84fca0b7e6519
      https://github.com/quicwg/base-drafts/commit/54fc2014fcf4fb9448da935774e84fca0b7e6519
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M http/hard_to_change_frames/draft-ietf-quic-http.html
    M http/hard_to_change_frames/draft-ietf-quic-http.txt
    M http/hard_to_change_frames/draft-ietf-quic-invariants.html
    M http/hard_to_change_frames/draft-ietf-quic-invariants.txt
    M http/hard_to_change_frames/draft-ietf-quic-qpack.html
    M http/hard_to_change_frames/draft-ietf-quic-qpack.txt
    M http/hard_to_change_frames/draft-ietf-quic-recovery.html
    M http/hard_to_change_frames/draft-ietf-quic-recovery.txt
    M http/hard_to_change_frames/draft-ietf-quic-tls.html
    M http/hard_to_change_frames/draft-ietf-quic-tls.txt
    M http/hard_to_change_frames/draft-ietf-quic-transport.html
    M http/hard_to_change_frames/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 0b355bf7. [ci skip]



From nobody Mon Nov 11 07:03:54 2019
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 97D8612089E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:03:52 -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 8AroAcDns9G3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:03:48 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB592120827 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:03:48 -0800 (PST)
Date: Mon, 11 Nov 2019 07:03:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484627; bh=9m/RkTBX+hu79/PILSgEeLmrrFi/mp2K9dgwm+7Ifq0=; h=Date:From:To:Subject:From; b=ePYc15NpZBa2kNx94/v/GKMhH16aYCjRVBhIDhEW9rcnlguuBWWtP+U1wbr3cHEPb TQZQT0q4LMh2nKtOeZFH3AXbhpYHxvV4QO/su13Ll3lD/cVoOJ4m5FArDr2m4+z4gv v0URIcB/DXw4/BrizqpNkkmRUZR/N2KoINI6JrBI=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/54fc20-31c67f@github.com>
Subject: [quicwg/base-drafts] 31c67f: Script updating issues at 2019-11-11T15:03:40Z. [c...
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/QpUA1YcIcOyVX3UKPeE1VBJ9_8w>
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, 11 Nov 2019 15:03:52 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 31c67f8a5c469060736c494fc7d5ff188cb45a0a
      https://github.com/quicwg/base-drafts/commit/31c67f8a5c469060736c494fc7d5ff188cb45a0a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-11T15:03:40Z. [ci skip]



From nobody Mon Nov 11 07:05:38 2019
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 578E612000F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:05:29 -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 F2caRtMQCCF7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:05:27 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CCEA1120827 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:05:27 -0800 (PST)
Date: Mon, 11 Nov 2019 07:05:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573484726; bh=xmyLWt7WsUU4WRKjZYAEKlVY5NoxKstWDRL8f1c5xus=; h=Date:From:To:Subject:From; b=BrVrBTddBm1z80iWk7mN+hN5/4NRknyqaBMH9h8Q6Hr2r+2CXVir81iguympPvKIy E6CZ+jRE06Rao6PULCw1ht34Tjv2pHoSZtHGTLKuJ5IW7Xhj5Rt+bnhcJKpT382NsQ fUibc4RUzYkOslAoXKbee+50y1y+W311QpblFqys=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/31c67f-a52055@github.com>
Subject: [quicwg/base-drafts] a52055: Script updating issues at 2019-11-11T15:05:18Z. [c...
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/PKvXNbl3MfUuyZ-a2qZ13qKZLEs>
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, 11 Nov 2019 15:05:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a52055cea5d9f6a725e7692c44204f0ba82e8a14
      https://github.com/quicwg/base-drafts/commit/a52055cea5d9f6a725e7692c44204f0ba82e8a14
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-11T15:05:18Z. [ci skip]



From nobody Mon Nov 11 07:41:18 2019
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 E988F1208AB for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:41:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pklSQOUwz8vN for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 07:41:15 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 891201208AA for <quic-issues@ietf.org>; Mon, 11 Nov 2019 07:41:15 -0800 (PST)
Date: Mon, 11 Nov 2019 07:41:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573486874; bh=rD78zfaFQTbb5LvYMdiKAL0OWToT4DfoJRPvY8SjUpE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WWChbosPYrdmEemFmB7TwjNUyw+6fnXANz6ByaDjl95EEvGKU0idWwzrS8fpi1ssG YR8FDQtRRHUKCmpKkALs3gDPP+bK8YRlfWfCGOf+FG85DUEekZ1/Fc8e1pg1durIOB +/Eim1sZ3UtkKNJvLzKtZoN/ykPm1occ6bV+F9K0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK42N53OV6NAVO35XEF322ZZVEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/review/314978239@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9811a9bce7_38243fdad4ccd960936b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EFNMAArvngsHYskb_myfLZewSPE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 15:41:17 -0000

----==_mimepart_5dc9811a9bce7_38243fdad4ccd960936b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#pullrequestreview-314978239
----==_mimepart_5dc9811a9bce7_38243fdad4ccd960936b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK27IFCEKRXH5WPRYM3QTF4JVA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDC7PY#pullrequestreview-314978239">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6VEC4G6PHUOCMSGDDQTF4JVANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46PQHKPDJZOQXO7ZDQTF4JVA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDC7PY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK27IFCEKRXH5WPRYM3QTF4JVA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDC7PY#pullrequestreview-314978239",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK27IFCEKRXH5WPRYM3QTF4JVA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDC7PY#pullrequestreview-314978239",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9811a9bce7_38243fdad4ccd960936b4--


From nobody Mon Nov 11 08:55:42 2019
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 53D171209F4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:55:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jgbZxi_mueF4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:55:38 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC1701209D7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 08:55:36 -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 D9D742C3226 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 08:55:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573491335; bh=7VHE24fdu8pIXQ6U5pOrg2oTUAPfOwb6HisDTq9By0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ALihnJX9nID3KjAtwiyQKpDQdrAG/Hj5FI9rMpcnrvrtJFzndY04n/gkXJx+sTKzV RKqtMY3pgqybplqoJ3LRV8jrhV1CilEwzPrGWcZawS5E1ixssBZhZ5lAGVCyFhAjnm En42fRP+jNSb5obEE6mWzy6oPhLwUvWhavZzYS0c=
Date: Mon, 11 Nov 2019 08:55:35 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3RLH2E5Y7Z3PDHKJN323CQPEVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203/review/315026640@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3203@github.com>
References: <quicwg/base-drafts/pull/3203@github.com>
Subject: Re: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc99287cad88_273f3ff6afccd9642364626"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nT_I6PCClZU8r_G5XEl6R227b6o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 16:55:40 -0000

----==_mimepart_5dc99287cad88_273f3ff6afccd9642364626
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

This issue documents an existing requirement, so it's not actually a design change, and the issue is labeled editorial.  So I don't think we need to add this to the changelog, but we could and instead say "Document why servers have to change Connection IDs in Retry."



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203#pullrequestreview-315026640
----==_mimepart_5dc99287cad88_273f3ff6afccd9642364626
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>This issue documents an existing requirement, so it's not actually a design change, and the issue is labeled editorial.  So I don't think we need to add this to the changelog, but we could and instead say "Document why servers have to change Connection IDs in Retry."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJK6XV4YN4ZQF3T3EUY3QTGFAPA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDOZUA#pullrequestreview-315026640">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK757RCPYW4SN2LIJR3QTGFAPANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK52LAPAK3TYDXCCUCDQTGFAPA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDOZUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK6XV4YN4ZQF3T3EUY3QTGFAPA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDOZUA#pullrequestreview-315026640",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK6XV4YN4ZQF3T3EUY3QTGFAPA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLDOZUA#pullrequestreview-315026640",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc99287cad88_273f3ff6afccd9642364626--


From nobody Mon Nov 11 08:57:24 2019
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 77EA6120A12 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:57:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ONWaOSWTn_Eq for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:57:19 -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 486E6120A17 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 08:57:17 -0800 (PST)
Date: Mon, 11 Nov 2019 08:57:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573491436; bh=Mfl+2M2StGdE1CUp++9sFgJhucBtAUMcZ9lBSiSKv/A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MzBGkvOhx93b6erdCNcC6Z7bugIu53YjuFh5BDnMymswQ4o5+cTWQ6y38vOFKxf8I t3QI1llLPvh7dRtUuQwOdGUK7Qo2sKnDr7Ew6t69mQorGZz9byD1gwcWlXKtwoeYVl 07QwEW4lV2kRXNXOUvtFI+X6aY6ndaSKQYC3s1A4=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5WJLCKIPPPDGIT7LV323CWZEVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203/c552525666@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3203@github.com>
References: <quicwg/base-drafts/pull/3203@github.com>
Subject: Re: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc992ec1d8e8_69bd3fae1b0cd95c12420fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/caaWJshgD7smH-sp_zNZSrA5WnQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 16:57:23 -0000

----==_mimepart_5dc992ec1d8e8_69bd3fae1b0cd95c12420fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I don't think we need to add this to the changelog,

OK.

> but we could and instead say "Document why servers have to change Connection IDs in Retry."

Where would we do that if we closed this PR?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203#issuecomment-552525666
----==_mimepart_5dc992ec1d8e8_69bd3fae1b0cd95c12420fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I don't think we need to add this to the changelog,</p>
</blockquote>
<p>OK.</p>
<blockquote>
<p>but we could and instead say "Document why servers have to change Connection IDs in Retry."</p>
</blockquote>
<p>Where would we do that if we closed this PR?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJK3GB2RA4BEHTZRCDODQTGFGZA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXN6YQ#issuecomment-552525666">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6BM3D4F5V5XG2ELC3QTGFGZANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK633ZTNB44K4I2S7B3QTGFGZA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXN6YQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK3GB2RA4BEHTZRCDODQTGFGZA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXN6YQ#issuecomment-552525666",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK3GB2RA4BEHTZRCDODQTGFGZA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXN6YQ#issuecomment-552525666",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc992ec1d8e8_69bd3fae1b0cd95c12420fd--


From nobody Mon Nov 11 08:58:47 2019
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 13414120A2A for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:58:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P-6hOvtdxgGD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 08:58:44 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 715D3120A33 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 08:58:44 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 8027E2C333E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 08:58:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573491523; bh=ugEFrQKRF8qz4rVopuAOEe9h4hhHzQHJigGseVncgA4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mGE5FwZz8tY/HjOB/UsDt8dNwBeGwl37VVD+lsRIgUG+qBoJKTevrnrh/2YGL3cNb wG3WMwLQXiSsp8fP5C9W2v+cBt5PnGR+BTqGBt0WuQVTlDbOTauPSce1KtMEkHtbDx v58Dvnf9RYxj12P0RBX9nJmZEN2m90IiyLJLj+8E=
Date: Mon, 11 Nov 2019 08:58:43 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK763NDWG3OGY45BU3N323C4HEVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203/c552526214@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3203@github.com>
References: <quicwg/base-drafts/pull/3203@github.com>
Subject: Re: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc993437080b_3f123f9b1b4cd95c3760573"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xvuhMBBxZlFNfwmuwZPYxz58EJE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 16:58:46 -0000

----==_mimepart_5dc993437080b_3f123f9b1b4cd95c3760573
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I was saying we could do that in this PR.  But it's really @martinthomson and @janaiyengar call, since they're the transport editors.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203#issuecomment-552526214
----==_mimepart_5dc993437080b_3f123f9b1b4cd95c3760573
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I was saying we could do that in this PR.  But it's really <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> call, since they're the transport editors.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJK3JXMYBIYNOHNJS24TQTGFMHA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXODBQ#issuecomment-552526214">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK656A7GMN3OUBRKQRTQTGFMHANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4IE6ONBYW7A7MNP5DQTGFMHA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXODBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK3JXMYBIYNOHNJS24TQTGFMHA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXODBQ#issuecomment-552526214",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK3JXMYBIYNOHNJS24TQTGFMHA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDXODBQ#issuecomment-552526214",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc993437080b_3f123f9b1b4cd95c3760573--


From nobody Mon Nov 11 09:45:14 2019
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 8772812084D for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:45:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xAvI-jN3RU56 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:45:09 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 62A1012084B for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:45:09 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id B63066A00AB for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:45:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573494308; bh=D7Pq7unYktoCRqWTOgvE0w/Lu1IxRNarJnHIQ4kOFvk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=wcIAgvuWtm16cEyWkgBPkRRsf+ECoCTZl5XFgKokJXLEJAk56l6ddjhnjfaAqsyII /Cvpord5bmOrEuvgGgdtrFfAnb+CESv2f3XDx1wT0eBoWE8WyrMLF24mMpcmqVXxgW ZzQL/WKnHDHc+3Upjm4lkKXSffAZVkJSBJ7M7HTY=
Date: Mon, 11 Nov 2019 09:45:08 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3G2KY3USZELW3K72N323IKJEVBNHHB6D2USA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3214@github.com>
Subject: [quicwg/base-drafts] Editorial-only NITS on QUIC-Transport-24 (#3214)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc99e24a7a91_2b913f8b42ccd96014364ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j5F6m6ayNVxSJGrF0uOuS69y6R4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 17:45:13 -0000

----==_mimepart_5dc99e24a7a91_2b913f8b42ccd96014364ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

/There are certain operations which an application MUST /=0D
- ought this to be /which an /that an/=0D
=0D
/However, implementations MAY choose to offer the ability to=0D
   deliver data out of order to a receiving application./=0D
- This doesn=E2=80=99t say the default is in-order delivery, which I woul=
d have thought was the case. It also doesn=E2=80=99t say whether this is =
per-connection, or per-stream (I imagined the latter).=0D
=0D
/frames in multiple packets in order to make/=0D
- Could be read as implying sequencing, I suggest removing /in order/ or =
saying /to ensure that=0D
=0D
/A receiver maintains a cumulative sum of=0D
   bytes received on all streams, which is used to check for flow=0D
   control violations./=0D
- It would have helped me, had this explained what was intended by =E2=80=
=9Ccontrol violations=E2=80=9D - I think it means to detect when the send=
er sends more than permitted by the flow control limit. I think the contr=
ol part comes in a later sentence? (Is this measured against the largest =
advertised offset, or the current offset? =E2=80=A6 given what is written=
 about reducing the advertised value?)=0D
=0D
=0D
/However, multiplexing=0D
   connections on the same local IP address and port while using zero-=0D=

   length connection IDs will cause failures in the presence of peer=0D
   connection migration, NAT rebinding, and client port reuse; and=0D
   therefore MUST NOT be done unless an endpoint is certain that those=0D=

   protocol features are not in use./=0D
- Seems like dodgy requirements text to me. I likely agree with the concl=
usion, but what is the MUST actually determining when the sentence starts=
 with a however and includes =E2=80=98certain=E2=80=99 =E2=80=A6 =E2=80=99=
not in use=E2=80=9D? I suspect it would be better to have a full stop aft=
er the examples of failure and then state what is required.=0D
=0D
/An endpoint MAY limit the frequency or the total=0D
   number of connection IDs issued for each connection to avoid the risk=0D=

   of running out of connection IDs; see Section 10.4.2./=0D
- I don=E2=80=99t understand /frequency/ or /total number/ in this senten=
ce. I had expected a limit on the outstanding number of unused connection=
s or the total number of in-use (used or available) connections, but the =
words I saw didn=E2=80=99t make sense to me.=0D
=0D
/An endpoint that migrates=0D
   away from a local address SHOULD retire all connection IDs used on=0D
   that address once it no longer plans to use that address./=0D
- I expected to know what happens if the should is not respected, and won=
dered in this case whether the resources remain committed to the previous=
 address and would become unable to be utilised?=0D
=0D
/the peer MUST retire the corresponding connection IDs=0D
   and send corresponding RETIRE_CONNECTION_ID frames.  Failing to=0D
   retire /=0D
- The text requires the sender to do something, ut clearly reordering and=
 other things could follow - as it says in the next text - so why is this=
 a MUST, not a SHOULD - with strong indication do otherwise will have imp=
lications?=0D
=0D
In section 5.2 /Hosts try to/=0D
- Is host the same endpoints, as elsewhere, or specifically the node host=
ing the stack? and why?=0D
=0D
/Packets that don't match an existing connection are discarded=0D
 / =0D
- I=E2=80=99d personally really prefer to avoid using =E2=80=9Cdon=E2=80=99=
t=E2=80=9D and =E2=80=9Cisn=E2=80=99t=E2=80=9D (which currently occur a f=
ew times in this section).=0D
-  also can the ID explicitly say which field did not match the ID.=0D
=0D
/Servers that do not support a particular version=0D
   are unlikely to be able to decrypt the payload of the packet.=0D
   Servers SHOULD NOT attempt to decode or decrypt/=0D
- This seems like tuning? Or is the intention to protect the endpoint fro=
m an attack, please explain the SHOULD.=0D
=0D
/   Servers MUST drop incoming packets under all other circumstances./=0D=

- Normally in other transport protocols, this requirement would be accomp=
anied by a =E2=80=9Cand SHOULD log the event=E2=80=9D to enable people to=
 understand what has happened.=0D
=0D
/There are certain operations which an application MUST/=0D
- I think /which/ needs to /that/.=0D
=0D
=0D
/ The size of the first packet sent by a client will determine whether=0D=

   a server sends a Version Negotiation packet.  Clients that support=0D
   multiple QUIC versions SHOULD pad the first packet they send to the=0D=

   largest of the minimum packet sizes across all versions they support.=0D=

   This ensures that the server responds if there is a mutually=0D
   supported version.=0D
/=0D
- Are you saying a client that does not PAD does not negotiate? If so: Wh=
at is the logic behind that design decision?=0D
- I don=E2=80=99t read that as it assures what it say. To me, the padding=
 assures the client can send this side of packet to the remote endpoint.=0D=

- Does this agree with what is written in section 8.1 on padding? and Sec=
tion 14?=0D
=0D
/An endpoint can verify support for Explicit Congestion Notification=0D
   (ECN) in the first packets it sends, /=0D
- Nearly - It can verify the endpoints support ECN and the current path c=
ould be used to transfer ECN-marked packets. That=E2=80=99s not quite eno=
ugh to complete verification that the path and endpoints have full ECN su=
pport.=0D
=0D
/MUST specify whether they MUST,/=0D
- could be written is /is REQUIRED to specify whether they MUST/=0D
=0D
/ and absent new values from the server, the default value./=0D
- what does =E2=80=98absent=E2=80=99 mean in this clause, could you rewor=
d?=0D
=0D
/An endpoint MUST ignore transport parameters that it does=0D
   not support./=0D
- What happens if the parameter definition requires that it is stored? Ho=
w would it know?=0D
=0D
/Address validation is used by QUIC to avoid being used for a traffic=0D
   amplification attack.  /=0D
- This doesn=E2=80=99t parse to me, /is used=E2=80=A6being bused/, please=
 could you rephrase?=0D
=0D
/A token SHOULD be constructed in a way that allows the server to=0D
   distinguish it from tokens that are sent in Retry packets as they are=0D=

   carried in the same field./=0D
- I=E2=80=99m not sure whether this intended /as/ or /because/ - but eith=
er way I did not understand that sentence.=0D
=0D
/claimed client address (IP=0D
   and port)/=0D
- What is IP and port? - is this both IP addresses or the remote address?=
 (do you care about Address Family?) and pair of transport ports (or one =
of the ports)=0D
=0D
/MUST respond=0D
   immediately by echoing the data/=0D
- Of course it may not be able to immediately send anything:-) , but I su=
spect this needs to not delay?=0D
=0D
/as it might be a result of a forwarded=0D
   packet (see Section 9.3.3) or misrouting. /=0D
- I think =E2=80=9Cforwarding=E2=80=9D in a transport spec means normal n=
etwork behaviour, and routing is the thing controls that. nIf the spec ne=
eds to use these words can they be prefixed with something =E2=80=9Cproxy=
 forwarding - or application forwarding=E2=80=9D- or whatever to indicate=
 that these are middleboxes, rather than routers/switches.=0D
=0D
=0D
/9.2.  Initiating Connection Migration/=0D
- I assert the new path may not have the same RTT, because the path could=
 traverse a different set of network devices or be subject to different p=
olicies that influence forwarding behaviour. These are not currently list=
ed here, but are the basis for some later text in 9.3.1. Can we mention h=
ere?=0D
=0D
/This style of attack relies on the attacker using a path that is=0D
   approximately as fast/=0D
- In the sense of this phrase, I think =E2=80=9Cfast=E2=80=9D is not refe=
rring to line rate or transfer speed, but to the same amount of time =E2=80=
=A6 I think the word needs to be replaced.=0D
=0D
/   At any time, endpoints MAY change the Destination Connection ID they=0D=

   send to a value that has not been used on another path./=0D
- I understand the idea of changing, but what is the =E2=80=9Csend to a v=
alue=E2=80=9D text about?=0D
=0D
/If path validation succeeds, the client SHOULD immediately begin=0D
   sending all future packets to the new server address/=0D
- /immediately begin sending/ troubles me here, and I would prefer this t=
o also explicitly say that is subject to 9.4 (because we all know people =
read documents with certain emphasis, and I wouldn=E2=80=99t like this sp=
ecific detail to be missed.=0D
=0D
/Migrating a connection to a new server address mid-connection is left=0D=

   for future work./=0D
- I=E2=80=99d prefer to say is not described in this spec or is not suppo=
rted by this spec - rather than these words, I think the SHOULD indicates=
 it is likely the former.=0D
=0D
Section 11:=0D
/   An endpoint that detects an error SHOULD signal the existence of that=
=0D
   error to its peer. /=0D
- Normally in other transport protocols, this requirement would be accomp=
anied by a =E2=80=9Cand SHOULD log the event=E2=80=9D to enable people to=
 understand what has happened.=0D
=0D
This statement is dangerous:=0D
/However, an implementor should=0D
   only deviate from these requirements after careful consideration of=0D=

   the performance implications of doing so./=0D
- Let me argue this statement needs to be replaced by:=0D
- =E2=80=9CThe requirements described are baed on consideration of=0D
   the performance implications and the on other flows that could share n=
etwork capacity=E2=80=9D.=0D
- I strongly argue that implementors how do not implement a PS do not con=
form to that PS. That happens, but I don=E2=80=99t see the point in a spe=
c saying if you don=E2=80=99t comply you=E2=80=99re still compliant.=0D
=0D
/Limiting ACK frames avoids an infinite feedback loop of acknowledgements=
/=0D
- Unclear, is the text about limiting which sets of frames result in ACK =
frames? or something else?=0D
=0D
In Section 13.4 =0D
/An endpoint=0D
   validates the use of ECN on the path, both during connection=0D
   establishment and when migrating to a new path (Section 9)./=0D
- I think the QUIC endpoint MAY also validate ECN is still support by the=
 path during communication. This may be necessary when ECN is enabled, bu=
t a path change results in there no longer being support.=0D
- I think this needs to also be permitted in Section  13.4.2, allowing QU=
IC to suspend ECN usage for a path or to an endpoint for which it current=
ly has a connection.=0D
=0D
/Note that this requires being able=0D
   to read the ECN codepoints from the enclosing IP packet, which is not=0D=

   possible on all platforms./=0D
- That sounds like it could be an issue, which it is not. Could we add =E2=
=80=9COn those platforms, QUIC will not enable ECN for this endpoint=E2=80=
=9D.=0D
=0D
/To provide robust connectivity in=0D
   the presence of such devices, each endpoint independently validates=0D=

   ECN counts and disables ECN if errors are detected./=0D
- specifically, I think this could be: /To provide robust connectivity in=
=0D
   the presence of such devices, each endpoint independently validates=0D=

   ECN counts and disables ECN if the path is does not show consistent su=
pport for ECN./=0D
=0D
/   Even if validation fails, an endpoint MAY revalidate ECN on the same=0D=

   path at any later time in the connection./=0D
- That=E2=80=99s possible, meaning try again to use ECN? I think the text=
 needs to be clearer, that this can be used to enable ECN to be used with=
in the connection.=0D
=0D
/path supports a reasonable Maximum Transmission Unit (MTU)./=0D
- I think this should read /path supports a reasonable Path Maximum Trans=
mission Unit (PMTU)/=0D
=0D
Also:=0D
/   Prior to validating the client address, servers MUST NOT send more=0D=

   than three times as many bytes as the number of bytes they have=0D
   received./=0D
- So, let me understand - does that include retransmissions? or is this c=
onstrain within the PTO or something?=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3214=

----==_mimepart_5dc99e24a7a91_2b913f8b42ccd96014364ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>/There are certain operations which an application MUST /</p>=0D
<ul>=0D
<li>ought this to be /which an /that an/</li>=0D
</ul>=0D
<p>/However, implementations MAY choose to offer the ability to<br>=0D
deliver data out of order to a receiving application./</p>=0D
<ul>=0D
<li>This doesn=E2=80=99t say the default is in-order delivery, which I wo=
uld have thought was the case. It also doesn=E2=80=99t say whether this i=
s per-connection, or per-stream (I imagined the latter).</li>=0D
</ul>=0D
<p>/frames in multiple packets in order to make/</p>=0D
<ul>=0D
<li>Could be read as implying sequencing, I suggest removing /in order/ o=
r saying /to ensure that</li>=0D
</ul>=0D
<p>/A receiver maintains a cumulative sum of<br>=0D
bytes received on all streams, which is used to check for flow<br>=0D
control violations./</p>=0D
<ul>=0D
<li>It would have helped me, had this explained what was intended by =E2=80=
=9Ccontrol violations=E2=80=9D - I think it means to detect when the send=
er sends more than permitted by the flow control limit. I think the contr=
ol part comes in a later sentence? (Is this measured against the largest =
advertised offset, or the current offset? =E2=80=A6 given what is written=
 about reducing the advertised value?)</li>=0D
</ul>=0D
<p>/However, multiplexing<br>=0D
connections on the same local IP address and port while using zero-<br>=0D=

length connection IDs will cause failures in the presence of peer<br>=0D
connection migration, NAT rebinding, and client port reuse; and<br>=0D
therefore MUST NOT be done unless an endpoint is certain that those<br>=0D=

protocol features are not in use./</p>=0D
<ul>=0D
<li>Seems like dodgy requirements text to me. I likely agree with the con=
clusion, but what is the MUST actually determining when the sentence star=
ts with a however and includes =E2=80=98certain=E2=80=99 =E2=80=A6 =E2=80=
=99not in use=E2=80=9D? I suspect it would be better to have a full stop =
after the examples of failure and then state what is required.</li>=0D
</ul>=0D
<p>/An endpoint MAY limit the frequency or the total<br>=0D
number of connection IDs issued for each connection to avoid the risk<br>=
=0D
of running out of connection IDs; see Section 10.4.2./</p>=0D
<ul>=0D
<li>I don=E2=80=99t understand /frequency/ or /total number/ in this sent=
ence. I had expected a limit on the outstanding number of unused connecti=
ons or the total number of in-use (used or available) connections, but th=
e words I saw didn=E2=80=99t make sense to me.</li>=0D
</ul>=0D
<p>/An endpoint that migrates<br>=0D
away from a local address SHOULD retire all connection IDs used on<br>=0D=

that address once it no longer plans to use that address./</p>=0D
<ul>=0D
<li>I expected to know what happens if the should is not respected, and w=
ondered in this case whether the resources remain committed to the previo=
us address and would become unable to be utilised?</li>=0D
</ul>=0D
<p>/the peer MUST retire the corresponding connection IDs<br>=0D
and send corresponding RETIRE_CONNECTION_ID frames.  Failing to<br>=0D
retire /</p>=0D
<ul>=0D
<li>The text requires the sender to do something, ut clearly reordering a=
nd other things could follow - as it says in the next text - so why is th=
is a MUST, not a SHOULD - with strong indication do otherwise will have i=
mplications?</li>=0D
</ul>=0D
<p>In section 5.2 /Hosts try to/</p>=0D
<ul>=0D
<li>Is host the same endpoints, as elsewhere, or specifically the node ho=
sting the stack? and why?</li>=0D
</ul>=0D
<p>/Packets that don't match an existing connection are discarded<br>=0D
/</p>=0D
<ul>=0D
<li>I=E2=80=99d personally really prefer to avoid using =E2=80=9Cdon=E2=80=
=99t=E2=80=9D and =E2=80=9Cisn=E2=80=99t=E2=80=9D (which currently occur =
a few times in this section).</li>=0D
<li>also can the ID explicitly say which field did not match the ID.</li>=
=0D
</ul>=0D
<p>/Servers that do not support a particular version<br>=0D
are unlikely to be able to decrypt the payload of the packet.<br>=0D
Servers SHOULD NOT attempt to decode or decrypt/</p>=0D
<ul>=0D
<li>This seems like tuning? Or is the intention to protect the endpoint f=
rom an attack, please explain the SHOULD.</li>=0D
</ul>=0D
<p>/   Servers MUST drop incoming packets under all other circumstances./=
</p>=0D
<ul>=0D
<li>Normally in other transport protocols, this requirement would be acco=
mpanied by a =E2=80=9Cand SHOULD log the event=E2=80=9D to enable people =
to understand what has happened.</li>=0D
</ul>=0D
<p>/There are certain operations which an application MUST/</p>=0D
<ul>=0D
<li>I think /which/ needs to /that/.</li>=0D
</ul>=0D
<p>/ The size of the first packet sent by a client will determine whether=
<br>=0D
a server sends a Version Negotiation packet.  Clients that support<br>=0D=

multiple QUIC versions SHOULD pad the first packet they send to the<br>=0D=

largest of the minimum packet sizes across all versions they support.<br>=
=0D
This ensures that the server responds if there is a mutually<br>=0D
supported version.<br>=0D
/</p>=0D
<ul>=0D
<li>Are you saying a client that does not PAD does not negotiate? If so: =
What is the logic behind that design decision?</li>=0D
<li>I don=E2=80=99t read that as it assures what it say. To me, the paddi=
ng assures the client can send this side of packet to the remote endpoint=
.</li>=0D
<li>Does this agree with what is written in section 8.1 on padding? and S=
ection 14?</li>=0D
</ul>=0D
<p>/An endpoint can verify support for Explicit Congestion Notification<b=
r>=0D
(ECN) in the first packets it sends, /</p>=0D
<ul>=0D
<li>Nearly - It can verify the endpoints support ECN and the current path=
 could be used to transfer ECN-marked packets. That=E2=80=99s not quite e=
nough to complete verification that the path and endpoints have full ECN =
support.</li>=0D
</ul>=0D
<p>/MUST specify whether they MUST,/</p>=0D
<ul>=0D
<li>could be written is /is REQUIRED to specify whether they MUST/</li>=0D=

</ul>=0D
<p>/ and absent new values from the server, the default value./</p>=0D
<ul>=0D
<li>what does =E2=80=98absent=E2=80=99 mean in this clause, could you rew=
ord?</li>=0D
</ul>=0D
<p>/An endpoint MUST ignore transport parameters that it does<br>=0D
not support./</p>=0D
<ul>=0D
<li>What happens if the parameter definition requires that it is stored? =
How would it know?</li>=0D
</ul>=0D
<p>/Address validation is used by QUIC to avoid being used for a traffic<=
br>=0D
amplification attack.  /</p>=0D
<ul>=0D
<li>This doesn=E2=80=99t parse to me, /is used=E2=80=A6being bused/, plea=
se could you rephrase?</li>=0D
</ul>=0D
<p>/A token SHOULD be constructed in a way that allows the server to<br>=0D=

distinguish it from tokens that are sent in Retry packets as they are<br>=
=0D
carried in the same field./</p>=0D
<ul>=0D
<li>I=E2=80=99m not sure whether this intended /as/ or /because/ - but ei=
ther way I did not understand that sentence.</li>=0D
</ul>=0D
<p>/claimed client address (IP<br>=0D
and port)/</p>=0D
<ul>=0D
<li>What is IP and port? - is this both IP addresses or the remote addres=
s? (do you care about Address Family?) and pair of transport ports (or on=
e of the ports)</li>=0D
</ul>=0D
<p>/MUST respond<br>=0D
immediately by echoing the data/</p>=0D
<ul>=0D
<li>Of course it may not be able to immediately send anything:-) , but I =
suspect this needs to not delay?</li>=0D
</ul>=0D
<p>/as it might be a result of a forwarded<br>=0D
packet (see Section 9.3.3) or misrouting. /</p>=0D
<ul>=0D
<li>I think =E2=80=9Cforwarding=E2=80=9D in a transport spec means normal=
 network behaviour, and routing is the thing controls that. nIf the spec =
needs to use these words can they be prefixed with something =E2=80=9Cpro=
xy forwarding - or application forwarding=E2=80=9D- or whatever to indica=
te that these are middleboxes, rather than routers/switches.</li>=0D
</ul>=0D
<p>/9.2.  Initiating Connection Migration/</p>=0D
<ul>=0D
<li>I assert the new path may not have the same RTT, because the path cou=
ld traverse a different set of network devices or be subject to different=
 policies that influence forwarding behaviour. These are not currently li=
sted here, but are the basis for some later text in 9.3.1. Can we mention=
 here?</li>=0D
</ul>=0D
<p>/This style of attack relies on the attacker using a path that is<br>=0D=

approximately as fast/</p>=0D
<ul>=0D
<li>In the sense of this phrase, I think =E2=80=9Cfast=E2=80=9D is not re=
ferring to line rate or transfer speed, but to the same amount of time =E2=
=80=A6 I think the word needs to be replaced.</li>=0D
</ul>=0D
<p>/   At any time, endpoints MAY change the Destination Connection ID th=
ey<br>=0D
send to a value that has not been used on another path./</p>=0D
<ul>=0D
<li>I understand the idea of changing, but what is the =E2=80=9Csend to a=
 value=E2=80=9D text about?</li>=0D
</ul>=0D
<p>/If path validation succeeds, the client SHOULD immediately begin<br>=0D=

sending all future packets to the new server address/</p>=0D
<ul>=0D
<li>/immediately begin sending/ troubles me here, and I would prefer this=
 to also explicitly say that is subject to 9.4 (because we all know peopl=
e read documents with certain emphasis, and I wouldn=E2=80=99t like this =
specific detail to be missed.</li>=0D
</ul>=0D
<p>/Migrating a connection to a new server address mid-connection is left=
<br>=0D
for future work./</p>=0D
<ul>=0D
<li>I=E2=80=99d prefer to say is not described in this spec or is not sup=
ported by this spec - rather than these words, I think the SHOULD indicat=
es it is likely the former.</li>=0D
</ul>=0D
<p>Section 11:<br>=0D
/   An endpoint that detects an error SHOULD signal the existence of that=
<br>=0D
error to its peer. /</p>=0D
<ul>=0D
<li>Normally in other transport protocols, this requirement would be acco=
mpanied by a =E2=80=9Cand SHOULD log the event=E2=80=9D to enable people =
to understand what has happened.</li>=0D
</ul>=0D
<p>This statement is dangerous:<br>=0D
/However, an implementor should<br>=0D
only deviate from these requirements after careful consideration of<br>=0D=

the performance implications of doing so./</p>=0D
<ul>=0D
<li>Let me argue this statement needs to be replaced by:</li>=0D
<li>=E2=80=9CThe requirements described are baed on consideration of<br>=0D=

the performance implications and the on other flows that could share netw=
ork capacity=E2=80=9D.</li>=0D
<li>I strongly argue that implementors how do not implement a PS do not c=
onform to that PS. That happens, but I don=E2=80=99t see the point in a s=
pec saying if you don=E2=80=99t comply you=E2=80=99re still compliant.</l=
i>=0D
</ul>=0D
<p>/Limiting ACK frames avoids an infinite feedback loop of acknowledgeme=
nts/</p>=0D
<ul>=0D
<li>Unclear, is the text about limiting which sets of frames result in AC=
K frames? or something else?</li>=0D
</ul>=0D
<p>In Section 13.4<br>=0D
/An endpoint<br>=0D
validates the use of ECN on the path, both during connection<br>=0D
establishment and when migrating to a new path (Section 9)./</p>=0D
<ul>=0D
<li>I think the QUIC endpoint MAY also validate ECN is still support by t=
he path during communication. This may be necessary when ECN is enabled, =
but a path change results in there no longer being support.</li>=0D
<li>I think this needs to also be permitted in Section  13.4.2, allowing =
QUIC to suspend ECN usage for a path or to an endpoint for which it curre=
ntly has a connection.</li>=0D
</ul>=0D
<p>/Note that this requires being able<br>=0D
to read the ECN codepoints from the enclosing IP packet, which is not<br>=
=0D
possible on all platforms./</p>=0D
<ul>=0D
<li>That sounds like it could be an issue, which it is not. Could we add =
=E2=80=9COn those platforms, QUIC will not enable ECN for this endpoint=E2=
=80=9D.</li>=0D
</ul>=0D
<p>/To provide robust connectivity in<br>=0D
the presence of such devices, each endpoint independently validates<br>=0D=

ECN counts and disables ECN if errors are detected./</p>=0D
<ul>=0D
<li>specifically, I think this could be: /To provide robust connectivity =
in<br>=0D
the presence of such devices, each endpoint independently validates<br>=0D=

ECN counts and disables ECN if the path is does not show consistent suppo=
rt for ECN./</li>=0D
</ul>=0D
<p>/   Even if validation fails, an endpoint MAY revalidate ECN on the sa=
me<br>=0D
path at any later time in the connection./</p>=0D
<ul>=0D
<li>That=E2=80=99s possible, meaning try again to use ECN? I think the te=
xt needs to be clearer, that this can be used to enable ECN to be used wi=
thin the connection.</li>=0D
</ul>=0D
<p>/path supports a reasonable Maximum Transmission Unit (MTU)./</p>=0D
<ul>=0D
<li>I think this should read /path supports a reasonable Path Maximum Tra=
nsmission Unit (PMTU)/</li>=0D
</ul>=0D
<p>Also:<br>=0D
/   Prior to validating the client address, servers MUST NOT send more<br=
>=0D
than three times as many bytes as the number of bytes they have<br>=0D
received./</p>=0D
<ul>=0D
<li>So, let me understand - does that include retransmissions? or is this=
 constrain within the PTO or something?</li>=0D
</ul>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3214?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKYWSRC3FLGGTJ4ZBEDQTGK2JA5CNFSM4JLYWW7KYY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HYPKSIA">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJK62FC735U3OTSRD2DTQTGK2JA=
NCNFSM4JLYWW7A">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJK7SM32ENLW25IJ257DQTGK2JA5CNFSM4JLYWW7KYY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPKSIA.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3214?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKYWSRC3FLGGTJ4ZBEDQTGK2JA5CNFSM4=
JLYWW7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPKSIA",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3214?email_source=3D=
notifications\u0026email_token=3DAFTOJKYWSRC3FLGGTJ4ZBEDQTGK2JA5CNFSM4JLY=
WW7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPKSIA",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc99e24a7a91_2b913f8b42ccd96014364ae--


From nobody Mon Nov 11 09:49:54 2019
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 4F91A120AF8 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:49:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 38gQxAWA0kWo for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:49:50 -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 78F94120AEC for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:49:50 -0800 (PST)
Date: Mon, 11 Nov 2019 09:49:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573494589; bh=V12orEMRskDryVtiHXCKHJeWozr8lUkJYkOsIwPbawk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=aPafePoku/da3j4E3VAHEqoR5sOiwC4f20te5VuwzE33zsHnN6rpr/yinSjMnq7w4 6JebiP0akLOK32ftITMazPvGeEZXtmNJTS0Wvm7uyYTej4c3Za0ctQvg6PYpUeyLTF SRUX39RnHbgfFJMhv+FixUhaGj7BP2KXepJzKINI=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7P237XFJNGKEGSYMF323I33EVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215@github.com>
Subject: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc99f3da39d7_10d43f86c96cd95c67382"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TrdS48ixaKi-7hkW3DkjAlVE7zw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 17:49:52 -0000

----==_mimepart_5dc99f3da39d7_10d43f86c96cd95c67382
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

This could be linked to #2130?=0D
=0D
/Failing to=0D
   retire the connection IDs within approximately one PTO can cause=0D
   packets to be delayed, lost, or cause the original endpoint to send a=0D=

   stateless reset in response to a connection ID it can no longer route=0D=

   correctly./ =0D
- I am unsure what was intended : I=E2=80=99ll argue this is the wrong pe=
riod and that one PTO interval seems like it could be small to me. To me,=
 the PTO is an estimate of the likely response time of the remote endpoin=
t - that=E2=80=99s an effective period to commence a retransmission or st=
imulate a probe/refresh. Sending a stateless reset is not a minor event, =
and as such be tolerant to MSL or at least what in TCP is the RTO. In add=
ition,  I don=E2=80=99t have a precise understanding of =E2=80=9Croute=E2=
=80=9D in this context, and expected something about the path rather than=
 these words?=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3215=

----==_mimepart_5dc99f3da39d7_10d43f86c96cd95c67382
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This could be linked to <a class=3D"issue-link js-issue-link" data-err=
or-text=3D"Failed to load issue title" data-id=3D"390314959" data-permiss=
ion-text=3D"Issue title is private" data-url=3D"https://github.com/quicwg=
/base-drafts/issues/2130" data-hovercard-type=3D"issue" data-hovercard-ur=
l=3D"/quicwg/base-drafts/issues/2130/hovercard" href=3D"https://github.co=
m/quicwg/base-drafts/issues/2130">#2130</a>?</p>=0D
<p>/Failing to<br>=0D
retire the connection IDs within approximately one PTO can cause<br>=0D
packets to be delayed, lost, or cause the original endpoint to send a<br>=
=0D
stateless reset in response to a connection ID it can no longer route<br>=
=0D
correctly./</p>=0D
<ul>=0D
<li>I am unsure what was intended : I=E2=80=99ll argue this is the wrong =
period and that one PTO interval seems like it could be small to me. To m=
e, the PTO is an estimate of the likely response time of the remote endpo=
int - that=E2=80=99s an effective period to commence a retransmission or =
stimulate a probe/refresh. Sending a stateless reset is not a minor event=
, and as such be tolerant to MSL or at least what in TCP is the RTO. In a=
ddition,  I don=E2=80=99t have a precise understanding of =E2=80=9Croute=E2=
=80=9D in this context, and expected something about the path rather than=
 these words?</li>=0D
</ul>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3215?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKZD6RWGKCBRDODJ2MTQTGLL3A5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HYPLS2Q">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJKYONMAM6EUJSSJ3XW3QTGLL3A=
NCNFSM4JLYYJKQ">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJKZ3KWX6VSWHHNKDMGDQTGLL3A5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPLS2Q.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKZD6RWGKCBRDODJ2MTQTGLL3A5CNFSM4=
JLYYJK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPLS2Q",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=3D=
notifications\u0026email_token=3DAFTOJKZD6RWGKCBRDODJ2MTQTGLL3A5CNFSM4JLY=
YJK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPLS2Q",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc99f3da39d7_10d43f86c96cd95c67382--


From nobody Mon Nov 11 09:53:39 2019
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 91CAE120AF8 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:53:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9IkfSiu-8TYW for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:53:37 -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 D7D9A120A59 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:53:36 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 414298C041B for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:53:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573494816; bh=UoK2y3fJwy8PEn0H5y6lsxmOsViVTbjfwpCJ9WkOJnE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DIKXTUZYhGz3OrwRlAHD1yNTDW+CgAo0T3CGqk0Q+wXga07G5lMEGKlGQzbr/edwW dau0nbGKkfP37b0+8ZHp4xXta2GxHaNeZaRQrG0B77aO+YEXjcG65L9+SEZ9weqnMS B+NW19wDthmDonfEbmrmN7Hw/MekoZ0Jn0X9ExbU=
Date: Mon, 11 Nov 2019 09:53:36 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7YD6J7RLGMUKVFABV323JKBEVBNHHB6D3C4A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3216@github.com>
Subject: [quicwg/base-drafts] Transport: Flow Control Tuning (#3216)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9a0203240a_19913fb6008cd96c18458e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EAvPknNu7_o7bNsSHkzkLzEP3kU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 17:53:39 -0000

----==_mimepart_5dc9a0203240a_19913fb6008cd96c18458e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


/ A receiver can use an autotuning mechanism to tune the frequency and
   amount of advertised additional credit based on a round-trip time
   estimate and the rate at which the receiving application consumes
   data, similar to common TCP implementations. 
/ 
- I think this has potential for strange pathologies where flow control interacts with ACKs within the transport. I now have at least some data where we have seen problems, from one policy that updated flow control too infrequently. Achieving similar behaviour to TCP could require more than currently stated.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3216
----==_mimepart_5dc9a0203240a_19913fb6008cd96c18458e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>/ A receiver can use an autotuning mechanism to tune the frequency and<br>
amount of advertised additional credit based on a round-trip time<br>
estimate and the rate at which the receiving application consumes<br>
data, similar to common TCP implementations.<br>
/</p>
<ul>
<li>I think this has potential for strange pathologies where flow control interacts with ACKs within the transport. I now have at least some data where we have seen problems, from one policy that updated flow control too infrequently. Achieving similar behaviour to TCP could require more than currently stated.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications&amp;email_token=AFTOJK23SNSYDXSVC643TFLQTGL2BA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPMLQA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5B4LAOJHA5VFTYHG3QTGL2BANCNFSM4JLYZPIA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7O42VQROWAFTVXKV3QTGL2BA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPMLQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK23SNSYDXSVC643TFLQTGL2BA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPMLQA",
"url": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK23SNSYDXSVC643TFLQTGL2BA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPMLQA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9a0203240a_19913fb6008cd96c18458e1--


From nobody Mon Nov 11 09:56:38 2019
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 9AE9A12084D for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:56:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KT-c4udNnNE3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 09:56:33 -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 B1D93120968 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 09:56:16 -0800 (PST)
Date: Mon, 11 Nov 2019 09:56:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573494975; bh=aSEk6j3DYNswa53GZjXn+LQk3VUQd5T7PqgLYYDXjG8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=YclK9ZJbjkCZxAdqgiEPOefhP8QuXdE0cpni/TPPuMXo/UH7vtoeCa1H5SReciZ9/ Bb7BBo0zhXHYu9zSdgydCvefeplbv4QN4cVAuZrwdSZf7GgWAI58SFldazHxMiqJ+w UX47cT5q7J/XAA7RfMbyI0FRNq3IQDjqvMrlm4wk=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYA2AUKRUUKUPOEG45323JT7EVBNHHB6D3HQ4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3217@github.com>
Subject: [quicwg/base-drafts] Transport: (PL)PMTU text (#3217)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9a0bfdf9f8_35513fd5ececd964955574"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jnyir02DibLG5u_RZF0ZvA2kr2I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 17:56:37 -0000

----==_mimepart_5dc9a0bfdf9f8_35513fd5ececd964955574
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

These comments relate only to the PMTU text in -24, relative to the curre=
nt DPLPMTUD text as that now progresses to WGLC.=0D
=0D
/This can also be used to construct PMTU probes (see=0D
   Section 14.3.1). /=0D
- Is this necessary? Or can padding frames be used to make (PL)PMTU probe=
s?.=0D
- My confusion here may be linked to not understanding the intent of 14.3=
.1=0D
=0D
/Further validation can also be provided:=0D
=0D
   o  An IPv4 endpoint could set the Don't Fragment (DF) bit on a small=0D=

      proportion of packets, so that most invalid ICMP messages arrive=0D=

      when there are no DF packets outstanding, and can therefore be=0D
      identified as spurious.=0D
=0D
   o  An endpoint could store additional information from the IP or UDP=0D=

      headers to use for validation (for example, the IP ID or UDP=0D
      checksum)./=0D
- I suggest the above text is spurious, since the checks advocated in DPL=
PMTUD and the QUIC fields provide a way to detect this. While it is possi=
ble too toggle the DF field, I do no think the IETF should endorse this, =
because it can have other side effects and this is not the place to propo=
se that method.=0D
=0D
/An endpoint MUST NOT increase PMTU based on ICMP messages.  /=0D
- DPLPMTUD already specifies. This has always been the case, so please ei=
ther delete or cite DPLPMTUD or the two core IP specs.=0D
=0D
Section 14.3.1=0D
I didn=E2=80=99t understand section 14.3.1. Maybe that isn=E2=80=99t good=
 since I do understand PMTUD and PLPMTUD. Perhaps this section requires s=
ome reworking to explain the goal.=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3217=

----==_mimepart_5dc9a0bfdf9f8_35513fd5ececd964955574
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>These comments relate only to the PMTU text in -24, relative to the cu=
rrent DPLPMTUD text as that now progresses to WGLC.</p>=0D
<p>/This can also be used to construct PMTU probes (see<br>=0D
Section 14.3.1). /</p>=0D
<ul>=0D
<li>Is this necessary? Or can padding frames be used to make (PL)PMTU pro=
bes?.</li>=0D
<li>My confusion here may be linked to not understanding the intent of 14=
.3.1</li>=0D
</ul>=0D
<p>/Further validation can also be provided:</p>=0D
<p>o  An IPv4 endpoint could set the Don't Fragment (DF) bit on a small<b=
r>=0D
proportion of packets, so that most invalid ICMP messages arrive<br>=0D
when there are no DF packets outstanding, and can therefore be<br>=0D
identified as spurious.</p>=0D
<p>o  An endpoint could store additional information from the IP or UDP<b=
r>=0D
headers to use for validation (for example, the IP ID or UDP<br>=0D
checksum)./</p>=0D
<ul>=0D
<li>I suggest the above text is spurious, since the checks advocated in D=
PLPMTUD and the QUIC fields provide a way to detect this. While it is pos=
sible too toggle the DF field, I do no think the IETF should endorse this=
, because it can have other side effects and this is not the place to pro=
pose that method.</li>=0D
</ul>=0D
<p>/An endpoint MUST NOT increase PMTU based on ICMP messages.  /</p>=0D
<ul>=0D
<li>DPLPMTUD already specifies. This has always been the case, so please =
either delete or cite DPLPMTUD or the two core IP specs.</li>=0D
</ul>=0D
<p>Section 14.3.1<br>=0D
I didn=E2=80=99t understand section 14.3.1. Maybe that isn=E2=80=99t good=
 since I do understand PMTUD and PLPMTUD. Perhaps this section requires s=
ome reworking to explain the goal.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3217?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK7N57KGSCXVVT2BVTLQTGMD7A5CNFSM4JLY2KGKYY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HYPM6DQ">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJK2XSS7HZS2DEF4XGEDQTGMD7A=
NCNFSM4JLY2KGA">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJK3G75WI5NSM6JTKA4TQTGMD7A5CNFSM4JLY2KGKYY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPM6DQ.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3217?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK7N57KGSCXVVT2BVTLQTGMD7A5CNFSM4=
JLY2KGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPM6DQ",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3217?email_source=3D=
notifications\u0026email_token=3DAFTOJK7N57KGSCXVVT2BVTLQTGMD7A5CNFSM4JLY=
2KGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPM6DQ",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc9a0bfdf9f8_35513fd5ececd964955574--


From nobody Mon Nov 11 12:32:27 2019
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 5217112084F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qtEZN01o2Jxr for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:24 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C14E9120105 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:24 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id C45FA660926 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504343; bh=iEVzJ9CKGqbJzm6sO9eBtW50yDo1kszsUl9LqFUjDCw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cVBdnwmsap3xDRoiyIHMUCRTAn4JdJrrGauB7do7OMxXEWOeeimYokTA0/T6ZaucS GxIZ98nlNt8ZDSGrYjcXyO1osSnKPj9RkKPU2nzbFiQN/C/kQjVOiJK/s/3T7DKv/P A+oE1hf9EGIq6+wOkdsqwg1KmxTR3nWe+Ctzkfx8=
Date: Mon, 11 Nov 2019 12:32:23 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5L4U3BMFE43U3FSQF32335PEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c557ae420_6a613f9a9aacd964567694a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GaJsS_1ZTpwI2GppD4c1cnkjQ2o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:32:26 -0000

----==_mimepart_5dc9c557ae420_6a613f9a9aacd964567694a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Status code 421 does not indicate to clients that the connection should
not be reused for subsequent requests for a particular origin.  It only
indicates that the server is not able to produce a reponse to one
particular request.  See
https://httpwg.org/specs/rfc7540.html#MisdirectedRequest.

In case it is desirable that clients do not reuse the connection for
subsequent requests for a particular origin, that it a deviation from
the original description of 421 and should be called out explicitly.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3218

-- Commit Summary --

  * [HTTP/3] [editorial] 421 and future connection reuse.

-- File Changes --

    M draft-ietf-quic-http.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3218.patch
https://github.com/quicwg/base-drafts/pull/3218.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3218

----==_mimepart_5dc9c557ae420_6a613f9a9aacd964567694a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Status code 421 does not indicate to clients that the connection should<br>
not be reused for subsequent requests for a particular origin.  It only<br>
indicates that the server is not able to produce a reponse to one<br>
particular request.  See<br>
<a rel="nofollow" href="https://httpwg.org/specs/rfc7540.html#MisdirectedRequest">https://httpwg.org/specs/rfc7540.html#MisdirectedRequest</a>.</p>
<p>In case it is desirable that clients do not reuse the connection for<br>
subsequent requests for a particular origin, that it a deviation from<br>
the original description of 421 and should be called out explicitly.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3218'>https://github.com/quicwg/base-drafts/pull/3218</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[HTTP/3] [editorial] 421 and future connection reuse.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3218/files#diff-0">draft-ietf-quic-http.md</a>
    (7)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3218.patch'>https://github.com/quicwg/base-drafts/pull/3218.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3218.diff'>https://github.com/quicwg/base-drafts/pull/3218.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications&amp;email_token=AFTOJK6OLHFOJDMK2Y6FTDTQTG6NPA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOO3Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6T324VPYHRFF7ZVPDQTG6NPANCNFSM4JL2OEMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK336W3L2YF4JLWLPJTQTG6NPA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOO3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJK6OLHFOJDMK2Y6FTDTQTG6NPA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOO3Q",
"url": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJK6OLHFOJDMK2Y6FTDTQTG6NPA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOO3Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9c557ae420_6a613f9a9aacd964567694a--


From nobody Mon Nov 11 12:32:35 2019
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 29F3512084F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 MpE_hDiJs-3M for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:26 -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 38D4B120825 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:26 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 7C97F8C06C7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504345; bh=3kjh1ZELAzGw2q56ylQMc831gQAKF5z/UkmweO+op30=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=RWMSpe/Iq0OgC+Ohpq2zsC8ls+wY4J6IPUN2XYLuJz1ugk5Z5lXolChcMialnfWXC sZ1GV2e5BVJmXXiBeFNv3unCQ1f9IfCRbK3MBK7h6h+IDGa8k7OtNHwFRHQgCIZ7ml NWZs1g2a0Ebp/7M9pYorIjlpLzjohbj44e0U7KGM=
Date: Mon, 11 Nov 2019 12:32:25 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3D3NCZCFL27VG22WN32335TEVBNHHB6EDTYQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3219@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] How many parts exactly? (#3219)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c5596e72a_6df03fbb380cd96414298e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F-t_9mVS5wUqkgLva_G1YggqiEQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:32:28 -0000

----==_mimepart_5dc9c5596e72a_6df03fbb380cd96414298e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I count eight including the additional resources or six not including
them.  But what I&#39;m most concerned about is that Sections 1 and 2 are
also part of the HTTP/3 specification.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3219

-- Commit Summary --

  * [HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly?

-- File Changes --

    M draft-ietf-quic-http.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3219.patch
https://github.com/quicwg/base-drafts/pull/3219.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3219

----==_mimepart_5dc9c5596e72a_6df03fbb380cd96414298e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I count eight including the additional resources or six not including<br>
them.  But what I'm most concerned about is that Sections 1 and 2 are<br>
also part of the HTTP/3 specification.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3219'>https://github.com/quicwg/base-drafts/pull/3219</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly?</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3219/files#diff-0">draft-ietf-quic-http.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3219.patch'>https://github.com/quicwg/base-drafts/pull/3219.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3219.diff'>https://github.com/quicwg/base-drafts/pull/3219.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications&amp;email_token=AFTOJK57TVN5XIC42DZOPPLQTG6NTA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPCA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBHX6QTNK6ZRCXUBTQTG6NTANCNFSM4JL2OEVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6AOHFSNMATKNL22LDQTG6NTA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications\u0026email_token=AFTOJK57TVN5XIC42DZOPPLQTG6NTA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPCA",
"url": "https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications\u0026email_token=AFTOJK57TVN5XIC42DZOPPLQTG6NTA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPCA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9c5596e72a_6df03fbb380cd96414298e1--


From nobody Mon Nov 11 12:32:39 2019
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 98AAB120940 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wvTJuLlyXplE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:27 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13E5E120105 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:27 -0800 (PST)
Date: Mon, 11 Nov 2019 12:32:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504346; bh=XFReHEtOxUhUFWUCdn+w8G86eecbenyCqkEz4X/VQPQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=17B7gQiMdbswejHjWF3IhBGklV6PD2oKIYqKRMGTA1yXcjgxAVecYGz4hFL/PiLqx SKRW4mfspJnVI61Z41RpqYsQOQr5JILncE5vZXSzp9TXZGac7ivWhxWAG+gC9pYurO N/fDbXGNvN+qGHYH2b/vIeW9M6zLrygcsZ6ywirg=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTMIL55ASWIZTLJG532335VEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c55a23886_27383fdad4ccd96013984f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-4XIwxQbcwUjlev64aYwi6uQQUE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:32:29 -0000

----==_mimepart_5dc9c55a23886_27383fdad4ccd96013984f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Each SETTINGS parameter consists of an identifier and a value, each
encoded as QUIC variable-length integer.  The sentence being removed is
a remnant from the time when setting values were encoded as
length-prefixed binary blobs.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3220

-- Commit Summary --

  * [HTTP/3] [editorial] Remove mention of redefining setting format.

-- File Changes --

    M draft-ietf-quic-http.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3220.patch
https://github.com/quicwg/base-drafts/pull/3220.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220

----==_mimepart_5dc9c55a23886_27383fdad4ccd96013984f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Each SETTINGS parameter consists of an identifier and a value, each<br>
encoded as QUIC variable-length integer.  The sentence being removed is<br>
a remnant from the time when setting values were encoded as<br>
length-prefixed binary blobs.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3220'>https://github.com/quicwg/base-drafts/pull/3220</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[HTTP/3] [editorial] Remove mention of redefining setting format.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3220/files#diff-0">draft-ietf-quic-http.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3220.patch'>https://github.com/quicwg/base-drafts/pull/3220.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3220.diff'>https://github.com/quicwg/base-drafts/pull/3220.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK7FHKFPIK4HASS4FG3QTG6NVA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPGA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4SPRZITU7KE57KZATQTG6NVANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ2MMRA5QUUSNUGZATQTG6NVA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPGA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK7FHKFPIK4HASS4FG3QTG6NVA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPGA",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK7FHKFPIK4HASS4FG3QTG6NVA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPGA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9c55a23886_27383fdad4ccd96013984f7--


From nobody Mon Nov 11 12:32:44 2019
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 6BC0A120825 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pw8Tv8T3v1Wv for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:29 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 335DD120105 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:29 -0800 (PST)
Date: Mon, 11 Nov 2019 12:32:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504348; bh=HoaEjXOEefeGKHaLxej1bVGpF1GWY9Y8RuR/QYg9n5U=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cBub6+/E9dhtcNtIi++dp99Mq3fU0Q1gP5ormc55psJDgRos7kmnxUeDuD5DdAFRw LERUs1RUbzGT2DyTdo87JjBJR0IqVoqD9U/oQimiyS+Ppr/YJ9tAR+GdUHBxSly/LD ZUCfuIwKbZaoPeF3Yv0VbBVCNkhHiXZe/H+k2xj4=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZZGJPQ5NBJOQ3DL2N32335ZEVBNHHB6EDT3U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3221@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] s/do not need to/do not/ (#3221)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c55c31e84_1fdd3f84092cd96492426d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7R2gzmjSYrVLlM7QaoFJ3y2XU7c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:32:30 -0000

----==_mimepart_5dc9c55c31e84_1fdd3f84092cd96492426d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

&quot;Do not need to&quot; suggests that sending GOAWAY is allowed, just optional;
&quot;do not&quot; suggests that it is prohibited.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3221

-- Commit Summary --

  * [HTTP/3] [editorial] s/do not need to/do not/

-- File Changes --

    M draft-ietf-quic-http.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3221.patch
https://github.com/quicwg/base-drafts/pull/3221.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3221

----==_mimepart_5dc9c55c31e84_1fdd3f84092cd96492426d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"Do not need to" suggests that sending GOAWAY is allowed, just optional;<br>
"do not" suggests that it is prohibited.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3221'>https://github.com/quicwg/base-drafts/pull/3221</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[HTTP/3] [editorial] s/do not need to/do not/</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3221/files#diff-0">draft-ietf-quic-http.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3221.patch'>https://github.com/quicwg/base-drafts/pull/3221.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3221.diff'>https://github.com/quicwg/base-drafts/pull/3221.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications&amp;email_token=AFTOJK4SXCWN6VHSZI2STSLQTG6NZA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPOQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHDWSMHSPKNVCGXVDQTG6NZANCNFSM4JL2OFEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK36BUEM6IU6HZK65NDQTG6NZA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPOQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK4SXCWN6VHSZI2STSLQTG6NZA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPOQ",
"url": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK4SXCWN6VHSZI2STSLQTG6NZA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPOQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9c55c31e84_1fdd3f84092cd96492426d--


From nobody Mon Nov 11 12:32:50 2019
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 C549C120825 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5aiKYE7gUZj9 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:32:30 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7EBD2120105 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:30 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id D6C2666112A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:32:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573504349; bh=E7IVxTHX5jyP4GxgkVoK/CK6UGNhhh8V0revnFyO+EY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=W2mVwUxzIOJObKMTncJakSW9XVjjuRDMyv9fYY1WkIidbhYSY03QYi3zYDOY+IbNL 6IULXkCZ0prJEJyLWxbjWTGovTs4i0aDkfP7XEYILB/pKGTBy+EyPSl+hO3ntWg7yU DNQaBUTkAQE/t9pTrKiqjAjh+ETPz1knEU1lp+M0=
Date: Mon, 11 Nov 2019 12:32:29 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2SJG2OPSYLIRHYMVV323353EVBNHHB6EDT4Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3222@github.com>
Subject: [quicwg/base-drafts] [HTTP/3] [editorial] s/each request and response/each request-response pair/ (#3222)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c55dc7fcf_73293f9f9bccd95c2922fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hbqoha3muivcZ0c8JZKqlFFWCMo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:32:32 -0000

----==_mimepart_5dc9c55dc7fcf_73293f9f9bccd95c2922fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Lest some readers get the impression that each request consumes a single
QUIC stream and each response consumes a single QUIC stream.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3222

-- Commit Summary --

  * [HTTP/3] [editorial] s/each request and response/each request-response pair/

-- File Changes --

    M draft-ietf-quic-http.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3222.patch
https://github.com/quicwg/base-drafts/pull/3222.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3222

----==_mimepart_5dc9c55dc7fcf_73293f9f9bccd95c2922fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Lest some readers get the impression that each request consumes a single<br>
QUIC stream and each response consumes a single QUIC stream.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3222'>https://github.com/quicwg/base-drafts/pull/3222</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>[HTTP/3] [editorial] s/each request and response/each request-response pair/</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3222/files#diff-0">draft-ietf-quic-http.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3222.patch'>https://github.com/quicwg/base-drafts/pull/3222.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3222.diff'>https://github.com/quicwg/base-drafts/pull/3222.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications&amp;email_token=AFTOJK7VXJZIA3HRXVIGUDTQTG6N3A5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPTA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZGPGUTET6WRN5Z73TQTG6N3ANCNFSM4JL2OFNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYS5CAWDZ7YUUA5WJLQTG6N3A5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications\u0026email_token=AFTOJK7VXJZIA3HRXVIGUDTQTG6N3A5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPTA",
"url": "https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications\u0026email_token=AFTOJK7VXJZIA3HRXVIGUDTQTG6N3A5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYQOPTA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9c55dc7fcf_73293f9f9bccd95c2922fc--


From nobody Mon Nov 11 12:43:52 2019
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 704E0120828 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:43:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9EPTsvTBUYVR for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:43:48 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83DD7120825 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:43:48 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id CA506520420 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:43:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505027; bh=0V/F/IkpTrQQ9+WjyET55d7BDroNNHFj0dDKTgEyIKg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hUyJk91ijbgMO/g8yYXMpkv4T6YZ8vcrmKE9ezTEcWYuecBSyXMjr/yzvNXUwvy7U DpuBH48389adyzwFzFd3xuIwx7ouDSwb7BaNVnMPnvC0CShS+r+y+9qGVj40qtpjdM f3akHa2DatL9vejUOW6fwmoPtclHcbkaYdMCyEJ0=
Date: Mon, 11 Nov 2019 12:43:47 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYEXSNR7QM3UCSMYRV3235IHEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552607316@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c803bac3c_4e393fb3c22cd96c16591cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AsJupbZYn0ETkIhkdujMwGnoTdE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:43:50 -0000

----==_mimepart_5dc9c803bac3c_4e393fb3c22cd96c16591cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It's tied up in why you would retire CIDs.  Various conditions mean that a CID issuer's infrastructure might no longer be able to honor old CIDs (i.e. recognize them as valid and get them to the correct recipient).  However, you usually either know that's coming or can extend the period with some temporary extra state.

The CID issuer will stop accepting the CIDs in question 3 PTO after sending the frame requesting retirement.  That 3-PTO period covers transit time to the peer, any time the peer decides to wait before it stops using the old CIDs, the return transit time for any packets that were already in flight before the peer stopped, and any extra time those packets might have been delayed.  If packets arrive late, they will not be processed and will generate stateless resets.  Those shouldn't be connection-fatal; if the peer has dropped the CIDs and corresponding tokens correctly, then they won't recognize the stateless resets as matching the current connection and will drop *them*.  But you've caused packet "loss" in excess of what happened on the network if you let it get to that point.

This is advice that the peer not wait more than 1 PTO, to make it likely that the issuer is not still receiving packets with old CIDs after the 3-PTO timer has expired.  It's an arbitrary period, no doubt, but it's a better arbitrary period than anything else we've come up with.  Alternative suggestions welcome.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552607316
----==_mimepart_5dc9c803bac3c_4e393fb3c22cd96c16591cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It's tied up in why you would retire CIDs.  Various conditions mean that a CID issuer's infrastructure might no longer be able to honor old CIDs (i.e. recognize them as valid and get them to the correct recipient).  However, you usually either know that's coming or can extend the period with some temporary extra state.</p>
<p>The CID issuer will stop accepting the CIDs in question 3 PTO after sending the frame requesting retirement.  That 3-PTO period covers transit time to the peer, any time the peer decides to wait before it stops using the old CIDs, the return transit time for any packets that were already in flight before the peer stopped, and any extra time those packets might have been delayed.  If packets arrive late, they will not be processed and will generate stateless resets.  Those shouldn't be connection-fatal; if the peer has dropped the CIDs and corresponding tokens correctly, then they won't recognize the stateless resets as matching the current connection and will drop <em>them</em>.  But you've caused packet "loss" in excess of what happened on the network if you let it get to that point.</p>
<p>This is advice that the peer not wait more than 1 PTO, to make it likely that the issuer is not still receiving packets with old CIDs after the 3-PTO timer has expired.  It's an arbitrary period, no doubt, but it's a better arbitrary period than anything else we've come up with.  Alternative suggestions welcome.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJK3KMAZYLYL52KBX5BTQTG7YHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYB4VA#issuecomment-552607316">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZXU4WH4ZO5IEIF233QTG7YHANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4JUIQBIZDCS4FLZJTQTG7YHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYB4VA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK3KMAZYLYL52KBX5BTQTG7YHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYB4VA#issuecomment-552607316",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK3KMAZYLYL52KBX5BTQTG7YHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYB4VA#issuecomment-552607316",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9c803bac3c_4e393fb3c22cd96c16591cc--


From nobody Mon Nov 11 12:52:47 2019
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 8D6BA120828 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:52:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZA-bawgW-9-S for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:52:43 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F47D12006D for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:50:45 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 7BE5C6600DB for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:50:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505444; bh=1VwUTbt24mM0KL0NywuOWnR9Qj4/fW2e/UHW1AFuDQU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h4CNX13yXY3es2ZoZg0oOu3ZnqxcYNc10qozVUL0ARrykBWA3D0GYwdB0EDUdfacD E2Vga+oR9683J6qFFZPWG0V8pbOuKLKYrez3hjixIouZA6aGCPYLGZfM9q//IAS/nM lOCb2ba06bXo8a9wZ+VykVCkGsNtNN3YuSMVajxo=
Date: Mon, 11 Nov 2019 12:50:44 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJMOCY7HAKCDBNDX53236CJEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218/c552609859@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3218@github.com>
References: <quicwg/base-drafts/pull/3218@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9c9a46bd64_4cd13f8c746cd960239017"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/molz5b4neXXHHSge3hnGUk7Q39s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:52:46 -0000

----==_mimepart_5dc9c9a46bd64_4cd13f8c746cd960239017
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>From 7540, as you quote, emphasis added:
> The 421 (Misdirected Request) status code indicates that the request was directed at a server that is not able to produce a response. **This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI.**

It's true that the definition of 421 doesn't call out client behavior for future requests, but the condition it describes would apply to an entire origin, so that's a logical implementation (and what I believe most user-agents do).

Is your suggestion that we not explicitly call out that behavior, or make it only illustrative?

>From RFC7838:
>    Clients receiving 421 (Misdirected Request) from an alternative service MUST remove the corresponding entry from its alternative service cache (see Section 2.2) for that origin.

Dealing specifically with alternatives, this requirement has the direct effect that you don't ask the alternate for any other resources from that origin, even though you still have a connection open to it.  In the current state of the draft, this has the effect of disabling HTTP/3 for that origin until you get a fresh Alt-Svc entry.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3218#issuecomment-552609859
----==_mimepart_5dc9c9a46bd64_4cd13f8c746cd960239017
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>From 7540, as you quote, emphasis added:</p>
<blockquote>
<p>The 421 (Misdirected Request) status code indicates that the request was directed at a server that is not able to produce a response. <strong>This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI.</strong></p>
</blockquote>
<p>It's true that the definition of 421 doesn't call out client behavior for future requests, but the condition it describes would apply to an entire origin, so that's a logical implementation (and what I believe most user-agents do).</p>
<p>Is your suggestion that we not explicitly call out that behavior, or make it only illustrative?</p>
<p>From RFC7838:</p>
<blockquote>
<p>Clients receiving 421 (Misdirected Request) from an alternative service MUST remove the corresponding entry from its alternative service cache (see Section 2.2) for that origin.</p>
</blockquote>
<p>Dealing specifically with alternatives, this requirement has the direct effect that you don't ask the alternate for any other resources from that origin, even though you still have a connection open to it.  In the current state of the draft, this has the effect of disabling HTTP/3 for that origin until you get a fresh Alt-Svc entry.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications&amp;email_token=AFTOJKZK2RL4GJW57B6YBILQTHASJA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYCQQY#issuecomment-552609859">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK365LCV2TRVDJWVD5LQTHASJANCNFSM4JL2OEMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CPKYECBXE2FEYJC3QTHASJA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYCQQY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKZK2RL4GJW57B6YBILQTHASJA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYCQQY#issuecomment-552609859",
"url": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKZK2RL4GJW57B6YBILQTHASJA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYCQQY#issuecomment-552609859",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9c9a46bd64_4cd13f8c746cd960239017--


From nobody Mon Nov 11 12:54:35 2019
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 1D0A6120825 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:54:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HJzUTdsmbXtk for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:54:31 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E1F9120169 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:54:30 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id D1F382C0B99 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:54:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505669; bh=41tpPXPnUfWx4I8Pu6g6xFUoqf4UuRMcUwu9QccUMes=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tJkcttqUGAcWym4/3pZIX555eRJ89NBMkT8wj5wnL7SQ6FUstuQbuMxT1Uiz18G1x ZIc7o57Or+g9DhZLjsZHARtYWQ9kj4h2gPmECbuQpGo+jK7rpPKt2zydMQMM6VBx8E F2EODeHntgh2KRDpQ041xPsDKi7yMpQsn8AlpfAw=
Date: Mon, 11 Nov 2019 12:54:29 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IWJ4OFJFNWETSF6V3236QLEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/c552611318@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9ca85b26d0_1ce33f8b42ccd960953221"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AHuWBBjadhcTPJ404WE7FJeJ0D8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:54:33 -0000

----==_mimepart_5dc9ca85b26d0_1ce33f8b42ccd960953221
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

No, it's not.  It's a warning that, *due* to the varint encoding, if you use the full 32-bit value space from HTTP/2, you'll get encoded into 64 bits in HTTP/3.  For example, Secondary Certs sends a four-byte binary value in its setting; keeping the identical definition in HTTP/3 would waste space.

Such extensions should either restrict themselves to 30 bits (to fit in the same size) or make use of the 62-bit space since they'll be encoded into that size anyway.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220#issuecomment-552611318
----==_mimepart_5dc9ca85b26d0_1ce33f8b42ccd960953221
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>No, it's not.  It's a warning that, <em>due</em> to the varint encoding, if you use the full 32-bit value space from HTTP/2, you'll get encoded into 64 bits in HTTP/3.  For example, Secondary Certs sends a four-byte binary value in its setting; keeping the identical definition in HTTP/3 would waste space.</p>
<p>Such extensions should either restrict themselves to 30 bits (to fit in the same size) or make use of the 62-bit space since they'll be encoded into that size anyway.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK4LEKNTJKNWSXNWHB3QTHBALA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYC35Q#issuecomment-552611318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7HXR54Z2TKJ2SERZTQTHBALANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6XHBTVMKSK4ABVBBDQTHBALA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYC35Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK4LEKNTJKNWSXNWHB3QTHBALA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYC35Q#issuecomment-552611318",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK4LEKNTJKNWSXNWHB3QTHBALA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYC35Q#issuecomment-552611318",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9ca85b26d0_1ce33f8b42ccd960953221--


From nobody Mon Nov 11 12:57:05 2019
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 6C757120825 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4BrFQsVL5zpD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:02 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4D6CD120019 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:57:00 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 78A076606CB for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:56:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505819; bh=knLFz+M5GJFhp7wobh+0ZhX0lBQCqaZBN4YxKPO3ALs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HeRL3jUAjd0+FMwM979tFQ/XtHYGa7TaeuCee7SAQkcXO7EHVDK4KnpIzZdBSBW/J 7TKjPoIherKTosYsYT6fiigFdA8UhbrFvsXznZlcEXgl1rptqsESGApDGiG6MJOedF G84Fou6a6zywvUWZ0VbY30tetXBLOIDWiMV33CWs=
Date: Mon, 11 Nov 2019 12:56:59 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5AEEPCPJ2JJCBO7WN3236ZXEVBNHHB6EDT3U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3221/c552612249@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3221@github.com>
References: <quicwg/base-drafts/pull/3221@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] s/do not need to/do not/ (#3221)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9cb1b69ca9_64283fa1434cd9602824666"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/M6DoIKrc9I41n5mV25gLfonVIs4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:57:04 -0000

----==_mimepart_5dc9cb1b69ca9_64283fa1434cd9602824666
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is explaining the rationale for no persisting HTTP/2's bidirectional GOAWAY.  However, #3129 will make this somewhat obsolete regardless.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3221#issuecomment-552612249
----==_mimepart_5dc9cb1b69ca9_64283fa1434cd9602824666
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is explaining the rationale for no persisting HTTP/2's bidirectional GOAWAY.  However, <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510763179" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3129" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3129/hovercard" href="https://github.com/quicwg/base-drafts/pull/3129">#3129</a> will make this somewhat obsolete regardless.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications&amp;email_token=AFTOJK525ZNWCCUPEE22GR3QTHBJXA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDDGI#issuecomment-552612249">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYUX7UXSDEKF3X6423QTHBJXANCNFSM4JL2OFEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZLPMJOVNBEFWDBXDQTHBJXA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDDGI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK525ZNWCCUPEE22GR3QTHBJXA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDDGI#issuecomment-552612249",
"url": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK525ZNWCCUPEE22GR3QTHBJXA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYDDGI#issuecomment-552612249",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9cb1b69ca9_64283fa1434cd9602824666--


From nobody Mon Nov 11 12:57:36 2019
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 0E81F120828 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:35 -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 gYl5rSTQyS-d for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:33 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2349612006D for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:57:32 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 47AD76A0D5A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:57:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505851; bh=SLOuDpLHhrljQUkyGv01yqtf/9e3uaj89J58wk23zpA=; h=Date:From:To:Subject:From; b=zSMwftGnmgNii96PEcXNJrGSufywk+nFwU93dci/iOAmVJz3Q1qJAggHfjDe/a92s ZOz8DhgNroN2G7/F1S8aIWntF132TXRlU4SYbvGAHCOm4HC2tQqOVI6Y8iD2wHoYJe J+LhOIFzuIPzSDVH4bkRgLKdX0SF2Gi5v65WMKlo=
Date: Mon, 11 Nov 2019 12:57:31 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/05201a-01190f@github.com>
Subject: [quicwg/base-drafts] 01190f: [HTTP/3] [editorial] s/each request and response/e...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YrVu6cq-UKs3B1tGMUJCZHUKM9c>
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, 11 Nov 2019 20:57:35 -0000

  Branch: refs/heads/master=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 01190f3f33c69345fe9e04e4195e78fde71ac8e1=0D
      https://github.com/quicwg/base-drafts/commit/01190f3f33c69345fe9e04=
e4195e78fde71ac8e1=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] s/each request and response/each request-response =
pair/ (#3222)=0D
=0D
Lest some readers get the impression that each request consumes a single=0D=

QUIC stream and each response consumes a single QUIC stream.=0D
=0D
=0D


From nobody Mon Nov 11 12:57:45 2019
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 CF53112006D for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1H8pCIanrXNd for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:57:42 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2FE312084F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:57:40 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 18A5652039C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:57:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505860; bh=Ukh1phH3ZJIRFbb4BXv0tkfK/McD0RA9/I+NbTa45Ak=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Pzw+bm2KgujQHbVU7z1E6gl6YOtrtK9WfcXrX1GXjAdfE/Hx8OBUT/8pyLfE220lY IGggV+ovIJJA09OAL2uxDZ04YTBZmoY+KTmfE2Wiu/0XNb6RHsXwMxuGgLwn/EC9Uf rdt/MbLnwiv9aKGvBy0RXmVndCN0MrqjelqAxe8s=
Date: Mon, 11 Nov 2019 12:57:40 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4RRDHIJ5Y5DTXDFE532364JEVBNHHB6EDT4Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3222/issue_event/2789290126@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3222@github.com>
References: <quicwg/base-drafts/pull/3222@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] s/each request and response/each request-response pair/ (#3222)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9cb449c5a_62a43fbe58ecd9601342286"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TBPEsWw4xbjz4u73W2EjQ9hXkts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 20:57:44 -0000

----==_mimepart_5dc9cb449c5a_62a43fbe58ecd9601342286
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3222 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3222#event-2789290126
----==_mimepart_5dc9cb449c5a_62a43fbe58ecd9601342286
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521171942" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3222" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3222/hovercard" href="https://github.com/quicwg/base-drafts/pull/3222">#3222</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications&amp;email_token=AFTOJKZK2ZAHZJDMHEMJ4U3QTHBMJA5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZATBDQ#event-2789290126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYK6UVGKFVMG4QO46LQTHBMJANCNFSM4JL2OFNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4P4KTPN66F25WOYX3QTHBMJA5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZATBDQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications\u0026email_token=AFTOJKZK2ZAHZJDMHEMJ4U3QTHBMJA5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZATBDQ#event-2789290126",
"url": "https://github.com/quicwg/base-drafts/pull/3222?email_source=notifications\u0026email_token=AFTOJKZK2ZAHZJDMHEMJ4U3QTHBMJA5CNFSM4JL2OFNKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZATBDQ#event-2789290126",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9cb449c5a_62a43fbe58ecd9601342286--


From nobody Mon Nov 11 12:58:24 2019
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 919E912084F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:58:23 -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 UZ4RNAdOeD1P for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 12:58:22 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4015120828 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:58:21 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id D04CB6E0771 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 12:58:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573505900; bh=ijNyRsdPPEvF1nE3wTbFE2dAAF3lhFJsdMa1LJ3b6W0=; h=Date:From:To:Subject:From; b=AKV0hdasK6Qx6e+7hUUX2IFiykKduGWd/odFy636aSqN4K8ecEPxgucujiv/erW+b afkMnvrGFjaDd3PJmbe0qm40B2zZx9eYIQAO0M1V3Q2e+r3ZF0LHETCDQnrXYaqvON 1KAlECRG2ZROqsDH705NXKyj3TwKTtir5mZUiz/g=
Date: Mon, 11 Nov 2019 12:58:20 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a52055-40e973@github.com>
Subject: [quicwg/base-drafts] 40e973: Script updating gh-pages from 01190f3f. [ci skip]
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/OWVWIY3K0mSZLwDQNo1xN7zNlQI>
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, 11 Nov 2019 20:58:23 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 40e973fe03901b919463cd38612bc3815790a71b
      https://github.com/quicwg/base-drafts/commit/40e973fe03901b919463cd38612bc3815790a71b
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 01190f3f. [ci skip]



From nobody Mon Nov 11 13:21:11 2019
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 EA4B4120118 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:09 -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 PTgbiquLx57r for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:07 -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 902B1120046 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:07 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id AD2408C06C9 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507266; bh=INwS2RAGKQgGatlkMi9ckJDKgYcRYsNJJIEOlna6BX0=; h=Date:From:To:Subject:From; b=hp9LmeUHTcdG1sPCS8gpUwUphWrGOen1XfYDhEKXNvist4ieMz9ALBM7gqTqU4HNf anzOMTV0DAUw4t9pIOUC/3tDAJ+URL1sXgX481jRQuCha3T5aIgrOcTv6bIiDq6uyB Aa/zsmtmL32E4zLn+ou2LKjN2740QnSt9LjpWNO4=
Date: Mon, 11 Nov 2019 13:21:06 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/01190f-588949@github.com>
Subject: [quicwg/base-drafts] f1dc14: Consolidate Retire Prior To instructions in sectio...
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/7ndA-aW11WXBN3iqGYou4Kkl1LI>
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, 11 Nov 2019 21:21:10 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e
      https://github.com/quicwg/base-drafts/commit/f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e
  Author: Eric Kinnear <ekinnear@apple.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

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

  Log Message:
  -----------
  Consolidate Retire Prior To instructions in section, clean up frame description


  Commit: 0c309a7b240b09d40a1c32fedffe663c24be09b7
      https://github.com/quicwg/base-drafts/commit/0c309a7b240b09d40a1c32fedffe663c24be09b7
  Author: Eric Kinnear <32474881+erickinnear@users.noreply.github.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

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

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

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


  Commit: f11934fd629ee03c564438717ac95cb3fed68043
      https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438717ac95cb3fed68043
  Author: Eric Kinnear <ekinnear@apple.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

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

  Log Message:
  -----------
  Reword to match Martin's suggestion


  Commit: 58894973e99612511017fac0b098f0c3910fecf7
      https://github.com/quicwg/base-drafts/commit/58894973e99612511017fac0b098f0c3910fecf7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3204 from erickinnear/ek/cleanup_retire_prior_to

Resolve conflicting advice on how to handle Retire Prior To


Compare: https://github.com/quicwg/base-drafts/compare/01190f3f33c6...58894973e996


From nobody Mon Nov 11 13:21:19 2019
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 770F7120118 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 K2XCOnoO3xQa for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:16 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4A36120046 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:15 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 0029B2C33C2 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507274; bh=xqGm3YktjJ5AIadh9uhwuIZUk6kEXV4hExtqL7lAqQc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2HnPQNKZRXghxU5dwEZn9c/jZISM1m81Ng6NjQ1MqStkY72hjk/q7G6azfOoe+STA T8idDhHuUaHJrq4JAZWFYXE3Jmdmub46qPQAhWfwIro/6isofVAYDU3Qr0DPH1vE+c pNMyal+soPykWYkM53Pskf96nChIr6S7yOWYL5D4=
Date: Mon, 11 Nov 2019 13:21:14 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYBK5MTS4W62MDVU45324BUVEVBNHHB5ZQDTM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3195/issue_event/2789353811@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3195@github.com>
References: <quicwg/base-drafts/issues/3195@github.com>
Subject: Re: [quicwg/base-drafts] conflicting advice how to handle Retire Prior To (#3195)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d0cae5312_69443fb6008cd96c451964"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U4chSfchNI8phP6oC1PVzQGmqr8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:21:17 -0000

----==_mimepart_5dc9d0cae5312_69443fb6008cd96c451964
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3195 via #3204.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3195#event-2789353811
----==_mimepart_5dc9d0cae5312_69443fb6008cd96c451964
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518390683" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3195" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3195/hovercard" href="https://github.com/quicwg/base-drafts/issues/3195">#3195</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519832684" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3204" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3204/hovercard" href="https://github.com/quicwg/base-drafts/pull/3204">#3204</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications&amp;email_token=AFTOJK3KGB2XKMRBZL6QWUTQTHEEVA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSUY#event-2789353811">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK443DBMLKLR6FOQ6P3QTHEEVANCNFSM4JJTCCHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DAYWGBD2JEIL5CSDQTHEEVA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSUY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK3KGB2XKMRBZL6QWUTQTHEEVA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSUY#event-2789353811",
"url": "https://github.com/quicwg/base-drafts/issues/3195?email_source=notifications\u0026email_token=AFTOJK3KGB2XKMRBZL6QWUTQTHEEVA5CNFSM4JJTCCHKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSUY#event-2789353811",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d0cae5312_69443fb6008cd96c451964--


From nobody Mon Nov 11 13:21:23 2019
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 1D3BE120046 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YLsHXkFGZC4N for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:17 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0F7D120096 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:16 -0800 (PST)
Date: Mon, 11 Nov 2019 13:21:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507275; bh=6xsGZK2FMfrbYLXaOaCMu4R/2R9GmR9HNnjOD2Xd/N8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M3BPsmEZmjzqqlbHI4Qyo23KheQ++fnN4slZRJfCYNQPUFJYh1FYtF/WDW7MJpKDp MkMg9uIRitplWJVkmL/jTQAjmAzqOE023+78qnmNyReDelJmF13uf7lWZ8yAl9j48H JgFpMtmhGu57OFTmqhelT32BLkE51G1ddZvwEgXs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7G6EKFZQZ2DRWWDQN324BUXEVBNHHB57AENQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3204/issue_event/2789353798@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3204@github.com>
References: <quicwg/base-drafts/pull/3204@github.com>
Subject: Re: [quicwg/base-drafts] Resolve conflicting advice on how to handle Retire Prior To (#3204)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d0cb413a8_20d3f9b17ecd9607294ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tHj3_qQz4DqncV5B1uePlCwguBc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:21:18 -0000

----==_mimepart_5dc9d0cb413a8_20d3f9b17ecd9607294ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3204 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3204#event-2789353798
----==_mimepart_5dc9d0cb413a8_20d3f9b17ecd9607294ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519832684" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3204" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3204/hovercard" href="https://github.com/quicwg/base-drafts/pull/3204">#3204</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications&amp;email_token=AFTOJK2NY7ZXLUCLUEUGIO3QTHEEXA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSRQ#event-2789353798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5J3HSPXLF7BCPVNDDQTHEEXANCNFSM4JKTB3EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZIPRTQTZHOEOYWPUDQTHEEXA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK2NY7ZXLUCLUEUGIO3QTHEEXA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSRQ#event-2789353798",
"url": "https://github.com/quicwg/base-drafts/pull/3204?email_source=notifications\u0026email_token=AFTOJK2NY7ZXLUCLUEUGIO3QTHEEXA5CNFSM4JKTB3EKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBCSRQ#event-2789353798",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d0cb413a8_20d3f9b17ecd9607294ef--


From nobody Mon Nov 11 13:21:57 2019
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 18C0C120142 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:56 -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 sQ-lCwi6Mzyg for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:21:55 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 163F412012C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:21:55 -0800 (PST)
Date: Mon, 11 Nov 2019 13:21:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507314; bh=X6gUXG0Sh/zI43lx456tKVyjMGlpiAX3BvUcZypIdiQ=; h=Date:From:To:Subject:From; b=0YL7oewrPWT0oj/6vuIXa1YXias/7crmRN7oIRGCBmS0Bu7r4ePi4eyHeEJ3mfdtm /k3cSGMhlmez2eaA7ad+iAgX7/Av0A2ecYkpSpxU7AqIF5+VwQH0hu5MNMXKUbZyIV 14LX7k0XD9bFTXGSWlJ5bDMOTD+rwLT+dpEJ+UNk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/40e973-cf7291@github.com>
Subject: [quicwg/base-drafts] cf7291: Script updating gh-pages from 58894973. [ci skip]
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/oxfLSo8-1i1SWw_G5NmdScML7eE>
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, 11 Nov 2019 21:21:56 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: cf729113fa5c5699d1ff967f41848d64e7be446d
      https://github.com/quicwg/base-drafts/commit/cf729113fa5c5699d1ff967f41848d64e7be446d
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 58894973. [ci skip]



From nobody Mon Nov 11 13:22:27 2019
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 1D724120142 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:25 -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 PnrtkCvFfVgS for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:23 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6F67120118 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:23 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 1E9B35201F5 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507343; bh=jQkNFCvLD/JEC4kK1tGW20htrZITSFUblHxIQj0FnOQ=; h=Date:From:To:Subject:From; b=Ga3UXEyCFiKwPeTyy3cOZ6iApQ8jDd+eiUSjnJn+ewLAQpnrh0pJSn1D9X6VuFJRi uidANHllAeaQX983JWyb2U/Oksd8zFXQenWczD1ArmlvcaUbc93926zDxNqpKCxHEa tTFh0+XAfIIaLLcwDeq2qVkK010ahm8/LgggwROo=
Date: Mon, 11 Nov 2019 13:22:23 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/588949-d29ee0@github.com>
Subject: [quicwg/base-drafts] 25e655: Add Retry CID change requirement to transport chan...
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/vl1X7_lkprzEeMqNiYzbv-_EuI0>
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, 11 Nov 2019 21:22:25 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 25e655f0c904431b911d496857a3fdc3f210758d
      https://github.com/quicwg/base-drafts/commit/25e655f0c904431b911d496857a3fdc3f210758d
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

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

  Log Message:
  -----------
  Add Retry CID change requirement to transport changelog


  Commit: d29ee0834e63f34041696397833eb29df2d43daf
      https://github.com/quicwg/base-drafts/commit/d29ee0834e63f34041696397833eb29df2d43daf
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3203 from dtikhonov/201911071345-add-2837-and-3147-to-transport-changelog

Add Retry CID change requirement to transport changelog


Compare: https://github.com/quicwg/base-drafts/compare/58894973e996...d29ee0834e63


From nobody Mon Nov 11 13:22:32 2019
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 A7585120142 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rBwTha9VY9TM for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:27 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BE131208C1 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:27 -0800 (PST)
Date: Mon, 11 Nov 2019 13:22:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507347; bh=xLThavfLfX2tC3jskMvrirsPEj6JrA0kJqfELlhFask=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tOI53bdtVq6ZZwXCnOWALlJBHSlcd8UvTAbklvHrt+4aRcGFrgRQPWfU7oJceIVg4 jQYinYl0Mr+jrOkoK/wjV2KIvmTyVQJ7reo6JS29zIBJXEa9+I1Yjae5vs0Cxg2Y6k i+Up8TNXMMhsMr15xaTi1hFJlMYhsutpwtm7g6Sk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK52GZZRPVWXH4D4VMN324BZFEVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203/c552621922@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3203@github.com>
References: <quicwg/base-drafts/pull/3203@github.com>
Subject: Re: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d112a0e71_32133fd45bacd9642157759"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IffUOEcFx_WLDS3WCaVWfT8CRGU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:22:29 -0000

----==_mimepart_5dc9d112a0e71_32133fd45bacd9642157759
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This was previously unclear.  So we don't *have* to list it as a change, but the entry is harmless.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203#issuecomment-552621922
----==_mimepart_5dc9d112a0e71_32133fd45bacd9642157759
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This was previously unclear.  So we don't <em>have</em> to list it as a change, but the entry is harmless.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJK4LOLMFNLS54U3ST2DQTHEJFA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYFOYQ#issuecomment-552621922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7PA43U42Z3IJYYJFLQTHEJFANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4PY3ZSLXXR2ANI5GLQTHEJFA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYFOYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK4LOLMFNLS54U3ST2DQTHEJFA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYFOYQ#issuecomment-552621922",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK4LOLMFNLS54U3ST2DQTHEJFA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYFOYQ#issuecomment-552621922",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d112a0e71_32133fd45bacd9642157759--


From nobody Mon Nov 11 13:22:39 2019
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 5DC8B120812 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cJrZef5m104D for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:33 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C56FB120142 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:32 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 1F78DA002A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507352; bh=a/gp3YqhgExc8AA7nvDjhoynFuZ94vEq/NBjxP4QnL8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NJL6qPNSa/kkifrRuJg2R0C7olBcnGjlpGobGhasyw5xjWTmbPFUmZrMZ+nIwXoVd p5lyFUk8q6sIGJvSv99ASG39d3ugsKp8fNNbrrsUICf+cd8Dn7i8IvVYi1vaR99jnF 0dg2bZdg9fwi+aVmIsselCwNjgL6LWSZOHP8iRr8=
Date: Mon, 11 Nov 2019 13:22:32 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5M2KBHUU7RBM2Q4D5324BZREVBNHHB55Q6CY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3203/issue_event/2789357216@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3203@github.com>
References: <quicwg/base-drafts/pull/3203@github.com>
Subject: Re: [quicwg/base-drafts] Add Retry CID change requirement to transport changelog (#3203)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d11810ef2_497b3fbe58ecd9602428462"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2UMAXbFh1t-VKgqzIUBPA0vQzoI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:22:34 -0000

----==_mimepart_5dc9d11810ef2_497b3fbe58ecd9602428462
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3203 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3203#event-2789357216
----==_mimepart_5dc9d11810ef2_497b3fbe58ecd9602428462
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519446038" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3203" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3203/hovercard" href="https://github.com/quicwg/base-drafts/pull/3203">#3203</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications&amp;email_token=AFTOJK4DOFXJYW7ST3EPE63QTHEJRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBDNIA#event-2789357216">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6IMO26X73TMG42J6DQTHEJRANCNFSM4JKLW27Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7ALZ6JQNNAOCGHN5TQTHEJRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBDNIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK4DOFXJYW7ST3EPE63QTHEJRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBDNIA#event-2789357216",
"url": "https://github.com/quicwg/base-drafts/pull/3203?email_source=notifications\u0026email_token=AFTOJK4DOFXJYW7ST3EPE63QTHEJRA5CNFSM4JKLW272YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZBDNIA#event-2789357216",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d11810ef2_497b3fbe58ecd9602428462--


From nobody Mon Nov 11 13:23:01 2019
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 7FFF512083A for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:23:00 -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 u23L6jN-Y9MY for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:22:59 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 666C7120142 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:59 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id BFFDC520052 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:22:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573507378; bh=nIcjmoA60i9kSYkzkE5X5mXetWiIg1b691vDAIBfsRc=; h=Date:From:To:Subject:From; b=dsg1y+b3dBU2JpNrYWSYiTIF6SKmmIQyjeXEcoJUVQBDo4OqLXVzDnUd0qMcH1Qb9 Fwu1NMM0VKvuMcYdbtOiGV/Ari9OfC6wvcYJM641R24+xGLLg6lJD7e6EYBYL5QLtr s6rTN9TmKVE9WJNQwaeN93MHHXbYRvXSFDrvrG4E=
Date: Mon, 11 Nov 2019 13:22:58 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/cf7291-ea4dea@github.com>
Subject: [quicwg/base-drafts] ea4dea: Script updating gh-pages from d29ee083. [ci skip]
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/ZG0rVfD3-AQh4eHFd3ju8JcuSWg>
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, 11 Nov 2019 21:23:01 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ea4dea7a720b9bf3f2212d6b92297563752f8bc6
      https://github.com/quicwg/base-drafts/commit/ea4dea7a720b9bf3f2212d6b92297563752f8bc6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from d29ee083. [ci skip]



From nobody Mon Nov 11 13:34:06 2019
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 417F81200B9 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:34:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LknG7K7jGZ1B for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:34:03 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0957120018 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:34:02 -0800 (PST)
Date: Mon, 11 Nov 2019 13:34:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573508042; bh=IuCoHtN7gdZGZAt4cyRQ4n4h+UJnPftvnjfpph75z7M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=U740VAhib3vhEsNVRb81bKWh3V38uBMvpPvzZl4PKQak+Nsv8WQFOzVE0z/p3cLFt aV7aY3WbwHrE6DQhqppzAEGekVnVsiZ5wdbCES47Yd/gFYzvmLgJ0CpkgEpPMKWStA 6uB7FxETdFcfRuq4yx20ecBTYz1hD1ujOdcsz99g=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYFIGMRPMCAATVY3SV324DETEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552626290@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d3c9f0bf6_42303fdfa4ccd968411635c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iEYGU8Zi_oymTYHHLYTVATXRL2g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:34:04 -0000

----==_mimepart_5dc9d3c9f0bf6_42303fdfa4ccd968411635c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Now that I see this all written down like this, I wonder whether we should be insisting on the issuer waiting for acknowledgment first.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552626290
----==_mimepart_5dc9d3c9f0bf6_42303fdfa4ccd968411635c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Now that I see this all written down like this, I wonder whether we should be insisting on the issuer waiting for acknowledgment first.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJK52QI4K25G5BZNPGELQTHFUTA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYGQ4Q#issuecomment-552626290">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZH2NRJLRULN4ZM2NDQTHFUTANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YYEAPSBPPIIRMHVLQTHFUTA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYGQ4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK52QI4K25G5BZNPGELQTHFUTA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYGQ4Q#issuecomment-552626290",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK52QI4K25G5BZNPGELQTHFUTA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYGQ4Q#issuecomment-552626290",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d3c9f0bf6_42303fdfa4ccd968411635c--


From nobody Mon Nov 11 13:58:48 2019
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 1828F12089B for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:58:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Fji4kTDsoHll for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 13:58:44 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78B56120893 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 13:58:44 -0800 (PST)
Date: Mon, 11 Nov 2019 13:58:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573509523; bh=YRJLX4HQnQnbf9ixNneazaDlQp7t+6iNG0qhHb3FcTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vWnjmHEFR6KbWQoyxjDIYjGCKnWJmPKvcZGYnj797JTR3SMeUN1u1DW3jrvcfUn9I umb4b8y/dLKYmffB4OtAftMVU6gddJrLEsyqIMbal2DqNgm9xVhFjbBelYcRSA09/l dtfX4E8ZvyAXF0hij2/Rm9y29D/+C3d/ZnNaE6Qo=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYTS6SXYDDZBQ5LEPF324GBHEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552635359@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9d993524cd_6e073f85e8acd96c4839eb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uy9PP4R-wN5p4pG9ttW5c_DhNQE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 21:58:46 -0000

----==_mimepart_5dc9d993524cd_6e073f85e8acd96c4839eb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Waiting for the retirement, or waiting for the ACK of the NCID frame that carried the demand for retirement?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552635359
----==_mimepart_5dc9d993524cd_6e073f85e8acd96c4839eb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Waiting for the retirement, or waiting for the ACK of the NCID frame that carried the demand for retirement?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJK4XSJMDBGUFTFPGPLTQTHIRHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYIXXY#issuecomment-552635359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYNMVM3L6KWATDTUXDQTHIRHANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2W6HJRHRZJ72WK3ZLQTHIRHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYIXXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK4XSJMDBGUFTFPGPLTQTHIRHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYIXXY#issuecomment-552635359",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK4XSJMDBGUFTFPGPLTQTHIRHA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYIXXY#issuecomment-552635359",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9d993524cd_6e073f85e8acd96c4839eb--


From nobody Mon Nov 11 14:23:53 2019
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 A2812120805 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 14:23:52 -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 lihr3wsE3I3Z for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 14:23:51 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20267120133 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 14:23:29 -0800 (PST)
Date: Mon, 11 Nov 2019 14:23:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573511007; bh=BaS3VKtxHw33FOMx0e7Gc4RLyw5YY9WMp0yuelBLiQw=; h=Date:From:To:Subject:From; b=oNsDM/J9Sb8s/NEyArrhjiWjbepx3bsP4IOVh4lyIUojjROLr3tN1K0SfhiZzV8ej f31e+QqanjRDymDFj3XJQltOFXPaKAXj+zlHxYP8BMi2mczLm7wYY1wpSRv9jORfyL GM8XgCGtd98W8hxDEyvaRxAZv2H+izIfpQZkYnDs=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/6c1197-a55897@github.com>
Subject: [quicwg/wg-materials] a55897: datagrams, links
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/v2hyJXp4mqvHYn2rh0jsEovQ-EY>
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, 11 Nov 2019 22:23:53 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: a5589733b42dbad546d1f15759b8a40446446d49
      https://github.com/quicwg/wg-materials/commit/a5589733b42dbad546d1f15759b8a40446446d49
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M ietf106/agenda.md

  Log Message:
  -----------
  datagrams, links



From nobody Mon Nov 11 15:04:36 2019
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 D8A6E120048 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:04:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b0n_xQ--xrfM for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:04:33 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C0A912002E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:04:33 -0800 (PST)
Date: Mon, 11 Nov 2019 15:04:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573513472; bh=7hnP15qRYD8nhCEvHLpRTKhzXyDS133jPgyRfw4VRDo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WO+gb4fClzQfUGh/M7WX0fzb0nlKvK5+75T7ovflAr5BnMlWZjLTYEEhHMS+wdeMo FKtEDIQczYj3TQJVjUIb8YelDyzrQ6CnHHNs4EqC3jD/W5umQzH7T7tSD3aW9E0ufp 9HyiVvUab9R6LXIOd4I4rskLSz1vm5rgRpmZoOsE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6NQNMUSMFYNPJ5Y75324NYBEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552657167@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9e900748b0_33713fd1896cd960202054"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LM1to3UfwmBGA6uZGxEkYH3UNe4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 23:04:35 -0000

----==_mimepart_5dc9e900748b0_33713fd1896cd960202054
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Before starting any timer.  At least that way any propagation of the request to retire is taken out of consideration.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552657167
----==_mimepart_5dc9e900748b0_33713fd1896cd960202054
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Before starting any timer.  At least that way any propagation of the request to retire is taken out of consideration.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJKYAAG2VYWMY3MJCAALQTHQIBA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYOCDY#issuecomment-552657167">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4OY4WROWYYUWPRCQDQTHQIBANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6EZ7YZF45BW7HOSLTQTHQIBA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYOCDY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKYAAG2VYWMY3MJCAALQTHQIBA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYOCDY#issuecomment-552657167",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKYAAG2VYWMY3MJCAALQTHQIBA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYOCDY#issuecomment-552657167",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9e900748b0_33713fd1896cd960202054--


From nobody Mon Nov 11 15:27:26 2019
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 3C4F81200E3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:27:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 be-4_R2Gq-6l for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:27:23 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10316120088 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:27:23 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 37CA66A1133 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:27:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573514842; bh=5zX5upsEHcPtf8STneLli/jMyT1i0aXPhq9fvjYn7Zw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T/F4zyWTZVL3ctzMx/Sr4JwYxP7PxQ4+GJNv5WSNfWnUuELwgYyZ4cn9saj4pLQ4i U3jA8VG5G5EzSFmYEKFtOTxgeL/JYWGY/VyiyqGPTeUD/1gXFnmOSi36A6LG/Zgqd9 r3a66VdI3xmqiNYsAQyfdn6krLIbdJJTD67qp6sI=
Date: Mon, 11 Nov 2019 15:27:22 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7QK6GNN24PXVBUFT5324QNVEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552664046@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9ee5a28d51_39f13fc80eacd968138708a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1XnVNZpZP43QQ4-mCZ6rMxHOR2A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 23:27:25 -0000

----==_mimepart_5dc9ee5a28d51_39f13fc80eacd968138708a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The text itself around 1PTO is just a general note of "if you don't retire then your traffic might stop working". Would it be better to remove the specifics of 1PTO (then the 3PTO timer can either wait for ACK or not)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552664046
----==_mimepart_5dc9ee5a28d51_39f13fc80eacd968138708a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The text itself around 1PTO is just a general note of "if you don't retire then your traffic might stop working". Would it be better to remove the specifics of 1PTO (then the 3PTO timer can either wait for ACK or not)?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJK3HA3BTOPNESFJQPALQTHS5VA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYPX3Q#issuecomment-552664046">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5KHMQEFYTBWEVORFTQTHS5VANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7IHYEXS7LFPP4DG4DQTHS5VA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYPX3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK3HA3BTOPNESFJQPALQTHS5VA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYPX3Q#issuecomment-552664046",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJK3HA3BTOPNESFJQPALQTHS5VA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYPX3Q#issuecomment-552664046",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9ee5a28d51_39f13fc80eacd968138708a--


From nobody Mon Nov 11 15:55:32 2019
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 7C63C1200F7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:55:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q8Y8PosqBqnG for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:55:28 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8668E1200B6 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:55:28 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 13A986A0E34 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:55:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573516527; bh=aFvc0Ei0+si1FRzH5vWQwoenMZ6aTiUGCCZOET7vrXs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XV0kEpfuqYCqPHxFXBdDx+FgVS/SPfGO36ujcTOhWyHGYkKRLuOGhhOGq31A27wbj i8W/dbVEPgGSiQB3qSV2ZyQmfhXXRf5Z82VRq1lh4iiI6+uf8K+qYY60y4qC2SDLTH qsQYZtYwuQAm3mXAKALTCx8lSTEHfPhLD7vY9QY8=
Date: Mon, 11 Nov 2019 15:55:27 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4FVNTNOA65RMYAQ5N324TW7EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/552671227@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9f4ef4617_417d3fb3c22cd96c29390c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RHIolbPTrV0a9I7gVe8utqA_lns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 23:55:30 -0000

----==_mimepart_5dc9f4ef4617_417d3fb3c22cd96c29390c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Right, I think the issues about packets that are already enqueued, etc. a=
re more for the person requesting retirement of the CID to know that some=
 packets might still show up (although potentially not after the ACK for =
the NCID frame that had RPT if they're all in the same queue? Not sure I'=
d want to rely on that ordering even before looking at the network). The =
endpoint that is retiring the CID can simply stop sending _new_ packets w=
ith that CID and be fine.=0D
=0D
And leaving it up to the implementation but making a note that it's not a=
 problem to retire/replace right up to the limit sounds good to me. =F0=9F=
=91=8D=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-552671227=

----==_mimepart_5dc9f4ef4617_417d3fb3c22cd96c29390c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Right, I think the issues about packets that are already enqueued, etc=
. are more for the person requesting retirement of the CID to know that s=
ome packets might still show up (although potentially not after the ACK f=
or the NCID frame that had RPT if they're all in the same queue? Not sure=
 I'd want to rely on that ordering even before looking at the network). T=
he endpoint that is retiring the CID can simply stop sending <em>new</em>=
 packets with that CID and be fine.</p>=0D
<p>And leaving it up to the implementation but making a note that it's no=
t a problem to retire/replace right up to the limit sounds good to me. <g=
-emoji class=3D"g-emoji" alias=3D"+1" fallback-src=3D"https://github.gith=
ubassets.com/images/icons/emoji/unicode/1f44d.png">=F0=9F=91=8D</g-emoji>=
</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3193?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKZAZGEV3XKT6GYOQDTQTHWG7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYRP6Y#issuecomment-552671227">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK35N5DMK4I2SA2OB2TQTHWG7ANCNFSM4JJPZITA">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK374TDC35EF67BWQRLQTHWG=
7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEDYRP6Y.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKZAZGEV3XKT6GYOQDTQTHWG7A5CNFSM4=
JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYRP6=
Y#issuecomment-552671227",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=3D=
notifications\u0026email_token=3DAFTOJKZAZGEV3XKT6GYOQDTQTHWG7A5CNFSM4JJP=
ZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYRP6Y#i=
ssuecomment-552671227",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dc9f4ef4617_417d3fb3c22cd96c29390c9--


From nobody Mon Nov 11 15:59:49 2019
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 EAF541200B6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:59:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pez1dtVHZXwG for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 15:59:46 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D02421200FD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:59:45 -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 2F956660355 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 15:59:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573516785; bh=Ig7sZyHiVgbvhnwf/pVkBqXJH0t5F2cVc3HuIdDCRfs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eW+GsBRGdWepdmHHsKdfE5Qcgi//pCIJFxorBSgjIJqZlbe7FRg9MRjPT5M/VSc4f AgyzHNKL7C9wG8y9SBTldVFeQmQSJxwhfggaFUWfmM/uKilaIImDYHnkIHs2b7zluh P52iCSHLcF8Qet0mt0REmCsBEJ67NB4b+8GRa6aM=
Date: Mon, 11 Nov 2019 15:59:45 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ6LNNJIITCLPMTSIN324UHDEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/312170345@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9f5f1200b3_17db3ff6afccd9647161d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-xMIhAgLeqUKJcwX9uAp0N2qtNc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 11 Nov 2019 23:59:48 -0000

----==_mimepart_5dc9f5f1200b3_17db3ff6afccd9647161d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

Seems reasonable to me.  @ianswett do you want to do that?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r342897546
----==_mimepart_5dc9f5f1200b3_17db3ff6afccd9647161d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r342897546">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>Seems reasonable to me.  <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> do you want to do that?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJKYY26AIF5B2RA33EZLQTHWXDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNVO2I#discussion_r342897546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4RY5EYPFCVKV7JTMDQTHWXDANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6A6RTC5F4IT7LW4L3QTHWXDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNVO2I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYY26AIF5B2RA33EZLQTHWXDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNVO2I#discussion_r342897546",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYY26AIF5B2RA33EZLQTHWXDA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCKNVO2I#discussion_r342897546",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9f5f1200b3_17db3ff6afccd9647161d0--


From nobody Mon Nov 11 16:04:23 2019
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 AA0331200F1 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:04:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 L5mKAQjJ-XsI for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:04:19 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A9F701200E0 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:04:19 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id B0246A0092 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:04:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573517058; bh=k6JtbWNvJ0M9q6bRjOeaHhOC9a4FIIQ2QCGhXNgbFaM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pog3KMr4VD9Jp7vKzDUGJUXAOgQd/hCrQDO6EPwfvpaMpwo/SvU52gD3yg5uK7U56 GEaxYui/gzcNhhSMl2jHbjBhXO0k3+Q+J1QsQPohVQHMDv8ZIeusigp37o6dQN3pL1 ChARDp89fLygFyyAvl8ld9TLKXRWpQtpiQp/ousI=
Date: Mon, 11 Nov 2019 16:04:18 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5SMB64SNBAUB452A5324UYFEVBNHHB6CFZEY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3211/552673372@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3211@github.com>
References: <quicwg/base-drafts/issues/3211@github.com>
Subject: Re: [quicwg/base-drafts] Remove SHOULD for advice to pre-generate KeyUpdate (#3211)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9f7029eb59_33413f9f9bccd95c11383bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7b__Q6mZ_4iwrn1bKTjCK8FfQbs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 00:04:22 -0000

----==_mimepart_5dc9f7029eb59_33413f9f9bccd95c11383bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This text was specifically put in to address #2792.  That issue was extensively debated, but I agree that it was not concluded.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3211#issuecomment-552673372
----==_mimepart_5dc9f7029eb59_33413f9f9bccd95c11383bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This text was specifically put in to address <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456097678" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2792" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2792/hovercard" href="https://github.com/quicwg/base-drafts/issues/2792">#2792</a>.  That issue was extensively debated, but I agree that it was not concluded.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications&amp;email_token=AFTOJK2LQ6IIDZLNNAOQGZ3QTHXIFA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYSAXA#issuecomment-552673372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36RCNUGJCRP4N6BULQTHXIFANCNFSM4JLOP3YA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK54S4S6Y4UL3JTP3MDQTHXIFA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYSAXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK2LQ6IIDZLNNAOQGZ3QTHXIFA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYSAXA#issuecomment-552673372",
"url": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK2LQ6IIDZLNNAOQGZ3QTHXIFA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYSAXA#issuecomment-552673372",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9f7029eb59_33413f9f9bccd95c11383bb--


From nobody Mon Nov 11 16:19:19 2019
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 C901B1200B6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:17 -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 9juIo-aY6E7w for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:15 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7879C120091 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:15 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 84C2D2C1320 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573517954; bh=gFr+w94Su+4nGfyahJTj/J3ULW96Y9cRaWJleFTYvVU=; h=Date:From:To:Subject:From; b=PqpQNMUeY6OX+yITEdERSuBiHAugavLU3NPJZV8NdPqtyZQzvxQrdCt0SaSfHVetJ 54fYY5mzwPItTtLGMTUccQLJHcuG6iPeFEGXtk83XPqFPIFVE/7LQ28xq9tdjlXqSg ecdFBXacyHSLaLIoLO8LtrlieQN4KzwJI5kpLfzs=
Date: Mon, 11 Nov 2019 16:19:14 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-mean-deviation/000000-7016f4@github.com>
Subject: [quicwg/base-drafts] 7016f4: RTTVar is not really a variance
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/iE0bbF5b8GR_hWtgr4TDf4nN0Bc>
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, 12 Nov 2019 00:19:18 -0000

  Branch: refs/heads/ianswett-mean-deviation
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7016f46e961bfc46a235379c274cdaf68fccd051
      https://github.com/quicwg/base-drafts/commit/7016f46e961bfc46a235379c274cdaf68fccd051
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

  Log Message:
  -----------
  RTTVar is not really a variance

It's a mean deviation.  This has confused at least one reader.



From nobody Mon Nov 11 16:19:35 2019
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 88A5A1200B6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PZ00u9N3S5jT for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:31 -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 06181120091 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:31 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id D31138C0608 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573517969; bh=vOSS8fxh97QyEPaszuR+07GQ0CayRWOUX6K/vMpq+HI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=CpGw+JozfPXpvOef1GgjXHc/3bcVUCf/hlIMrdSDLWpND4pe1yzuwO2ECMeRsxxE3 BbDKLDlosEIvumpzPXgTT7x5kudaqC3cHSldhqTJ4ehjWUcAVjqMSqeJ4xEc5VGsds VW3aD6rx1nNSwYuRzuUxpXaoGysYD0uIrwAXjuSk=
Date: Mon, 11 Nov 2019 16:19:29 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ZCIZKUBTWHCQHPEV324WRDEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223@github.com>
Subject: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9fa91c3fa0_20993fa41decd9601037db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Viea-Cb3uytjGXodTb9o9ap8bk8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 00:19:34 -0000

----==_mimepart_5dc9fa91c3fa0_20993fa41decd9601037db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It&#39;s a mean deviation.  This has confused at least one reader.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3223

-- Commit Summary --

  * RTTVar is not really a variance

-- File Changes --

    M draft-ietf-quic-recovery.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3223.patch
https://github.com/quicwg/base-drafts/pull/3223.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223

----==_mimepart_5dc9fa91c3fa0_20993fa41decd9601037db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It's a mean deviation.  This has confused at least one reader.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3223'>https://github.com/quicwg/base-drafts/pull/3223</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>RTTVar is not really a variance</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3223/files#diff-0">draft-ietf-quic-recovery.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3223.patch'>https://github.com/quicwg/base-drafts/pull/3223.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3223.diff'>https://github.com/quicwg/base-drafts/pull/3223.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications&amp;email_token=AFTOJK5EDZ6RN6NKAVAWAULQTHZBDA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYRYODA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3MMEUYWZNSAOOQ2CDQTHZBDANCNFSM4JL4PMRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4UPE7KDNWMLVI7VK3QTHZBDA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYRYODA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK5EDZ6RN6NKAVAWAULQTHZBDA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYRYODA",
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK5EDZ6RN6NKAVAWAULQTHZBDA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYRYODA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dc9fa91c3fa0_20993fa41decd9601037db--


From nobody Mon Nov 11 16:20:02 2019
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 DFE481200B6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:59 -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 RRrv8byyN_mY for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:19:58 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24E61120091 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:58 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 51011520510 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:19:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573517997; bh=nwtTLq6jAy4TyaPiTlGyamo3fx2+nB2SjNERSk6PyyA=; h=Date:From:To:Subject:From; b=sGK+PCS2QWGPd/VSQi+y9aiFJ2UQkKep9GgKKZgveis113hKLWj4JjYaQ8GJeZ2Yf CEMC7OdmlACMJcrjVUD8A6GR4OqsceGnorvCbtNY3tTinrRP0cr3lMpZ6L0daT13hG 7Qw44mwS5haHkT+C7O6S2yNDr81I5cxF9Vy/Iqz8=
Date: Mon, 11 Nov 2019 16:19:57 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ea4dea-a4693b@github.com>
Subject: [quicwg/base-drafts] a4693b: Script updating gh-pages from 7016f46e. [ci skip]
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/L3U9zdpHvrvh0CnEJ8b3jbNjheU>
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, 12 Nov 2019 00:20:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a4693bd6bcf7f8339a766610c11bc25cd3560471
      https://github.com/quicwg/base-drafts/commit/a4693bd6bcf7f8339a766610c11bc25cd3560471
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    A ianswett-mean-deviation/draft-ietf-quic-http.html
    A ianswett-mean-deviation/draft-ietf-quic-http.txt
    A ianswett-mean-deviation/draft-ietf-quic-invariants.html
    A ianswett-mean-deviation/draft-ietf-quic-invariants.txt
    A ianswett-mean-deviation/draft-ietf-quic-qpack.html
    A ianswett-mean-deviation/draft-ietf-quic-qpack.txt
    A ianswett-mean-deviation/draft-ietf-quic-recovery.html
    A ianswett-mean-deviation/draft-ietf-quic-recovery.txt
    A ianswett-mean-deviation/draft-ietf-quic-tls.html
    A ianswett-mean-deviation/draft-ietf-quic-tls.txt
    A ianswett-mean-deviation/draft-ietf-quic-transport.html
    A ianswett-mean-deviation/draft-ietf-quic-transport.txt
    A ianswett-mean-deviation/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 7016f46e. [ci skip]



From nobody Mon Nov 11 16:21:46 2019
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 9A4DC1200B6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:21:44 -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 tt9cdW_nxgt5 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:21:42 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98B06120091 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:21:42 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id AC913960C21 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:21:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573518101; bh=8BPxrC64CxW5/5fEyEPJWZEmZVHT+j9m3cVBt4boOjw=; h=Date:From:To:Subject:From; b=A4AcQ/50oS+O8XWv2092BfNVr+mB8uWNngXZuBZx7BGdnLXikuty+0cKuHUJHXFGO 3BlbvXhKMESal4QFFihZqlFmKCk90iWwAGCRKCpommQ6Ysa1/XaSazKEWi2iniN0oc T7mgUCskvOSNGk6UfQMkpDt8xMJZKh2sdAvQgMK4=
Date: Mon, 11 Nov 2019 16:21:41 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a4693b-87e270@github.com>
Subject: [quicwg/base-drafts] 87e270: Script updating issues at 2019-11-12T00:21:34Z. [c...
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/FM7jKLktACk1GBaKZCIzawhIWEw>
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, 12 Nov 2019 00:21:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 87e2701d9c4cc338ecb89093877c5d81c7a05db6
      https://github.com/quicwg/base-drafts/commit/87e2701d9c4cc338ecb89093877c5d81c7a05db6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-12T00:21:34Z. [ci skip]



From nobody Mon Nov 11 16:26:38 2019
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 91A16120091 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:26:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZXGyY8P1_dhe for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:26:34 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21E681200C1 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:26:29 -0800 (PST)
Date: Mon, 11 Nov 2019 16:26:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573518385; bh=mT4Wj+IglFLWyoHgfldvQ0MVowtcEqRsKS556fWgIcU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uhKMXFn4ayiUGY4rrh2ykiWpuzLvxr90xcBqzJ+ryCPZbfCmJecefbkXadDCscJ/6 BUrmcol4KhBTgJPcWHJn5Z6jf1gySvQ8nSu2bEPPJlnwKGL+y0v5dzGcqLB9l8CL+g qJhceUFzeNXa1v+MBwPjBgT7YE3GjkJd02dwiCJA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4XWGDDKYOI7WLB4V324XLDEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223/c552678576@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3223@github.com>
References: <quicwg/base-drafts/pull/3223@github.com>
Subject: Re: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9fc31d457b_32d63fe17d4cd968615ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fJBG3-lJtZBkiTUl4DcGOkI2eSQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 00:26:37 -0000

----==_mimepart_5dc9fc31d457b_32d63fe17d4cd968615ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

True-ish, but nor is smoothed_rtt a mean.  And now you have a variable with a name that bears no semblance to the concept you use to describe it.  You could instead play apologist and explain that this isn't a variance in the statistical sense, but variance in a purely colloquial sense.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223#issuecomment-552678576
----==_mimepart_5dc9fc31d457b_32d63fe17d4cd968615ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>True-ish, but nor is smoothed_rtt a mean.  And now you have a variable with a name that bears no semblance to the concept you use to describe it.  You could instead play apologist and explain that this isn't a variance in the statistical sense, but variance in a purely colloquial sense.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications&amp;email_token=AFTOJKYDTCDBCYITXV2I353QTHZ3DA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTJMA#issuecomment-552678576">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6RZ2QDANXBHLHSTTDQTHZ3DANCNFSM4JL4PMRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6SXNASJDWVBPBN2CDQTHZ3DA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTJMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJKYDTCDBCYITXV2I353QTHZ3DA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTJMA#issuecomment-552678576",
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJKYDTCDBCYITXV2I353QTHZ3DA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTJMA#issuecomment-552678576",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9fc31d457b_32d63fe17d4cd968615ac--


From nobody Mon Nov 11 16:31:30 2019
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 2B6FB120091 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:31:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rA1pXHmVVki1 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 16:31:24 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D078B1200B6 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:31:22 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id C967A2C123C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 16:31:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573518681; bh=rQyC+U1We7sT9uBZr4ib+JhhACgnHqjIkyoliHzYEng=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tGxQFIHJ6tJFtiLMlqQVpHegRZLv07RmWyF2AZd9DrSM7fqZFitaWv5Msmdul/AfO cbqBGs+Yb7gic0Ya3579tXbwRZP28OrqHYod3SunN86NR3XETWduj0afYfN0M6dNbu py9yd855AdokeONAviyN3Q50cxFqTcGKqwONHII4=
Date: Mon, 11 Nov 2019 16:31:21 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYWTQ3AFEJGM5P4GKN324X5TEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223/c552679589@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3223@github.com>
References: <quicwg/base-drafts/pull/3223@github.com>
Subject: Re: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dc9fd59ba7d7_73573fc8b26cd96836988"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UQpM98Ek699W7MLoZqGvvccqNHc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 00:31:28 -0000

----==_mimepart_5dc9fd59ba7d7_73573fc8b26cd96836988
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Section 2 of RFC2988 says
"To compute the current RTO, a TCP sender maintains two state
   variables, SRTT (smoothed round-trip time) and RTTVAR (round-trip
   time variation)."

It does subsequently use the term variance in one spot, but given the original definition is a better one, I'd rather use variation than variance.

RFC6298 does the exact same thing, and defines RTTVAR as "round-trip time variation".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223#issuecomment-552679589
----==_mimepart_5dc9fd59ba7d7_73573fc8b26cd96836988
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Section 2 of RFC2988 says<br>
"To compute the current RTO, a TCP sender maintains two state<br>
variables, SRTT (smoothed round-trip time) and RTTVAR (round-trip<br>
time variation)."</p>
<p>It does subsequently use the term variance in one spot, but given the original definition is a better one, I'd rather use variation than variance.</p>
<p>RFC6298 does the exact same thing, and defines RTTVAR as "round-trip time variation".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications&amp;email_token=AFTOJK36MJ2P74GDGS5XTJ3QTH2NTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTRJI#issuecomment-552679589">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3VZMESWXOWOJY2HSTQTH2NTANCNFSM4JL4PMRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2PIUDOFSYIDP6AI2TQTH2NTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTRJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK36MJ2P74GDGS5XTJ3QTH2NTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTRJI#issuecomment-552679589",
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK36MJ2P74GDGS5XTJ3QTH2NTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDYTRJI#issuecomment-552679589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dc9fd59ba7d7_73573fc8b26cd96836988--


From nobody Mon Nov 11 17:40:37 2019
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 06E3B1200CD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:40:35 -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 pEx7RlRwHl1h for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:40:33 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD924120025 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:40:33 -0800 (PST)
Date: Mon, 11 Nov 2019 17:40:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573522833; bh=zcMG00clQ4a10hQ5gEVF4o5zMDt6myyfO43iZpdC0D8=; h=Date:From:To:Subject:From; b=dLuUFIWVKA7AtKKf0MD2kfbEss9tNPYDaPHOMMWdCRWKwgNX+NrA11kcvfDEJE3DY CvzL7qeH6PO9IcCP37OFCszP5kKOaUyITPNwo9GHRBQmASWeDaiUCobM9gFDxhjqqg 7FrR3N3k2Xn1jJpiOeO9Ol9REAGXPG61/jstnMPY=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/3ab9f7-474291@github.com>
Subject: [quicwg/base-drafts] 474291: Martin's suggestion
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/Dfsiir17BRNZAoiMza0qieZXy8E>
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, 12 Nov 2019 01:40:35 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 474291a1da6b83e72105de556fa4ec4bd9fce39a
      https://github.com/quicwg/base-drafts/commit/474291a1da6b83e72105de556fa4ec4bd9fce39a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

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



From nobody Mon Nov 11 17:40:45 2019
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 9E27812007A for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:40:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZZvwgAsWNhWH for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:40:42 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D485F120025 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:40:41 -0800 (PST)
Date: Mon, 11 Nov 2019 17:40:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573522841; bh=oA4JjCAYM9M+HcjGd40nbNrVZWgmqLg3qQblla4fD2I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zidcvn9nMEkDVh7+HD/ZT1+32/Eip2xbOayRJxzKFN8XPFPV6hMk7t1jzp59esuPh FAdYJli9/KzbSvdMUXlHoBV6dMX9YLVjXaBDe5B/VmKHyGybIudTUNn6o+DQXQNiUv EGIdz+ybrU6cA/kvNy7SpnfksdjLFvD0QdQIDb4U=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4261713952@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca0d98ed5f7_3793fcce7acd96c3535e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AvBQwUD5MBZa5k6Kbqng1GMl8aM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 01:40:43 -0000

----==_mimepart_5dca0d98ed5f7_3793fcce7acd96c3535e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

474291a1da6b83e72105de556fa4ec4bd9fce39a  Martin's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/3ab9f77f170dd89a902f52b4669035c7fab87add..474291a1da6b83e72105de556fa4ec4bd9fce39a

----==_mimepart_5dca0d98ed5f7_3793fcce7acd96c3535e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/474291a1da6b83e72105de556fa4ec4bd9fce39a">474291a</a>  Martin&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/3ab9f77f170dd89a902f52b4669035c7fab87add..474291a1da6b83e72105de556fa4ec4bd9fce39a?email_source=notifications&amp;email_token=AFTOJK2O343KLV3EY6QGL7LQTICRRA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCNZRGM4TKMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYUDBZLUAHHLQY3DYTQTICRRANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3SSGV6LEOW6D264ALQTICRRA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCNZRGM4TKMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/3ab9f77f170dd89a902f52b4669035c7fab87add..474291a1da6b83e72105de556fa4ec4bd9fce39a?email_source=notifications\u0026email_token=AFTOJK2O343KLV3EY6QGL7LQTICRRA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCNZRGM4TKMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/3ab9f77f170dd89a902f52b4669035c7fab87add..474291a1da6b83e72105de556fa4ec4bd9fce39a?email_source=notifications\u0026email_token=AFTOJK2O343KLV3EY6QGL7LQTICRRA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCNZRGM4TKMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca0d98ed5f7_3793fcce7acd96c3535e8--


From nobody Mon Nov 11 17:41:14 2019
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 449BA1200CD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:41:13 -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 tTDD5mTjiJvv for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:41:11 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E9848120025 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:41:10 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id A36DF6A0354 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:41:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573522869; bh=Ij67+z/maAUCwIiBFkFnPPOUjo+InFVxSKYi64k1iHM=; h=Date:From:To:Subject:From; b=spYWyOimkfw9ca1xEhVN+ENCKiIPT/SMP7z9IDhZnxbDACSrZZXlAZV9XrOhIWlwS rKAVmkL8EUXpftn8EnTp1DC5UV3OE0tIJ/mYWcvDB7CgkoKFOfpZvVQgwrSUFoQFB7 1QAjfgVw94DoFx6iWdknSClvmWXUiiM4KsSfrWrk=
Date: Mon, 11 Nov 2019 17:41:09 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/87e270-e9a93a@github.com>
Subject: [quicwg/base-drafts] e9a93a: Script updating gh-pages from 474291a1. [ci skip]
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/t_XFURCcEZFmPZAbhfpLLo5DnWA>
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, 12 Nov 2019 01:41:13 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e9a93a651f45d7c5b52edf74a1bf3ff56589ff65
      https://github.com/quicwg/base-drafts/commit/e9a93a651f45d7c5b52edf74a1bf3ff56589ff65
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-http.html
    M ianswett-invalid-token/draft-ietf-quic-http.txt
    M ianswett-invalid-token/draft-ietf-quic-invariants.html
    M ianswett-invalid-token/draft-ietf-quic-invariants.txt
    M ianswett-invalid-token/draft-ietf-quic-qpack.html
    M ianswett-invalid-token/draft-ietf-quic-qpack.txt
    M ianswett-invalid-token/draft-ietf-quic-recovery.html
    M ianswett-invalid-token/draft-ietf-quic-recovery.txt
    M ianswett-invalid-token/draft-ietf-quic-tls.html
    M ianswett-invalid-token/draft-ietf-quic-tls.txt
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 474291a1. [ci skip]



From nobody Mon Nov 11 17:44:03 2019
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 8C10E1200FE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:44:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 krhYYtQK0Ueo for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:43:58 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70ACE1200CD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:43:58 -0800 (PST)
Date: Mon, 11 Nov 2019 17:43:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523037; bh=me1iVZA6jqNTe4EOMctLEQfOcrmzlUFEZYqoHIeI/XY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oK/4r895jrlTE3hTfWkSgvM76a2bMu1buctRTMcS+aSfkDLiCTQEzFEt9wkn+CS5g iboo+iM6kb44cb/GJnlEOkl5V5aYonE/QvJVoD9eufml8egGMBfFSZbItRMpJca0xG 4pisyczb7t99N3n4RwrKIayDJ003HyEPaGybgwk8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2G443L33D2EXGVSQN325AN3EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/315252480@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca0e5d9f9f3_6743fcce7acd96c1285d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vBzJKJTtPSiQqbxM-6vgpGJsYWE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 01:44:01 -0000

----==_mimepart_5dca0e5d9f9f3_6743fcce7acd96c1285d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

I reworked Martin's suggestions, though I preferred to keep the sentence I had to his first sentence.  

In regards to "When under duress, the server could discard such a packet." I don't think that's adding anything on top of being clear about the consequences of discarding it, so I'd rather not add it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r344984278
----==_mimepart_5dca0e5d9f9f3_6743fcce7acd96c1285d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r344984278">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>I reworked Martin's suggestions, though I preferred to keep the sentence I had to his first sentence.</p>
<p>In regards to "When under duress, the server could discard such a packet." I don't think that's adding anything on top of being clear about the consequences of discarding it, so I'd rather not add it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK4SGDYU5M7IM7E65ITQTIC53A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFF6AA#discussion_r344984278">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWSN6R5KTAQN44MGTQTIC53ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYHDHY3KHM6VLPLIFLQTIC53A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFF6AA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK4SGDYU5M7IM7E65ITQTIC53A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFF6AA#discussion_r344984278",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK4SGDYU5M7IM7E65ITQTIC53A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFF6AA#discussion_r344984278",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca0e5d9f9f3_6743fcce7acd96c1285d8--


From nobody Mon Nov 11 17:49:54 2019
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 8C57B1200CD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:49:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jPLNK8ksWnDP for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:49:51 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF137120025 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:49:50 -0800 (PST)
Date: Mon, 11 Nov 2019 17:49:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523390; bh=Mtkq8M5KJdmm9Yzm+GXexGFbIjJOcU7XC4g+HeRV6JY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jqTtY1YQ3msR2wEyjg5fOQRsR3bs2M2ebkjSlya2RbT8lyujoD45bBZU2sUh1Fx1R AA4T1+o5uuEO+QI5yfYLJ+OU6i/MuwqPhOFBDejPyyokqG45KmKi8F+FyieA/IHTEl yjLYYyUy/YXCLl9fa7Trgtfp8KK6DMBWeEEee5HQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2QYXJ7H3L4PF3SLVF325BD3EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/315253813@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca0fbe5d4_76253fb743acd96c2314ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0dfmM5-hOsCvkBEuko4uwg__xdk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 01:49:53 -0000

----==_mimepart_5dca0fbe5d4_76253fb743acd96c2314ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can discard such a packet and allow the client to time out to
+detect handshake failure, but that is a significant latency penalty to the

```suggestion
detect handshake failure, but that could impose a significant latency penalty on the
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-315253813
----==_mimepart_5dca0fbe5d4_76253fb743acd96c2314ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3107#discussi=
on_r344985282">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1641,6 +1641,17 @@ of connection estab=
lishment.  By giving the client a different connection ID to=0D
 use, a server can cause the connection to be routed to a server instance=
 with=0D
 more resources available for new connections.=0D
 =0D
+If a server receives a client Initial that can be unprotected but contai=
ns an=0D
+invalid Retry token, it knows the client will not accept another Retry t=
oken.=0D
+The server can discard such a packet and allow the client to time out to=
=0D
+detect handshake failure, but that is a significant latency penalty to t=
he=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-detect handshake failure, but that is a signi=
ficant latency penalty to the=0D
+detect handshake failure, but that could impose a significant latency pe=
nalty on the=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3107?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK52GVOFOODMHNFXWXTQTIDT3A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFGINI#pullrequestreview-315253813=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK7GX2M53VTVLD3HL4DQTIDT5ANCNFSM4JBTLOPA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKZ7DBIYGM45=
PFKWQE3QTIDT5A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLFGINI.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3D=
notifications\u0026email_token=3DAFTOJK52GVOFOODMHNFXWXTQTIDT3A5CNFSM4JBT=
LOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LFGINI#pullrequestreview-315253813",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK52GVOFOODMHNFXWXTQTIDT3A5CNFSM4JBTLO=
PKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLF=
GINI#pullrequestreview-315253813",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dca0fbe5d4_76253fb743acd96c2314ec--


From nobody Mon Nov 11 17:53:03 2019
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 63EC01200F4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:00 -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 5MRX01Hr8wvj for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:52:59 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFA2F1200CD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:52:58 -0800 (PST)
Date: Mon, 11 Nov 2019 17:52:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523578; bh=asHnzQOVGuEj7tuM33beZWLGa4r1Zj0AsOdLC0dFa40=; h=Date:From:To:Subject:From; b=Zf9cDK5cwDd2RiW9bqFpgAwif6brADwh+HaXl69eIR7/hexd8A+xBFT8bvXFYuQre EgS4BtN0W+IKymRGj1TIPOY4z1OeBOwrkr2Qhwuh6jslCoar6Q4s/FIaJIunx3MMMa Sf1Qucw7Hq0gXf5I6l2M6eMcEI9wfKOUM6NCKEhY=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/d29ee0-89658b@github.com>
Subject: [quicwg/base-drafts] 89658b: Clarify loss epoch (#3213)
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/Kuuyv40Jg2um9DdyNYlVrMrg8rk>
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, 12 Nov 2019 01:53:00 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 89658b39e24023aebbc76bc7a3592390aa164236
      https://github.com/quicwg/base-drafts/commit/89658b39e24023aebbc76bc7a3592390aa164236
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

  Log Message:
  -----------
  Clarify loss epoch (#3213)

* Clarify loss epoch

Fixes #3210

* Another try



From nobody Mon Nov 11 17:53:08 2019
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 BDB361200CD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:00 -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, TVD_SPACE_RATIO=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 vbQxLVWr4gwD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:52:59 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6BBAF1200E5 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:52:59 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 972E0521161 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:52:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523578; bh=Cfp3vq9mT6lDlEwe6ak/4VuCUuoCz+BUHN6z2RXIADw=; h=Date:From:To:Subject:From; b=pNedtswh1XFHXL26sD/WzqH/8BlmP9QY6oLWc0LkVe2ktUqUiZCGaMDaXDT5aZ4XL SAxgm8xGUr2ORHUx2CBP0KfjBwzuMQrboaQSCIG10PKbFYRpxdZgbszzUBIzCgccow QXe34hMmbg0Dj7HTVCiOyjPQRpkq4H3x6/jbW8tY=
Date: Mon, 11 Nov 2019 17:52:58 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-loss-epoch/babf70-000000@github.com>
Subject: [quicwg/base-drafts]
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/vew6iWSd2NRQ2p5WzRpAxvxfc14>
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, 12 Nov 2019 01:53:01 -0000

  Branch: refs/heads/ianswett-loss-epoch
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov 11 17:53:15 2019
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 A7B861200FE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 seuPhTsRefms for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:07 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E90C1200E5 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:53:07 -0800 (PST)
Date: Mon, 11 Nov 2019 17:53:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523586; bh=3uvJl60sAFGd0XENG/9Xj0W71LQSWVlC465Vwh832VA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O4pJ97h46DHIMqck9CIHOz+FTdR33M7aPKazXuccjvlR8xX8kU288xznf8n6K27U7 bNiVp/rO1AH6uX5ajGdNRis8W2kibZNvZMl4vZaTA9HM55EDN4EDhnar/W1xnzhgUa ny8q7beHckX8lxxwjd6L7QnDqu5XFiirWBxFssC0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2MWAJ54EEXDZAG3V325BQFEVBNHHB6CHZJU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3213/issue_event/2789878212@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3213@github.com>
References: <quicwg/base-drafts/pull/3213@github.com>
Subject: Re: [quicwg/base-drafts] Clarify loss epoch (#3213)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca108278ca1_58d63fd1deacd95c182686"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/emNy1xfMzmYhcqWlHtm8gxoR8J4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 01:53:09 -0000

----==_mimepart_5dca108278ca1_58d63fd1deacd95c182686
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3213 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3213#event-2789878212
----==_mimepart_5dca108278ca1_58d63fd1deacd95c182686
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520681805" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3213" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3213/hovercard" href="https://github.com/quicwg/base-drafts/pull/3213">#3213</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications&amp;email_token=AFTOJK7VJB65CJGOG5UJ733QTIEAFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRA#event-2789878212">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4W7JEMVNIKJYICSQ3QTIEAFANCNFSM4JLPBHDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK56E4SGXZWP3LZIUJLQTIEAFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK7VJB65CJGOG5UJ733QTIEAFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRA#event-2789878212",
"url": "https://github.com/quicwg/base-drafts/pull/3213?email_source=notifications\u0026email_token=AFTOJK7VJB65CJGOG5UJ733QTIEAFA5CNFSM4JLPBHDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRA#event-2789878212",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca108278ca1_58d63fd1deacd95c182686--


From nobody Mon Nov 11 17:53:20 2019
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 B60181200E5 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 41mopex6xjp8 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:07 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 612EC1200F4 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:53:07 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id B9D2C6E0767 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:53:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523586; bh=bGOkkaUJg4c9MZnnBzkabailikYlnqtTBJbTq0sSB3U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bom8Q1DJ9ilcwmH1C2etSNE2nearsdsuBAWLBJxZrR9qLQxuuzkYhZb5rKeyXg7bB e+p4kZEs6z5iQ3SDRVm9DIleLQI3kFm3ECzQVCofOucBGg8zUH2m/iyOfOt41TyHXl j4K6aajwi/xf5fNc6lcCAwS1nTu+ry0rqbM1Ffhk=
Date: Mon, 11 Nov 2019 17:53:06 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4PZXPNFL3ZSYMLCR5325BQFEVBNHHB6A2SMU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3210/issue_event/2789878215@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3210@github.com>
References: <quicwg/base-drafts/issues/3210@github.com>
Subject: Re: [quicwg/base-drafts] 3.1.3 loss epoch (#3210)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca1082a8ec8_6dad3f89342cd95c1536c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UCgw7FN_BvyzIeaYaRRIn3XiBHE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 01:53:10 -0000

----==_mimepart_5dca1082a8ec8_6dad3f89342cd95c1536c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3210 via #3213.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3210#event-2789878215
----==_mimepart_5dca1082a8ec8_6dad3f89342cd95c1536c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520311397" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3210" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3210/hovercard" href="https://github.com/quicwg/base-drafts/issues/3210">#3210</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520681805" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3213" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3213/hovercard" href="https://github.com/quicwg/base-drafts/pull/3213">#3213</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications&amp;email_token=AFTOJK5ID42VWSNZQPDAD6DQTIEAFA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRY#event-2789878215">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3ZJPCP3YKXLQ26LCTQTIEAFANCNFSM4JLBW2YQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5I5X3NTRLSKCUNDCTQTIEAFA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK5ID42VWSNZQPDAD6DQTIEAFA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRY#event-2789878215",
"url": "https://github.com/quicwg/base-drafts/issues/3210?email_source=notifications\u0026email_token=AFTOJK5ID42VWSNZQPDAD6DQTIEAFA5CNFSM4JLBW2Y2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZFCTRY#event-2789878215",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca1082a8ec8_6dad3f89342cd95c1536c6--


From nobody Mon Nov 11 17:53:53 2019
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 0E41A1200E5 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:52 -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 nFrUQvlfWVyp for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 17:53:50 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C6A541200CD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:53:50 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 256E46A0507 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 17:53:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573523630; bh=GEb18CpKIM9IYww8WYk+0Ebq0n7EtJfykvzlK/KtxEk=; h=Date:From:To:Subject:From; b=xOZR8qd97dhbvfk2Glh6fCjGTTL9XiNIVpcH/NRkXX1SmMLl5+ZPCrVQVdcXVwV+7 U99BMbjRDCuw7FVQn5JY8acyApxhAZMICztTun0GdTxo+fe7uX5dXIf9lMrmHy5kmg oxlVLqBErBYS4WD2lDE/VE/6/44EGTuzTeFwGEkA=
Date: Mon, 11 Nov 2019 17:53:50 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e9a93a-2b472c@github.com>
Subject: [quicwg/base-drafts] 2b472c: Script updating gh-pages from 89658b39. [ci skip]
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/sLx7W88Akffyh0ylmYBO95QHRXY>
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, 12 Nov 2019 01:53:52 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2b472cf20e64aff908bc5d1aefb94156c812b428
      https://github.com/quicwg/base-drafts/commit/2b472cf20e64aff908bc5d1aefb94156c812b428
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 89658b39. [ci skip]



From nobody Mon Nov 11 18:08:27 2019
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 1B7011200CD for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:08:26 -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 qbkleTEZ1Kjg for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:08:14 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1C9CD1200B1 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:08:14 -0800 (PST)
Date: Mon, 11 Nov 2019 18:08:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573524493; bh=GAGUFL9X/yLqj1UVsYlF4zEspqJXP1jsBIDGyBh6dy8=; h=Date:From:To:Subject:From; b=beO6186chqDV3S3BNBrn2B1uCiKX3ckJO4Pl4797cJZUC3vL9Srx/uwgjGHQp2VbE fw7FPNE6zcmZbnUAKtmXOEwHnGXOqyBAFm1+Y72lrX6ruBp6XImbaNH2fx35pZeTCp Hx2RISLqdIARc/8b2fKv6SEa3g+24VkavR71RPq8=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-min-rtt/c1604a-1bc2ff@github.com>
Subject: [quicwg/base-drafts] 924ad8: remove misleading sentence about incompatible QUIC...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XRuPFv14LAZfKy8MudxoT1Tbjs0>
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, 12 Nov 2019 02:08:26 -0000

  Branch: refs/heads/ianswett-min-rtt=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 924ad857f4230968d7c9bc2f6052b4c6e3effd9e=0D
      https://github.com/quicwg/base-drafts/commit/924ad857f4230968d7c9bc=
2f6052b4c6e3effd9e=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-18 (Tue, 18 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  remove misleading sentence about incompatible QUIC versions and ALPN=0D=

=0D
=0D
  Commit: 1585f08a705d1fca1b600e503d4f94355fceef5b=0D
      https://github.com/quicwg/base-drafts/commit/1585f08a705d1fca1b600e=
503d4f94355fceef5b=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  describe how 0-RTT is accepted and rejected=0D
=0D
=0D
  Commit: de85a4b75d306acb66899838e2a2eca22e92200e=0D
      https://github.com/quicwg/base-drafts/commit/de85a4b75d306acb668998=
38e2a2eca22e92200e=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/with/without for rejecting 0-RTT=0D
=0D
=0D
  Commit: 94cbd5aeea96f06b869c735cc13be51ddcd06d33=0D
      https://github.com/quicwg/base-drafts/commit/94cbd5aeea96f06b869c73=
5cc13be51ddcd06d33=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  error when 0-RTT is acked when 0-RTT is rejected=0D
=0D
=0D
  Commit: 6facb9d770b99508871422b28c59911f06c66301=0D
      https://github.com/quicwg/base-drafts/commit/6facb9d770b99508871422=
b28c59911f06c66301=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  remove normative language for receiving 0-RTT packets=0D
=0D
=0D
  Commit: c0b38a3c32745a5ee2fe643c21d1e34b51ab66eb=0D
      https://github.com/quicwg/base-drafts/commit/c0b38a3c32745a5ee2fe64=
3c21d1e34b51ab66eb=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add a paragraph describing how a client enables 0-RTT=0D
=0D
=0D
  Commit: a6c47ee88ac7ca211a21779b24ab3cec6e5120f9=0D
      https://github.com/quicwg/base-drafts/commit/a6c47ee88ac7ca211a2177=
9b24ab3cec6e5120f9=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  capitalize all words in section title=0D
=0D
=0D
  Commit: 9440ab9a25a7c5254b526cdca15c38f98bf0abfc=0D
      https://github.com/quicwg/base-drafts/commit/9440ab9a25a7c5254b526c=
dca15c38f98bf0abfc=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/EarlyDataIndication/early_data extension/g=0D
=0D
=0D
  Commit: 5fa9df2483be425134fd36c520303f80d6cb8f56=0D
      https://github.com/quicwg/base-drafts/commit/5fa9df2483be425134fd36=
c520303f80d6cb8f56=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  clients SHOULD detect ACKs for 0-RTT packets after 0-RTT rejection=0D
=0D
=0D
  Commit: 6ec7024f9d6929f4a7b586d9732c7c87a06fa835=0D
      https://github.com/quicwg/base-drafts/commit/6ec7024f9d6929f4a7b586=
d9732c7c87a06fa835=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-25 (Tue, 25 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  a client sends 0-RTT packets, not early data=0D
=0D
=0D
  Commit: c9386c4c207c09c4cf89e3141b2b5e4db72d65b5=0D
      https://github.com/quicwg/base-drafts/commit/c9386c4c207c09c4cf89e3=
141b2b5e4db72d65b5=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  *an* early_data extension=0D
=0D
=0D
  Commit: 32a7bb0fbb5e0928d1c8433a05191b1f9b407f7a=0D
      https://github.com/quicwg/base-drafts/commit/32a7bb0fbb5e0928d1c843=
3a05191b1f9b407f7a=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rejecting 0-RTT means not generating 0-RTT keys=0D
=0D
=0D
  Commit: 2ddaf6d39e2c08a4ec6128a87815bdfac2140d66=0D
      https://github.com/quicwg/base-drafts/commit/2ddaf6d39e2c08a4ec6128=
a87815bdfac2140d66=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  apply @kazuho's suggestions=0D
=0D
=0D
  Commit: 0400ce1b3704fdfe5fbacf10179b0357afd02bbe=0D
      https://github.com/quicwg/base-drafts/commit/0400ce1b3704fdfe5fbacf=
10179b0357afd02bbe=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  early_data is sent in the EE, not the SH=0D
=0D
=0D
  Commit: 607a9f44394882544e9ac2a600eb11bdf90e4335=0D
      https://github.com/quicwg/base-drafts/commit/607a9f44394882544e9ac2=
a600eb11bdf90e4335=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  another fix for early_data being sent in EE, not SH=0D
=0D
=0D
  Commit: 9c7fa1ab06c999a22c31194c0d2b10d38fd06de1=0D
      https://github.com/quicwg/base-drafts/commit/9c7fa1ab06c999a22c3119=
4c0d2b10d38fd06de1=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix reference to RFC 8446=0D
=0D
=0D
  Commit: fd79b81d1b2040440e09e2c49c7f8b8842224c60=0D
      https://github.com/quicwg/base-drafts/commit/fd79b81d1b2040440e09e2=
c49c7f8b8842224c60=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-06-26 (Wed, 26 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow connections to share a port by adding restrictions on zero-length=
 connection IDs=0D
=0D
=0D
  Commit: 7491a2149ed7fa625b65d729e3fef5f857d10f4f=0D
      https://github.com/quicwg/base-drafts/commit/7491a2149ed7fa625b65d7=
29e3fef5f857d10f4f=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  recommend resending of 0-RTT data after a Retry=0D
=0D
=0D
  Commit: 4c626e33b7a492b8dd93ebe968897f884e70d277=0D
      https://github.com/quicwg/base-drafts/commit/4c626e33b7a492b8dd93eb=
e968897f884e70d277=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Required operations in Transport=0D
=0D
=0D
  Commit: 337cb98ff728595527331ec085b1e3f2ba1d7be6=0D
      https://github.com/quicwg/base-drafts/commit/337cb98ff728595527331e=
c085b1e3f2ba1d7be6=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  HTTP rewords for newly-defined terms=0D
=0D
=0D
  Commit: b4213afb9114f8d091433268878af33fcefcbb84=0D
      https://github.com/quicwg/base-drafts/commit/b4213afb9114f8d0914332=
68878af33fcefcbb84=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Verb tense=0D
=0D
=0D
  Commit: 88d091a0444f3bdc863e76b82aa37a912b6b42ac=0D
      https://github.com/quicwg/base-drafts/commit/88d091a0444f3bdc863e76=
b82aa37a912b6b42ac=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Correct top-level section=0D
=0D
=0D
  Commit: 34da6ec94b62f88ad923c3e357d17dd9202cd34c=0D
      https://github.com/quicwg/base-drafts/commit/34da6ec94b62f88ad923c3=
e357d17dd9202cd34c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-27 (Thu, 27 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix bulleted lists=0D
=0D
=0D
  Commit: 7656c7307df79f43eeffc9e23a0eeff7ac0de9f8=0D
      https://github.com/quicwg/base-drafts/commit/7656c7307df79f43eeffc9=
e23a0eeff7ac0de9f8=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-28 (Fri, 28 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Review feedback=0D
=0D
=0D
  Commit: 36ad00639195c13c7035cea167af5d84bdccdd35=0D
      https://github.com/quicwg/base-drafts/commit/36ad00639195c13c7035ce=
a167af5d84bdccdd35=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-06-28 (Fri, 28 Jun 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Introduce STOP_SENDING description with 'abort reading'=0D
=0D
=0D
  Commit: 35c7a5982639ba2e965e0c62faa608b68797cac8=0D
      https://github.com/quicwg/base-drafts/commit/35c7a5982639ba2e965e0c=
62faa608b68797cac8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-03 (Wed, 03 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Initial secrets change after Retry=0D
=0D
This was implied, but not explicit previously.=0D
=0D
Closes #2823.=0D
=0D
=0D
  Commit: b71c607b6e43bf5ae79b5859b1aabc6c936ad0bd=0D
      https://github.com/quicwg/base-drafts/commit/b71c607b6e43bf5ae79b58=
59b1aabc6c936ad0bd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-04 (Thu, 04 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  First Initial is misleading=0D
=0D
=0D
  Commit: 065ba73a6e1ce530b60ebee732d151c14a226995=0D
      https://github.com/quicwg/base-drafts/commit/065ba73a6e1ce530b60ebe=
e732d151c14a226995=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-07-05 (Fri, 05 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  grease transport parameters=0D
=0D
=0D
  Commit: 025b18e47b9c623b078197c90378422f6537de25=0D
      https://github.com/quicwg/base-drafts/commit/025b18e47b9c623b078197=
c90378422f6537de25=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-09 (Tue, 09 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-invariants.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into accept-and-reject-0-rtt=0D
=0D
=0D
  Commit: e05433b08882927543175422fdfa95f2fcb7574c=0D
      https://github.com/quicwg/base-drafts/commit/e05433b088829275431754=
22fdfa95f2fcb7574c=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-07-09 (Tue, 09 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add IANA considerations=0D
=0D
=0D
  Commit: a0c255791a5bf269fc46501fd5daf9ab4e362cf9=0D
      https://github.com/quicwg/base-drafts/commit/a0c255791a5bf269fc4650=
1fd5daf9ab4e362cf9=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-09 (Tue, 09 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Articulate error code principles=0D
=0D
This just writes down what was proposed in #2388.=0D
=0D
Closes #2388.=0D
=0D
=0D
  Commit: 813bc308b8d97077cbf1cb86e96dc459b2e4b416=0D
      https://github.com/quicwg/base-drafts/commit/813bc308b8d97077cbf1cb=
86e96dc459b2e4b416=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-09 (Tue, 09 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove spin coordination requirement=0D
=0D
As discussed, this is a) hard to do in all cases, b) impossible to do in=0D=

many, and c) not that useful.=0D
=0D
Closes #2751.=0D
=0D
=0D
  Commit: 93185582222626bad7f217199d35de05f81ced11=0D
      https://github.com/quicwg/base-drafts/commit/93185582222626bad7f217=
199d35de05f81ced11=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-07-09 (Tue, 09 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Comments from MT=0D
=0D
=0D
  Commit: 918cda45036cd7e7d36d7a4cc8fa9f36f243534b=0D
      https://github.com/quicwg/base-drafts/commit/918cda45036cd7e7d36d7a=
4cc8fa9f36f243534b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-10 (Wed, 10 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M initial-protection.js=0D
=0D
  Log Message:=0D
  -----------=0D
  Get test vectors in place for -23=0D
=0D
New salt, updated for invariants change.=0D
=0D
=0D
  Commit: 9dbc2aa4c69a8cf5f9992cf9721edb88cd8a3575=0D
      https://github.com/quicwg/base-drafts/commit/9dbc2aa4c69a8cf5f9992c=
f9721edb88cd8a3575=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-10 (Wed, 10 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Move some text up=0D
=0D
=0D
  Commit: 564a2a3aeee2c782c87c700e718b39597cfad6f5=0D
      https://github.com/quicwg/base-drafts/commit/564a2a3aeee2c782c87c70=
0e718b39597cfad6f5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-10 (Wed, 10 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Firm up language around stream termination=0D
=0D
This was a little woolly.  Hopefully this is crisper.  Basically, the=0D
application protocol is what asks for stream reset, either directly, or=0D=

by sending STOP_SENDING.=0D
=0D
I added a recommendation for application protocols to define handling=0D
for prematurely cancelled streams.  That is, I believe, just editorial,=0D=

even though it uses 2119 language, because we already do that.=0D
=0D
Closes #2884.=0D
=0D
=0D
  Commit: d69838e12322f1ec87e2fa220bfe6ae4ed97bbd9=0D
      https://github.com/quicwg/base-drafts/commit/d69838e12322f1ec87e2fa=
220bfe6ae4ed97bbd9=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-10 (Wed, 10 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Giving Lucas credit for a suggestion=0D
=0D
In the most annoying way I can imagine.=0D
=0D
Co-Authored-By: Lucas Pardue <lucas@cloudflare.com>=0D
=0D
=0D
  Commit: 1095dcbf18ce30003a76bffdc26d135f2ea3ffb1=0D
      https://github.com/quicwg/base-drafts/commit/1095dcbf18ce30003a76bf=
fdc26d135f2ea3ffb1=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-07-12 (Fri, 12 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove connection error response to a packets from a different source a=
ddress when an endpoint has sent disable_migration, clarify an endpoints =
options when prohibited packets are received, rename disable_migration to=
 disable_active_migration, and remove INVALID_MIGRATION error code.=0D
=0D
=0D
  Commit: b1bd4ac46dbcb0081c8ba46d4250c1cdf38688f8=0D
      https://github.com/quicwg/base-drafts/commit/b1bd4ac46dbcb0081c8ba4=
6d4250c1cdf38688f8=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-07-12 (Fri, 12 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rewrap long line=0D
=0D
=0D
  Commit: 5c25156f1cd020c1dfe812841b2c24bca34280f4=0D
      https://github.com/quicwg/base-drafts/commit/5c25156f1cd020c1dfe812=
841b2c24bca34280f4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-15 (Mon, 15 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Move wasteful packet stuff to -transport=0D
=0D
Issue #2890 observes that this text mentions HTTP/2, which isn't=0D
necessary.  In reviewwing it, I noticed that this talks about messages=0D=

that do nothing, but not really about messages that do little (or that=0D=

can be reversed to have net zero effect).  So I expanded the text a=0D
little.=0D
=0D
Closes #2890.=0D
=0D
=0D
  Commit: f2992808f37445b69db10f7921b34562682fb5a0=0D
      https://github.com/quicwg/base-drafts/commit/f2992808f37445b69db10f=
7921b34562682fb5a0=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-15 (Mon, 15 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Tweak language more=0D
=0D
=0D
  Commit: ca7b3edfc59210ac3c4cfabf2dc7ffeacb40ce88=0D
      https://github.com/quicwg/base-drafts/commit/ca7b3edfc59210ac3c4cfa=
bf2dc7ffeacb40ce88=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-07-16 (Tue, 16 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Updates from review feedback=0D
=0D
=0D
  Commit: 5078fc0d5d6dc1c42186a06ee37ca211ee963d1b=0D
      https://github.com/quicwg/base-drafts/commit/5078fc0d5d6dc1c42186a0=
6ee37ca211ee963d1b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-17 (Wed, 17 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reaction to attack=0D
=0D
=0D
  Commit: 5a7293da9be6061ded0a277fe019a48235dff2d8=0D
      https://github.com/quicwg/base-drafts/commit/5a7293da9be6061ded0a27=
7fe019a48235dff2d8=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-07-17 (Wed, 17 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove sentence that's no longer necessary=0D
=0D
=0D
  Commit: 407928b26fd9e4fcb2efbef4f70a39eb8a466cd6=0D
      https://github.com/quicwg/base-drafts/commit/407928b26fd9e4fcb2efbe=
f4f70a39eb8a466cd6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  PTO should always send an ack-eliciting packet=0D
=0D
=0D
  Commit: e58ced75abd82ea603981ba95cf760986e033d95=0D
      https://github.com/quicwg/base-drafts/commit/e58ced75abd82ea603981b=
a95cf760986e033d95=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix language around CC on migration=0D
=0D
=0D
  Commit: d3c66d26508da8ad76829342bd75c7e844cf02ca=0D
      https://github.com/quicwg/base-drafts/commit/d3c66d26508da8ad768293=
42bd75c7e844cf02ca=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Up to two full-sized datagrams, not packets (#2915)=0D
=0D
* Up to two full-sized datagrams, not packets=0D
=0D
Now that the PTO retransmits Initial and Handshake data, it's possible an=
d likely desirable to bundle multiple QUIC packets in a single datagram. =
 This change makes it clear that is allowed.=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: MikkelFJ <mikkelfj@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Fix a long line=0D
=0D
=0D
  Commit: 114b20f4b2accf4f76a242a34d5f620cd48f4e3d=0D
      https://github.com/quicwg/base-drafts/commit/114b20f4b2accf4f76a242=
a34d5f620cd48f4e3d=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add rationale for why ack-eliciting=0D
=0D
=0D
  Commit: ec3d2c564d8606b3243ba54aa3aff42c2793aa52=0D
      https://github.com/quicwg/base-drafts/commit/ec3d2c564d8606b3243ba5=
4aa3aff42c2793aa52=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reorder reading better for=0D
=0D
=0D
  Commit: 0d684171abcf439c7fc5fa6ff95433826682a108=0D
      https://github.com/quicwg/base-drafts/commit/0d684171abcf439c7fc5fa=
6ff95433826682a108=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-07-21 (Sun, 21 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2912 from quicwg/ianswett-pto-ack-eliciting=0D
=0D
PTO should always send an ack-eliciting packet=0D
=0D
=0D
  Commit: 0a7c2875e2ecc6e08c097c5f8ced96265be51ec0=0D
      https://github.com/quicwg/base-drafts/commit/0a7c2875e2ecc6e08c097c=
5f8ced96265be51ec0=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-22 (Mon, 22 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Confidentiality for server transport parameters=0D
=0D
Closes #2920.=0D
=0D
=0D
  Commit: e7d22976811f810ac5e0cb5d8927d659e5a3ad09=0D
      https://github.com/quicwg/base-drafts/commit/e7d22976811f810ac5e0cb=
5d8927d659e5a3ad09=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-07-22 (Mon, 22 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword per Ian's suggestion=0D
=0D
=0D
  Commit: a5c33c8c4578101aa56ce8a57b8fb4c52ea01512=0D
      https://github.com/quicwg/base-drafts/commit/a5c33c8c4578101aa56ce8=
a57b8fb4c52ea01512=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: 8988d53d105b1289de644a6b02feadbc0270b90c=0D
      https://github.com/quicwg/base-drafts/commit/8988d53d105b1289de644a=
6b02feadbc0270b90c=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: 3644a037e309bad4897b0ddbbee596096f8004ae=0D
      https://github.com/quicwg/base-drafts/commit/3644a037e309bad4897b0d=
dbbee596096f8004ae=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  David's comments=0D
=0D
=0D
  Commit: 70bbc1be0d67a35d3077ae8d9e2f9330e35c62e8=0D
      https://github.com/quicwg/base-drafts/commit/70bbc1be0d67a35d3077ae=
8d9e2f9330e35c62e8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Nick Banks <nibanks@microsoft.com>=0D
=0D
=0D
  Commit: 9616f24592d5d23bb927661917238d9de7f4df42=0D
      https://github.com/quicwg/base-drafts/commit/9616f24592d5d23bb92766=
1917238d9de7f4df42=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Change MUST to SHOULD=0D
=0D
=0D
  Commit: f659c0d3731fd6d9b332011455857cf342e49b3d=0D
      https://github.com/quicwg/base-drafts/commit/f659c0d3731fd6d9b33201=
1455857cf342e49b3d=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-07-23 (Tue, 23 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add clarification on consequences of violating SHOULD=0D
=0D
=0D
  Commit: f77ee20808e88e9b92e35c8d9f94a075547b775f=0D
      https://github.com/quicwg/base-drafts/commit/f77ee20808e88e9b92e35c=
8d9f94a075547b775f=0D
  Author: EKR <ekr@rtfm.com>=0D
  Date:   2019-07-24 (Wed, 24 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Minor clarification. Fixes #2084=0D
=0D
=0D
  Commit: 182e05b6d1bdc2152bd47c47eeda40ae2589c7f9=0D
      https://github.com/quicwg/base-drafts/commit/182e05b6d1bdc2152bd47c=
47eeda40ae2589c7f9=0D
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>=0D
  Date:   2019-07-24 (Wed, 24 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo in transport draft: eliciting=0D
=0D
=0D
  Commit: 928c223a073a27633d254cb55490aaa8c5866d05=0D
      https://github.com/quicwg/base-drafts/commit/928c223a073a27633d254c=
b55490aaa8c5866d05=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-07-24 (Wed, 24 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2930 from dtikhonov/201907241710-fix-typo-eliciting=
=0D
=0D
Fix typo in transport draft: eliciting=0D
=0D
=0D
  Commit: e73037faf71f5140a941a1f29cf4dd84e0cd6830=0D
      https://github.com/quicwg/base-drafts/commit/e73037faf71f5140a941a1=
f29cf4dd84e0cd6830=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-07-30 (Tue, 30 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rewrap, clarify affiliation to mean cooperation=0D
=0D
=0D
  Commit: 3d6220f7f48304946d8c3eee63af96bfe3a55111=0D
      https://github.com/quicwg/base-drafts/commit/3d6220f7f48304946d8c3e=
ee63af96bfe3a55111=0D
  Author: Rui Paulo <rpaulo@me.com>=0D
  Date:   2019-07-31 (Wed, 31 Jul 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update the PreferredAddress structure to accomodate a 20 byte CID.=0D
=0D
=0D
  Commit: ad3b507b7a367aacdc6bbebb40c8273d542518d4=0D
      https://github.com/quicwg/base-drafts/commit/ad3b507b7a367aacdc6bbe=
bb40c8273d542518d4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-01 (Thu, 01 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2943 from rpaulo/preferred-address-cid=0D
=0D
Update the PreferredAddress structure to accomodate a 20 byte CID.=0D
=0D
=0D
  Commit: 4ad9b3a05da487788d04ab222e8fd218c3e986f8=0D
      https://github.com/quicwg/base-drafts/commit/4ad9b3a05da487788d04ab=
222e8fd218c3e986f8=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-08-01 (Thu, 01 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix nit in protocol overview in TLS draft=0D
=0D
Mention that application data could be conveyed in other frame types=0D
than STREAM frames. (E.g. the proposed DATAGRAM draft sends application=0D=

data in DATAGRAM frames.)=0D
=0D
=0D
  Commit: 32dbe25da7e472d92423882f62969ac6d1ff0984=0D
      https://github.com/quicwg/base-drafts/commit/32dbe25da7e472d9242388=
2f62969ac6d1ff0984=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-08-01 (Thu, 01 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove extra curly brace from HTTP draft=0D
=0D
=0D
  Commit: ce3691eb26592ca89f9721c10fc6b74d5a53c38c=0D
      https://github.com/quicwg/base-drafts/commit/ce3691eb26592ca89f9721=
c10fc6b74d5a53c38c=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-08-01 (Thu, 01 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove mention of "protocol version selection" from TLS draft=0D
=0D
=0D
  Commit: d80cbb2928276d11febf4fce3d7bf7a6d43497c6=0D
      https://github.com/quicwg/base-drafts/commit/d80cbb2928276d11febf4f=
ce3d7bf7a6d43497c6=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2949 from nharper/nit2=0D
=0D
Remove extra curly brace from HTTP draft=0D
=0D
=0D
  Commit: aa97e4c375a2e7f275253b2ae2a9a8eb8b48660a=0D
      https://github.com/quicwg/base-drafts/commit/aa97e4c375a2e7f275253b=
2ae2a9a8eb8b48660a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2948 from nharper/nit1=0D
=0D
Fix nit in protocol overview in TLS draft=0D
=0D
=0D
  Commit: 107efdad65b3ba3c87eee93c18fd97a5355b08a3=0D
      https://github.com/quicwg/base-drafts/commit/107efdad65b3ba3c87eee9=
3c18fd97a5355b08a3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2950 from nharper/nit3=0D
=0D
Remove mention of "protocol version selection" from TLS draft=0D
=0D
=0D
  Commit: a95cbabe656f954bebabece86dd60ce3966b4e16=0D
      https://github.com/quicwg/base-drafts/commit/a95cbabe656f954bebabec=
e86dd60ce3966b4e16=0D
  Author: Lucas Pardue <lucas@cloudflare.com>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Replace HTTP_MALFORMED_FRAME error code (#2662)=0D
=0D
* replace HTTP_MALFORMED_FRAME error code.=0D
=0D
* reduce and upshift error codes=0D
=0D
* Apply Kazuho's suggested error ordering=0D
=0D
* @rmarx's suggested rename=0D
=0D
=0D
  Commit: a66d991cb88012958ed4f2511ade4a789a5554b3=0D
      https://github.com/quicwg/base-drafts/commit/a66d991cb88012958ed4f2=
511ade4a789a5554b3=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Early-Data isn't per-stream, it's connection handshake state=0D
=0D
=0D
  Commit: e02d45866e01a53e5da24fdde9af9207a777a5b6=0D
      https://github.com/quicwg/base-drafts/commit/e02d45866e01a53e5da24f=
dde9af9207a777a5b6=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Tighten HEADERS and DATA frame order requirements. (#2867)=0D
=0D
* Tighten HEADERS and DATA frame order requirements.=0D
=0D
* Clarify HTTP message definition.=0D
* Require the connection to be closed upon receipt of frames in=0D
  incorrect order.=0D
* Refer to HTTP messages in push stream section.=0D
=0D
This addresses https://github.com/quicwg/base-drafts/issues/2858.=0D
=0D
* Do not exclude extension frames on push streams.=0D
=0D
* Explicitly allow unknown frames.=0D
=0D
* wordsmithing=0D
=0D
=0D
  Commit: 4043da465d4de69cd870c1ce3cb2ec276857b6b9=0D
      https://github.com/quicwg/base-drafts/commit/4043da465d4de69cd870c1=
ce3cb2ec276857b6b9=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-08-02 (Fri, 02 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add normative reference to RFC7540 8.1.2.5. (#2868)=0D
=0D
=0D
  Commit: 8e468187d66a3357f39b7bf7cad62aa09e1094a3=0D
      https://github.com/quicwg/base-drafts/commit/8e468187d66a3357f39b7b=
f7cad62aa09e1094a3=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ECN verification text=0D
=0D
=0D
  Commit: 41630b27548b15447a704b8389c846dcb0158a02=0D
      https://github.com/quicwg/base-drafts/commit/41630b27548b15447a704b=
8389c846dcb0158a02=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  faulty, not all=0D
=0D
=0D
  Commit: b00e3a6d9f30f45a79658e299dde8b5ce9af205f=0D
      https://github.com/quicwg/base-drafts/commit/b00e3a6d9f30f45a79658e=
299dde8b5ce9af205f=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ECN verification text=0D
=0D
=0D
  Commit: c548966151f284e0074ca3726ccc548c5ab8ad86=0D
      https://github.com/quicwg/base-drafts/commit/c548966151f284e0074ca3=
726ccc548c5ab8ad86=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  faulty, not all=0D
=0D
=0D
  Commit: f3e8aafc87f00d454e6229078ed80ee08e6085db=0D
      https://github.com/quicwg/base-drafts/commit/f3e8aafc87f00d454e6229=
078ed80ee08e6085db=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ... and I thought this was going to be easy=0D
=0D
=0D
  Commit: 9f88dc3d29f074e5a9fab10595292f3783ce80fc=0D
      https://github.com/quicwg/base-drafts/commit/9f88dc3d29f074e5a9fab1=
0595292f3783ce80fc=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  gah... git=0D
=0D
=0D
  Commit: 99c3d3f27f0f21ccdec9e298afbb80308c398ea2=0D
      https://github.com/quicwg/base-drafts/commit/99c3d3f27f0f21ccdec9e2=
98afbb80308c398ea2=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix ref=0D
=0D
=0D
  Commit: 783887941997b6a826fd6b4f102f740f64b546ca=0D
      https://github.com/quicwg/base-drafts/commit/783887941997b6a826fd6b=
4f102f740f64b546ca=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-05 (Mon, 05 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  clarify out of order acking=0D
=0D
=0D
  Commit: bbfb14c3dc93c2d7aea3b46e6d836b2a7a39dbed=0D
      https://github.com/quicwg/base-drafts/commit/bbfb14c3dc93c2d7aea3b4=
6e6d836b2a7a39dbed=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make Recovery Pseudocode Formatting Consistent (#2946)=0D
=0D
Split off from #2907=0D
=0D
=0D
  Commit: 92b18b1d63b4c6974fe133f663be50312b78bb79=0D
      https://github.com/quicwg/base-drafts/commit/92b18b1d63b4c6974fe133=
f663be50312b78bb79=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 812964ad4ffae5f132caf010617b110c76389242=0D
      https://github.com/quicwg/base-drafts/commit/812964ad4ffae5f132caf0=
10617b110c76389242=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: abc642bb1837eb7485e07b0420a202c2ea1d79f8=0D
      https://github.com/quicwg/base-drafts/commit/abc642bb1837eb7485e07b=
0420a202c2ea1d79f8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: f556d0432bdb2418c3daec508c19eb73aae20e35=0D
      https://github.com/quicwg/base-drafts/commit/f556d0432bdb2418c3daec=
508c19eb73aae20e35=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: e3e0d51ac2c99b7adb105f2a9e1fdbe51779f686=0D
      https://github.com/quicwg/base-drafts/commit/e3e0d51ac2c99b7adb105f=
2a9e1fdbe51779f686=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply suggestions from code review=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 2270f4355316b55a02c5f21ba33e5ad108b4818a=0D
      https://github.com/quicwg/base-drafts/commit/2270f4355316b55a02c5f2=
1ba33e5ad108b4818a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M initial-protection.js=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2887 from quicwg/vectors-23=0D
=0D
Get test vectors in place for -23=0D
=0D
=0D
  Commit: 5579d57ba5e79f05c475edc692d770fa3c78aa4c=0D
      https://github.com/quicwg/base-drafts/commit/5579d57ba5e79f05c475ed=
c692d770fa3c78aa4c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-06 (Tue, 06 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  More feedback=0D
=0D
=0D
  Commit: 78520c873f5ea45399d683e32f8437c87c79736a=0D
      https://github.com/quicwg/base-drafts/commit/78520c873f5ea45399d683=
e32f8437c87c79736a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Un- plural=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 75a2cb2e5f3ed838b4885e7f3d82d98e8a27e2c3=0D
      https://github.com/quicwg/base-drafts/commit/75a2cb2e5f3ed838b4885e=
7f3d82d98e8a27e2c3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove extra line=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 1a2c09dbf3e29c2780fce5065cab12b44b4b3749=0D
      https://github.com/quicwg/base-drafts/commit/1a2c09dbf3e29c2780fce5=
065cab12b44b4b3749=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  comments and more=0D
=0D
=0D
  Commit: 9e1257ac44cdf76f4ca87bc7e3d5ee7daf1de961=0D
      https://github.com/quicwg/base-drafts/commit/9e1257ac44cdf76f4ca87b=
c7e3d5ee7daf1de961=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply suggestions from code review=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 9d5d575289e3c8cdcadf38e3ec5bb3f53a42e651=0D
      https://github.com/quicwg/base-drafts/commit/9d5d575289e3c8cdcadf38=
e3ec5bb3f53a42e651=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reflow=0D
=0D
=0D
  Commit: d91799d50a76b2e9bcc00e22deebc1c31fe30816=0D
      https://github.com/quicwg/base-drafts/commit/d91799d50a76b2e9bcc00e=
22deebc1c31fe30816=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  comments=0D
=0D
=0D
  Commit: 86eaad8e15dc026bbe3d87c4fe3da3425b2a7a0b=0D
      https://github.com/quicwg/base-drafts/commit/86eaad8e15dc026bbe3d87=
c4fe3da3425b2a7a0b=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  use largest acked, not packet number=0D
=0D
=0D
  Commit: ee89e45f5c47a6c17c848e43f360b88baabb0d8c=0D
      https://github.com/quicwg/base-drafts/commit/ee89e45f5c47a6c17c848e=
43f360b88baabb0d8c=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  the best words=0D
=0D
=0D
  Commit: 08ed6f08a0a67f38737fb1b95c6e923fc2dd5911=0D
      https://github.com/quicwg/base-drafts/commit/08ed6f08a0a67f38737fb1=
b95c6e923fc2dd5911=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-07 (Wed, 07 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  lint=0D
=0D
=0D
  Commit: f3a29c434ed4effcf14fa8c0007946af6a40842e=0D
      https://github.com/quicwg/base-drafts/commit/f3a29c434ed4effcf14fa8=
c0007946af6a40842e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2896 from quicwg/issue2890=0D
=0D
Move wasteful packet stuff to -transport=0D
=0D
=0D
  Commit: 70aa09b4acbf3d25eb1ebfd0116755115308147b=0D
      https://github.com/quicwg/base-drafts/commit/70aa09b4acbf3d25eb1ebf=
d0116755115308147b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2888 from quicwg/firm-stop-sending=0D
=0D
Firm up language around stream termination=0D
=0D
=0D
  Commit: 7d5fa04e675a0199234d3d41fee2358707d81306=0D
      https://github.com/quicwg/base-drafts/commit/7d5fa04e675a0199234d3d=
41fee2358707d81306=0D
  Author: tandf <tandf@live.cn>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  CRYPTO frames can not be sent in 0-RTT=0D
=0D
=0D
  Commit: 11494e18c876a4ff5883681963113aa03263819d=0D
      https://github.com/quicwg/base-drafts/commit/11494e18c876a4ff588368=
1963113aa03263819d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2960 from tandf/patch-1=0D
=0D
CRYPTO frames can not be sent in 0-RTT=0D
=0D
=0D
  Commit: 78a9f6dbb9fcfebdfdca7723526c5d9370429f92=0D
      https://github.com/quicwg/base-drafts/commit/78a9f6dbb9fcfebdfdca77=
23526c5d9370429f92=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  more words=0D
=0D
=0D
  Commit: 85b2d5e0e12d11946d1c48f562fde8efc03dba30=0D
      https://github.com/quicwg/base-drafts/commit/85b2d5e0e12d11946d1c48=
f562fde8efc03dba30=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-08 (Thu, 08 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2954 from quicwg/jri/ack-el=0D
=0D
Clarify out of order acking=0D
=0D
=0D
  Commit: 85bcedf9dd8467b6450a6bb169f5b7a2ef0f91bd=0D
      https://github.com/quicwg/base-drafts/commit/85bcedf9dd8467b6450a6b=
b169f5b7a2ef0f91bd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-09 (Fri, 09 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Repair rules for NEW_TOKEN=0D
=0D
Closes #2871.=0D
=0D
=0D
  Commit: ba72a684009f10e1d740db865a36ada7a05d198f=0D
      https://github.com/quicwg/base-drafts/commit/ba72a684009f10e1d740db=
865a36ada7a05d198f=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-08-11 (Sun, 11 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix example for reserved transport parameter code points=0D
=0D
=0D
  Commit: 9d4aa1894cdfa44e68a5bc7ebe9fcf27dfdb337a=0D
      https://github.com/quicwg/base-drafts/commit/9d4aa1894cdfa44e68a5bc=
7ebe9fcf27dfdb337a=0D
  Author: tandf <tandf@live.cn>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update Stream Commitment Attack example=0D
=0D
The Stream Commitment Attack part was added in draft-ietf-quic-transport-=
03, when unidirectional streams were not used.=0D
=0D
In draft-ietf-quic-transport-08, streams were split into unidirectional a=
nd bidirectional, but this example of stream commitment attack was missed=
.=0D
=0D
=0D
  Commit: ddf1c1f7631dc1cbd28439045ea5dfb30d9e2165=0D
      https://github.com/quicwg/base-drafts/commit/ddf1c1f7631dc1cbd28439=
045ea5dfb30d9e2165=0D
  Author: tandf <tandf@live.cn>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/STREAM DATA frames/STREAM frames/=0D
=0D
=0D
  Commit: f0692e9286b60c85631b415089341d54cfaf186c=0D
      https://github.com/quicwg/base-drafts/commit/f0692e9286b60c85631b41=
5089341d54cfaf186c=0D
  Author: tandf <tandf@live.cn>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  1,000,001 streams to be precise=0D
=0D
=0D
  Commit: bc6ffc90c1c50053962c065e0f26ff50c9c12f12=0D
      https://github.com/quicwg/base-drafts/commit/bc6ffc90c1c50053962c06=
5e0f26ff50c9c12f12=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  likely too many uses of likely=0D
=0D
=0D
  Commit: 68126deabcb9cb2d36bbf8239e1892660a449d38=0D
      https://github.com/quicwg/base-drafts/commit/68126deabcb9cb2d36bbf8=
239e1892660a449d38=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Editorial clean-up=0D
=0D
=0D
  Commit: 60eafb08609c24dd2b8f224978cce3e683e74e69=0D
      https://github.com/quicwg/base-drafts/commit/60eafb08609c24dd2b8f22=
4978cce3e683e74e69=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-12 (Mon, 12 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2965 from tandf/patch-1=0D
=0D
Update Stream Commitment Attack example=0D
=0D
=0D
  Commit: 4b56b57a5e8d07c76eadcbb18264f3c30de4d0fc=0D
      https://github.com/quicwg/base-drafts/commit/4b56b57a5e8d07c76eadcb=
b18264f3c30de4d0fc=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Modify pseudo-code to enforce that zero must be encoded as zero.=0D
=0D
=0D
  Commit: ce9258874d44a2162d872a6b934c827b5d62524b=0D
      https://github.com/quicwg/base-drafts/commit/ce9258874d44a2162d872a=
6b934c827b5d62524b=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  blocked=0D
=0D
=0D
  Commit: 1e593a585f4386e4dba623c5d175135ebfbbe30c=0D
      https://github.com/quicwg/base-drafts/commit/1e593a585f4386e4dba623=
c5d175135ebfbbe30c=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST emit Header Acknowledgement=0D
=0D
=0D
  Commit: 948e6c2d752519facc33415fce38a3ca60338b9d=0D
      https://github.com/quicwg/base-drafts/commit/948e6c2d752519facc3341=
5fce38a3ca60338b9d=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Change "when" to "after" to allow for delayed acknowledgements that mig=
ht reduce overheads.=0D
=0D
=0D
  Commit: 46d10c24f63d2a6029cf11133316656a8be89928=0D
      https://github.com/quicwg/base-drafts/commit/46d10c24f63d2a6029cf11=
133316656a8be89928=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  post-base index is not relative index=0D
=0D
=0D
  Commit: 435f24c67f3d7977316049bb40206c30b9253d11=0D
      https://github.com/quicwg/base-drafts/commit/435f24c67f3d7977316049=
bb40206c30b9253d11=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't overenthusiastically hyphenate=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: af2f589dcd5b61a294cbb5b191736345ab9a0a93=0D
      https://github.com/quicwg/base-drafts/commit/af2f589dcd5b61a294cbb5=
b191736345ab9a0a93=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-13 (Tue, 13 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: de0c48779aee0ef3731032239f8c65ad03c11a75=0D
      https://github.com/quicwg/base-drafts/commit/de0c48779aee0ef3731032=
239f8c65ad03c11a75=0D
  Author: Yuanshan <yuanshan_zhang@apple.com>=0D
  Date:   2019-08-14 (Wed, 14 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ECN counts in the ACK frame should be in the same pn_space of the ACK f=
rame (#2964)=0D
=0D
* ECN counts in the ACK frame should be per packet number space=0D
=0D
* Editorial Changes According to Review Comments=0D
=0D
=0D
  Commit: cf6dc592b17cc6f0163649fa5408f15a0efda4fd=0D
      https://github.com/quicwg/base-drafts/commit/cf6dc592b17cc6f0163649=
fa5408f15a0efda4fd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Better narrow stateless reset token validity=0D
=0D
=0D
  Commit: dcd76b4a7daadfe5dcba931471c25e511777d699=0D
      https://github.com/quicwg/base-drafts/commit/dcd76b4a7daadfe5dcba93=
1471c25e511777d699=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Only active connection IDs are relevant=0D
=0D
=0D
  Commit: 57bb6b81d6ce543695da8b58c41e627690410d1f=0D
      https://github.com/quicwg/base-drafts/commit/57bb6b81d6ce543695da8b=
58c41e627690410d1f=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Forbid use of duplicate stateless reset tokens=0D
=0D
=0D
  Commit: d365a605731be5a2fce35bb8f545d51f96d241cd=0D
      https://github.com/quicwg/base-drafts/commit/d365a605731be5a2fce35b=
b8f545d51f96d241cd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Prevent linkability from responding to migration=0D
=0D
This closes the rather serious hole we left when we attempted to limit=0D=

the effect of perpetual changing of connection IDs.  This uses a=0D
narrower formulation, that I believe will avoid perpetual changes.  But=0D=

it does require reciprocal connection ID changes where endpoints=0D
genuinely do migrate.=0D
=0D
It's a design change unfortunately, but I hope non-controversial.=0D
=0D
Closes #2778.=0D
=0D
=0D
  Commit: 5c3d4030cd5570016442f4f71b2b5cf0d1f4d694=0D
      https://github.com/quicwg/base-drafts/commit/5c3d4030cd5570016442f4=
f71b2b5cf0d1f4d694=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Grammar=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 2357b2c7b415a68bc0654cec7a7e59aa19b0c303=0D
      https://github.com/quicwg/base-drafts/commit/2357b2c7b415a68bc0654c=
ec7a7e59aa19b0c303=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wrap=0D
=0D
=0D
  Commit: b7e3fecba2e8c2f72f7376a648db487dc6aec9bb=0D
      https://github.com/quicwg/base-drafts/commit/b7e3fecba2e8c2f72f7376=
a648db487dc6aec9bb=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use address change and previously unused CID=0D
=0D
Rather than focus on migration, use address change, which is far more=0D
direct and easier to test.=0D
=0D
Also, rather than require that the connection ID be previously unused in=0D=

a global sense, scope it to those that are active.=0D
=0D
=0D
  Commit: ac1c0083c50c831ad32b7a16ca4b0386b94ee055=0D
      https://github.com/quicwg/base-drafts/commit/ac1c0083c50c831ad32b7a=
16ca4b0386b94ee055=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Define active connection ID=0D
=0D
=0D
  Commit: 96e46271ed3f1649e3c300b920b3d20b22c45a1d=0D
      https://github.com/quicwg/base-drafts/commit/96e46271ed3f1649e3c300=
b920b3d20b22c45a1d=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Missed a 'migration'=0D
=0D
=0D
  Commit: a7f5dbd6c5a0dadba11e07cb3af2f162f89395a8=0D
      https://github.com/quicwg/base-drafts/commit/a7f5dbd6c5a0dadba11e07=
cb3af2f162f89395a8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2921 from quicwg/encrypt-tps=0D
=0D
Confidentiality for server transport parameters=0D
=0D
=0D
  Commit: 9944148eee32164da4997b2d8d0f8f30cfccf48b=0D
      https://github.com/quicwg/base-drafts/commit/9944148eee32164da4997b=
2d8d0f8f30cfccf48b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2852 from marten-seemann/should-send-0rtt-after-ret=
ry=0D
=0D
recommend resending of 0-RTT data after a Retry=0D
=0D
=0D
  Commit: 20f9e43b73513243da424e7d7c9a58d20f9433ee=0D
      https://github.com/quicwg/base-drafts/commit/20f9e43b73513243da424e=
7d7c9a58d20f9433ee=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2841 from marten-seemann/accept-and-reject-0-rtt=0D=

=0D
describe how 0-RTT is accepted and rejected=0D
=0D
=0D
  Commit: 1ee279894205e66dcd5eafc3626eb0bf612b0955=0D
      https://github.com/quicwg/base-drafts/commit/1ee279894205e66dcd5eaf=
c3626eb0bf612b0955=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2857 from quicwg/define-terms=0D
=0D
Define terms for application actions=0D
=0D
=0D
  Commit: cdc5e1d20927bc07201724a2eba88b3ea8366f19=0D
      https://github.com/quicwg/base-drafts/commit/cdc5e1d20927bc07201724=
a2eba88b3ea8366f19=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2918 from quicwg/more2685=0D
=0D
Fix language around CC on migration=0D
=0D
=0D
  Commit: 6ff9d8cc29a03afce9ef63cea942423f89c1445a=0D
      https://github.com/quicwg/base-drafts/commit/6ff9d8cc29a03afce9ef63=
cea942423f89c1445a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2893 from erickinnear/ek/disable_active_migration=0D=

=0D
Remove DoS vector for spoofed connection migration=0D
=0D
=0D
  Commit: 8459c511c038ee5accb3da3a178d1db02b871680=0D
      https://github.com/quicwg/base-drafts/commit/8459c511c038ee5accb3da=
3a178d1db02b871680=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-invariants.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M initial-protection.js=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into grease-transport-parameters=0D
=0D
=0D
  Commit: 3223f514f81c8bce1566adb96710cb809229dd52=0D
      https://github.com/quicwg/base-drafts/commit/3223f514f81c8bce1566ad=
b96710cb809229dd52=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2873 from marten-seemann/grease-transport-parameter=
s=0D
=0D
grease transport parameters=0D
=0D
=0D
  Commit: 928cf5c45e2cb0274b334ec58cf7737e896c64c8=0D
      https://github.com/quicwg/base-drafts/commit/928cf5c45e2cb0274b334e=
c58cf7737e896c64c8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2880 from quicwg/error-handling-principles=0D
=0D
Articulate error code principles=0D
=0D
=0D
  Commit: dd54111645f2f57885eae967fb899ece2dc01708=0D
      https://github.com/quicwg/base-drafts/commit/dd54111645f2f57885eae9=
67fb899ece2dc01708=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2882 from quicwg/dont-coordinate-spin=0D
=0D
Remove spin coordination requirement=0D
=0D
=0D
  Commit: 95d1f8a66b7e9819b57f3b8241ba5cc43f55b102=0D
      https://github.com/quicwg/base-drafts/commit/95d1f8a66b7e9819b57f3b=
8241ba5cc43f55b102=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-08-15 (Thu, 15 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reduce redunancy=0D
=0D
=0D
  Commit: 0594924c736396274c1426de42271cf4e07f1a8f=0D
      https://github.com/quicwg/base-drafts/commit/0594924c736396274c1426=
de42271cf4e07f1a8f=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Dedupe=0D
=0D
=0D
  Commit: 75941fc64c6c052376423810b270755c5a7e83b7=0D
      https://github.com/quicwg/base-drafts/commit/75941fc64c6c0523764238=
10b270755c5a7e83b7=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Talk more about multiple tokens=0D
=0D
This addresses some questions about use of multiple tokens, as well as=0D=

cleaning up the text adjacent in minor ways.=0D
=0D
Closes #2801.=0D
=0D
=0D
  Commit: 9195b40650ee9d5d5d1f90106754d4c7f802ef10=0D
      https://github.com/quicwg/base-drafts/commit/9195b40650ee9d5d5d1f90=
106754d4c7f802ef10=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword=0D
=0D
=0D
  Commit: 6f997b45ca333ecca7228b3924fdf4771cd76fdd=0D
      https://github.com/quicwg/base-drafts/commit/6f997b45ca333ecca7228b=
3924fdf4771cd76fdd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Not migration, just address change=0D
=0D
=0D
  Commit: 992fa67711500ce5432ed071c4efb18390a8fa6a=0D
      https://github.com/quicwg/base-drafts/commit/992fa67711500ce5432ed0=
71c4efb18390a8fa6a=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add missing word back=0D
=0D
=0D
  Commit: 5e388ac7dc9726e2ec60303eafd63d97f682255d=0D
      https://github.com/quicwg/base-drafts/commit/5e388ac7dc9726e2ec6030=
3eafd63d97f682255d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-invariants.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M initial-protection.js=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into zerocid=0D
=0D
=0D
  Commit: c1fe1ed7e98ab6536ce30b5ad340be25c2599d55=0D
      https://github.com/quicwg/base-drafts/commit/c1fe1ed7e98ab6536ce30b=
5ad340be25c2599d55=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  State network byte order here, too=0D
=0D
=0D
  Commit: 5f8281ab7c55a74e2bc0fdf9f2d1fdd4d9fbda1a=0D
      https://github.com/quicwg/base-drafts/commit/5f8281ab7c55a74e2bc0fd=
f9f2d1fdd4d9fbda1a=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Specify peer connection migration=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: c6f3fe70d94abd2237719b36a87f354a39549147=0D
      https://github.com/quicwg/base-drafts/commit/c6f3fe70d94abd2237719b=
36a87f354a39549147=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-08-16 (Fri, 16 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2976 from quicwg/transport/pa_yes_really_nbo=0D
=0D
State network byte order in PreferredAddress=0D
=0D
=0D
  Commit: b4ced77c6526b977192e1daf49f2512773d354c8=0D
      https://github.com/quicwg/base-drafts/commit/b4ced77c6526b977192e1d=
af49f2512773d354c8=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-08-17 (Sat, 17 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  forbid empty NEW_TOKEN frames=0D
=0D
=0D
  Commit: 86bca1dc4f399ef98dad2bb2b1553f70fcd67089=0D
      https://github.com/quicwg/base-drafts/commit/86bca1dc4f399ef98dad2b=
b2b1553f70fcd67089=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-19 (Mon, 19 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2961 from quicwg/retransmit-new-token=0D
=0D
Repair rules for NEW_TOKEN=0D
=0D
=0D
  Commit: 5e7897e632412e99160678e68be658a153dc8bfc=0D
      https://github.com/quicwg/base-drafts/commit/5e7897e632412e99160678=
e68be658a153dc8bfc=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-19 (Mon, 19 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rewrap=0D
=0D
=0D
  Commit: b678aa88082cb7092694100097d2d20ce190da5a=0D
      https://github.com/quicwg/base-drafts/commit/b678aa88082cb709269410=
0097d2d20ce190da5a=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-19 (Mon, 19 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  or probing=0D
=0D
=0D
  Commit: 6a33e80754da87bd22364a3e8c82dc691e39e149=0D
      https://github.com/quicwg/base-drafts/commit/6a33e80754da87bd22364a=
3e8c82dc691e39e149=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-19 (Mon, 19 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Recommend including NEW_CONNECTION_ID when migrating=0D
=0D
=0D
  Commit: f1e5f6909e2cdcb8c1c7017cd82b93832c48f8f4=0D
      https://github.com/quicwg/base-drafts/commit/f1e5f6909e2cdcb8c1c701=
7cd82b93832c48f8f4=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-20 (Tue, 20 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  @erickinnear's editorial tweaks=0D
=0D
=0D
  Commit: 4cedcf6bd5b948d5e41b344cb8dc6ed4bbea506e=0D
      https://github.com/quicwg/base-drafts/commit/4cedcf6bd5b948d5e41b34=
4cb8dc6ed4bbea506e=0D
  Author: Rui Paulo <rpaulo@me.com>=0D
  Date:   2019-08-20 (Tue, 20 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update remaining test vectors for Initial packets.=0D
=0D
Closes #2980=0D
=0D
=0D
  Commit: b2a326444f35ee4f29b9ed53384ab58af55b3a29=0D
      https://github.com/quicwg/base-drafts/commit/b2a326444f35ee4f29b9ed=
53384ab58af55b3a29=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-21 (Wed, 21 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2981 from rpaulo/update-remaining-vectors=0D
=0D
Update remaining test vectors for Initial packets.=0D
=0D
=0D
  Commit: ead0c395c378f46949a40c8c8af03444fe2bd51c=0D
      https://github.com/quicwg/base-drafts/commit/ead0c395c378f46949a40c=
8c8af03444fe2bd51c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove short title for TLS=0D
=0D
Closes #2982.=0D
=0D
=0D
  Commit: 7220bd2969d2c2a1f7d971fe5f0fbc9edb46788c=0D
      https://github.com/quicwg/base-drafts/commit/7220bd2969d2c2a1f7d971=
fe5f0fbc9edb46788c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2983 from quicwg/no-tls-short-title=0D
=0D
Remove short title for TLS=0D
=0D
=0D
  Commit: bee95016e3be73001dba5efdae015312a4659a2c=0D
      https://github.com/quicwg/base-drafts/commit/bee95016e3be73001dba5e=
fdae015312a4659a2c=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Describe interaction between QUIC and TLS regarding saved 0-RTT state=0D=

=0D
This PR describes how a TLS stack needs to cooperate with a QUIC stack=0D=

when making the decision whether or not to accept early data.=0D
=0D
The purpose of this change is so that implementors working on the TLS=0D
layer of QUIC are aware that other layers impact decisions traditionally=0D=

made at the TLS layer.=0D
=0D
=0D
  Commit: c09d599bade53a8faea33a264c21d1a57de2d179=0D
      https://github.com/quicwg/base-drafts/commit/c09d599bade53a8faea33a=
264c21d1a57de2d179=0D
  Author: Nick Harper <github@nharper.org>=0D
  Date:   2019-08-22 (Thu, 22 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply suggestions from code review=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6d8305bf6577bde567b1176c9375f373848a1e79=0D
      https://github.com/quicwg/base-drafts/commit/6d8305bf6577bde567b117=
6c9375f373848a1e79=0D
  Author: RenjieTang <renjietang27@gmail.com>=0D
  Date:   2019-08-23 (Fri, 23 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update QPACK stream creation error=0D
=0D
On receiving duplicate QPACK streams, the error should be HTTP_STREAM_CRE=
ATION_ERROR which matches with control stream duplicates.=0D
=0D
=0D
  Commit: 470445d21331db12e9694d0f8b315873a0028305=0D
      https://github.com/quicwg/base-drafts/commit/470445d21331db12e9694d=
0f8b315873a0028305=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-08-24 (Sat, 24 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reorder "Variables of Interest"=0D
=0D
=0D
  Commit: e2e2933984114155eb70d36b0f49fd18226fb114=0D
      https://github.com/quicwg/base-drafts/commit/e2e2933984114155eb70d3=
6b0f49fd18226fb114=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2927 from quicwg/ianswett-smaller-stateless-resets=0D=

=0D
Allow Smaller Stateless Resets=0D
=0D
=0D
  Commit: cc075127708b3b592b55a0c934f4ebc93378bb68=0D
      https://github.com/quicwg/base-drafts/commit/cc075127708b3b592b55a0=
c934f4ebc93378bb68=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2752 from quicwg/jri/ecn=0D
=0D
ECN verification text=0D
=0D
=0D
  Commit: 710bf675337927046e20a77e7da219e7342f4792=0D
      https://github.com/quicwg/base-drafts/commit/710bf675337927046e20a7=
7e7da219e7342f4792=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2929 from ekr/issue2084_correlated_cids=0D
=0D
Minor clarification. Fixes #2084=0D
=0D
=0D
  Commit: 36ff3ff5e81218bb7a8ba91da78a7fae336f01de=0D
      https://github.com/quicwg/base-drafts/commit/36ff3ff5e81218bb7a8ba9=
1da78a7fae336f01de=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Missing quote=0D
=0D
=0D
  Commit: 9b95d3f06b7ac758a871e2916abb46b4884b01fa=0D
      https://github.com/quicwg/base-drafts/commit/9b95d3f06b7ac758a871e2=
916abb46b4884b01fa=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Only servers send NEW_TOKEN=0D
=0D
This doesn't add rationale.  It doesn't have to.  See the issue=0D
discussion for that rationale.=0D
=0D
Closes #2382.=0D
=0D
=0D
  Commit: 4ef3e0d1d3eab100a4efe18955498da0fc147674=0D
      https://github.com/quicwg/base-drafts/commit/4ef3e0d1d3eab100a4efe1=
8955498da0fc147674=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  No point in coalescing Retry or VN=0D
=0D
Closes #2407.=0D
=0D
=0D
  Commit: 36609c20e66663a11a678b30f5d0330b11bba62c=0D
      https://github.com/quicwg/base-drafts/commit/36609c20e66663a11a678b=
30f5d0330b11bba62c=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Simplify ChaCha20 interface=0D
=0D
The nonce can just be opaque bytes.=0D
=0D
The block counter is tricky, as noted in the issue.  The "obvious"=0D
choice is little-endian, as that is consistent with the philosophy of=0D
the designer (as I understand it), but that is not anything more than a=0D=

guess.=0D
=0D
Absent strong evidence that big-endian is a better choice, I'm going to=0D=

err on the side of not making a substantive change here.  But I think=0D
that we need a consensus call to support that viewpoint.=0D
=0D
Closes #2171.=0D
=0D
=0D
  Commit: fede0969fc2c5f113039d0367e2cc27f902682ef=0D
      https://github.com/quicwg/base-drafts/commit/fede0969fc2c5f113039d0=
367e2cc27f902682ef=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-invariants.md=0D
=0D
  Log Message:=0D
  -----------=0D
  DCID in short headers=0D
=0D
Invariants text was unclear on where the Destination Connection ID field=0D=

was and how big it could be.=0D
=0D
Closes #2335.=0D
=0D
=0D
  Commit: 3d5e2692e439f2f488b92bad55f885827d702367=0D
      https://github.com/quicwg/base-drafts/commit/3d5e2692e439f2f488b92b=
ad55f885827d702367=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Keys need to be available to QUIC earlier=0D
=0D
...than a TLS stack.  The canonical example being the Handshake keys,=0D
which are needed by a client to acknowledge partial server Handshake=0D
flights.  TLS won't use those keys itself until it has the entire set of=0D=

Handshake messages from the server.=0D
=0D
In doing this, I decided that it makes sense to reorder the sequence=0D
diagram to show what incoming packets trigger different events.=0D
=0D
Closes #2328.=0D
=0D
=0D
  Commit: bed4675c8c1c6e32c517f729a67207995ee23b8b=0D
      https://github.com/quicwg/base-drafts/commit/bed4675c8c1c6e32c517f7=
29a67207995ee23b8b=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Require 8164 validation for non-https origins (#2973)=0D
=0D
* Require 8164 validation for non-https origins=0D
=0D
* 8164 is specific, but the requirement is generic=0D
=0D
=0D
  Commit: c78a39599540b6c6f3dfa5ebb454442acbfb4ae7=0D
      https://github.com/quicwg/base-drafts/commit/c78a39599540b6c6f3dfa5=
ebb454442acbfb4ae7=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-08-26 (Mon, 26 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Forbid duplicate setting identifiers. (#2979)=0D
=0D
* Forbid duplicate setting identifiers.=0D
=0D
I assume the intention was to forbid the same setting identifier=0D
occurring multiple times in a SETTINGS frame, regardless of the values.=0D=

However, since a parameter is defined as an identifier-value pair, the=0D=

current text does not forbid duplicate identifiers if the values are=0D
different.=0D
=0D
* Apply suggestions from code review=0D
=0D
Thanks for the suggestion, I like it.=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
* Reflow text.=0D
=0D
=0D
  Commit: 7119afb175aecc071b73857f349d6c258e266795=0D
      https://github.com/quicwg/base-drafts/commit/7119afb175aecc071b7385=
7f349d6c258e266795=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-08-27 (Tue, 27 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-invariants.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Ian's suggestion=0D
=0D
=0D
  Commit: a0c3d6e8da2bcc759c689bd1a7353c1e520a6617=0D
      https://github.com/quicwg/base-drafts/commit/a0c3d6e8da2bcc759c689b=
d1a7353c1e520a6617=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-27 (Tue, 27 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove PRIORITY (#2922)=0D
=0D
* Remove PRIORITY=0D
=0D
In all the discussions we have had on this, what has become clear is=0D
that the complexity of the scheme we built in HTTP/2 wasn't well=0D
founded in theory or practice.=0D
=0D
Rather than try to port that across, this recognizes that while=0D
prioritization is important, signaling is a problem we haven't solved=0D
yet.=0D
=0D
Closes #many issues.=0D
=0D
* Remove sentence about stream relationships=0D
=0D
Closes #2924.=0D
=0D
=0D
  Commit: 5bc5864dbe1e3680446226b4ab1ef6353fbccd8a=0D
      https://github.com/quicwg/base-drafts/commit/5bc5864dbe1e3680446226=
b4ab1ef6353fbccd8a=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-27 (Tue, 27 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Send complete SETTINGS (#2972)=0D
=0D
* SETTINGS must be complete=0D
=0D
* I do not recall.=0D
=0D
* Rearrange per feedback=0D
=0D
* Feedback from review=0D
=0D
* Advice=0D
=0D
* Apply suggestions from code review=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
* Rewrap=0D
=0D
* clarify that an endpoint cannot block on SETTINGS (#2986)=0D
=0D
* explain that and endpoint cannot expect the delivery of the peer's sett=
ings=0D
=0D
* "SHOULD NOT", with a less extreme example used as clarification=0D
=0D
* MUST NOT wait for peer's SETTINGS before sending one's own=0D
=0D
* Revert "MUST NOT wait for peer's SETTINGS before sending one's own", as=
 it's stated elsewhere (pointed out by @MikeBishop)=0D
=0D
This reverts commit 4664b5c90834fce8e0affffcf66d697ddee2d3f7.=0D
=0D
* MUST send SETTINGS, SHOULD NOT block, clarify why=0D
=0D
* simplify to avoid endorsing such behavior=0D
=0D
* Less specific error description=0D
=0D
=0D
  Commit: d286124c27663a77450f78f609c60da560f60bf8=0D
      https://github.com/quicwg/base-drafts/commit/d286124c27663a77450f78=
f609c60da560f60bf8=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-27 (Tue, 27 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add headings to Security Considerations (#2975)=0D
=0D
* Add headings to Security Considerations=0D
=0D
* Martin's suggested wording=0D
=0D
=0D
  Commit: 8cbc7a504ec7292cfa80071d12768734f35f69ca=0D
      https://github.com/quicwg/base-drafts/commit/8cbc7a504ec7292cfa8007=
1d12768734f35f69ca=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-27 (Tue, 27 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Default values in IANA (#2974)=0D
=0D
* IANA defaults=0D
=0D
* Defaults in QPACK IANA=0D
=0D
* Unlimited, not zero=0D
=0D
=0D
  Commit: 2ae76f6b36d51ef33cb68133be573ff98bd08702=0D
      https://github.com/quicwg/base-drafts/commit/2ae76f6b36d51ef33cb681=
33be573ff98bd08702=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2988 from quicwg/client-new-token=0D
=0D
Only servers send NEW_TOKEN=0D
=0D
=0D
  Commit: 1cfe40ca61a019cdf884ffbe59b390cdd54fadd2=0D
      https://github.com/quicwg/base-drafts/commit/1cfe40ca61a019cdf884ff=
be59b390cdd54fadd2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-invariants.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2991 from quicwg/unclarity-short=0D
=0D
DCID in short headers=0D
=0D
=0D
  Commit: 5b02f13019139491eaa6c7a2373b1ec5810ff56c=0D
      https://github.com/quicwg/base-drafts/commit/5b02f13019139491eaa6c7=
a2373b1ec5810ff56c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2989 from quicwg/coalesce-retry-vn=0D
=0D
No point in coalescing Retry or VN=0D
=0D
=0D
  Commit: 818290b0858e7b6640245dd4759cd6f336fdbf9f=0D
      https://github.com/quicwg/base-drafts/commit/818290b0858e7b6640245d=
d4759cd6f336fdbf9f=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  apply Mike's suggestion=0D
=0D
=0D
  Commit: 1f913fde91ff182ba8c60217f142072e43e821b6=0D
      https://github.com/quicwg/base-drafts/commit/1f913fde91ff182ba8c602=
17f142072e43e821b6=0D
  Author: Lucas Pardue <lucas@cloudflare.com>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  HTTP Upgrade in H3 is silliness (#2898)=0D
=0D
=0D
  Commit: a0d61919a538dc6a5356175d110c8d26c3f93fed=0D
      https://github.com/quicwg/base-drafts/commit/a0d61919a538dc6a535617=
5d110c8d26c3f93fed=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-08-28 (Wed, 28 Aug 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Error codes can't cause errors=0D
=0D
=0D
  Commit: a51a41847044cfd65885ceac36721a4294da15f6=0D
      https://github.com/quicwg/base-drafts/commit/a51a41847044cfd65885ce=
ac36721a4294da15f6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-04 (Wed, 04 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix Recovery Pseudocode (#2907)=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Consistent ifs=0D
=0D
* Martin Duke's suggestion=0D
=0D
* Remove ||=0D
=0D
* Use || and && consistently=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Martin's suggestion=0D
=0D
* Jana's suggestion=0D
=0D
* nit=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Add PeerAwaitingAddressValidation=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Some of MT's suggestions=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: bca2f5d6497503495fec0bef3b007ccb49c1dae4=0D
      https://github.com/quicwg/base-drafts/commit/bca2f5d6497503495fec0b=
ef3b007ccb49c1dae4=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-04 (Wed, 04 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Ian's suggested wording=0D
=0D
=0D
  Commit: b0f00edf9f8ba7139a6b7a2c36edd44112de5482=0D
      https://github.com/quicwg/base-drafts/commit/b0f00edf9f8ba7139a6b7a=
2c36edd44112de5482=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Simplify more=0D
=0D
=0D
  Commit: d7aa68d49dab75df064c2ea5c2b0b25fc78d1ffd=0D
      https://github.com/quicwg/base-drafts/commit/d7aa68d49dab75df064c2e=
a5c2b0b25fc78d1ffd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Attempt to make the stateless reset text better=0D
=0D
PR #2927 had a few mistakes in it, and some confusing language.  This=0D
attempts to split out the rules for generating stateless resets (minimum=0D=

size is 5 + 16 =3D 21), and for generating packets that might trigger a=0D=

stateless reset (min_cid + 22).=0D
=0D
=0D
  Commit: 6048b49dc4316683a4e35584d58aabb16719a6ce=0D
      https://github.com/quicwg/base-drafts/commit/6048b49dc4316683a4e355=
84d58aabb16719a6ce=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  More editorial changes=0D
=0D
=0D
  Commit: 10497d3d7834bfdecce7725714eb1a1c1299e4b0=0D
      https://github.com/quicwg/base-drafts/commit/10497d3d7834bfdecce772=
5714eb1a1c1299e4b0=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reserved frame types and the other reserved frame types (#2997)=0D
=0D
* Additional clarity on reserved frame types and the other reserved frame=
 types=0D
=0D
* Reserved anchor=0D
=0D
=0D
  Commit: a7d7f9d96c84ef8fe85e9bae21665f240cb38507=0D
      https://github.com/quicwg/base-drafts/commit/a7d7f9d96c84ef8fe85e9b=
ae21665f240cb38507=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Cache git repo between Circle runs=0D
=0D
=0D
  Commit: b8e45fba31c52c5a9bd9dda9b26e8b9443fa4fb5=0D
      https://github.com/quicwg/base-drafts/commit/b8e45fba31c52c5a9bd9dd=
a9b26e8b9443fa4fb5=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Cache draft references too=0D
=0D
=0D
  Commit: c642ae92f3b78642e666d76701a1606d87446e8d=0D
      https://github.com/quicwg/base-drafts/commit/c642ae92f3b78642e666d7=
6701a1606d87446e8d=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-06 (Fri, 06 Sep 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Only gc if called for=0D
=0D
=0D
  Commit: 967bbe7b5d2c953b04cc4bc9333c817cce75b5cf=0D
      https://github.com/quicwg/base-drafts/commit/967bbe7b5d2c953b04cc4b=
c9333c817cce75b5cf=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-09-09 (Mon, 09 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Taking Ian's rewording=0D
=0D
=0D
  Commit: 56e9e1a6515ac1ea6e882a83c48d7149070bdd17=0D
      https://github.com/quicwg/base-drafts/commit/56e9e1a6515ac1ea6e882a=
83c48d7149070bdd17=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-09 (Mon, 09 Sep 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Add master to fallback path for new branches=0D
=0D
Newly-created branches are most likely to have been based on master; if n=
o cache exists for a repo, take master as the starting point=0D
=0D
=0D
  Commit: b88ee12bc752eee3a8c2a0564fdbf2c04ddbdddd=0D
      https://github.com/quicwg/base-drafts/commit/b88ee12bc752eee3a8c2a0=
564fdbf2c04ddbdddd=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  (38+2)/8 !=3D 6=0D
=0D
=0D
  Commit: b354cc63a437b21dbe61ee4cae1ca57b24de35b3=0D
      https://github.com/quicwg/base-drafts/commit/b354cc63a437b21dbe61ee=
4cae1ca57b24de35b3=0D
  Author: Masakazu Kitajo <maskit@apache.org>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add CRYPTO_BUFFER_EXCEEDED to the error code table=0D
=0D
=0D
  Commit: a6a7203c7dff9dae6408f8cfbb008e14c1aeaf9a=0D
      https://github.com/quicwg/base-drafts/commit/a6a7203c7dff9dae6408f8=
cfbb008e14c1aeaf9a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use contains() (#3015)=0D
=0D
Per @martinthomson suggestion, use contains() instead of the implicit che=
ck.=0D
=0D
Fixes #2569 =0D
An alternative to #2987=0D
=0D
=0D
  Commit: 7480f8f835db8fb0b1fe5707e2fc65c677172ff4=0D
      https://github.com/quicwg/base-drafts/commit/7480f8f835db8fb0b1fe57=
07e2fc65c677172ff4=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  No --=0D
=0D
=0D
  Commit: f9d4213513d125b99703ee37aaa6d87a19b04a1f=0D
      https://github.com/quicwg/base-drafts/commit/f9d4213513d125b99703ee=
37aaa6d87a19b04a1f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2962 from quicwg/multi-token=0D
=0D
Talk more about multiple tokens=0D
=0D
=0D
  Commit: 519148f86e7ac22715efd04e246bbd4faef082e1=0D
      https://github.com/quicwg/base-drafts/commit/519148f86e7ac22715efd0=
4e246bbd4faef082e1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2990 from quicwg/chacha-simple=0D
=0D
Simplify ChaCha20 interface=0D
=0D
=0D
  Commit: 63511079c66213a73a4266aa4ac728a7bc2d501d=0D
      https://github.com/quicwg/base-drafts/commit/63511079c66213a73a4266=
aa4ac728a7bc2d501d=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Error codes can't cause errors (#2998)=0D
=0D
* Error codes can't cause errors=0D
=0D
* Ian's suggested wording=0D
=0D
* No --=0D
=0D
=0D
  Commit: d549dd35c419deef8d1ddf1f93eff2154e901007=0D
      https://github.com/quicwg/base-drafts/commit/d549dd35c419deef8d1ddf=
1f93eff2154e901007=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QPACK [editorial] Update text to include both criteria of "blocking ent=
ry". (#2937)=0D
=0D
* blocking=0D
=0D
* Revert changes to section 2.1.2.1. Avoiding Blocked Insertions=0D
=0D
=0D
  Commit: 745d2b124846c3f4a31cf9b0c4064846ff8375a7=0D
      https://github.com/quicwg/base-drafts/commit/745d2b124846c3f4a31cf9=
b0c4064846ff8375a7=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3012 from maskit/error_code_table=0D
=0D
Add CRYPTO_BUFFER_EXCEEDED to the error code table=0D
=0D
=0D
  Commit: 979205ef74430ce353bed5788ee07445e1b0a958=0D
      https://github.com/quicwg/base-drafts/commit/979205ef74430ce353bed5=
788ee07445e1b0a958=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3007 from quicwg/cleanup-sr=0D
=0D
Attempt to make the stateless reset text better=0D
=0D
=0D
  Commit: 6beec2edda212224774bf8cdc60d9f192516cfd9=0D
      https://github.com/quicwg/base-drafts/commit/6beec2edda212224774bf8=
cdc60d9f192516cfd9=0D
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rename HTTP_UNEXPECTED_FRAME to HTTP_FRAME_UNEXPECTED and fold HTTP_W=E2=
=80=A6 (#3003)=0D
=0D
* rename HTTP_UNEXPECTED_FRAME to HTTP_FRAME_UNEXPECTED and fold HTTP_WRO=
NG_STREAM into it=0D
=0D
* Update draft-ietf-quic-http.md=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
* Rewrap=0D
=0D
=0D
  Commit: dc99f4dd1bc20e78ffcd6f75ffc9699da01145c9=0D
      https://github.com/quicwg/base-drafts/commit/dc99f4dd1bc20e78ffcd6f=
75ffc9699da01145c9=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QPACK [editorial] Update text on instructions and representations. (#29=
41)=0D
=0D
* clarify wire format=0D
=0D
* nits=0D
=0D
* Incorporate first round of feedback by MikeBishop and afrind.=0D
=0D
=0D
  Commit: d27f8e8717fb3dd52edb6bb00540ff3a07927028=0D
      https://github.com/quicwg/base-drafts/commit/d27f8e8717fb3dd52edb6b=
b00540ff3a07927028=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Security Considerations text for a memory limit (#3004)=0D
=0D
* Security Considerations text for a memory limit=0D
=0D
* Less normative=0D
=0D
=0D
  Commit: e6c5d74fd41b62eab9e8333c89d89b01f5e1fb39=0D
      https://github.com/quicwg/base-drafts/commit/e6c5d74fd41b62eab9e833=
3c89d89b01f5e1fb39=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo=0D
=0D
=0D
  Commit: adc7f92f9081a5883624ab47fdd815e19b00bddb=0D
      https://github.com/quicwg/base-drafts/commit/adc7f92f9081a5883624ab=
47fdd815e19b00bddb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo fix=0D
=0D
=0D
  Commit: 3588a5716876b9177305b56cc860361fdd980050=0D
      https://github.com/quicwg/base-drafts/commit/3588a5716876b9177305b5=
6cc860361fdd980050=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3009 from quicwg/circle_caching=0D
=0D
Cache git repo, draft references in Circle=0D
=0D
=0D
  Commit: f62d24883538ea7058cee0fcbe2217f299deaeb0=0D
      https://github.com/quicwg/base-drafts/commit/f62d24883538ea7058cee0=
fcbe2217f299deaeb0=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2802 from marten-seemann/misleading-alpn-version=0D=

=0D
remove misleading sentence about incompatible QUIC versions and ALPN=0D
=0D
=0D
  Commit: a9aa362c8b66e7c551a186297710d47b5e2000d9=0D
      https://github.com/quicwg/base-drafts/commit/a9aa362c8b66e7c551a186=
297710d47b5e2000d9=0D
  Author: afrind <afrind@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update QPACK Changelog (#3016)=0D
=0D
=0D
  Commit: f80d883bf46de52f4bc68f94b5ed7e3669024a41=0D
      https://github.com/quicwg/base-drafts/commit/f80d883bf46de52f4bc68f=
94b5ed7e3669024a41=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  HTTP-23 changelog=0D
=0D
=0D
  Commit: c3a6f9f39708d5763f92aa2e135fc67b5d32d26f=0D
      https://github.com/quicwg/base-drafts/commit/c3a6f9f39708d5763f92aa=
2e135fc67b5d32d26f=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Recovery Changelog=0D
=0D
=0D
  Commit: bcbecf2c96ac99b7bda8e8683af70e7bf1e6d1c9=0D
      https://github.com/quicwg/base-drafts/commit/bcbecf2c96ac99b7bda8e8=
683af70e7bf1e6d1c9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 42db62060551f933d3b4eb951c02f44d6958f1b3=0D
      https://github.com/quicwg/base-drafts/commit/42db62060551f933d3b4eb=
951c02f44d6958f1b3=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: a668d506e6168a1aa831c0a2cf1f4c1ff9365f87=0D
      https://github.com/quicwg/base-drafts/commit/a668d506e6168a1aa831c0=
a2cf1f4c1ff9365f87=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Both read and write for Handshake keys=0D
=0D
=0D
  Commit: 11de393fbbde53a5aa6592fe7ed7052ca6bb5574=0D
      https://github.com/quicwg/base-drafts/commit/11de393fbbde53a5aa6592=
fe7ed7052ca6bb5574=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2992 from quicwg/keys-available-earlier=0D
=0D
Keys need to be available to QUIC earlier=0D
=0D
=0D
  Commit: 515185d51882f5d635471215b54959724ca1015e=0D
      https://github.com/quicwg/base-drafts/commit/515185d51882f5d6354712=
15b54959724ca1015e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Changelog for transport-23=0D
=0D
=0D
  Commit: 812ced0d74615a9483a593a08b73e406503d2fed=0D
      https://github.com/quicwg/base-drafts/commit/812ced0d74615a9483a593=
a08b73e406503d2fed=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Move Generating Acknowledgements to Transport=0D
=0D
=0D
  Commit: f8fc854dc84230cb001eb6f17d8902e1f3fcda95=0D
      https://github.com/quicwg/base-drafts/commit/f8fc854dc84230cb001eb6=
f17d8902e1f3fcda95=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Move, don't just remove the text=0D
=0D
This is an intermediate commit.  There's a lot of text here, and a lot is=
 duplicative.=0D
=0D
=0D
  Commit: cfab7ed02da1122be8ff076ea86b6c894e806477=0D
      https://github.com/quicwg/base-drafts/commit/cfab7ed02da1122be8ff07=
6ea86b6c894e806477=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove the "Crypto Handshake Data" section=0D
=0D
It was not adding anything and was misleading=0D
=0D
=0D
  Commit: 4ac701ed78400ab797ec6d128863478a984501d7=0D
      https://github.com/quicwg/base-drafts/commit/4ac701ed78400ab797ec6d=
128863478a984501d7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Stop referencing QUIC Transport=0D
=0D
in QUIC Transport.=0D
=0D
=0D
  Commit: 862bcd3f64a31af9cba383b1d5487b2bc6071fc2=0D
      https://github.com/quicwg/base-drafts/commit/862bcd3f64a31af9cba383=
b1d5487b2bc6071fc2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete text=0D
=0D
Removed:=0D
"Endpoints SHOULD send acknowledgments for packets containing CRYPTO fram=
es with=0D
a reduced delay; see Section 6.2 of {{QUIC-RECOVERY}}."=0D
Obsolete now that #2646 landed and the default max_ack_delay for Initial =
and Handshake is 0.=0D
=0D
=0D
  Commit: f364aab2cc25702d06509d3c83acdff00d8f0045=0D
      https://github.com/quicwg/base-drafts/commit/f364aab2cc25702d06509d=
3c83acdff00d8f0045=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Stop referencing host-delay in Recovery=0D
=0D
Instead reference section 13.2 of transport=0D
=0D
=0D
  Commit: 50f2a55bdf2e90740eb042e56978aa3c378aa8f3=0D
      https://github.com/quicwg/base-drafts/commit/50f2a55bdf2e90740eb042=
e56978aa3c378aa8f3=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix CircleCI (hopefully)=0D
=0D
By renaming "ACK Ranges" to "Managing ACK Ranges"=0D
=0D
=0D
  Commit: eed60b25cea7f4b9a0391256ed4dfd4a5cf38565=0D
      https://github.com/quicwg/base-drafts/commit/eed60b25cea7f4b9a03912=
56ed4dfd4a5cf38565=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 67ece93dc91c24be2646e05d8bac4ea444c7f0b1=0D
      https://github.com/quicwg/base-drafts/commit/67ece93dc91c24be2646e0=
5d8bac4ea444c7f0b1=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6ff4cc0f6f62d2c3f53df957ef6bc5c7ec26c998=0D
      https://github.com/quicwg/base-drafts/commit/6ff4cc0f6f62d2c3f53df9=
57ef6bc5c7ec26c998=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 1a07dcd794a4427518150d2bc47dc4e81568f7d5=0D
      https://github.com/quicwg/base-drafts/commit/1a07dcd794a4427518150d=
2bc47dc4e81568f7d5=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: ce3c950b0e4c1a0cf423b70b68f701d63072ce5c=0D
      https://github.com/quicwg/base-drafts/commit/ce3c950b0e4c1a0cf423b7=
0b68f701d63072ce5c=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: d77285c9c7d2887d26e636a412262fef97c16fc4=0D
      https://github.com/quicwg/base-drafts/commit/d77285c9c7d2887d26e636=
a412262fef97c16fc4=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 19df21525bf3eff2834c5e119d496c258777f5a5=0D
      https://github.com/quicwg/base-drafts/commit/19df21525bf3eff2834c5e=
119d496c258777f5a5=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Addresses comments and some text rework=0D
=0D
=0D
  Commit: 55f1ad92f03dfb96d7c07e6e8550faf4f6285399=0D
      https://github.com/quicwg/base-drafts/commit/55f1ad92f03dfb96d7c07e=
6e8550faf4f6285399=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  re-adding (with some rework) text that was dropped inadvertently=0D
=0D
=0D
  Commit: d60f633a45413a6234a192703a7a9b7d40cf8ec1=0D
      https://github.com/quicwg/base-drafts/commit/d60f633a45413a6234a192=
703a7a9b7d40cf8ec1=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-10 (Tue, 10 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rebase cleanup=0D
=0D
=0D
  Commit: c880853f1a9ec3dc05a4912fc17058296c1e0e9b=0D
      https://github.com/quicwg/base-drafts/commit/c880853f1a9ec3dc05a491=
2fc17058296c1e0e9b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove issues that were closed between 2019-06-09 and 2019-07-09 from -=
23 changelog=0D
=0D
=0D
  Commit: 17196dc451c9479302e53b33d69a821fd0af3372=0D
      https://github.com/quicwg/base-drafts/commit/17196dc451c9479302e53b=
33d69a821fd0af3372=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 02bbcdf106e9532e3b2cd52ab70591b40e4f23e1=0D
      https://github.com/quicwg/base-drafts/commit/02bbcdf106e9532e3b2cd5=
2ab70591b40e4f23e1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 35a607298e7fc8bb2be98a5eaecb5a2773aeb027=0D
      https://github.com/quicwg/base-drafts/commit/35a607298e7fc8bb2be98a=
5eaecb5a2773aeb027=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: ac3e43754ac89bf9eb9441c8623508091e100211=0D
      https://github.com/quicwg/base-drafts/commit/ac3e43754ac89bf9eb9441=
c8623508091e100211=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6910bcea398723851d7ace7b8d4ff7e2ad9c88a5=0D
      https://github.com/quicwg/base-drafts/commit/6910bcea398723851d7ace=
7b8d4ff7e2ad9c88a5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reflow a line=0D
=0D
=0D
  Commit: 61fa0943fc52f85c23b7529bd6d620824c99f203=0D
      https://github.com/quicwg/base-drafts/commit/61fa0943fc52f85c23b752=
9bd6d620824c99f203=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 5a8af76fb64d5ccc9c16516c409390ccd59f8192=0D
      https://github.com/quicwg/base-drafts/commit/5a8af76fb64d5ccc9c1651=
6c409390ccd59f8192=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  moving text around a bit and mt's comment=0D
=0D
=0D
  Commit: 7f413bff993be3e7835f88101fc49291e10ef5fb=0D
      https://github.com/quicwg/base-drafts/commit/7f413bff993be3e7835f88=
101fc49291e10ef5fb=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-11 (Wed, 11 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2916 from quicwg/ianswett-generating-acknowledgemen=
ts=0D
=0D
Move Generating Acknowledgements to Transport=0D
=0D
=0D
  Commit: e9aa25a0bdebb42dbf392ad551a72aa0eb7531f8=0D
      https://github.com/quicwg/base-drafts/commit/e9aa25a0bdebb42dbf392a=
d551a72aa0eb7531f8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add #2916 too=0D
=0D
=0D
  Commit: 2b3738d004ada613f187a6b16afd6060c3247209=0D
      https://github.com/quicwg/base-drafts/commit/2b3738d004ada613f187a6=
b16afd6060c3247209=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add #2916 to listing=0D
=0D
=0D
  Commit: 2ae2985849cdde7e7469b737e9fad8b33b6d0bf5=0D
      https://github.com/quicwg/base-drafts/commit/2ae2985849cdde7e7469b7=
37e9fad8b33b6d0bf5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'ianswett-recovery-changelog'=0D
=0D
=0D
  Commit: 90a8141fb05c22b9b73fc54c78cae593ae730179=0D
      https://github.com/quicwg/base-drafts/commit/90a8141fb05c22b9b73fc5=
4c78cae593ae730179=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'changelog-tt-23'=0D
=0D
=0D
  Commit: 3d21ced982d053fc6f6101fe68a9d4a6f648778f=0D
      https://github.com/quicwg/base-drafts/commit/3d21ced982d053fc6f6101=
fe68a9d4a6f648778f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3017 from quicwg/http/changelog_23=0D
=0D
HTTP-23 changelog=0D
=0D
=0D
  Commit: 8faf8aaeba17bebbd5214e66db47fdae8cbf0f3d=0D
      https://github.com/quicwg/base-drafts/commit/8faf8aaeba17bebbd5214e=
66db47fdae8cbf0f3d=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix length of Initial payload for the client=0D
=0D
=0D
  Commit: 1fe037e04579076b15cb87284a4ac9159865f51c=0D
      https://github.com/quicwg/base-drafts/commit/1fe037e04579076b15cb87=
284a4ac9159865f51c=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix protected Initial header for the server=0D
=0D
=0D
  Commit: e4fd9b2178c233378fa0092f41ed4825b34ee2a7=0D
      https://github.com/quicwg/base-drafts/commit/e4fd9b2178c233378fa009=
2f41ed4825b34ee2a7=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3021 from marten-seemann/fix-test-vectors=0D
=0D
fix draft-23 test vectors=0D
=0D
=0D
  Commit: 268183279085879a4aa0f14950bdcf201c2b8bab=0D
      https://github.com/quicwg/base-drafts/commit/268183279085879a4aa0f1=
4950bdcf201c2b8bab=0D
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>=0D
  Date:   2019-09-12 (Thu, 12 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo in transport draft: robustness=0D
=0D
=0D
  Commit: e2a5d7cebd97dbf32b70472301e36e7bb29a7d53=0D
      https://github.com/quicwg/base-drafts/commit/e2a5d7cebd97dbf32b7047=
2301e36e7bb29a7d53=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-13 (Fri, 13 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3026 from dtikhonov/201909121539-fix-since-transpor=
t-22-typo=0D
=0D
Fix typo in transport draft: robustness=0D
=0D
=0D
  Commit: c22d6ce3bcb1dbbe0164cf7895f229fe8a07f873=0D
      https://github.com/quicwg/base-drafts/commit/c22d6ce3bcb1dbbe0164cf=
7895f229fe8a07f873=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-13 (Fri, 13 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add an explicit error code for an empty token=0D
=0D
=0D
  Commit: fba5600db47642451983c52f91ca0d91139a686a=0D
      https://github.com/quicwg/base-drafts/commit/fba5600db47642451983c5=
2f91ca0d91139a686a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-13 (Fri, 13 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2851 from DavidSchinazi/zerocid=0D
=0D
Allow connections to share a port by adding restrictions on zero-length c=
onnection IDs=0D
=0D
=0D
  Commit: 0ac214eaec0b16513df1d77ee8b1c140e7c0c869=0D
      https://github.com/quicwg/base-drafts/commit/0ac214eaec0b16513df1d7=
7ee8b1c140e7c0c869=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-13 (Fri, 13 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2969 from quicwg/respond-migration-cid=0D
=0D
Prevent linkability from responding to migration=0D
=0D
=0D
  Commit: be8f6e1438d4a4cd79081898688fb3ed3f640ed4=0D
      https://github.com/quicwg/base-drafts/commit/be8f6e1438d4a4cd790818=
98688fb3ed3f640ed4=0D
  Author: Christopher Wood <caw@heapingbits.net>=0D
  Date:   2019-09-13 (Fri, 13 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reference "Nonces are Noticed" in the header protection analysis sectio=
n.=0D
=0D
This paper studies several "nonce hiding" transformations, of which the Q=
UIC=0D
header protection algorithm is one. This change replaces the old analysis=
=0D
text with something a bit more crisp.=0D
=0D
=0D
  Commit: 896b7efa5e33fa317f31a7627db60662ea754cd8=0D
      https://github.com/quicwg/base-drafts/commit/896b7efa5e33fa317f31a7=
627db60662ea754cd8=0D
  Author: Alessandro Ghedini <alessandro@ghedini.me>=0D
  Date:   2019-09-15 (Sun, 15 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow PING at every encryption level=0D
=0D
Fixes #3034=0D
=0D
=0D
  Commit: 13667e5b83f99ff150742e52718a5841478080b7=0D
      https://github.com/quicwg/base-drafts/commit/13667e5b83f99ff150742e=
52718a5841478080b7=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  require peers to check if RETIRE_CONNECTION_ID sequence number is valid=
=0D
=0D
=0D
  Commit: 55e1cf951bd5ed47925cb01ea37eae54757fa923=0D
      https://github.com/quicwg/base-drafts/commit/55e1cf951bd5ed47925cb0=
1ea37eae54757fa923=0D
  Author: Christopher Wood <caw@heapingbits.net>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-tls.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 4e8c028d25b04a895507db826491ea38a2cd680f=0D
      https://github.com/quicwg/base-drafts/commit/4e8c028d25b04a895507db=
826491ea38a2cd680f=0D
  Author: Christopher Wood <caw@heapingbits.net>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-tls.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: d86243037a40c9a5f4e31fea55bd7f97b83b53bb=0D
      https://github.com/quicwg/base-drafts/commit/d86243037a40c9a5f4e31f=
ea55bd7f97b83b53bb=0D
  Author: Christopher Wood <caw@heapingbits.net>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update references. Fix linting issues.=0D
=0D
=0D
  Commit: ae5ada2777e727c4f4ba1b3a7c7de81d72073e35=0D
      https://github.com/quicwg/base-drafts/commit/ae5ada2777e727c4f4ba1b=
3a7c7de81d72073e35=0D
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add PR 3007 to transport-23 changelog=0D
=0D
=0D
  Commit: 5a16d6737ac3a4533a37b7fc6e13a56c84d3f19b=0D
      https://github.com/quicwg/base-drafts/commit/5a16d6737ac3a4533a37b7=
fc6e13a56c84d3f19b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2977 from marten-seemann/forbid-empty-new-token-fra=
mes=0D
=0D
forbid empty NEW_TOKEN frames=0D
=0D
=0D
  Commit: 297056405a43b291ed0cbba913b06aafd18fbc5b=0D
      https://github.com/quicwg/base-drafts/commit/297056405a43b291ed0cbb=
a913b06aafd18fbc5b=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Removes unnecessary sentence about coalesced packets=0D
=0D
=0D
  Commit: 5cbb9c6e226549774d3bf9c8b760956994fca639=0D
      https://github.com/quicwg/base-drafts/commit/5cbb9c6e226549774d3bf9=
c8b760956994fca639=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Removes unnecessary sentence about coalesced packets=0D
=0D
=0D
  Commit: 2bdf7b9a7fb728145f186ba20be74bc78e29b6cd=0D
      https://github.com/quicwg/base-drafts/commit/2bdf7b9a7fb728145f186b=
a20be74bc78e29b6cd=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-16 (Mon, 16 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Revert "Removes unnecessary sentence about coalesced packets"=0D
=0D
This reverts commit 297056405a43b291ed0cbba913b06aafd18fbc5b.=0D
=0D
=0D
  Commit: ad3cf316d9679fc5b3e467c74f9278a1bda6a0f7=0D
      https://github.com/quicwg/base-drafts/commit/ad3cf316d9679fc5b3e467=
c74f9278a1bda6a0f7=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3040 from quicwg/close3029=0D
=0D
Removes unnecessary sentence about coalesced packets=0D
=0D
=0D
  Commit: 9264380046d3fdde3593ded1a4fee9f3bbdc5f6d=0D
      https://github.com/quicwg/base-drafts/commit/9264380046d3fdde3593de=
d1a4fee9f3bbdc5f6d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3038 from dtikhonov/201909161608-add-3007-to-transp=
ort-23-changelog=0D
=0D
Add PR 3007 to transport-23 changelog=0D
=0D
=0D
  Commit: 62278ed1a7d4fcac38f88f669339282128ddeb30=0D
      https://github.com/quicwg/base-drafts/commit/62278ed1a7d4fcac38f88f=
669339282128ddeb30=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  use the FRAME_ENCONDING_ERROR for errors in frame encoding=0D
=0D
=0D
  Commit: 629996a63ee2e859713ab40a80dce300f302b8b5=0D
      https://github.com/quicwg/base-drafts/commit/629996a63ee2e859713ab4=
0a80dce300f302b8b5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove 'given'=0D
=0D
=0D
  Commit: 136cd0176ad9815a42f7ae6fb484956efcc74873=0D
      https://github.com/quicwg/base-drafts/commit/136cd0176ad9815a42f7ae=
6fb484956efcc74873=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QUIC only carries TLS handshake and alert=0D
=0D
=0D
  Commit: 751aef9c80307a9b61f6bae887566eb9a9e3b766=0D
      https://github.com/quicwg/base-drafts/commit/751aef9c80307a9b61f6ba=
e887566eb9a9e3b766=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify why post-handshake client auth is banned=0D
=0D
=0D
  Commit: c56dd27788254e1cc6574a3e50a77f16b1fccabd=0D
      https://github.com/quicwg/base-drafts/commit/c56dd27788254e1cc6574a=
3e50a77f16b1fccabd=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  also allow FLOW_CONTROL_ERRORs for stream overflows=0D
=0D
=0D
  Commit: 3a813cdab5b53aeb5cbb3064f9046dcf6179eddd=0D
      https://github.com/quicwg/base-drafts/commit/3a813cdab5b53aeb5cbb30=
64f9046dcf6179eddd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  received from TLS=0D
=0D
=0D
  Commit: 06486475d04ecb979e5c8545df4b84fcd89b5016=0D
      https://github.com/quicwg/base-drafts/commit/06486475d04ecb979e5c85=
45df4b84fcd89b5016=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT editorial pass=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 7af6d612244fb2056eea105620eba01d7ed9dc73=0D
      https://github.com/quicwg/base-drafts/commit/7af6d612244fb2056eea10=
5620eba01d7ed9dc73=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: df5d9f102587b8fbcce1f3d815698774042bea26=0D
      https://github.com/quicwg/base-drafts/commit/df5d9f102587b8fbcce1f3=
d815698774042bea26=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-18 (Wed, 18 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  is an error=0D
=0D
=0D
  Commit: aa14f0eb42f8ba8da26c97c252d0bf5639f0e88d=0D
      https://github.com/quicwg/base-drafts/commit/aa14f0eb42f8ba8da26c97=
c252d0bf5639f0e88d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-18 (Wed, 18 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3043 from quicwg/no-appdata=0D
=0D
TLS application data isn't possible=0D
=0D
=0D
  Commit: 721d42f89c0f739dc8514363856328c9adcecc35=0D
      https://github.com/quicwg/base-drafts/commit/721d42f89c0f739dc85143=
63856328c9adcecc35=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retransmitting an ACK frame warning=0D
=0D
It can result in an inflated RTT, as well as being a waste of bytes.=0D
=0D
Fixes #2748=0D
=0D
=0D
  Commit: 1d7abab6b77b9ea678143b12c0d308d89362cfa0=0D
      https://github.com/quicwg/base-drafts/commit/1d7abab6b77b9ea678143b=
12c0d308d89362cfa0=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-17 (Tue, 17 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: b301514aec72f9f7d69aea421feb43cb96459a25=0D
      https://github.com/quicwg/base-drafts/commit/b301514aec72f9f7d69aea=
421feb43cb96459a25=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-18 (Wed, 18 Sep 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
=0D
  Log Message:=0D
  -----------=0D
  mention the draft index=0D
=0D
=0D
  Commit: 6040f5f6419fbdbea8b014d318407dc0bb4fd27e=0D
      https://github.com/quicwg/base-drafts/commit/6040f5f6419fbdbea8b014=
d318407dc0bb4fd27e=0D
  Author: Christopher Wood <caw@heapingbits.net>=0D
  Date:   2019-09-18 (Wed, 18 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove AEAD mask generation with a PRP(=3DPRF), and update references a=
ccordingly.=0D
=0D
Also, add a note about requirements for future header protection variants=
.=0D
=0D
=0D
  Commit: 888f86fdff35c5a4afe941d779a64a2176fc7b28=0D
      https://github.com/quicwg/base-drafts/commit/888f86fdff35c5a4afe941=
d779a64a2176fc7b28=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-18 (Wed, 18 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3031 from chris-wood/caw/nonces-are-noticed=0D
=0D
Reference "Nonces are Noticed" in the header protection analysis section=0D=

=0D
=0D
  Commit: 85db1f71811872bc01e4ac3692e545620258b82e=0D
      https://github.com/quicwg/base-drafts/commit/85db1f71811872bc01e4ac=
3692e545620258b82e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rewrite key update section=0D
=0D
This makes some significant editorial changes to the key update section,=0D=

hopefully making the various activities clearer and more explicit.=0D
=0D
In the process, I am also trying to address #2792, which is the timing=0D=

sidechannel created by having the generation of updated keys inline with=0D=

packet processing.  In doing so, I'm suggesting that endpoints create=0D
the next keys at some time after the key update happens.  Right now, I'm=0D=

thinking 1-2 PTOs is probably close enough to workable.  I've limited=0D
this at 3PTO.  This is, however, just a (firm) suggestion at this stage.=0D=

=0D
For endpoints that only want to keep 2 sets of keys, this is probably=0D
the right time frame, especially if we keep the current advice for 3PTO=0D=

before a subsequent update.=0D
=0D
The effect of this is that attempts to update at certain times could=0D
cause all packets after the update to be discarded.  That would only=0D
happen if implementations consistently ignored advice on update=0D
frequency, so I think that's tolerable, but I'd like input on this.=0D
=0D
(This also attempts to take up the advice from the other, older PRs on=0D=

this subject.)=0D
=0D
Closes #2792, #2791, #2237.=0D
=0D
=0D
  Commit: 678c0486f91012173e827b1d708429b153bc3037=0D
      https://github.com/quicwg/base-drafts/commit/678c0486f91012173e827b=
1d708429b153bc3037=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Kazuho is a great help here=0D
=0D
=0D
  Commit: f77bd1e5395bbac2bd1fe2ab575f1beac4c8bf32=0D
      https://github.com/quicwg/base-drafts/commit/f77bd1e5395bbac2bd1fe2=
ab575f1beac4c8bf32=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clients send datagrams with 1200 byte payloads=0D
=0D
I was a bit unsure. I think this is clearer.=0D
=0D
=0D
  Commit: be8958419a0e132673ccd818288a51b9aa6d68ae=0D
      https://github.com/quicwg/base-drafts/commit/be8958419a0e132673ccd8=
18288a51b9aa6d68ae=0D
  Author: Junho Choi <junho@cloudflare.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo=0D
=0D
=0D
  Commit: c524a55ed4e1740d84556dde00a768d4c7c61ae8=0D
      https://github.com/quicwg/base-drafts/commit/c524a55ed4e1740d84556d=
de00a768d4c7c61ae8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-09-19 (Thu, 19 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3052 from junhochoi/junho/typo-in-recovery=0D
=0D
Fix typo=0D
=0D
=0D
  Commit: 1b4d136a4ac9593b8211d378789ed2d08e16ea6e=0D
      https://github.com/quicwg/base-drafts/commit/1b4d136a4ac9593b8211d3=
78789ed2d08e16ea6e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Attempt to improve readability in a few places.=0D
=0D
Also, record that this closes #3054.=0D
=0D
=0D
  Commit: 3801ebda3af7418505f1aed87138ae72a3178829=0D
      https://github.com/quicwg/base-drafts/commit/3801ebda3af7418505f1ae=
d87138ae72a3178829=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  More UDP=0D
=0D
=0D
  Commit: cdad59a14836263a07f85ba9388f50d748f915d6=0D
      https://github.com/quicwg/base-drafts/commit/cdad59a14836263a07f85b=
a9388f50d748f915d6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove 1 RTT delayed ack requirement=0D
=0D
Fixes #3030=0D
=0D
=0D
  Commit: 3696d8ce68c95063cc6e2e1b9392784f9cf25a24=0D
      https://github.com/quicwg/base-drafts/commit/3696d8ce68c95063cc6e2e=
1b9392784f9cf25a24=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: ace2a505a3f8f96c2758458ec523047afe8db92e=0D
      https://github.com/quicwg/base-drafts/commit/ace2a505a3f8f96c275845=
8ec523047afe8db92e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-20 (Fri, 20 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete text on ACKing CRYPTO frames=0D
=0D
=0D
  Commit: 6cfcbe26385f17072ccd330aea619f65bf3bdcb4=0D
      https://github.com/quicwg/base-drafts/commit/6cfcbe26385f17072ccd33=
0aea619f65bf3bdcb4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-21 (Sat, 21 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Closes #3053 too=0D
=0D
=0D
  Commit: b0bdac1ec7067031c2f2640ae31979d0c2ed0c03=0D
      https://github.com/quicwg/base-drafts/commit/b0bdac1ec7067031c2f264=
0ae31979d0c2ed0c03=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  add ietf.json=0D
=0D
=0D
  Commit: 0d5d19353a8f63ee31d08e30b69df81d3b0e78bb=0D
      https://github.com/quicwg/base-drafts/commit/0d5d19353a8f63ee31d08e=
30b69df81d3b0e78bb=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' of github.com:quicwg/base-drafts=0D
=0D
=0D
  Commit: 295e0c9afc7eb80454f3fd0bd9d64d4879f85573=0D
      https://github.com/quicwg/base-drafts/commit/295e0c9afc7eb80454f3fd=
0bd9d64d4879f85573=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST send new data or retransmit data if possible=0D
=0D
Fixes #3056=0D
=0D
=0D
  Commit: 409286b111330780882fe2ae17bbe405d9f25b09=0D
      https://github.com/quicwg/base-drafts/commit/409286b111330780882fe2=
ae17bbe405d9f25b09=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Move the section on what encryption level to send first down.=0D
=0D
=0D
  Commit: 36178b79a15192cba7e355d0dc3ba81f74ae3af7=0D
      https://github.com/quicwg/base-drafts/commit/36178b79a15192cba7e355=
d0dc3ba81f74ae3af7=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify how servers enable 0-RTT=0D
=0D
=0D
  Commit: df8c4feb8412cdc5060f427eb3e64672db56e0db=0D
      https://github.com/quicwg/base-drafts/commit/df8c4feb8412cdc5060f42=
7eb3e64672db56e0db=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-23 (Mon, 23 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  unacknowledged data=0D
=0D
=0D
  Commit: c70f696e71148da9308900d2dfd94aaff7f0bd64=0D
      https://github.com/quicwg/base-drafts/commit/c70f696e71148da9308900=
d2dfd94aaff7f0bd64=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3060 from DavidSchinazi/must0rtt=0D
=0D
Clarify how servers enable 0-RTT=0D
=0D
=0D
  Commit: c2c7abb67e8dc7ba6e41d124e3ea85338ae2ab21=0D
      https://github.com/quicwg/base-drafts/commit/c2c7abb67e8dc7ba6e41d1=
24e3ea85338ae2ab21=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comment=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 3ae146dffc74a4533f1388dbabd0aabb971fe973=0D
      https://github.com/quicwg/base-drafts/commit/3ae146dffc74a4533f1388=
dbabd0aabb971fe973=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: c1eeb6e354fe569fb2d8d624e4691bf495814401=0D
      https://github.com/quicwg/base-drafts/commit/c1eeb6e354fe569fb2d8d6=
24e4691bf495814401=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT review comments=0D
=0D
=0D
  Commit: 0a2645f4754df3d63a32e85e9bef9f4f3aed1278=0D
      https://github.com/quicwg/base-drafts/commit/0a2645f4754df3d63a32e8=
5e9bef9f4f3aed1278=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Another MT review comment=0D
=0D
=0D
  Commit: 0236874f3a51eb4166b9070a21f1acd8dae432b1=0D
      https://github.com/quicwg/base-drafts/commit/0236874f3a51eb4166b907=
0a21f1acd8dae432b1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: f7f22f901db17f280479153698a73a93f0fe9340=0D
      https://github.com/quicwg/base-drafts/commit/f7f22f901db17f28047915=
3698a73a93f0fe9340=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Change PTO to be per packet number space=0D
=0D
Makes PTO consistent with loss detection, which is per packet number spac=
e.=0D
=0D
Fixes #2863=0D
=0D
=0D
  Commit: c5510411b24a814f432e56a6d5d0d0434f1b7516=0D
      https://github.com/quicwg/base-drafts/commit/c5510411b24a814f432e56=
a6d5d0d0434f1b7516=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 3abb83565f1fc9772614f118c5dccc212a45137d=0D
      https://github.com/quicwg/base-drafts/commit/3abb83565f1fc9772614f1=
18c5dccc212a45137d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 114d984feb3244348dc8ad773a2db3a1df246338=0D
      https://github.com/quicwg/base-drafts/commit/114d984feb3244348dc8ad=
773a2db3a1df246338=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c2d175f315c819e57cdfd59d7544c6cdef56721c=0D
      https://github.com/quicwg/base-drafts/commit/c2d175f315c819e57cdfd5=
9d7544c6cdef56721c=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT suggestions=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: da7b436e37cc2a23712c6c0ae40488592e7e33c2=0D
      https://github.com/quicwg/base-drafts/commit/da7b436e37cc2a23712c6c=
0ae40488592e7e33c2=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-24 (Tue, 24 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  reflow=0D
=0D
=0D
  Commit: 8afe7b1dadedf5610db343fd590aeeafcbcb923c=0D
      https://github.com/quicwg/base-drafts/commit/8afe7b1dadedf5610db343=
fd590aeeafcbcb923c=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-26 (Thu, 26 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  don't need spec_regex any more=0D
=0D
=0D
  Commit: 3418b2a841b9f2cb8d7b00daaa2718d0840fa802=0D
      https://github.com/quicwg/base-drafts/commit/3418b2a841b9f2cb8d7b00=
daaa2718d0840fa802=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-09-26 (Thu, 26 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  go primary for QUIC=0D
=0D
=0D
  Commit: 9951381007ee865c62fe411de213ad0162648f7d=0D
      https://github.com/quicwg/base-drafts/commit/9951381007ee865c62fe41=
1de213ad0162648f7d=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into multi_packet_client_hello=0D
=0D
=0D
  Commit: 55695427d3604f12b8c92144c9f1fceb2b770d22=0D
      https://github.com/quicwg/base-drafts/commit/55695427d3604f12b8c921=
44c9f1fceb2b770d22=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-09-27 (Fri, 27 Sep 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Review comments from Ian=0D
=0D
=0D
  Commit: e192896da4f59e15cbb8a3676b67a9a5747574e7=0D
      https://github.com/quicwg/base-drafts/commit/e192896da4f59e15cbb8a3=
676b67a9a5747574e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove obsolete 'Discussion' section=0D
=0D
The recommendation for a 25ms delayed ack time is in transport, not recov=
ery, so remove it from recovery.=0D
=0D
Should this paragraph be moved to transport?=0D
=0D
Fixes #3075=0D
=0D
=0D
  Commit: 2552e19d3da4ee80a7cf9f81b5c239453aa7bdb5=0D
      https://github.com/quicwg/base-drafts/commit/2552e19d3da4ee80a7cf9f=
81b5c239453aa7bdb5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-03 (Thu, 03 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ack-eliciting not ACK-eliciting (#3069)=0D
=0D
* ack-eliciting not ACK-eliciting=0D
=0D
Fixes #3068=0D
=0D
* Define Ack-eliciting packet=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
* dont repeat=0D
=0D
dont repeat=0D
=0D
* wrap=0D
=0D
rap=0D
ap=0D
p=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-transport.md=0D
=0D
Fix reference.=0D
=0D
=0D
  Commit: b35a5e4870cac65f2d7b0d37b21a837a7142a472=0D
      https://github.com/quicwg/base-drafts/commit/b35a5e4870cac65f2d7b0d=
37b21a837a7142a472=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Ian's review comments=0D
=0D
=0D
  Commit: c131d08809b85bc2cdf56c67eab62741414571f2=0D
      https://github.com/quicwg/base-drafts/commit/c131d08809b85bc2cdf56c=
67eab62741414571f2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Restore implementation advice=0D
=0D
=0D
  Commit: 635ab6cee20af55c617202c8301b5b5179c31744=0D
      https://github.com/quicwg/base-drafts/commit/635ab6cee20af55c617202=
c8301b5b5179c31744=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword sentence about storing state in session ticket=0D
=0D
=0D
  Commit: 31a60ef782fcdfe4663693f48e3bd183572e05b6=0D
      https://github.com/quicwg/base-drafts/commit/31a60ef782fcdfe4663693=
f48e3bd183572e05b6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Stop using SRTT (#3079)=0D
=0D
* Stop using SRTT=0D
=0D
Fixes #3076=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: b4d4dc0e5f163f22414efa751a47d5f74512aafd=0D
      https://github.com/quicwg/base-drafts/commit/b4d4dc0e5f163f22414efa=
751a47d5f74512aafd=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-11 (Fri, 11 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make transport parameters varint=0D
=0D
=0D
  Commit: 326d74c55b8291bdda51dc3147dc7b97286a715e=0D
      https://github.com/quicwg/base-drafts/commit/326d74c55b8291bdda51dc=
3147dc7b97286a715e=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Pseudo-header section reference (#3084)=0D
=0D
* Broader section reference=0D
=0D
* Malformed under restrictions=0D
=0D
=0D
  Commit: 5d0fbdfcbc946465bbdee9b14b05d09b6228fdea=0D
      https://github.com/quicwg/base-drafts/commit/5d0fbdfcbc946465bbdee9=
b14b05d09b6228fdea=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Mention QPACK streams (#3081)=0D
=0D
=0D
  Commit: f9b5eb3f0c97133a624d3c1ac73a65223f4801d0=0D
      https://github.com/quicwg/base-drafts/commit/f9b5eb3f0c97133a624d3c=
1ac73a65223f4801d0=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/HTTP_UNEXPECTED_FRAME/HTTP_FRAME_UNEXPECTED/ (#3090)=0D
=0D
=0D
  Commit: 6333ab65c6efe313a443f4fd2aa968f1a222518c=0D
      https://github.com/quicwg/base-drafts/commit/6333ab65c6efe313a443f4=
fd2aa968f1a222518c=0D
  Author: Peter Wu <peter@lekensteyn.nl>=0D
  Date:   2019-10-14 (Mon, 14 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  http: syntax fixes for quic Alt-Svc parameter (#3059)=0D
=0D
Use the correct ABNF grammar to express repetition and fix the Reserved=0D=

Frame Type link.=0D
=0D
=0D
  Commit: 24e19f14d0b03ce3c11a986a8dc041b8728301ac=0D
      https://github.com/quicwg/base-drafts/commit/24e19f14d0b03ce3c11a98=
6a8dc041b8728301ac=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: 0850ad92ce44c39c85f07ba6fbef327be836e080=0D
      https://github.com/quicwg/base-drafts/commit/0850ad92ce44c39c85f07b=
a6fbef327be836e080=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3035 from ghedo/ping-in-handshake=0D
=0D
Allow PING at every encryption level=0D
=0D
=0D
  Commit: 8b86d0bb90236e58c8734e349a64d94394074022=0D
      https://github.com/quicwg/base-drafts/commit/8b86d0bb90236e58c8734e=
349a64d94394074022=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3055 from quicwg/ianswett-no-1RTT-ack-delay=0D
=0D
Remove 1 RTT delayed ack requirement=0D
=0D
=0D
  Commit: d94db41c7c5a2936aba7b95723dcdb3546a303fa=0D
      https://github.com/quicwg/base-drafts/commit/d94db41c7c5a2936aba7b9=
5723dcdb3546a303fa=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2947 from nharper/tls-saved-state=0D
=0D
Describe interaction between QUIC and TLS regarding saved 0-RTT state=0D
=0D
=0D
  Commit: 6220106a5a718a5b30e5009c89377a72ebfda08e=0D
      https://github.com/quicwg/base-drafts/commit/6220106a5a718a5b30e500=
9c89377a72ebfda08e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2968 from quicwg/stateless-reset-too=0D
=0D
Stateless reset too=0D
=0D
=0D
  Commit: aeaa56545344dd6e9a7956f8a16e0e2aca137041=0D
      https://github.com/quicwg/base-drafts/commit/aeaa56545344dd6e9a7956=
f8a16e0e2aca137041=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Additional error cases for CANCEL_PUSH (#3083)=0D
=0D
* Additional error cases for CANCEL_PUSH=0D
=0D
* Ian's parallel construction=0D
=0D
* Improve readability=0D
=0D
* Review feedback=0D
=0D
* Wordsmith=0D
=0D
=0D
  Commit: cceaf25143fc43a93ad4c91cdcbe96a581e2a6cf=0D
      https://github.com/quicwg/base-drafts/commit/cceaf25143fc43a93ad4c9=
1cdcbe96a581e2a6cf=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Define under-utilizing the congestion window (#2675)=0D
=0D
* Define under-utilizing the congestion window=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Reword section on bursts=0D
=0D
Working off Gorry's comments=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 39c57edf6215964673155837dcf97880cac2fb63=0D
      https://github.com/quicwg/base-drafts/commit/39c57edf62159646731558=
37dcf97880cac2fb63=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Perform stateless reset token comparisons in constant time=0D
=0D
Otherwise information about the token might leak.=0D
=0D
As @mikkelfj says, there is no strict need to compare across the entire=0D=

set of values.  That could leaks two things: that the inbound packet was=0D=

dropped and the total number of stateless reset tokens.  Both are things=0D=

that we might care about, but will probably find prohibitive to protect.=0D=

=0D
Closes #2152.=0D
=0D
=0D
  Commit: c42516d7681ebbd61839bf83910dd37fc05465b1=0D
      https://github.com/quicwg/base-drafts/commit/c42516d7681ebbd61839bf=
83910dd37fc05465b1=0D
  Author: Martin Thomson <martin.thomson@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be a little clearer about what is being protected=0D
=0D
=0D
  Commit: 3bd85b455bad9d6e6196f6f04454701661d077f8=0D
      https://github.com/quicwg/base-drafts/commit/3bd85b455bad9d6e6196f6=
f04454701661d077f8=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add example that uses PRF=0D
=0D
=0D
  Commit: 03979a0235d6fd3ff79555911c79bc5c10e2b61a=0D
      https://github.com/quicwg/base-drafts/commit/03979a0235d6fd3ff79555=
911c79bc5c10e2b61a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix stateless reset ordering; use datagrams=0D
=0D
This removes the strict requirement on processing order for stateless=0D
reset.  This allows endpoints to decide whether to process every packet=0D=

this way or to just treat those that fail to be processed for other=0D
reasons.=0D
=0D
This also switches to detection on a *datagram* basis.=0D
=0D
Closes #3085.=0D
=0D
=0D
  Commit: 354183119367ddc2f08ae4604c1323600d5bfe4c=0D
      https://github.com/quicwg/base-drafts/commit/354183119367ddc2f08ae4=
604c1323600d5bfe4c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword again=0D
=0D
=0D
  Commit: 562ac4e7deaf80d50082f89507e72d9b5b71ecc6=0D
      https://github.com/quicwg/base-drafts/commit/562ac4e7deaf80d50082f8=
9507e72d9b5b71ecc6=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  duplicates are just duplicate packet numbers=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: a5ecd238daf0f59a35460085c8b05a2c6011243a=0D
      https://github.com/quicwg/base-drafts/commit/a5ecd238daf0f59a354600=
85c8b05a2c6011243a=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  compares=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 0b654d69abd679010d3640b7a63d8488bc81f0ff=0D
      https://github.com/quicwg/base-drafts/commit/0b654d69abd679010d3640=
b7a63d8488bc81f0ff=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  any packet=0D
=0D
=0D
  Commit: 59a8238dd289a5c7e54a40ca9a791227ae69284d=0D
      https://github.com/quicwg/base-drafts/commit/59a8238dd289a5c7e54a40=
ca9a791227ae69284d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Apply Jana's suggestion=0D
=0D
=0D
  Commit: 6f045358bd789bccb9328f889a68e3d11ca206a4=0D
      https://github.com/quicwg/base-drafts/commit/6f045358bd789bccb9328f=
889a68e3d11ca206a4=0D
  Author: Robin Marx <robin.marx@uhasselt.be>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Be more specific when naming bits (#3089)=0D
=0D
* Be more specific when naming bits=0D
=0D
- Renamed S bit for static vs dynamic table to T bit (for Table)=0D
- Replaced backticks with single quotes around individual bits (previousl=
y, about half used single, half used double)=0D
- Added explicit references to bit letter indicators where they were miss=
ing (e.g., for 'H')=0D
- Fixed broken reference to "blocked-decoding" section=0D
=0D
* Hopefully auto-linking does work now=0D
=0D
=0D
  Commit: a2ea7d7ec84ca439e6454da60aa9802836b448bf=0D
      https://github.com/quicwg/base-drafts/commit/a2ea7d7ec84ca439e6454d=
a60aa9802836b448bf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3044 from DavidSchinazi/explain_post_handshake_auth=
_ban=0D
=0D
Clarify why post-handshake client auth is banned=0D
=0D
=0D
  Commit: f10a749d33a7e5885f0e5dd0cd67d6525272cf28=0D
      https://github.com/quicwg/base-drafts/commit/f10a749d33a7e5885f0e5d=
d0cd67d6525272cf28=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST retire, suggest within 1 PTO=0D
=0D
=0D
  Commit: aa408593de2e13669e66403474ac99df9ff325da=0D
      https://github.com/quicwg/base-drafts/commit/aa408593de2e13669e6640=
3474ac99df9ff325da=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-15 (Tue, 15 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: e9f4ada542c1bc1ab77cf2bd2009b50f94a379d5=0D
      https://github.com/quicwg/base-drafts/commit/e9f4ada542c1bc1ab77cf2=
bd2009b50f94a379d5=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 963d9161da75d43f9500818c8f012a84100d38ac=0D
      https://github.com/quicwg/base-drafts/commit/963d9161da75d43f950081=
8c8f012a84100d38ac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove duplicate requirement as being bad/nonsensical=0D
=0D
=0D
  Commit: 1a8baf8a2564bf657a040eb58ca5a50c98204aee=0D
      https://github.com/quicwg/base-drafts/commit/1a8baf8a2564bf657a040e=
b58ca5a50c98204aee=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: f7eed75fae81d12988dc0a121db1245307f8e53d=0D
      https://github.com/quicwg/base-drafts/commit/f7eed75fae81d12988dc0a=
121db1245307f8e53d=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  @ianswett's suggestions=0D
=0D
=0D
  Commit: a7ad371908364e16474ec746a33aea4c30afc3d9=0D
      https://github.com/quicwg/base-drafts/commit/a7ad371908364e16474ec7=
46a33aea4c30afc3d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST pace or limit bursts to 10 packets=0D
=0D
Fixes part or all of #3094=0D
=0D
=0D
  Commit: 321ec027758ad0149e2f4de07ca251cf739ab67f=0D
      https://github.com/quicwg/base-drafts/commit/321ec027758ad0149e2f4d=
e07ca251cf739ab67f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Alternative > alternate (#3105)=0D
=0D
=0D
  Commit: dd3c2214fa4d84ecc80229b44d9c817abcba71b8=0D
      https://github.com/quicwg/base-drafts/commit/dd3c2214fa4d84ecc80229=
b44d9c817abcba71b8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
=0D
  Commit: dc891d82d0b1bdd5ea8351a4c0d55e326fbf18d9=0D
      https://github.com/quicwg/base-drafts/commit/dc891d82d0b1bdd5ea8351=
a4c0d55e326fbf18d9=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-limit-bursts=0D
=0D
=0D
  Commit: 6f72fe83d554c96c55e1e2485c30287184639b29=0D
      https://github.com/quicwg/base-drafts/commit/6f72fe83d554c96c55e1e2=
485c30287184639b29=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Took Ian's suggestion=0D
=0D
=0D
  Commit: ce83dc4ef954710bddbab03e49e9d1b966106743=0D
      https://github.com/quicwg/base-drafts/commit/ce83dc4ef954710bddbab0=
3e49e9d1b966106743=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-16 (Wed, 16 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  addressed comment I missed:=0D
=0D
=0D
  Commit: 3223588f7ea1d906e89e4c6be9074bbf2b0c0454=0D
      https://github.com/quicwg/base-drafts/commit/3223588f7ea1d906e89e4c=
6be9074bbf2b0c0454=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into no_tls_pres=0D
=0D
=0D
  Commit: 9832a57bf72e80648ea27de7d659d9883e08c862=0D
      https://github.com/quicwg/base-drafts/commit/9832a57bf72e80648ea27d=
e7d659d9883e08c862=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Revert non-editorial changes=0D
=0D
=0D
  Commit: 0b7f3ddf94b58a9348e1e59ac9aa927f1ddb474b=0D
      https://github.com/quicwg/base-drafts/commit/0b7f3ddf94b58a9348e1e5=
9ac9aa927f1ddb474b=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fix=0D
=0D
=0D
  Commit: 8aa3f261bac737b25867c964a8eb941f362be36a=0D
      https://github.com/quicwg/base-drafts/commit/8aa3f261bac737b25867c9=
64a8eb941f362be36a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Remove the old paragraph=0D
=0D
=0D
  Commit: 88c2415f876ab1ce03181031773cff8dde2d711e=0D
      https://github.com/quicwg/base-drafts/commit/88c2415f876ab1ce031810=
31773cff8dde2d711e=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Double plural=0D
=0D
=0D
  Commit: 8bd39d96ba0f42824fd62f6a797ee74f9603ffc2=0D
      https://github.com/quicwg/base-drafts/commit/8bd39d96ba0f42824fd62f=
6a797ee74f9603ffc2=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-17 (Thu, 17 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3106 from quicwg/ianswett-limit-bursts=0D
=0D
MUST pace or limit bursts to 10 packets=0D
=0D
=0D
  Commit: 20e5bf7c795b51aa83805e19a287de6d8b41e9c2=0D
      https://github.com/quicwg/base-drafts/commit/20e5bf7c795b51aa83805e=
19a287de6d8b41e9c2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove QUIC version hint (#3118)=0D
=0D
As discussed in Cupertino, we're punting the hard part of this issue to=0D=

future versions, but we can remove the version hint until then.=0D
=0D
Closes #3061.=0D
=0D
=0D
  Commit: c06ff1454ffdb7ad67bde48d375d20a218acc2e7=0D
      https://github.com/quicwg/base-drafts/commit/c06ff1454ffdb7ad67bde4=
8d375d20a218acc2e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-18 (Fri, 18 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: a38c07a8bf702895f617c71ea912356ed9d00566=0D
      https://github.com/quicwg/base-drafts/commit/a38c07a8bf702895f617c7=
1ea912356ed9d00566=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  QPACK [editorial] Misc minor editorial changes. (#2942)=0D
=0D
* non-controversial one-offs=0D
=0D
* Do not unnecessarily change "avoid" to "choose not".=0D
=0D
* Do not unnecessarily remove "without resending..." phrase.=0D
=0D
* Apply suggestions from code review=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
* MikeBishop's wording suggestion for allowing creation of an encoder str=
eam and a decoder stream.=0D
=0D
* indexed header field representation=0D
=0D
* eviction when adding a new entry=0D
=0D
* Add word inclusive.=0D
=0D
=0D
  Commit: ca86dd1a53df738dce6100c44adeb31c8f3c5a46=0D
      https://github.com/quicwg/base-drafts/commit/ca86dd1a53df738dce6100=
c44adeb31c8f3c5a46=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: c1be5113976a998ad86795b54808587159591fbb=0D
      https://github.com/quicwg/base-drafts/commit/c1be5113976a998ad86795=
b54808587159591fbb=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 79a9a7c9f34d3482fcd61265ca3c10e5dcf365ba=0D
      https://github.com/quicwg/base-drafts/commit/79a9a7c9f34d3482fcd612=
65ca3c10e5dcf365ba=0D
  Author: David Schinazi <DavidSchinazi@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT inline comments=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 8641db7f92831e309c04ae9b181134535adbdff9=0D
      https://github.com/quicwg/base-drafts/commit/8641db7f92831e309c04ae=
9b181134535adbdff9=0D
  Author: David Schinazi <dschinazi.ietf@gmail.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT multiline comment fixup=0D
=0D
=0D
  Commit: 5b3d744d7ac478df9c211712680948537cbca604=0D
      https://github.com/quicwg/base-drafts/commit/5b3d744d7ac478df9c2117=
12680948537cbca604=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-must-ack-once=0D
=0D
=0D
  Commit: af7a8767450f28452a8f0cfc274950e30d801cce=0D
      https://github.com/quicwg/base-drafts/commit/af7a8767450f28452a8f0c=
fc274950e30d801cce=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  wordwrap=0D
=0D
=0D
  Commit: 40380a041495ef042562f3c3b8bcd224d704c206=0D
      https://github.com/quicwg/base-drafts/commit/40380a041495ef042562f3=
c3b8bcd224d704c206=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-21 (Mon, 21 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MT's nit=0D
=0D
=0D
  Commit: c619547e6376dadc2e5e148ba1812dcc75b1a4d7=0D
      https://github.com/quicwg/base-drafts/commit/c619547e6376dadc2e5e14=
8ba1812dcc75b1a4d7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin's previous suggestion=0D
=0D
=0D
  Commit: 446e0754de2d6caebf1308e43981afee3c8becea=0D
      https://github.com/quicwg/base-drafts/commit/446e0754de2d6caebf1308=
e43981afee3c8becea=0D
  Author: Lucas Pardue <lucas@cloudflare.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  rename HTTP_ error code prefix to H3 (#3119)=0D
=0D
=0D
  Commit: 9650f850cb6c904764c602eaeb84e267561a1fe2=0D
      https://github.com/quicwg/base-drafts/commit/9650f850cb6c904764c602=
eaeb84e267561a1fe2=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3104 from martinduke/mduke-ban-padding=0D
=0D
Prohibit PADDING in response to ACK=0D
=0D
=0D
  Commit: 58ab6f15c58adbc6c7c69492b4008f02e3ad8999=0D
      https://github.com/quicwg/base-drafts/commit/58ab6f15c58adbc6c7c694=
92b4008f02e3ad8999=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3051 from quicwg/ianswett-1200-payloads=0D
=0D
Clients send datagrams with 1200 byte payloads=0D
=0D
=0D
  Commit: 042cf3cf7edd53639858a44367451d43f6b44a28=0D
      https://github.com/quicwg/base-drafts/commit/042cf3cf7edd53639858a4=
4367451d43f6b44a28=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3092 from quicwg/ianswett-must-ack-once=0D
=0D
MUST ACK each ack-eliciting packet once=0D
=0D
=0D
  Commit: dc78dd5c6d2034caeba95c823edde6f60f503e79=0D
      https://github.com/quicwg/base-drafts/commit/dc78dd5c6d2034caeba95c=
823edde6f60f503e79=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Rephrase #2780 to active voice (#3124)=0D
=0D
=0D
  Commit: caf110450a259059af5c83ee397e332299ec63de=0D
      https://github.com/quicwg/base-drafts/commit/caf110450a259059af5c83=
ee397e332299ec63de=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-10-22 (Tue, 22 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  remove RIC from Relative Index in Header Block figure; add Base value t=
o two figures (#2935)=0D
=0D
* base=0D
=0D
* Update figure captions=0D
=0D
* Revert "Update figure captions"=0D
=0D
This reverts commit bf92f065e4dc84fa59d72df66cbdd04042d42e22.=0D
=0D
* Move arrows back to original position; add Base value to figure.=0D
=0D
=0D
  Commit: ac4d4eefc11ee9fba78db08c7f3e0158d57e15e6=0D
      https://github.com/quicwg/base-drafts/commit/ac4d4eefc11ee9fba78db0=
8c7f3e0158d57e15e6=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Require clients to keep sending if they want to keep receiving (#3123)=0D=

=0D
=0D
  Commit: 8fe04ec8c384bae44ec93bfad7154ddf50f9b67f=0D
      https://github.com/quicwg/base-drafts/commit/8fe04ec8c384bae44ec93b=
fad7154ddf50f9b67f=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove the TLP citation because it's in RACK=0D
=0D
As suggested by @martinthomson in #3066=0D
=0D
=0D
  Commit: 8b078aa25750f22867d85e086a1e2f50c2e56bd8=0D
      https://github.com/quicwg/base-drafts/commit/8b078aa25750f22867d85e=
086a1e2f50c2e56bd8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Applications need to disable or selectively reject 0-RTT=0D
=0D
Closes #3136.=0D
=0D
=0D
  Commit: ec7c839c4b8e96d23fe474cb42451f23af226cb2=0D
      https://github.com/quicwg/base-drafts/commit/ec7c839c4b8e96d23fe474=
cb42451f23af226cb2=0D
  Author: Martin Duke <m.duke@f5.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Delete reference to crypto timeout=0D
=0D
=0D
  Commit: 12e04045fd4c2825915814f17635f42e90c50b0b=0D
      https://github.com/quicwg/base-drafts/commit/12e04045fd4c2825915814=
f17635f42e90c50b0b=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3140 from martinduke/mduke-no-crypto-retx=0D
=0D
Delete reference to crypto timeout=0D
=0D
=0D
  Commit: f07c067a429caffa0788a02e8dd79c50c808929c=0D
      https://github.com/quicwg/base-drafts/commit/f07c067a429caffa0788a0=
2e8dd79c50c808929c=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3137 from quicwg/ianswett-remove-tlp=0D
=0D
Remove the TLP citation because it's in RACK=0D
=0D
=0D
  Commit: a8c8ed1549b2915f1c51fd4ffff7a3882631f608=0D
      https://github.com/quicwg/base-drafts/commit/a8c8ed1549b2915f1c51fd=
4ffff7a3882631f608=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  This is the client=0D
=0D
=0D
  Commit: d14b63ea5276bbb3cff4ebf727b71f7fc847ec50=0D
      https://github.com/quicwg/base-drafts/commit/d14b63ea5276bbb3cff4eb=
f727b71f7fc847ec50=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some of Martin's suggestions=0D
=0D
=0D
  Commit: 9bb859c4dc675c3327250e488fa0b0924d7de860=0D
      https://github.com/quicwg/base-drafts/commit/9bb859c4dc675c3327250e=
488fa0b0924d7de860=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword the first sentence per Jana's suggestion=0D
=0D
=0D
  Commit: 7a1d1352c87bf72cce779ef52d14e489c7afaaf4=0D
      https://github.com/quicwg/base-drafts/commit/7a1d1352c87bf72cce779e=
f52d14e489c7afaaf4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M README.md=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-retransmitting-acks=0D
=0D
=0D
  Commit: 33c994e1f8e9123c59f5265e507842ab076433b5=0D
      https://github.com/quicwg/base-drafts/commit/33c994e1f8e9123c59f526=
5e507842ab076433b5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-pto-per-pn-space=0D
=0D
=0D
  Commit: 6c3ae350dc546bf6756258f93a2d40a64cc2daa4=0D
      https://github.com/quicwg/base-drafts/commit/6c3ae350dc546bf6756258=
f93a2d40a64cc2daa4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 3f0da814e8a6ca8d0223457fbe5bb90157d6df15=0D
      https://github.com/quicwg/base-drafts/commit/3f0da814e8a6ca8d022345=
7fbe5bb90157d6df15=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 62e394f7a538c0bf4ef44787510b0229eb118af2=0D
      https://github.com/quicwg/base-drafts/commit/62e394f7a538c0bf4ef447=
87510b0229eb118af2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 8af3d28bd220814a89edce17726f563783deac0d=0D
      https://github.com/quicwg/base-drafts/commit/8af3d28bd220814a89edce=
17726f563783deac0d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 49a28334da5cbecebb108424ba5db0dca7840e7b=0D
      https://github.com/quicwg/base-drafts/commit/49a28334da5cbecebb1084=
24ba5db0dca7840e7b=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: fc1b0fb4d1086c759a4022b62b013bcc0b594d2e=0D
      https://github.com/quicwg/base-drafts/commit/fc1b0fb4d1086c759a4022=
b62b013bcc0b594d2e=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix change log=0D
=0D
=0D
  Commit: 4f77dbe2e077629796f8a4d3e075c653a1e3b122=0D
      https://github.com/quicwg/base-drafts/commit/4f77dbe2e077629796f8a4=
d3e075c653a1e3b122=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3049 from quicwg/ianswett-retransmitting-acks=0D
=0D
Retransmitting an ACK frame warning=0D
=0D
=0D
  Commit: ee9f46139e66530f2cc9a68c24de10d4267cbe89=0D
      https://github.com/quicwg/base-drafts/commit/ee9f46139e66530f2cc9a6=
8c24de10d4267cbe89=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typo and wording in change log=0D
=0D
=0D
  Commit: 8e48d3d78debf44cd149ec615162732d5e250e45=0D
      https://github.com/quicwg/base-drafts/commit/8e48d3d78debf44cd149ec=
615162732d5e250e45=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3143 from amirlivneh/patch-20=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: d6367402e6013a0a9183deb31e0661ad2ab27abd=0D
      https://github.com/quicwg/base-drafts/commit/d6367402e6013a0a9183de=
b31e0661ad2ab27abd=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3144 from amirlivneh/patch-21=0D
=0D
Fix typo and wording in change log=0D
=0D
=0D
  Commit: 1c824acf2a3912a54dd1a2563ca70159b7a18493=0D
      https://github.com/quicwg/base-drafts/commit/1c824acf2a3912a54dd1a2=
563ca70159b7a18493=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix punctuation=0D
=0D
=0D
  Commit: 966bb15dbef311b73e819b4e7142ab8d42f8beac=0D
      https://github.com/quicwg/base-drafts/commit/966bb15dbef311b73e819b=
4e7142ab8d42f8beac=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-23 (Wed, 23 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3146 from amirlivneh/patch-22=0D
=0D
Fix punctuation=0D
=0D
=0D
  Commit: 15da8641e73841d1e96cf70f5ed4f38f7da586b4=0D
      https://github.com/quicwg/base-drafts/commit/15da8641e73841d1e96cf7=
0f5ed4f38f7da586b4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry changes the connection ID always=0D
=0D
Closes #2837.=0D
=0D
=0D
  Commit: cd51ae103b6f0f221bed411e3c803a73cb1dcacb=0D
      https://github.com/quicwg/base-drafts/commit/cd51ae103b6f0f221bed41=
1e3c803a73cb1dcacb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add a MUST discard requirement for bad SCID=0D
=0D
=0D
  Commit: afba2abcdda91bde3c8ba6b82821ed9144b7d30f=0D
      https://github.com/quicwg/base-drafts/commit/afba2abcdda91bde3c8ba6=
b82821ed9144b7d30f=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  approximately=0D
=0D
=0D
  Commit: 1ecfb27bead5c9d0b7daeeaf302ecbffa13bdbc1=0D
      https://github.com/quicwg/base-drafts/commit/1ecfb27bead5c9d0b7daee=
af302ecbffa13bdbc1=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  prepared to receive, until retired=0D
=0D
=0D
  Commit: 054fae193d6d9ccffdf0b20b7011a24ed33eb3b1=0D
      https://github.com/quicwg/base-drafts/commit/054fae193d6d9ccffdf0b2=
0b7011a24ed33eb3b1=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 2140c28bc8398957967bc017e78974668d95a86e=0D
      https://github.com/quicwg/base-drafts/commit/2140c28bc8398957967bc0=
17e78974668d95a86e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin's suggestion=0D
=0D
=0D
  Commit: e21532dca6de0225191e3835ec0a038026bd31a3=0D
      https://github.com/quicwg/base-drafts/commit/e21532dca6de0225191e38=
35ec0a038026bd31a3=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 86e8472597305ad26d56a02228dca2f0f332e084=0D
      https://github.com/quicwg/base-drafts/commit/86e8472597305ad26d56a0=
2228dca2f0f332e084=0D
  Author: Nick Harper <nharper@chromium.org>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify that clients don't need to remember unknown SETTINGS (#3113)=0D=

=0D
Fixes #3110.=0D
=0D
=0D
  Commit: 3662405decdc750cb97d7b1bd3eab1ad62abc0ff=0D
      https://github.com/quicwg/base-drafts/commit/3662405decdc750cb97d7b=
1bd3eab1ad62abc0ff=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 6a225b8bfc8b8aad98fa0ffee512f59940db48b5=0D
      https://github.com/quicwg/base-drafts/commit/6a225b8bfc8b8aad98fa0f=
fee512f59940db48b5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 886db2af9e5c70a553dcf1d71d34fbe75c963a2d=0D
      https://github.com/quicwg/base-drafts/commit/886db2af9e5c70a553dcf1=
d71d34fbe75c963a2d=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: fbc5da02f79d917695170067d1f135fda2970094=0D
      https://github.com/quicwg/base-drafts/commit/fbc5da02f79d9176951700=
67d1f135fda2970094=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3077 from quicwg/ianswett-remove-discussion=0D
=0D
Remove obsolete 'Discussion' section=0D
=0D
=0D
  Commit: 38bf1be3d068e40303c1b7bbfdf5b0fab85548ed=0D
      https://github.com/quicwg/base-drafts/commit/38bf1be3d068e40303c1b7=
bbfdf5b0fab85548ed=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  editorial tweaks=0D
=0D
=0D
  Commit: ffbef0e62d0b1489632e95a2307d66961ecf661c=0D
      https://github.com/quicwg/base-drafts/commit/ffbef0e62d0b1489632e95=
a2307d66961ecf661c=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  typo=0D
=0D
=0D
  Commit: c56847ba78a13598a928b690d8a0e29fbf3d9ca4=0D
      https://github.com/quicwg/base-drafts/commit/c56847ba78a13598a928b6=
90d8a0e29fbf3d9ca4=0D
  Author: seanturner <sean@sn3rd.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  fixing links=0D
=0D
=0D
  Commit: 98d2154f83e1be5ee41e89a97c96e2d1cf314788=0D
      https://github.com/quicwg/base-drafts/commit/98d2154f83e1be5ee41e89=
a97c96e2d1cf314788=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Typo, trailing whitespace=0D
=0D
=0D
  Commit: c140315b6db75cb8d487cc81aa6e15a4949e062f=0D
      https://github.com/quicwg/base-drafts/commit/c140315b6db75cb8d487cc=
81aa6e15a4949e062f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix line lengths=0D
=0D
=0D
  Commit: 6d5698c1c0059d7e6adb460829acd06aa8c74b68=0D
      https://github.com/quicwg/base-drafts/commit/6d5698c1c0059d7e6adb46=
0829acd06aa8c74b68=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't say why, it just is=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: cea9e6e127f1600519448991f521c9bfbe29da05=0D
      https://github.com/quicwg/base-drafts/commit/cea9e6e127f16005194489=
91f521c9bfbe29da05=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-24 (Thu, 24 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3147 from quicwg/retry-cid=0D
=0D
Servers have to change connection IDs in Retry=0D
=0D
=0D
  Commit: 3a3376c41d17d2b9ffabb9783514bde13463c743=0D
      https://github.com/quicwg/base-drafts/commit/3a3376c41d17d2b9ffabb9=
783514bde13463c743=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Use the right connection ID=0D
=0D
The use of "this" here was a bit ambiguous=0D
=0D
=0D
  Commit: 69afe421890c5a94de801a9dc5c8876154b441e8=0D
      https://github.com/quicwg/base-drafts/commit/69afe421890c5a94de801a=
9dc5c8876154b441e8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Marten's comment=0D
=0D
=0D
  Commit: 1c9886e38e9d316d18688b46ed75b9eda9a6bfc8=0D
      https://github.com/quicwg/base-drafts/commit/1c9886e38e9d316d18688b=
46ed75b9eda9a6bfc8=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Marten's pseudocode=0D
=0D
=0D
  Commit: a87a04c1a6607caded4daa780f5a8554a82885ab=0D
      https://github.com/quicwg/base-drafts/commit/a87a04c1a6607caded4daa=
780f5a8554a82885ab=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  line wrapping=0D
=0D
=0D
  Commit: 9706f4a9d2c0dce71a061aed1df6f4d754d23dca=0D
      https://github.com/quicwg/base-drafts/commit/9706f4a9d2c0dce71a061a=
ed1df6f4d754d23dca=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-25 (Fri, 25 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3153 from quicwg/use-the-right-cid=0D
=0D
Use the right connection ID=0D
=0D
=0D
  Commit: a7dd2f996fbd6426d0fbefaeafcb4895542a04a6=0D
      https://github.com/quicwg/base-drafts/commit/a7dd2f996fbd6426d0fbef=
aeafcb4895542a04a6=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  report_to is a list; activity_exclude_labels=0D
=0D
=0D
  Commit: 3bcb9559821b980e68194894e8495cb337d66d1f=0D
      https://github.com/quicwg/base-drafts/commit/3bcb9559821b980e681948=
94e8495cb337d66d1f=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  group_info=0D
=0D
=0D
  Commit: ff59d67a4a1c09bfd7b2177297d82f98a3fedb48=0D
      https://github.com/quicwg/base-drafts/commit/ff59d67a4a1c09bfd7b217=
7297d82f98a3fedb48=0D
  Author: Mark Nottingham <mnot@mnot.net>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  activity_summary_to=0D
=0D
=0D
  Commit: 545e788428c30217c705ecb05f686dde00681a44=0D
      https://github.com/quicwg/base-drafts/commit/545e788428c30217c705ec=
b05f686dde00681a44=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Define loss_times=0D
=0D
=0D
  Commit: a00c4753d038f0861677ea547c4402746f219bae=0D
      https://github.com/quicwg/base-drafts/commit/a00c4753d038f0861677ea=
547c4402746f219bae=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Exponential backoff limits the packets sent=0D
=0D
Instead of creating special rules for PTO when multiple PN spaces have da=
ta, describe how the already existing exponential backoff accomplishes th=
is.=0D
=0D
=0D
  Commit: 5e81481786d1ba1c24c4d39c4712ac5003a5cbb4=0D
      https://github.com/quicwg/base-drafts/commit/5e81481786d1ba1c24c4d3=
9c4712ac5003a5cbb4=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-28 (Mon, 28 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ce25ff53738db3092bf12a14ea27b0b2a605db7c=0D
      https://github.com/quicwg/base-drafts/commit/ce25ff53738db3092bf12a=
14ea27b0b2a605db7c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't require RESET_STREAM on terminated streams=0D
=0D
Closes #3163.=0D
=0D
=0D
  Commit: ed8750ae9d8ae6279a44dde075638ca859b40658=0D
      https://github.com/quicwg/base-drafts/commit/ed8750ae9d8ae6279a44dd=
e075638ca859b40658=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't arm PTO for ApplicationData until complete=0D
=0D
=0D
  Commit: 6322d369a5b25b731285b131e77a76b405a6ec16=0D
      https://github.com/quicwg/base-drafts/commit/6322d369a5b25b731285b1=
31e77a76b405a6ec16=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Initial and Handshake have no max_ack_delay=0D
=0D
=0D
  Commit: 380290424491810123c9e6e2f80a10ad7e4cf842=0D
      https://github.com/quicwg/base-drafts/commit/380290424491810123c9e6=
e2f80a10ad7e4cf842=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  MUST limit bursts to the initial congestion window (#3160)=0D
=0D
* MUST limit bursts to the initial congestion window=0D
=0D
>From discussion on #3106 =0D
https://github.com/quicwg/base-drafts/pull/3106#discussion_r338921935=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 45bf06ce64636c9ded8fb178a2bc905be372dc39=0D
      https://github.com/quicwg/base-drafts/commit/45bf06ce64636c9ded8fb1=
78a2bc905be372dc39=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 28c7622bd23764139dda753c704cd9d92d888416=0D
      https://github.com/quicwg/base-drafts/commit/28c7622bd23764139dda75=
3c704cd9d92d888416=0D
  Author: Amir Livneh <alivneh@fb.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix typos in QPACK draft=0D
=0D
=0D
  Commit: 4cdea4668edcba12859a11cbb0b3ccfbdf61016a=0D
      https://github.com/quicwg/base-drafts/commit/4cdea4668edcba12859a11=
cbb0b3ccfbdf61016a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Make language of representations consistent.=0D
=0D
This was inspired by the comment by afrind at=0D
https://github.com/quicwg/base-drafts/pull/2942#discussion_r335222617.=0D=

=0D
For each representation, uniformly=0D
* use the word "representation" in the first sentence;=0D
* use the word "identifies" if it's a verbatim entry; "encodes" otherwise=
;=0D
* identify relative versus post-base indexing in the first sentence;=0D
* move drawing right after first sentence;=0D
* use consistent language describing binary format.=0D
=0D
=0D
  Commit: 151359d5d8b66a3bbaa127d7b5ad34ce14df171a=0D
      https://github.com/quicwg/base-drafts/commit/151359d5d8b66a3bbaa127=
d7b5ad34ce14df171a=0D
  Author: Bence B=C3=A9ky <bnc@google.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  s/up to/up to and including/ for clarity.=0D
=0D
This was suggested by dtikhonov at=0D
https://github.com/quicwg/base-drafts/pull/2942/files/11edccf6ed3697ba785=
578712b54a42051bb090d#r337177688.=0D
=0D
=0D
  Commit: 34e3d6173c558fb156166a88709f81fa0211742a=0D
      https://github.com/quicwg/base-drafts/commit/34e3d6173c558fb156166a=
88709f81fa0211742a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin Duke's suggestions=0D
=0D
=0D
  Commit: 54e26e7a39e80a265a642a512b1a8574ea2aed21=0D
      https://github.com/quicwg/base-drafts/commit/54e26e7a39e80a265a642a=
512b1a8574ea2aed21=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: f436b81a90eb36ddfa14eb7862cec142a128a5be=0D
      https://github.com/quicwg/base-drafts/commit/f436b81a90eb36ddfa14eb=
7862cec142a128a5be=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  kMaxDatagramSize -> max_datagram_size=0D
=0D
Clarifies that this is the maximum datagram size currently in use on the =
connection.=0D
=0D
Fixes #3041=0D
=0D
=0D
  Commit: eec69d4be9a3619ca9030a952073a8f9275fde57=0D
      https://github.com/quicwg/base-drafts/commit/eec69d4be9a3619ca9030a=
952073a8f9275fde57=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3108 from DavidSchinazi/no_tls_pres=0D
=0D
Replace use of the TLS presentation language with QUIC encoding=0D
=0D
=0D
  Commit: 9309a0ac194307cf002b92d965403ee08d882500=0D
      https://github.com/quicwg/base-drafts/commit/9309a0ac194307cf002b92=
d965403ee08d882500=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 19200d397bd9bef6a81151169111597b3edcbcc6=0D
      https://github.com/quicwg/base-drafts/commit/19200d397bd9bef6a81151=
169111597b3edcbcc6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Cite 14.1 of Transport=0D
=0D
=0D
  Commit: a62d8366c7efd0e700fda857652295047a46364d=0D
      https://github.com/quicwg/base-drafts/commit/a62d8366c7efd0e700fda8=
57652295047a46364d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3138 from quicwg/if-0rtt=0D
=0D
Applications need to disable or selectively reject 0-RTT=0D
=0D
=0D
  Commit: 61aeda915f02079c65182cc8a5c748a0bbea9779=0D
      https://github.com/quicwg/base-drafts/commit/61aeda915f02079c65182c=
c8a5c748a0bbea9779=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix handling of Retry in recovery (#3148)=0D
=0D
* Fix handling of Retry in recovery=0D
=0D
This section was well out of date.  Also, this covers what needs to be=0D=

retained across this transition better.  Basically, the only thing that=0D=

needs to go is the congestion and loss recovery state.  The rest can=0D
stay; in fact, the crypto handshake has to stay.=0D
=0D
Closes #2058.=0D
=0D
* cannot/MUST NOT=0D
=0D
potato/tomato=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 44f9d5d7d05a53c96faf3b420392042949da5da7=0D
      https://github.com/quicwg/base-drafts/commit/44f9d5d7d05a53c96faf3b=
420392042949da5da7=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Talk about concurrency in H3 vs. H2 (#3114)=0D
=0D
* Talk about concurrency=0D
=0D
* Talk about push separately=0D
=0D
* Precision, thanks to @kazuho=0D
=0D
* Update draft-ietf-quic-http.md=0D
=0D
Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com>=0D
=0D
=0D
  Commit: e8b1251eb9a99928db70c8cc44df5c3bccff5373=0D
      https://github.com/quicwg/base-drafts/commit/e8b1251eb9a99928db70c8=
cc44df5c3bccff5373=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2299b0056006f26c4e8165d9644992fc1310612c=0D
      https://github.com/quicwg/base-drafts/commit/2299b0056006f26c4e8165=
d9644992fc1310612c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Feedback=0D
=0D
=0D
  Commit: 6e803f135d2d65bf854d5066a7695ddd3a3e08cf=0D
      https://github.com/quicwg/base-drafts/commit/6e803f135d2d65bf854d50=
66a7695ddd3a3e08cf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3149 from quicwg/transport/name_connections=0D
=0D
Explicit linkages for ODCID/OCID TP=0D
=0D
=0D
  Commit: 234249cb96e21ea564a37e7e1dc2107b7acfe1bb=0D
      https://github.com/quicwg/base-drafts/commit/234249cb96e21ea564a37e=
7e1dc2107b7acfe1bb=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3165 from quicwg/reset-after-fin=0D
=0D
Don't require RESET_STREAM on terminated streams=0D
=0D
=0D
  Commit: b1ff885bd354b9218e37b00de1366904335210e7=0D
      https://github.com/quicwg/base-drafts/commit/b1ff885bd354b9218e37b0=
0de1366904335210e7=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: d27a37d1d171440cde763c730e4dc4d7bd245180=0D
      https://github.com/quicwg/base-drafts/commit/d27a37d1d171440cde763c=
730e4dc4d7bd245180=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: 48573bf0a5755e0f341aed6f6124cad13537bc1a=0D
      https://github.com/quicwg/base-drafts/commit/48573bf0a5755e0f341aed=
6f6124cad13537bc1a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: ed3b3f93ef292a596e827e56aab78eca1e2b6688=0D
      https://github.com/quicwg/base-drafts/commit/ed3b3f93ef292a596e827e=
56aab78eca1e2b6688=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 2d5f46faab5cf09442fff533c89d499e4f80fc6c=0D
      https://github.com/quicwg/base-drafts/commit/2d5f46faab5cf09442fff5=
33c89d499e4f80fc6c=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-29 (Tue, 29 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 997e49fb8553d82031c4dca65604eb0ead7dcac8=0D
      https://github.com/quicwg/base-drafts/commit/997e49fb8553d82031c4dc=
a65604eb0ead7dcac8=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3057 from quicwg/ianswett-must-retransmit=0D
=0D
PTO MUST send new data or retransmit data if possible=0D
=0D
=0D
  Commit: 57a466f77afc99f32769e59596395a5848121859=0D
      https://github.com/quicwg/base-drafts/commit/57a466f77afc99f32769e5=
9596395a5848121859=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-transport.md=0D
=0D
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>=0D
=0D
=0D
  Commit: 52b3c343033b749355dfa8d34421a651f69238e5=0D
      https://github.com/quicwg/base-drafts/commit/52b3c343033b749355dfa8=
d34421a651f69238e5=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: 694975600a94a0244dce16e54559c60fde771c79=0D
      https://github.com/quicwg/base-drafts/commit/694975600a94a0244dce16=
e54559c60fde771c79=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>=0D
=0D
=0D
  Commit: cf63bd95f00d0cf7b48253742237b69f218c24aa=0D
      https://github.com/quicwg/base-drafts/commit/cf63bd95f00d0cf7b48253=
742237b69f218c24aa=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: b0cd8cd815068d6837667920832129d874333ff6=0D
      https://github.com/quicwg/base-drafts/commit/b0cd8cd815068d68376679=
20832129d874333ff6=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Retry MUST NOT -> cannot be treated as an acknowledgement (#3171)=0D
=0D
* Retry MUST NOT -> cannot be treated as an acknowledgement=0D
=0D
I didn't notice this last commit in @martinthomson PR, but I think the ol=
der text is more correct.  I added a bit more detail about why it cannot =
be treated as an acknowledgement.=0D
=0D
* Martin's reason=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
* Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 6c72970d780f5b5eea665605f5345eee5d375134=0D
      https://github.com/quicwg/base-drafts/commit/6c72970d780f5b5eea6656=
05f5345eee5d375134=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Narrow scope of draft caching=0D
=0D
=0D
  Commit: fc3a844fbcb5c19cc48c76cd39e7f78e3e2a25f1=0D
      https://github.com/quicwg/base-drafts/commit/fc3a844fbcb5c19cc48c76=
cd39e7f78e3e2a25f1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3098 from kazuho/kazuho/connection-close-not-ack-el=
iciting=0D
=0D
CONNECTION_CLOSE is non-ack-eliciting=0D
=0D
=0D
  Commit: 8c571ff653275f2319e181dd11ce49a4f678060e=0D
      https://github.com/quicwg/base-drafts/commit/8c571ff653275f2319e181=
dd11ce49a4f678060e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2993 from quicwg/ct-sr=0D
=0D
Stateless reset comparisons (constant time/any order/datagram)=0D
=0D
=0D
  Commit: 0bf4ab5e5a871efd3238cd1851cfd6bac38786ad=0D
      https://github.com/quicwg/base-drafts/commit/0bf4ab5e5a871efd3238cd=
1851cfd6bac38786ad=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3096 from kazuho/kazuho/retire-prior-to-must=0D
=0D
MUST retire Connection IDs becoming stale=0D
=0D
=0D
  Commit: f792065ad02a0f5762b3bb72acfd770504994ef3=0D
      https://github.com/quicwg/base-drafts/commit/f792065ad02a0f5762b3bb=
72acfd770504994ef3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #2870 from quicwg/retry-rekey=0D
=0D
Initial secrets change after Retry=0D
=0D
=0D
  Commit: ed4639eceee14bd7dc4e021290d49cdae42d21c5=0D
      https://github.com/quicwg/base-drafts/commit/ed4639eceee14bd7dc4e02=
1290d49cdae42d21c5=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-10-30 (Wed, 30 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3045 from DavidSchinazi/multi_packet_client_hello=0D=

=0D
Allow ClientHello to span multiple QUIC packets=0D
=0D
=0D
  Commit: 373b0abdb02c74076c6dcfa87552e3946bcf1eb2=0D
      https://github.com/quicwg/base-drafts/commit/373b0abdb02c74076c6dcf=
a87552e3946bcf1eb2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: d0e699677b5760be95b93cdb9063747cd1e42f4b=0D
      https://github.com/quicwg/base-drafts/commit/d0e699677b5760be95b93c=
db9063747cd1e42f4b=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: 50f670169e4cae5b13065c015674b597515cda2e=0D
      https://github.com/quicwg/base-drafts/commit/50f670169e4cae5b13065c=
015674b597515cda2e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-10-31 (Thu, 31 Oct 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  loss_times -> loss_time=0D
=0D
=0D
  Commit: c764362e3e50f0647b930648de5b645e4cc65ad4=0D
      https://github.com/quicwg/base-drafts/commit/c764362e3e50f0647b9306=
48de5b645e4cc65ad4=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Move some text around=0D
=0D
=0D
  Commit: b31d15f3f6233d2cd1bd77aef98a9309bc17eb79=0D
      https://github.com/quicwg/base-drafts/commit/b31d15f3f6233d2cd1bd77=
aef98a9309bc17eb79=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Transport and TLS changelog for -24=0D
=0D
=0D
  Commit: ca4f89343c03e42da920794cff5a5c584705d4f3=0D
      https://github.com/quicwg/base-drafts/commit/ca4f89343c03e42da92079=
4cff5a5c584705d4f3=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
=0D
  Log Message:=0D
  -----------=0D
  Add workaround for caching bug=0D
=0D
=0D
  Commit: b1d56947b2cf5542481ec65fa7dfb7e4d434fcf9=0D
      https://github.com/quicwg/base-drafts/commit/b1d56947b2cf5542481ec6=
5fa7dfb7e4d434fcf9=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  janaiyengar's suggestions=0D
=0D
=0D
  Commit: d038b534553ee4ef5c957d57fa1be3a238d8d376=0D
      https://github.com/quicwg/base-drafts/commit/d038b534553ee4ef5c957d=
57fa1be3a238d8d376=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3167 from quicwg/ianswett-max-datagram-size=0D
=0D
kMaxDatagramSize -> max_datagram_size=0D
=0D
=0D
  Commit: 355d1e552b4ec41891941f7d1f8993ca3723c3da=0D
      https://github.com/quicwg/base-drafts/commit/355d1e552b4ec41891941f=
7d1f8993ca3723c3da=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    M ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-pto-per-pn-space=0D
=0D
=0D
  Commit: cff00e01280aabf3916edb64508a5d786d779bb3=0D
      https://github.com/quicwg/base-drafts/commit/cff00e01280aabf3916edb=
64508a5d786d779bb3=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  1 loss_times -> loss_time=0D
=0D
=0D
  Commit: 3f1cf6127d12ea249e102ca1a866b94d3fb07c6c=0D
      https://github.com/quicwg/base-drafts/commit/3f1cf6127d12ea249e102c=
a1a866b94d3fb07c6c=0D
  Author: Robin Marx <robin.marx@uhasselt.be>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Further specify frame Length field (#3177)=0D
=0D
* Further specify frame Length field=0D
=0D
Probably a bit overkill, but since it wasn't explicitly stated + I though=
t we had replaced "octets" with bytes everywhere else.=0D
=0D
* remove brackets=0D
=0D
Co-Authored-By: ianswett <ianswett@users.noreply.github.com>=0D
=0D
=0D
  Commit: 4763ecefb6eda25b4d4abd61df757376651588dd=0D
      https://github.com/quicwg/base-drafts/commit/4763ecefb6eda25b4d4abd=
61df757376651588dd=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  HTTP changelog=0D
=0D
=0D
  Commit: 9ab15f9af80f63998738ce160d25ebe3c99adf30=0D
      https://github.com/quicwg/base-drafts/commit/9ab15f9af80f63998738ce=
160d25ebe3c99adf30=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-11-01 (Fri, 01 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Nothing non-editorial for QPACK=0D
=0D
=0D
  Commit: 7b29c66d562641af795196e9be527196cb51ef55=0D
      https://github.com/quicwg/base-drafts/commit/7b29c66d562641af795196=
e9be527196cb51ef55=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-02 (Sat, 02 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword an awkward sentence=0D
=0D
=0D
  Commit: 89f30aae27fc5ce841165ef6c540323369fcd930=0D
      https://github.com/quicwg/base-drafts/commit/89f30aae27fc5ce841165e=
f6c540323369fcd930=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Recovery changelog for -24=0D
=0D
Includes #3066, which I plan to merge Monday morning.=0D
=0D
=0D
  Commit: bf1394db3c610de54286bbf7aafdb235599ba46f=0D
      https://github.com/quicwg/base-drafts/commit/bf1394db3c610de54286bb=
f7aafdb235599ba46f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Some small adjustments=0D
=0D
=0D
  Commit: 289e57d5ed1f37e2f3ef1c36dc427c782b418576=0D
      https://github.com/quicwg/base-drafts/commit/289e57d5ed1f37e2f3ef1c=
36dc427c782b418576=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into rework-key-update-2=0D
=0D
=0D
  Commit: a7b0addaa2cb1a0fab865adb8f1d2437dca302d9=0D
      https://github.com/quicwg/base-drafts/commit/a7b0addaa2cb1a0fab865a=
db8f1d2437dca302d9=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Split first from subsequent again=0D
=0D
=0D
  Commit: 46613ea5d21ed04c3d546c2955e991f41e067fb1=0D
      https://github.com/quicwg/base-drafts/commit/46613ea5d21ed04c3d546c=
2955e991f41e067fb1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3181 from quicwg/http/changelog-24=0D
=0D
HTTP & QPACK changelogs for -24=0D
=0D
=0D
  Commit: 3b22f6646dde6c5e98e637a6ebf13da23884c6a1=0D
      https://github.com/quicwg/base-drafts/commit/3b22f6646dde6c5e98e637=
a6ebf13da23884c6a1=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3180 from quicwg/tt-changelog-24=0D
=0D
Transport and TLS changelog for -24=0D
=0D
=0D
  Commit: cd91b144a45472b77039c158c2dc7f7b226e497f=0D
      https://github.com/quicwg/base-drafts/commit/cd91b144a45472b77039c1=
58c2dc7f7b226e497f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3050 from quicwg/rework-key-update-2=0D
=0D
Rewrite key update section=0D
=0D
=0D
  Commit: b4080232721175d78d3203f4c31efff357d8397e=0D
      https://github.com/quicwg/base-drafts/commit/b4080232721175d78d3203=
f4c31efff357d8397e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3185 from quicwg/ianswett-recovery-changelog-24=0D
=0D
Recovery changelog for -24=0D
=0D
=0D
  Commit: 810e84bfa7c591f9a914c32a0ac54fbd4d5b3d45=0D
      https://github.com/quicwg/base-drafts/commit/810e84bfa7c591f9a914c3=
2a0ac54fbd4d5b3d45=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add an error for overflow of a CRYPTO stream=0D
=0D
=0D
  Commit: d6a83ceb22c2cade9cdb18be50dcfa09b86b10ce=0D
      https://github.com/quicwg/base-drafts/commit/d6a83ceb22c2cade9cdb18=
be50dcfa09b86b10ce=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add an error for overflow of a MAX_STREAMS frame=0D
=0D
=0D
  Commit: ed73161363ed99d6d75b9af190da1c4c27e02b94=0D
      https://github.com/quicwg/base-drafts/commit/ed73161363ed99d6d75b9a=
f190da1c4c27e02b94=0D
  Author: Marten Seemann <martenseemann@gmail.com>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  add an error for overflow of a STREAMS_BLOCKED frame=0D
=0D
=0D
  Commit: 9555e35064263df0d5b9cff31b3290615b8ee20c=0D
      https://github.com/quicwg/base-drafts/commit/9555e35064263df0d5b9cf=
f31b3290615b8ee20c=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-03 (Sun, 03 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3042 from marten-seemann/frame-encoding-errors=0D
=0D
Use the FRAME_ENCODING_ERROR for errors in frame encoding=0D
=0D
=0D
  Commit: 8f10cc46edfe8137d183e9dd855dcce0e57bf383=0D
      https://github.com/quicwg/base-drafts/commit/8f10cc46edfe8137d183e9=
dd855dcce0e57bf383=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update changelog for #3042=0D
=0D
=0D
  Commit: 6f5b524c1ac2ed0892748d01d8037256a1456f32=0D
      https://github.com/quicwg/base-drafts/commit/6f5b524c1ac2ed0892748d=
01d8037256a1456f32=0D
  Author: Antoine Delignat-Lavaud <antdl@microsoft.com>=0D
  Date:   2019-11-04 (Mon, 04 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix for #3187=0D
=0D
=0D
  Commit: 87c4ec3bafc9d0bca7f5c989a7af375fd20f6ae8=0D
      https://github.com/quicwg/base-drafts/commit/87c4ec3bafc9d0bca7f5c9=
89a7af375fd20f6ae8=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add ;=0D
=0D
=0D
  Commit: a53b36498388ee3167064ef33391412ef12a66c7=0D
      https://github.com/quicwg/base-drafts/commit/a53b36498388ee3167064e=
f33391412ef12a66c7=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Remove #3066 from recovery changelog=0D
=0D
=0D
  Commit: 76c0daa55390ab7631dad95bdaf0de87dc1d2d8d=0D
      https://github.com/quicwg/base-drafts/commit/76c0daa55390ab7631dad9=
5bdaf0de87dc1d2d8d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3190 from quicwg/see-downgrade=0D
=0D
Add a few semicolons=0D
=0D
=0D
  Commit: f9e9cc72f27d80b2d11197ca4a8edb9b28c475c6=0D
      https://github.com/quicwg/base-drafts/commit/f9e9cc72f27d80b2d11197=
ca4a8edb9b28c475c6=0D
  Author: Antoine Delignat-Lavaud <antdl@microsoft.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Integrate Martin Thomson's comments=0D
=0D
=0D
  Commit: e5aa3e2570e9d093c5ba61dac58443402808fdf2=0D
      https://github.com/quicwg/base-drafts/commit/e5aa3e2570e9d093c5ba61=
dac58443402808fdf2=0D
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add ClientHello changes to transport changelog since -23=0D
=0D
=0D
  Commit: 6e902d3ae04f23269607c914d94e6e86cc6b425e=0D
      https://github.com/quicwg/base-drafts/commit/6e902d3ae04f23269607c9=
14d94e6e86cc6b425e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's comments=0D
=0D
=0D
  Commit: c86bfb1675ac465d6faaa490c5995df539e62c0e=0D
      https://github.com/quicwg/base-drafts/commit/c86bfb1675ac465d6faaa4=
90c5995df539e62c0e=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-06 (Wed, 06 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3188 from ad-l/pn_decoding_overflow=0D
=0D
Correct overflow checks on packet number decoding algorithm=0D
=0D
=0D
  Commit: ef6241dc80cdd1efffd4d0f60fff26855202487b=0D
      https://github.com/quicwg/base-drafts/commit/ef6241dc80cdd1efffd4d0=
f60fff26855202487b=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3066 from quicwg/ianswett-pto-per-pn-space=0D
=0D
Change PTO to be per packet number space=0D
=0D
=0D
  Commit: 57fb22f678c1e7805ebdab7614c81ea9c227f488=0D
      https://github.com/quicwg/base-drafts/commit/57fb22f678c1e7805ebdab=
7614c81ea9c227f488=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Don't call two different things "blocking" (#3172)=0D
=0D
* Evictable, not blocking=0D
=0D
* Focus on insertion, not eviction=0D
=0D
=0D
  Commit: 437472d25998151fcffb551b7f358f16caf8acd1=0D
      https://github.com/quicwg/base-drafts/commit/437472d25998151fcffb55=
1b7f358f16caf8acd1=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix bug in Insert Count Increment description. (#3132)=0D
=0D
* Fix bug in Insert Count Increment description.=0D
=0D
Fixes issue 3082.=0D
=0D
This PR fixes the race condition and clarifies that both endpoints must=0D=

keep track of the Known Received Count.=0D
=0D
* Revert some changes.=0D
=0D
* Remove unnecessarily inserted blank line.=0D
=0D
=0D
  Commit: bd7e514967d7b1f5ddc66a4e5b26429aa3ce25fa=0D
      https://github.com/quicwg/base-drafts/commit/bd7e514967d7b1f5ddc66a=
4e5b26429aa3ce25fa=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-06 (Wed, 06 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3191 from dtikhonov/201911051348-allow-CH-span-to-c=
hangelog=0D
=0D
Add ClientHello changes to transport changelog since -23=0D
=0D
=0D
  Commit: ba07711d38fdf95c4e745bef69997a24d2ed9c26=0D
      https://github.com/quicwg/base-drafts/commit/ba07711d38fdf95c4e745b=
ef69997a24d2ed9c26=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-06 (Wed, 06 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3036 from marten-seemann/stronger-retire-error-chec=
k=0D
=0D
require peers to check if RETIRE_CONNECTION_ID sequence number is valid=0D=

=0D
=0D
  Commit: 3db95fdb3bee104c5b732b38211d5a31c2e61a75=0D
      https://github.com/quicwg/base-drafts/commit/3db95fdb3bee104c5b732b=
38211d5a31c2e61a75=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-06 (Wed, 06 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Certainly=0D
=0D
Fixes #2430.=0D
=0D
=0D
  Commit: 69edfcb7f93fe718c665e785773dfe23908f180e=0D
      https://github.com/quicwg/base-drafts/commit/69edfcb7f93fe718c665e7=
85773dfe23908f180e=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-05 (Tue, 05 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3192 from quicwg/probably=0D
=0D
Certainly=0D
=0D
=0D
  Commit: 25e655f0c904431b911d496857a3fdc3f210758d=0D
      https://github.com/quicwg/base-drafts/commit/25e655f0c904431b911d49=
6857a3fdc3f210758d=0D
  Author: Dmitri Tikhonov <dtikhonov@litespeedtech.com>=0D
  Date:   2019-11-07 (Thu, 07 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Add Retry CID change requirement to transport changelog=0D
=0D
=0D
  Commit: f1dc14fc587a03f136dc8a2d3fefb0d7e3d22a0e=0D
      https://github.com/quicwg/base-drafts/commit/f1dc14fc587a03f136dc8a=
2d3fefb0d7e3d22a0e=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-11-07 (Thu, 07 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Consolidate Retire Prior To instructions in section, clean up frame des=
cription=0D
=0D
=0D
  Commit: 74277249553bc9ab7b5713c876260c2e91e81633=0D
      https://github.com/quicwg/base-drafts/commit/74277249553bc9ab7b5713=
c876260c2e91e81633=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-11-08 (Fri, 08 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Minor formatting=0D
=0D
=0D
  Commit: 062c47ffba1b94e8e82d2abfe9e672cb056be68c=0D
      https://github.com/quicwg/base-drafts/commit/062c47ffba1b94e8e82d2a=
bfe9e672cb056be68c=0D
  Author: martinduke <martin.h.duke@gmail.com>=0D
  Date:   2019-11-08 (Fri, 08 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  PING in all contexts=0D
=0D
#3035 updated quic-tls but not quic-transport=0D
=0D
=0D
  Commit: 933fecd83d04360bb9a544e62193c712c80987e5=0D
      https://github.com/quicwg/base-drafts/commit/933fecd83d04360bb9a544=
e62193c712c80987e5=0D
  Author: martinduke <martin.h.duke@gmail.com>=0D
  Date:   2019-11-08 (Fri, 08 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Wrapped line=0D
=0D
Wrapped line=0D
=0D
=0D
  Commit: 45b3dff2bdfbd7ab1ca6440e241d8495614a647d=0D
      https://github.com/quicwg/base-drafts/commit/45b3dff2bdfbd7ab1ca644=
0e241d8495614a647d=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3209 from martinduke/patch-2=0D
=0D
PING in all contexts=0D
=0D
=0D
  Commit: 0c309a7b240b09d40a1c32fedffe663c24be09b7=0D
      https://github.com/quicwg/base-drafts/commit/0c309a7b240b09d40a1c32=
fedffe663c24be09b7=0D
  Author: Eric Kinnear <32474881+erickinnear@users.noreply.github.com>=0D=

  Date:   2019-11-10 (Sun, 10 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Martin's suggestion=0D
=0D
Co-Authored-By: Martin Thomson <mt@lowentropy.net>=0D
=0D
=0D
  Commit: f11934fd629ee03c564438717ac95cb3fed68043=0D
      https://github.com/quicwg/base-drafts/commit/f11934fd629ee03c564438=
717ac95cb3fed68043=0D
  Author: Eric Kinnear <ekinnear@apple.com>=0D
  Date:   2019-11-10 (Sun, 10 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reword to match Martin's suggestion=0D
=0D
=0D
  Commit: 05201a3070627fdb619f329204fee8cc4d22ce8c=0D
      https://github.com/quicwg/base-drafts/commit/05201a3070627fdb619f32=
9204fee8cc4d22ce8c=0D
  Author: Mike Bishop <mbishop@evequefou.be>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Title-Case Titles (#3207)=0D
=0D
=0D
  Commit: 01190f3f33c69345fe9e04e4195e78fde71ac8e1=0D
      https://github.com/quicwg/base-drafts/commit/01190f3f33c69345fe9e04=
e4195e78fde71ac8e1=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] s/each request and response/each request-response =
pair/ (#3222)=0D
=0D
Lest some readers get the impression that each request consumes a single=0D=

QUIC stream and each response consumes a single QUIC stream.=0D
=0D
=0D
  Commit: 58894973e99612511017fac0b098f0c3910fecf7=0D
      https://github.com/quicwg/base-drafts/commit/58894973e99612511017fa=
c0b098f0c3910fecf7=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-12 (Tue, 12 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3204 from erickinnear/ek/cleanup_retire_prior_to=0D=

=0D
Resolve conflicting advice on how to handle Retire Prior To=0D
=0D
=0D
  Commit: d29ee0834e63f34041696397833eb29df2d43daf=0D
      https://github.com/quicwg/base-drafts/commit/d29ee0834e63f340416963=
97833eb29df2d43daf=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-12 (Tue, 12 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #3203 from dtikhonov/201911071345-add-2837-and-3147-=
to-transport-changelog=0D
=0D
Add Retry CID change requirement to transport changelog=0D
=0D
=0D
  Commit: 89658b39e24023aebbc76bc7a3592390aa164236=0D
      https://github.com/quicwg/base-drafts/commit/89658b39e24023aebbc76b=
c7a3592390aa164236=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Clarify loss epoch (#3213)=0D
=0D
* Clarify loss epoch=0D
=0D
Fixes #3210=0D
=0D
* Another try=0D
=0D
=0D
  Commit: 1bc2ffea476655a7501f8989415331c753de182c=0D
      https://github.com/quicwg/base-drafts/commit/1bc2ffea476655a7501f89=
89415331c753de182c=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-11 (Mon, 11 Nov 2019)=0D
=0D
  Changed paths:=0D
    M .circleci/config.yml=0D
    M README.md=0D
    M draft-ietf-quic-http.md=0D
    M draft-ietf-quic-invariants.md=0D
    M draft-ietf-quic-qpack.md=0D
    M draft-ietf-quic-recovery.md=0D
    M draft-ietf-quic-tls.md=0D
    M draft-ietf-quic-transport.md=0D
    A ietf.json=0D
    M initial-protection.js=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge branch 'master' into ianswett-min-rtt=0D
=0D
=0D
Compare: https://github.com/quicwg/base-drafts/compare/c1604ae7dcae...1bc=
2ffea4766=0D


From nobody Mon Nov 11 18:09:11 2019
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 6DC611200FE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:09:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dTB3aNRtFk0R for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:09:08 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 465891200E5 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:09:07 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 62B9FC60592 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:09:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573524546; bh=O4W6JJe0XO2stiHC7ltk8OK/xnwTnsJntpWmDlSs3T4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zZeMjQK4Nso4mskDfekESpxGoN2OaYlubpQu+YDXYV/8b8ylx5kF0FlKrvzr91hnd Hlg/j1c2UVP/2rTUuTkPO68G0Rq6ZV6oXz4gvfxuh7kvYVcXmtOAu1Mj/qflO3VJUK Cw/J1jPb8VyfQIdGk2XkZ3e0npgpfCE45eZSLdI8=
Date: Mon, 11 Nov 2019 18:09:06 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2919/push/4261779684@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2919@github.com>
References: <quicwg/base-drafts/pull/2919@github.com>
Subject: Re: [quicwg/base-drafts] MinRTT for the congestion control context (#2919)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca144253efb_378c3fceec2cd968282153"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ASl55nW7S2Jl1JBeTFV4QncpkEg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 02:09:10 -0000

----==_mimepart_5dca144253efb_378c3fceec2cd968282153
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

1bc2ffea476655a7501f8989415331c753de182c  Merge branch 'master' into ianswett-min-rtt


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2919/files/c1604ae7dcaed0cd4cf624c946e5470bb887efa4..1bc2ffea476655a7501f8989415331c753de182c

----==_mimepart_5dca144253efb_378c3fceec2cd968282153
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1bc2ffea476655a7501f8989415331c753de182c">1bc2ffe</a>  Merge branch &#39;master&#39; into ianswett-min-rtt</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2919/files/c1604ae7dcaed0cd4cf624c946e5470bb887efa4..1bc2ffea476655a7501f8989415331c753de182c?email_source=notifications&amp;email_token=AFTOJK3RAZDT67656MBJOETQTIF4FA5CNFSM4IFTJCX2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGI4TSNRWGAYTQMKQOVZWQIZUGI3DCNZXHE3DQNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7GPCFXYWR7PCRTNUTQTIF4FANCNFSM4IFTJCXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2UBGY54MPZ2CRY3GLQTIF4FA5CNFSM4IFTJCX2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGI4TSNRWGAYTQMKQOVZWQIZUGI3DCNZXHE3DQNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2919/files/c1604ae7dcaed0cd4cf624c946e5470bb887efa4..1bc2ffea476655a7501f8989415331c753de182c?email_source=notifications\u0026email_token=AFTOJK3RAZDT67656MBJOETQTIF4FA5CNFSM4IFTJCX2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGI4TSNRWGAYTQMKQOVZWQIZUGI3DCNZXHE3DQNA",
"url": "https://github.com/quicwg/base-drafts/pull/2919/files/c1604ae7dcaed0cd4cf624c946e5470bb887efa4..1bc2ffea476655a7501f8989415331c753de182c?email_source=notifications\u0026email_token=AFTOJK3RAZDT67656MBJOETQTIF4FA5CNFSM4IFTJCX2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGI4TSNRWGAYTQMKQOVZWQIZUGI3DCNZXHE3DQNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca144253efb_378c3fceec2cd968282153--


From nobody Mon Nov 11 18:09:16 2019
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 CF42C1200F4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:09:13 -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 TMDTANJNPhm3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:09:12 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 445C6120110 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:09:12 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 926B11C0B6C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:09:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573524551; bh=H+aeosIzaH/SM6XEU8mkPhIkB3/SdBc3p9XaZZtom/U=; h=Date:From:To:Subject:From; b=jt9tMIh9jRUjT/5q6Utf4YNXpLBTAC6z3bnwbqMbC3m5g6het8p6UpOVhMCMLbLs7 eaZz7K+mWZCJpnexVzvI6TGXLsZQJXZBhPN14DVx14gzRyc/yuMjLZDVV6DURp87qZ Gsj0yBfgEvtCzTfeGP5rGwGFzRazsAxMjH1rjE9M=
Date: Mon, 11 Nov 2019 18:09:11 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2b472c-6ef425@github.com>
Subject: [quicwg/base-drafts] 6ef425: Script updating gh-pages from 1bc2ffea. [ci skip]
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/uZXxu199LVcSt0TOMOK2b88aWLE>
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, 12 Nov 2019 02:09:14 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6ef425220733ed5accedb28c5f1418e7fd4b2d70
      https://github.com/quicwg/base-drafts/commit/6ef425220733ed5accedb28c5f1418e7fd4b2d70
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M ianswett-min-rtt/draft-ietf-quic-http.html
    M ianswett-min-rtt/draft-ietf-quic-http.txt
    M ianswett-min-rtt/draft-ietf-quic-invariants.html
    M ianswett-min-rtt/draft-ietf-quic-invariants.txt
    M ianswett-min-rtt/draft-ietf-quic-qpack.html
    M ianswett-min-rtt/draft-ietf-quic-qpack.txt
    M ianswett-min-rtt/draft-ietf-quic-recovery.html
    M ianswett-min-rtt/draft-ietf-quic-recovery.txt
    M ianswett-min-rtt/draft-ietf-quic-tls.html
    M ianswett-min-rtt/draft-ietf-quic-tls.txt
    M ianswett-min-rtt/draft-ietf-quic-transport.html
    M ianswett-min-rtt/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 1bc2ffea. [ci skip]



From nobody Mon Nov 11 18:43:27 2019
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 79189120115 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:43:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 Rvrx_qUb5kNb for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:43:25 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2BA83120110 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:43:25 -0800 (PST)
Date: Mon, 11 Nov 2019 18:43:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573526604; bh=i9VJWlzmABFPxJzAQvhmzpjhFKF+kYlyAJ/MpkB9tWc=; h=Date:From:To:Subject:From; b=ZSrrp5niCjVtqQdz52xBi5LALjjNjX+YTidR/c8FtmnaO9X97tUBn+2+XapAtilE8 6K3bN3t8IHP6iJ5a/qQ2s0FJVsAJC9bd6MvTZxGi9MnPm/okpFSecxKCGHetAdTBTO gAlrg9RD5HZJSn4ummc+HeJFeeWNB4fTvmByaNEM=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/474291-4cf3ff@github.com>
Subject: [quicwg/base-drafts] 4cf3ff: Update draft-ietf-quic-transport.md
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/Mm1PFowYPJ9z5RkyZkfwz26glrg>
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, 12 Nov 2019 02:43:26 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4cf3ff91650a1731e37acd8dc50c4855acae0718
      https://github.com/quicwg/base-drafts/commit/4cf3ff91650a1731e37acd8dc50c4855acae0718
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

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

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



From nobody Mon Nov 11 18:43:36 2019
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 7839D120115 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:43:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8aLGLfO1COzQ for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:43:34 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E628F120047 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:43:33 -0800 (PST)
Date: Mon, 11 Nov 2019 18:43:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573526613; bh=QUILORXRj96u0s35xoBc/cclByA0W6VAPwLUg5eSz/4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K5bjgbVp+2V7km1f7fvN2t8cWgyX2GOCP6Oo/8c2iRrB+JQiq6/6VGMvMPmb0NaX2 25GhZHVMhkzaDngxkfAmYYgMzUko61nEfQah4SeEL59pBqNIEiHwtR4Q2zOaI1Dolw glUPP9IpBt3t0i9rL7Pzxvqo8xztNfg5EuHjNimw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4261861142@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca1c55cbe1_246a3f8b018cd9642454fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wwUoRR1GV2EzRl-VBq0M7YayjEI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 02:43:35 -0000

----==_mimepart_5dca1c55cbe1_246a3f8b018cd9642454fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

4cf3ff91650a1731e37acd8dc50c4855acae0718  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/474291a1da6b83e72105de556fa4ec4bd9fce39a..4cf3ff91650a1731e37acd8dc50c4855acae0718

----==_mimepart_5dca1c55cbe1_246a3f8b018cd9642454fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4cf3ff91650a1731e37acd8dc50c4855acae0718">4cf3ff9</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/474291a1da6b83e72105de556fa4ec4bd9fce39a..4cf3ff91650a1731e37acd8dc50c4855acae0718?email_source=notifications&amp;email_token=AFTOJKZLHGJ7NNN577EBCQ3QTIJ5LA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGEYTIMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK56IYUY2JIUSR6AK4DQTIJ5LANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ3SS5IMBZGLQHM3LLQTIJ5LA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGEYTIMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/474291a1da6b83e72105de556fa4ec4bd9fce39a..4cf3ff91650a1731e37acd8dc50c4855acae0718?email_source=notifications\u0026email_token=AFTOJKZLHGJ7NNN577EBCQ3QTIJ5LA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGEYTIMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/474291a1da6b83e72105de556fa4ec4bd9fce39a..4cf3ff91650a1731e37acd8dc50c4855acae0718?email_source=notifications\u0026email_token=AFTOJKZLHGJ7NNN577EBCQ3QTIJ5LA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGEYTIMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca1c55cbe1_246a3f8b018cd9642454fe--


From nobody Mon Nov 11 18:44:50 2019
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 80047120110 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:44:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 Pf0uUOu6VdBt for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:44:46 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DE1D3120047 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:44:45 -0800 (PST)
Date: Mon, 11 Nov 2019 18:44:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573526685; bh=wR2AvAkoaoLzdaH29F9PbMvQ/nAwkpxxfEM56WNOI+4=; h=Date:From:To:Subject:From; b=DM1fAn4xYxSqcf5VPENZQNLW5uubxTgBaBwLiWvB3c8sqOsG/HFK0OezrfGOHEeRX +/MXL5up63bRE0CSt9xV+i4JgwEfXb5mTMMtfRJ/QYU4xFee3Sbu8lJgPfpOTCYgBQ a+7pkMFldjX8F5cUuG+P62PbwMoRXWnfiFtXhAZw=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-invalid-token/4cf3ff-1396f0@github.com>
Subject: [quicwg/base-drafts] 1396f0: Update draft-ietf-quic-transport.md
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/xSC-wMZQaPoyELiMaX2QcJT0jyg>
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, 12 Nov 2019 02:44:49 -0000

  Branch: refs/heads/ianswett-invalid-token
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1396f0742e572a6740a05c26cc92cc9deda8799a
      https://github.com/quicwg/base-drafts/commit/1396f0742e572a6740a05c26cc92cc9deda8799a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

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

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



From nobody Mon Nov 11 18:44:59 2019
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 A068D120115 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:44:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3ZIeT6QYsXcw for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:44:55 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FE71120110 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:44:55 -0800 (PST)
Date: Mon, 11 Nov 2019 18:44:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573526694; bh=PURrPIsxwban4GATHeG58669974+5fj5Yy80xFFhPb4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Za6XLDbMY1vgZkBKzjA8rAwnyR83yj/y8QgujB4KsMkk93Pw7+ZIJ/6YNzCKPWA57 7R3tYVpNd/b6nuM45bEC8UoZ6Ui16pSxOeAIx38iEAfq82Qd0WstIV2NSMpFjfyTaJ O1RlGBF4bMkv9pi6Pu08Q+bSj/VcKpOKNwuS57Io=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/push/4261864447@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca1ca69d608_4ba13ff0ad2cd96c39312f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9mUvLV_yROcgJMjsK56JMDsd5lk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 02:44:58 -0000

----==_mimepart_5dca1ca69d608_4ba13ff0ad2cd96c39312f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

1396f0742e572a6740a05c26cc92cc9deda8799a  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107/files/4cf3ff91650a1731e37acd8dc50c4855acae0718..1396f0742e572a6740a05c26cc92cc9deda8799a

----==_mimepart_5dca1ca69d608_4ba13ff0ad2cd96c39312f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1396f0742e572a6740a05c26cc92cc9deda8799a">1396f07</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3107/files/4cf3ff91650a1731e37acd8dc50c4855acae0718..1396f0742e572a6740a05c26cc92cc9deda8799a?email_source=notifications&amp;email_token=AFTOJK24NXLYELGHWAGCX7DQTIKCNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGQ2DINY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4SQA6VJNAKJV6M3GDQTIKCNANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ3FIX4KHZ6XDU7RZ3QTIKCNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGQ2DINY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107/files/4cf3ff91650a1731e37acd8dc50c4855acae0718..1396f0742e572a6740a05c26cc92cc9deda8799a?email_source=notifications\u0026email_token=AFTOJK24NXLYELGHWAGCX7DQTIKCNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGQ2DINY",
"url": "https://github.com/quicwg/base-drafts/pull/3107/files/4cf3ff91650a1731e37acd8dc50c4855acae0718..1396f0742e572a6740a05c26cc92cc9deda8799a?email_source=notifications\u0026email_token=AFTOJK24NXLYELGHWAGCX7DQTIKCNA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSMBTHAYTCMKQOVZWQIZUGI3DCOBWGQ2DINY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca1ca69d608_4ba13ff0ad2cd96c39312f--


From nobody Mon Nov 11 18:45:35 2019
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 4D80B120113 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:45:33 -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 28WqTkJWx0bj for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:45:32 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDFCE120047 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:45:31 -0800 (PST)
Date: Mon, 11 Nov 2019 18:45:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573526731; bh=RVHRV9QnL9x1Ac4RYRPgl3gOvyB0BrVoX5wrScvVCBg=; h=Date:From:To:Subject:From; b=NSMK8bbbw55gs2IXEplRsgiqGCou8R0XVxiUZ/T1Ex7hyP8K8WFfVI5++tjRpwnPQ 3Q+jadMYf6pbdNLSPgfzjkXObygnCTpTOBq0IpgknOduxxj+VjgF0zqE04YB971Z1f 2IR8zSknxJ78apq60Xb8RbiSLCKxjWVsLcY8MMko=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6ef425-f445a9@github.com>
Subject: [quicwg/base-drafts] f445a9: Script updating gh-pages from 1396f074. [ci skip]
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/5l_81BemLrARX-iUnSjDemZaVcs>
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, 12 Nov 2019 02:45:34 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f445a99ed2603013d59b533be82742e3cecd3dc4
      https://github.com/quicwg/base-drafts/commit/f445a99ed2603013d59b533be82742e3cecd3dc4
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M ianswett-invalid-token/draft-ietf-quic-transport.html
    M ianswett-invalid-token/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 1396f074. [ci skip]



From nobody Mon Nov 11 18:54:54 2019
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 22959120110 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:54:52 -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 LQBwCAKSCQrj for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:54:50 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE1DF120041 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:54:50 -0800 (PST)
Date: Mon, 11 Nov 2019 18:54:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573527289; bh=OZHNLRfYnih0dqyBVXd8s5Ssyp0p2ACetyVw40ibKlM=; h=Date:From:To:Subject:From; b=SXngdSSQ8WIE7jinG1GQ+hGA1VLW1UllLJDkXeum2Cu3XB4S04Ufh79A5teBA0A1m RsZ8PV98WMbu5Z4i3ZKFJ/P/wDNcl2aJOa7lIjq8pS9HsiQiAVdBolLc/nIp602HaY b32q24SrYF21W5u5FDK8gs52rNUKZlVutHMJBbI0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/really-really-dont-1rtt-early/000000-2ff0f2@github.com>
Subject: [quicwg/base-drafts] 2ff0f2: No reading of 1-RTT before the handshake is complete
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/vHJWPfn4OthrquNFnBtge_2kmjI>
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, 12 Nov 2019 02:54:52 -0000

  Branch: refs/heads/really-really-dont-1rtt-early
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2ff0f2bccca8f6271a133a278a0496be5be144f7
      https://github.com/quicwg/base-drafts/commit/2ff0f2bccca8f6271a133a278a0496be5be144f7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  No reading of 1-RTT before the handshake is complete

We really mean it.

The effect of #3159 has been to shame some implementations into the
right behaviour, but on reviewing this section, it really was
unambiguous.  This tweaks the text slightly and adds a cautionary note,
but it is otherwise unchanged other than a few editorial tweaks.

Closes #3159.



From nobody Mon Nov 11 18:55:25 2019
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 07CED120110 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:55:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XNifrJyekgS8 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:55:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D89AB120041 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:55:21 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 01445660031 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:55:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573527321; bh=kevGddS/P0z8Dn4Zck69bTBY2TDNyICBSwPrSgXE07o=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ile8mq1LHtsunwFp7zridOrVECRb/MJQnNLsIcr9XOW9gJN61ipfjq6Ct+3NzkFB9 0ssAPKTipCGkFPYenqnhCxQiGYyREJQCMheiCEug5cfUfLAFQZ9/kQeXJ9G4oqUTCU ref0qinlIGwlkhVTTZa55UhkM6ks1JiWfkUGUP5k=
Date: Mon, 11 Nov 2019 18:55:20 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5H5SBE4X2IYSEB6BF325IZREVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224@github.com>
Subject: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca1f18e647c_23fb3fc7fb2cd960375039"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zkLBv7U0dPP54s5YtHCxIKLKOHc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 02:55:24 -0000

----==_mimepart_5dca1f18e647c_23fb3fc7fb2cd960375039
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

We really REALLY mean it.

The effect of #3159 has been to shame some implementations into the
right behaviour, but on reviewing this section, it really was
unambiguous.  This tweaks the text slightly and adds a cautionary note,
but it is otherwise unchanged other than a few editorial tweaks.

Closes #3159.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3224

-- Commit Summary --

  * No reading of 1-RTT before the handshake is complete

-- File Changes --

    M draft-ietf-quic-tls.md (35)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3224.patch
https://github.com/quicwg/base-drafts/pull/3224.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224

----==_mimepart_5dca1f18e647c_23fb3fc7fb2cd960375039
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>We really REALLY mean it.</p>
<p>The effect of <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513227726" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3159" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3159/hovercard" href="https://github.com/quicwg/base-drafts/issues/3159">#3159</a> has been to shame some implementations into the<br>
right behaviour, but on reviewing this section, it really was<br>
unambiguous.  This tweaks the text slightly and adds a cautionary note,<br>
but it is otherwise unchanged other than a few editorial tweaks.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3159.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513227726" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3159" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3159/hovercard" href="https://github.com/quicwg/base-drafts/issues/3159">#3159</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3224'>https://github.com/quicwg/base-drafts/pull/3224</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>No reading of 1-RTT before the handshake is complete</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3224/files#diff-0">draft-ietf-quic-tls.md</a>
    (35)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3224.patch'>https://github.com/quicwg/base-drafts/pull/3224.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3224.diff'>https://github.com/quicwg/base-drafts/pull/3224.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK4VM5UZFJUCOWUVR23QTILJRA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSL5PQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7RC7EL4XFK2PJ3V4DQTILJRANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK72SWZDUL6FIRFNJSLQTILJRA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSL5PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4VM5UZFJUCOWUVR23QTILJRA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSL5PQ",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4VM5UZFJUCOWUVR23QTILJRA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSL5PQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca1f18e647c_23fb3fc7fb2cd960375039--


From nobody Mon Nov 11 18:55:36 2019
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 56382120110 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:55:34 -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 dyIfFhMb2TWl for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 18:55:33 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2874120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:55:32 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 325F5C60A01 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 18:55:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573527332; bh=FATl7Exn4MiRQD0Aije05PSPNgj/TmVH9oM/Jo+27tI=; h=Date:From:To:Subject:From; b=NS1vajbdV45zJZEMf8HRiP5O3zE9xx9eNBwkNAB/b5wzQmGwm/nN0Y8AZYrp9RK2y +q3G4vcWBRo9MeYuFHS5v3b5XK665x5/ATfPtYYz9F9fRZKQqqG/fLnxKDvUSQ8wFP M3YVu2ZvKpCHUegy5cyR974uc64ScObM1UjZeSGo=
Date: Mon, 11 Nov 2019 18:55:32 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f445a9-608d2e@github.com>
Subject: [quicwg/base-drafts] 608d2e: Script updating gh-pages from 2ff0f2bc. [ci skip]
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/iln_Ic3iS57Hn3SULxImW9wZZb8>
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, 12 Nov 2019 02:55:34 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 608d2e8471c579b40a18042d0430913aac8388dc
      https://github.com/quicwg/base-drafts/commit/608d2e8471c579b40a18042d0430913aac8388dc
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A really-really-dont-1rtt-early/draft-ietf-quic-http.html
    A really-really-dont-1rtt-early/draft-ietf-quic-http.txt
    A really-really-dont-1rtt-early/draft-ietf-quic-invariants.html
    A really-really-dont-1rtt-early/draft-ietf-quic-invariants.txt
    A really-really-dont-1rtt-early/draft-ietf-quic-qpack.html
    A really-really-dont-1rtt-early/draft-ietf-quic-qpack.txt
    A really-really-dont-1rtt-early/draft-ietf-quic-recovery.html
    A really-really-dont-1rtt-early/draft-ietf-quic-recovery.txt
    A really-really-dont-1rtt-early/draft-ietf-quic-tls.html
    A really-really-dont-1rtt-early/draft-ietf-quic-tls.txt
    A really-really-dont-1rtt-early/draft-ietf-quic-transport.html
    A really-really-dont-1rtt-early/draft-ietf-quic-transport.txt
    A really-really-dont-1rtt-early/index.html

  Log Message:
  -----------
  Script updating gh-pages from 2ff0f2bc. [ci skip]



From nobody Mon Nov 11 19:40:40 2019
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 E4D1F12002F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:40:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 g3XL4GiNvInc for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:40:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 859021200A4 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:40:36 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id BDB28660924 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:40:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530035; bh=+tVKTPRf0eMGHIQDTnjXUB0QpJfwu2d+If9R52x4Lzc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2B5aLgWoO0Mgj8TmD76uR2yRWwLTL+Bjnzd8aHV8p1sk1PMnqAuF7y5Gqp49lAtiW WI93Upi9Jz92/Z3CdeSnTm9yPJgCxf7mguBcoLTs7/574OYKLf6b+edUTr6QZN4WDD 9PdOZ/sdUq4tflZPnvdUTb5LOepRd1zx3/kr14rY=
Date: Mon, 11 Nov 2019 19:40:35 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2BK4P2IVW2QXPCRKV325ODHEVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/review/315278261@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca29b3ae8a2_24493fc7fb2cd96065921a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J0_M1QwvKZURi_1WDrIKEdQxdJQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 03:40:39 -0000

----==_mimepart_5dca29b3ae8a2_24493fc7fb2cd96065921a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.

I agree that this solves the issue **IF** implementations adhere to the spec.

A change of the key schedule that would make it impossible to use 1-RTT keys before the completion of the handshake would still be my preferred solution of this issue. I'm not sure if this isn't out of scope though.

>  - Any received 0-RTT data that the server responds to might be due to a replay
-attack.
-
-Therefore, the server's use of 1-RTT keys is limited before the handshake is
-complete.  A server MUST NOT process data from incoming 1-RTT
-protected packets before the TLS handshake is complete.  Because
-sending acknowledgments indicates that all frames in a packet have been
-processed, a server cannot send acknowledgments for 1-RTT packets until the
-TLS handshake is complete.  Received packets protected with 1-RTT keys MAY be
-stored and later decrypted and used once the handshake is complete.
+  attack.
+
+Therefore, the server's use of 1-RTT keys MUST be limited to sending data before
+the handshake is complete.  A server MUST NOT process data from incoming 1-RTT

Why not: "A server MUST NOT process incoming 1-RTT protected packets"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#pullrequestreview-315278261
----==_mimepart_5dca29b3ae8a2_24493fc7fb2cd96065921a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<p>I agree that this solves the issue <strong>IF</strong> implementations adhere to the spec.</p>
<p>A change of the key schedule that would make it impossible to use 1-RTT keys before the completion of the handshake would still be my preferred solution of this issue. I'm not sure if this isn't out of scope though.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3224#discussion_r345004557">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  - Any received 0-RTT data that the server responds to might be due to a replay
-attack.
-
-Therefore, the server&#39;s use of 1-RTT keys is limited before the handshake is
-complete.  A server MUST NOT process data from incoming 1-RTT
-protected packets before the TLS handshake is complete.  Because
-sending acknowledgments indicates that all frames in a packet have been
-processed, a server cannot send acknowledgments for 1-RTT packets until the
-TLS handshake is complete.  Received packets protected with 1-RTT keys MAY be
-stored and later decrypted and used once the handshake is complete.
+  attack.
+
+Therefore, the server&#39;s use of 1-RTT keys MUST be limited to sending data before
+the handshake is complete.  A server MUST NOT process data from incoming 1-RTT
</pre>
<p>Why not: "A server MUST NOT process incoming 1-RTT protected packets"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK7IP2E22HV4EBJWN7DQTIQTHA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFMHNI#pullrequestreview-315278261">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2RFHZAPUZ4E7LFGMTQTIQTHANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2S7QKOL5YD4WIFPTLQTIQTHA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFMHNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK7IP2E22HV4EBJWN7DQTIQTHA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFMHNI#pullrequestreview-315278261",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK7IP2E22HV4EBJWN7DQTIQTHA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFMHNI#pullrequestreview-315278261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca29b3ae8a2_24493fc7fb2cd96065921a--


From nobody Mon Nov 11 19:51:29 2019
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 7434512002F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:51:27 -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 2FCVo8VeYfHq for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:51:25 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A99A1200C3 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:51:12 -0800 (PST)
Date: Mon, 11 Nov 2019 19:51:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530671; bh=sIwawDQL9wqMhhgmKw0wlerBpLvfFVIuKEgTFB6ZtGM=; h=Date:From:To:Subject:From; b=IVyXZ+raRAlkB/H2WzNuLI4GuQn93+Mr0eTBszSk4mk/FazkCOU00EasFhpblArrb R4/k4pByo0bH0eH+WbcGA03oT4F0D+49+xtu5wOzj3EgbUv6/tYat1d6o71B+LF9dG hxOjriIBrKEjT57hK8OF2cotSLqdYhCgiMKMkDJc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/life/000000-7a1bfb@github.com>
Subject: [quicwg/base-drafts] 7a1bfb: A day in the life
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/CuRsLa7GMTuXJwORqqJK4TKm7lQ>
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, 12 Nov 2019 03:51:28 -0000

  Branch: refs/heads/life
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7a1bfb73f425696b0eefbb36d94c5f24bef6fabb
      https://github.com/quicwg/base-drafts/commit/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  A day in the life

...and now we know how many holes it takes to fill the Albert Hall.

This section has existed for a long time as "TBD".  No longer.  It also
takes the opportunity to explain a little bit about what 0-RTT is for.

Closes #2856.
Closes #2843.



From nobody Mon Nov 11 19:52:00 2019
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 AE2891200C4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:51:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xKVLPE9npsyB for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:51:57 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5246F12002F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:51:34 -0800 (PST)
Date: Mon, 11 Nov 2019 19:51:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530693; bh=WJ8lps9W0DP3X+N6lrueR1iWoxwN7i2U0bXptOZW6K0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=107sddbeJFwVpmfTmmgXse1d015+g5vY+KH1nxG9v52nkThxjUPEdZxvXZ+j0njjg U//04Kefr0v6xIWXMIEKkw26o1mS15Y4OhWmq3o9tXcsdiWyKRUHZlsQwix19Jum3n qdF0BTZG3l4nXtwF7S7njRRV2KzolK0vnQmNSFVg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYAJVHZPKQNNGF2RFN325PMLEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225@github.com>
Subject: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca2c4568357_66d03f87574cd95c548825"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hmdKdFR0kIThxY2XixHkzhQZtiY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 03:51:59 -0000

----==_mimepart_5dca2c4568357_66d03f87574cd95c548825
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

...and now we know how many holes it takes to fill the Albert Hall.

This section has existed for a long time as &quot;TBD&quot;.  No longer.  It also
takes the opportunity to explain a little bit about what 0-RTT is for.

Closes #2856.
Closes #2843.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3225

-- Commit Summary --

  * A day in the life

-- File Changes --

    M draft-ietf-quic-transport.md (48)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3225.patch
https://github.com/quicwg/base-drafts/pull/3225.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225

----==_mimepart_5dca2c4568357_66d03f87574cd95c548825
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>...and now we know how many holes it takes to fill the Albert Hall.</p>
<p>This section has existed for a long time as "TBD".  No longer.  It also<br>
takes the opportunity to explain a little bit about what 0-RTT is for.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2856.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="461773348" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2856" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2856/hovercard" href="https://github.com/quicwg/base-drafts/issues/2856">#2856</a>.<br>
<span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2843.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="460552043" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2843" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2843/hovercard" href="https://github.com/quicwg/base-drafts/issues/2843">#2843</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3225'>https://github.com/quicwg/base-drafts/pull/3225</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>A day in the life</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3225/files#diff-0">draft-ietf-quic-transport.md</a>
    (48)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3225.patch'>https://github.com/quicwg/base-drafts/pull/3225.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3225.diff'>https://github.com/quicwg/base-drafts/pull/3225.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK7FHDRRUEELY5545ITQTIR4LA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTB7Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5KQY2JPZCYWQ6DI3LQTIR4LANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6USPBFWYTHIII4FBLQTIR4LA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTB7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7FHDRRUEELY5545ITQTIR4LA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTB7Q",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7FHDRRUEELY5545ITQTIR4LA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTB7Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca2c4568357_66d03f87574cd95c548825--


From nobody Mon Nov 11 19:52:08 2019
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 4CB0F12002F for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:52:03 -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 UIhUANPeUtzw for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:52:01 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 484851200C3 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:51:57 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 69E746A018B for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:51:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530716; bh=cxaELzAZPjBCKoanTLtQ9PpTlq+TTr74ddyDMTaL6Co=; h=Date:From:To:Subject:From; b=t9DtMSc1fMudP9uLbC4crZXeoFXhhuwTJ2KRZFkEwzrhstL4HscZMzxZXAl5oUHvk sMGxtIOdiS4+q7p6OD2FtUHxZY77UjEgmJyoJxQUyOiGgmPfq7o6KNEUTQN7iEXMLN X4W5GmAGcnciCWdhXDsjUUnLLrEf/DG52hSXkE0w=
Date: Mon, 11 Nov 2019 19:51:56 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/608d2e-105349@github.com>
Subject: [quicwg/base-drafts] 105349: Script updating gh-pages from 7a1bfb73. [ci skip]
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/dpSY39it3hh6DFgWLODZ6erJB7s>
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, 12 Nov 2019 03:52:03 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 105349f839c71776d12ed860fc29d7d1d3c76fe5
      https://github.com/quicwg/base-drafts/commit/105349f839c71776d12ed860fc29d7d1d3c76fe5
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A life/draft-ietf-quic-http.html
    A life/draft-ietf-quic-http.txt
    A life/draft-ietf-quic-invariants.html
    A life/draft-ietf-quic-invariants.txt
    A life/draft-ietf-quic-qpack.html
    A life/draft-ietf-quic-qpack.txt
    A life/draft-ietf-quic-recovery.html
    A life/draft-ietf-quic-recovery.txt
    A life/draft-ietf-quic-tls.html
    A life/draft-ietf-quic-tls.txt
    A life/draft-ietf-quic-transport.html
    A life/draft-ietf-quic-transport.txt
    A life/index.html

  Log Message:
  -----------
  Script updating gh-pages from 7a1bfb73. [ci skip]



From nobody Mon Nov 11 19:55:14 2019
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 1FDE31200D6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:55:13 -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 YLZCz8VLj-33 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:55:11 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 109CA12002F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:55:10 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 6AAF1A0855 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:55:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530909; bh=d4FRP2uD18c+1CMdMURW35nmzO9rdvBOCf9lRy9eizE=; h=Date:From:To:Subject:From; b=YplORWq+aBU4D2b2g+KaXyoqVrw0eeTp1FLnMJnbxR10fraY2qKSSnqjASOkbRl4s rxjRbj4FnATJmRSQsovHHsCHvmXRKmJuwa5VD2knxlgUx+rMW8TZsooihLooBrBAiK rnell9UgpX2giJPw77zd9+c5K6J3zdbaPKNN0P7Y=
Date: Mon, 11 Nov 2019 19:55:09 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/resetting/000000-9112fd@github.com>
Subject: [quicwg/base-drafts] 9112fd: Clearer text for application errors
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/FUQvj48YdzB608zCSwxLnGHEJJg>
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, 12 Nov 2019 03:55:13 -0000

  Branch: refs/heads/resetting
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb
      https://github.com/quicwg/base-drafts/commit/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Clearer text for application errors

This cribs Lucas' proposed tweak and makes a few other tiny adjustments.

Closes #2850.



From nobody Mon Nov 11 19:55:36 2019
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 83AFC1200C3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:55:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JGAqpavOLP4k for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:55:32 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21B6912002F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:55:31 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id CEC9B1C07EE for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:55:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530929; bh=1FgPGTnM/7K3Cf1T6Fwm9sF2Ejqq5EyFBzS8HHmf2GU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DEVcWRdKGQ27NOZWFMoPkG0pB1gzRkqN/U0srWNcQik2cD95osyykzrROEqChVwU5 CBJ9frYcsWa0iIEPX50BUB0A0Vfd2Zv0qOka7CzNHKCwp098bSOnwwENhNyK8wk82P c10BXN83vZ/I4Mp+ymYYqYjxCFD0skoN6QvPDV00=
Date: Mon, 11 Nov 2019 19:55:29 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4D5EIGKXTK6LQ2IUN325P3DEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226@github.com>
Subject: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca2d31c0ad0_79483fea3cacd968316768"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7iBrZKCOq66uq3eH8Cz96eefI4Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 03:55:35 -0000

----==_mimepart_5dca2d31c0ad0_79483fea3cacd968316768
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This cribs Lucas&#39; proposed tweak and makes a few other tiny adjustments.

Closes #2850.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3226

-- Commit Summary --

  * Clearer text for application errors

-- File Changes --

    M draft-ietf-quic-transport.md (16)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3226.patch
https://github.com/quicwg/base-drafts/pull/3226.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226

----==_mimepart_5dca2d31c0ad0_79483fea3cacd968316768
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This cribs Lucas' proposed tweak and makes a few other tiny adjustments.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2850.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="461002719" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2850" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2850/hovercard" href="https://github.com/quicwg/base-drafts/issues/2850">#2850</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3226'>https://github.com/quicwg/base-drafts/pull/3226</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clearer text for application errors</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3226/files#diff-0">draft-ietf-quic-transport.md</a>
    (16)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3226.patch'>https://github.com/quicwg/base-drafts/pull/3226.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3226.diff'>https://github.com/quicwg/base-drafts/pull/3226.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK3TVN3RUBAQXGCPCJLQTISLDA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTQKA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2NZ3NLQSOLXSVPFZTQTISLDANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4AUEBT4VNXSIRJDLDQTISLDA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTQKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK3TVN3RUBAQXGCPCJLQTISLDA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTQKA",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK3TVN3RUBAQXGCPCJLQTISLDA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYSTQKA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca2d31c0ad0_79483fea3cacd968316768--


From nobody Mon Nov 11 19:56:06 2019
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 58486120104 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:56:05 -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 yfgRAaE-dwgH for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:56:04 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F7641200C3 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:55:59 -0800 (PST)
Date: Mon, 11 Nov 2019 19:55:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530958; bh=eX/5Yc3uqpJbDcjGybsERmyV5x2tGx4fJxUeNw8cPNI=; h=Date:From:To:Subject:From; b=R42ThTXr5mXEdzNjbf3k8ZDeL4ACWVJj1BYQXLjB/LSgNveGbQHoCA5rrkKRYVyDC 91joddPCLffDZZfr0hlgRnlHdANRRH3hKv1oZEP54WN2kLfC15cc+j9ybtuu5Kxa9G XsBRwk5lbI4R2+23XZ3rLcrGwGmvqPt24dxQawOM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/105349-449283@github.com>
Subject: [quicwg/base-drafts] 449283: Script updating gh-pages from 9112fd7f. [ci skip]
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/HD4mcvD8ApAdu8qQV3uTVVLlhmI>
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, 12 Nov 2019 03:56:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 449283b4931cfcfe94be732987c8050f2657f60e
      https://github.com/quicwg/base-drafts/commit/449283b4931cfcfe94be732987c8050f2657f60e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A resetting/draft-ietf-quic-http.html
    A resetting/draft-ietf-quic-http.txt
    A resetting/draft-ietf-quic-invariants.html
    A resetting/draft-ietf-quic-invariants.txt
    A resetting/draft-ietf-quic-qpack.html
    A resetting/draft-ietf-quic-qpack.txt
    A resetting/draft-ietf-quic-recovery.html
    A resetting/draft-ietf-quic-recovery.txt
    A resetting/draft-ietf-quic-tls.html
    A resetting/draft-ietf-quic-tls.txt
    A resetting/draft-ietf-quic-transport.html
    A resetting/draft-ietf-quic-transport.txt
    A resetting/index.html

  Log Message:
  -----------
  Script updating gh-pages from 9112fd7f. [ci skip]



From nobody Mon Nov 11 19:56:12 2019
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 7E3B4120104 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:56:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 io1FOlvsHvml for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 19:56:06 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA3FE120129 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 19:56:06 -0800 (PST)
Date: Mon, 11 Nov 2019 19:56:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573530965; bh=PsFncQQSx2wbdULAR0WuXKwYXf1nT737s6CDnu2jz2g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qCDqrNLnC9zEuqhdMwT8YBzv1VUk7peu5EIyjFI6b//kvGv8Fxr8RqpwxFK19fJRS wmYADTQbId6If+2JkdTCstJ8haeQAsEcWsQi781Riq0zWYc35I5TlhlgGhjQyVKCty txl8ESs34Q98MxNZjzDLud2jZ90bjoldlt62Gn1I=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3PKNCET3EJQPXJFRF325P5LEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315282317@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca2d55dcf31_4a833fe2118cd95c248127"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1xpQGP19rtVrSLEDMkWHjcNHYws>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 03:56:09 -0000

----==_mimepart_5dca2d55dcf31_4a833fe2118cd95c248127
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.

I noticed you didn't write anything about Retry. Was that intentional?

> -suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an
+application protocol exchanges information.
+
+Each connection starts with an handshake phase, during which client and server

s/an/a

> -validation that shows up later, and explain why these two mechanisms are
-required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an

s/is/are?

> +handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
+
+For connections that are no longer needed or desired, there are several ways for
+a client and server to agree to remove connection state ({{termination}}).

This paragraph feels incomplete. What are those different ways? Are you referring to silent close vs. immediate close?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315282317
----==_mimepart_5dca2d55dcf31_4a833fe2118cd95c248127
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<p>I noticed you didn't write anything about Retry. Was that intentional?</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345007589">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
---&gt;
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an
+application protocol exchanges information.
+
+Each connection starts with an handshake phase, during which client and server
</pre>
<p>s/an/a</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345007632">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -validation that shows up later, and explain why these two mechanisms are
-required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
---&gt;
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an
</pre>
<p>s/is/are?</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345007955">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
+
+For connections that are no longer needed or desired, there are several ways for
+a client and server to agree to remove connection state ({{termination}}).
</pre>
<p>This paragraph feels incomplete. What are those different ways? Are you referring to silent close vs. immediate close?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK2TDD4GKQU5JTAK64LQTISNLA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFNHDI#pullrequestreview-315282317">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZBA3Q2Y2TKWGFRISTQTISNLANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK336ST2M3GMSCHE3ATQTISNLA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFNHDI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK2TDD4GKQU5JTAK64LQTISNLA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFNHDI#pullrequestreview-315282317",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK2TDD4GKQU5JTAK64LQTISNLA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFNHDI#pullrequestreview-315282317",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca2d55dcf31_4a833fe2118cd95c248127--


From nobody Mon Nov 11 20:14:16 2019
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 D8DC91200C3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:14:14 -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 6sogzyxdZFHH for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:14:13 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AD1212002F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:14:13 -0800 (PST)
Date: Mon, 11 Nov 2019 20:14:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573532052; bh=LuTIRZdBsbceIVByj+nXdW7cOa9knIO2z3luPwxqnpM=; h=Date:From:To:Subject:From; b=lCGqrfzSlBKLr1IG2XSLYdO6J/4EVwizitfxo3ACsPCJ2UxmqU/bhsrMKtco2JLzU 3Gasmv5koquoqF9DC30OvN28ObXN6sD8LzrB7/DES2/Oljr/FQ3t53VrGJ0vsykT43 ypbm1cOi5tm4fS9ln54VyyaiywdfqrJ2RCfJkKBE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/where-art-thou-frame/000000-4ae0c6@github.com>
Subject: [quicwg/base-drafts] 4ae0c6: Summarize where frames can be used
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/16E54uYH6pfSw-tyWY2Nbrepjho>
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, 12 Nov 2019 04:14:15 -0000

  Branch: refs/heads/where-art-thou-frame
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4ae0c600314c9e2e783b855b97c0c9f368ea05bb
      https://github.com/quicwg/base-drafts/commit/4ae0c600314c9e2e783b855b97c0c9f368ea05bb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Summarize where frames can be used

It's still slightly odd where we have this setup between TLS and
transport, but it seems like replicating the information might work.

Closes #2721.



From nobody Mon Nov 11 20:14:57 2019
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 D95D61200C3 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:14:56 -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 Ncj7uzsOBSdq for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:14:55 -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 A531712002F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:14:55 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 31BF5261574 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:14:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573532095; bh=ZTuXrruy2Qvyv9JpqT/wIuIzJ+Hp/1HQMxZN3zwWm9Q=; h=Date:From:To:Subject:From; b=ksQD72bViUqB2nqB9PFmooBV8Mix7EjRLDFpKpOoDAIcNuYAWH5L6Atp4z0Ln2hpd FWxPfKwjO0reRxp0k3/ejqXm83zxAFfR2KqSrICB2KZ0r2CpFO84EYtC9dpMFwRKD4 0ditHHU0eR14bkrcdSo2yY+bU1T1NrEXYv9zwBlk=
Date: Mon, 11 Nov 2019 20:14:54 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/449283-97a606@github.com>
Subject: [quicwg/base-drafts] 97a606: Script updating gh-pages from 4ae0c600. [ci skip]
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/V5SIsI-LEIbOKO3jL7RYlW8X80Y>
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, 12 Nov 2019 04:14:57 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 97a606b9a6ca81a8729313571a396f8a3a3c8637
      https://github.com/quicwg/base-drafts/commit/97a606b9a6ca81a8729313571a396f8a3a3c8637
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A where-art-thou-frame/draft-ietf-quic-http.html
    A where-art-thou-frame/draft-ietf-quic-http.txt
    A where-art-thou-frame/draft-ietf-quic-invariants.html
    A where-art-thou-frame/draft-ietf-quic-invariants.txt
    A where-art-thou-frame/draft-ietf-quic-qpack.html
    A where-art-thou-frame/draft-ietf-quic-qpack.txt
    A where-art-thou-frame/draft-ietf-quic-recovery.html
    A where-art-thou-frame/draft-ietf-quic-recovery.txt
    A where-art-thou-frame/draft-ietf-quic-tls.html
    A where-art-thou-frame/draft-ietf-quic-tls.txt
    A where-art-thou-frame/draft-ietf-quic-transport.html
    A where-art-thou-frame/draft-ietf-quic-transport.txt
    A where-art-thou-frame/index.html

  Log Message:
  -----------
  Script updating gh-pages from 4ae0c600. [ci skip]



From nobody Mon Nov 11 20:59:25 2019
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 5BCC9120113 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:59:24 -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 0lCvLkIaU40G for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:59:23 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E38CB120104 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:59:22 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 1AF596E045A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:59:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573534762; bh=N6u6c+YujXFsmWSK9Z97rJrK+qUAKEk/aJlpy1dUwvc=; h=Date:From:To:Subject:From; b=aZCWSqr2VDxbRUK9yIcETEoiHxIUBrKFOW8TreB5at16U7OfHDjm6QU53eAqMUd6V lR/eaJd6r6ZySWutoGXY16ZAo9U76IB4M9KujrIi/OrHB+VnTfLEpBZgUcDEqk04Xo 3kAf/e78Qp/bD7ksxpRduZEtDE3/NHH4LIHN4ZR4=
Date: Mon, 11 Nov 2019 20:59:22 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/really-really-dont-1rtt-early/2ff0f2-4434e4@github.com>
Subject: [quicwg/base-drafts] 4434e4: Simplify
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/CahQ4s-5IaL7yPZKvma-C8-sl7Q>
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, 12 Nov 2019 04:59:24 -0000

  Branch: refs/heads/really-really-dont-1rtt-early
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4434e4000805050a39011a5c013e8828e3707009
      https://github.com/quicwg/base-drafts/commit/4434e4000805050a39011a5c013e8828e3707009
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Simplify



From nobody Mon Nov 11 20:59:34 2019
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 7E40612011B for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:59:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4_mJwkGrd3Tv for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 20:59:32 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C292C120104 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 20:59:31 -0800 (PST)
Date: Mon, 11 Nov 2019 20:59:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573534770; bh=ZdBhzE6M8TVujrER0sgc98Ysff4JPajAqwdsqmjI4vs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dHdCJIsLwXcOoNImX8iYcgSQeKtaV0nxwtIfoK/cWWNZsTHJEMuc+c5ht5SzIc9GE 8sn3QNw71TJI0NhLv68q3koj9svvBetN/L+gvAHMevc7l6elVKp+j4iF1mhc/2j3ws viu/C04rewayblNjV03XZ4RYa7Xfh6CHzHBZ9g+4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/push/4262164878@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3c32cce91_44f3fe689acd9609078d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fksRtgNBe_FSPOK6sUMa7OjHXGA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 04:59:33 -0000

----==_mimepart_5dca3c32cce91_44f3fe689acd9609078d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

4434e4000805050a39011a5c013e8828e3707009  Simplify


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224/files/2ff0f2bccca8f6271a133a278a0496be5be144f7..4434e4000805050a39011a5c013e8828e3707009

----==_mimepart_5dca3c32cce91_44f3fe689acd9609078d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4434e4000805050a39011a5c013e8828e3707009">4434e40</a>  Simplify</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3224/files/2ff0f2bccca8f6271a133a278a0496be5be144f7..4434e4000805050a39011a5c013e8828e3707009?email_source=notifications&amp;email_token=AFTOJK6J3J3NYOYHAL6FDX3QTIZ3FA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI3DEMJWGQ4DOOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RBVDN7KRDASWB7ALQTIZ3FANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3P37XU7JWJBCYNEOTQTIZ3FA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI3DEMJWGQ4DOOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224/files/2ff0f2bccca8f6271a133a278a0496be5be144f7..4434e4000805050a39011a5c013e8828e3707009?email_source=notifications\u0026email_token=AFTOJK6J3J3NYOYHAL6FDX3QTIZ3FA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI3DEMJWGQ4DOOA",
"url": "https://github.com/quicwg/base-drafts/pull/3224/files/2ff0f2bccca8f6271a133a278a0496be5be144f7..4434e4000805050a39011a5c013e8828e3707009?email_source=notifications\u0026email_token=AFTOJK6J3J3NYOYHAL6FDX3QTIZ3FA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI3DEMJWGQ4DOOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca3c32cce91_44f3fe689acd9609078d4--


From nobody Mon Nov 11 21:00:06 2019
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 14752120113 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:00:05 -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 GPSS1pMKkvE9 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:00:04 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DD17E120104 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:00:03 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 41AF9660069 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:00:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573534803; bh=FdXR8qaQ1GKoVVl/wjt0khyEvaNAgII6hbh9XiCdXkg=; h=Date:From:To:Subject:From; b=Ab7qoDoHkuumCM4/BuSY/yuVmZA+pNS+OO7VUAhNuWjXCNnEn6ZLYarBSaoJ1K1Xb 12euWDCG/l0u0qnBg99KvVfWEBpfEVJK6Qnb9LPBYJyL10vv2c4CUdAnIZQKkgLse1 syDhxebcAmOwzlZOgy6ps9R7gYEPNHKQqna1PsYI=
Date: Mon, 11 Nov 2019 21:00:03 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/97a606-af1a74@github.com>
Subject: [quicwg/base-drafts] af1a74: Script updating gh-pages from 4434e400. [ci skip]
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/qQGoONcLrKTRYw4fPnnYQckQ9vQ>
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, 12 Nov 2019 05:00:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: af1a74d751fc87f72024be5346abae66a01d215f
      https://github.com/quicwg/base-drafts/commit/af1a74d751fc87f72024be5346abae66a01d215f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M really-really-dont-1rtt-early/draft-ietf-quic-tls.html
    M really-really-dont-1rtt-early/draft-ietf-quic-tls.txt

  Log Message:
  -----------
  Script updating gh-pages from 4434e400. [ci skip]



From nobody Mon Nov 11 21:02:51 2019
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 65FAC12011B for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:02:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Mbpk2k_58SZX for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:02:47 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ADFF1120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:02:47 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id D4532A06B7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:02:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573534966; bh=OvV2rDwaH+GiDZ6Z1319rPySaOmxC6braSrGuhVUJeE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Sqv1K+oMxfy8sUiP2XG43rHjwUsPdd1uov92YsYATZKZdsONmB70DK/DuvIl+xs11 ogN4oLY90N4V9fhJvvpsVl0mnqTPTvV1KE4W3Us26jy/pPj4620aMmi8y+71JpAPEv vWJeugphO4XMIR/Hn06TaWhr1jyElsSc4tkplI1I=
Date: Mon, 11 Nov 2019 21:02:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYDVNWAHLNEB6SWSGF325XXNEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315295656@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3cf6c58b5_6e4f3ff1f9ccd96085040"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LgNOxatbXc0NU06SS5U23gdOoLg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:02:49 -0000

----==_mimepart_5dca3cf6c58b5_6e4f3ff1f9ccd96085040
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> -validation that shows up later, and explain why these two mechanisms are
-required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an

I really didn't know which here.  But I think that you are right.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345018357
----==_mimepart_5dca3cf6c58b5_6e4f3ff1f9ccd96085040
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345018357">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -validation that shows up later, and explain why these two mechanisms are
-required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
---&gt;
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) is the primary mechanism by which an
</pre>
<p>I really didn't know which here.  But I think that you are right.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK7IVANEHLU3TEES323QTI2HNA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQPKA#discussion_r345018357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYUB2BSY5YBTCREPFDQTI2HNANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK76GIRKWTNFKIRHIS3QTI2HNA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQPKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7IVANEHLU3TEES323QTI2HNA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQPKA#discussion_r345018357",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7IVANEHLU3TEES323QTI2HNA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQPKA#discussion_r345018357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca3cf6c58b5_6e4f3ff1f9ccd96085040--


From nobody Mon Nov 11 21:03:36 2019
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 9FADE120120 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:03:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lsFEuax-_ev2 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:03:32 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AAE5F120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:03:32 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 044FC661184 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:03:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535012; bh=7H2yRL/1Fg82RfhLJOH/Hwn6x4j2YW8ua2iYkC5R/WE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lqK5R7+DQWfFCQGOjlDXL+TBbWzgXLaLIrHJhTW+YxywqudltPwqPSqCDasUMK1BK rGnrrAlpOl4Np8mxhq+d1Rpy/e/kw8ycqdrcji+DKiTGyfuEf/CGrP0lOYjm/C22Q/ REn1kkk1l00qaayWxhSQWRUj52PEZxMkrojwJtyU=
Date: Mon, 11 Nov 2019 21:03:31 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZOV3NXMUOL527UDV5325X2HEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315295797@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3d23e5fac_6a343ff3166cd95c7644b1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aOWlDbNJ9zo8k6cGVH5P_9vQYcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:03:35 -0000

----==_mimepart_5dca3d23e5fac_6a343ff3166cd95c7644b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> +handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
+
+For connections that are no longer needed or desired, there are several ways for
+a client and server to agree to remove connection state ({{termination}}).

Yeah, I had that in the first cut, but then removed it.  The referenced section has enough information about closing.  It's not super-important to duplicate all that text when it is so succinctly stated later.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345018506
----==_mimepart_5dca3d23e5fac_6a343ff3166cd95c7644b1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345018506">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
+
+For connections that are no longer needed or desired, there are several ways for
+a client and server to agree to remove connection state ({{termination}}).
</pre>
<p>Yeah, I had that in the first cut, but then removed it.  The referenced section has enough information about closing.  It's not super-important to duplicate all that text when it is so succinctly stated later.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK7BDEOIMZ2LLCZVLVTQTI2KHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQQNI#discussion_r345018506">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ETFXE7OBI3FJF3OTQTI2KHANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK624NYN44MZLNG6VY3QTI2KHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7BDEOIMZ2LLCZVLVTQTI2KHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQQNI#discussion_r345018506",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK7BDEOIMZ2LLCZVLVTQTI2KHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFQQNI#discussion_r345018506",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca3d23e5fac_6a343ff3166cd95c7644b1--


From nobody Mon Nov 11 21:03:42 2019
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 3C789120120 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:03:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TyZpQu74m9zE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:03:37 -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 4A45512013F for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:03:37 -0800 (PST)
Date: Mon, 11 Nov 2019 21:03:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535016; bh=FwX8iIDcneUUAvH20kbDmKaNFYCKgSQEKLdx+rz8j+g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K7AMT9SHYVWc8e5ZdRX9O+8ac5699WXuVWFfDNzROP8PkaKqcD+gi16Ga2cuUG3a5 XK8PD0mh3gvEqi2txp5HuaspTyZXPCPMkrlQl3j/bqNzUA68NpQCs3qci0+oH3k6rz sdRa+8o09TZfVKEEng4Rq/fHQeE0YeMIL1bH2Va8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2VBVYC73EU2K5GSV5325X2REVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/c552735538@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3d287fc9e_4aae3fe2118cd95c4438c4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/f6YdjlzrGyB2PQLMpLJeocTthFY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:03:39 -0000

----==_mimepart_5dca3d287fc9e_4aae3fe2118cd95c4438c4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I noticed you didn't write anything about Retry. Was that intentional?

Retry is there, but at one level higher up (`confirms that endpoints are willing to communicate
({{validate-handshake}})`).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#issuecomment-552735538
----==_mimepart_5dca3d287fc9e_4aae3fe2118cd95c4438c4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I noticed you didn't write anything about Retry. Was that intentional?</p>
</blockquote>
<p>Retry is there, but at one level higher up (<code>confirms that endpoints are willing to communicate ({{validate-handshake}})</code>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK5F7P5K5YAVOFX74TDQTI2KRA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZBGMQ#issuecomment-552735538">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2MKQTI4LJJBGKSLU3QTI2KRANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZG3I5NU45SABTP3LQTI2KRA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZBGMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5F7P5K5YAVOFX74TDQTI2KRA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZBGMQ#issuecomment-552735538",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5F7P5K5YAVOFX74TDQTI2KRA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZBGMQ#issuecomment-552735538",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca3d287fc9e_4aae3fe2118cd95c4438c4--


From nobody Mon Nov 11 21:10:53 2019
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 EA62312001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:10:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 zPVYccq6OY1h for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:10:49 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 233CE1200FB for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:10:49 -0800 (PST)
Date: Mon, 11 Nov 2019 21:10:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535448; bh=SnILmaElCl5ABCaXGSyZRdKY2QTuLiBSnoH9JqYNpME=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=f4wMh5qzTaIp/uQ3MA7w/9WQvS369PMAV/QJpx7Xi9PVhyHKDwhJD5gYxXW8PbtUF sf4ksmNczxpeph1nqClxJzswyGgG9u6TomW8seOQB4dHzCFC1YThveat3uvOn3/i3u CNUCexi38EoZBN4ZeoZeqXkaQSn5emZlvM0s3qyc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZY3XCT3FY5KZDMEKV325YVREVBNHHB6EXFUA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3227@github.com>
Subject: [quicwg/base-drafts] Summarize where frames can be used (#3227)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3ed83d8f9_762c3f8acd0cd964365860"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HtaO2ThnOKrglA5XxaSuc_59QLE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:10:52 -0000

----==_mimepart_5dca3ed83d8f9_762c3f8acd0cd964365860
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It&#39;s still slightly odd where we have this setup between TLS and transport, but it seems like replicating the information might be enough.

Closes #2721.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3227

-- Commit Summary --

  * Summarize where frames can be used

-- File Changes --

    M draft-ietf-quic-transport.md (67)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3227.patch
https://github.com/quicwg/base-drafts/pull/3227.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3227

----==_mimepart_5dca3ed83d8f9_762c3f8acd0cd964365860
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It's still slightly odd where we have this setup between TLS and transport, but it seems like replicating the information might be enough.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2721.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="445568904" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2721" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2721/hovercard" href="https://github.com/quicwg/base-drafts/issues/2721">#2721</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3227'>https://github.com/quicwg/base-drafts/pull/3227</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Summarize where frames can be used</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3227/files#diff-0">draft-ietf-quic-transport.md</a>
    (67)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3227.patch'>https://github.com/quicwg/base-drafts/pull/3227.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3227.diff'>https://github.com/quicwg/base-drafts/pull/3227.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3227?email_source=notifications&amp;email_token=AFTOJK5XTOBPIC5JUSVPLMDQTI3FRA5CNFSM4JL6KU7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS4WQA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72QFYIKIEGAZBQVZ3QTI3FRANCNFSM4JL6KU7A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2TVK6SMMWIPR62MYLQTI3FRA5CNFSM4JL6KU7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS4WQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3227?email_source=notifications\u0026email_token=AFTOJK5XTOBPIC5JUSVPLMDQTI3FRA5CNFSM4JL6KU7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS4WQA",
"url": "https://github.com/quicwg/base-drafts/pull/3227?email_source=notifications\u0026email_token=AFTOJK5XTOBPIC5JUSVPLMDQTI3FRA5CNFSM4JL6KU7KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS4WQA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca3ed83d8f9_762c3f8acd0cd964365860--


From nobody Mon Nov 11 21:13:00 2019
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 B54F81200F6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:12:58 -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 hNFP2tcdMmRB for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:12:57 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F52B12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:12:57 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id B519D6E0070 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:12:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535576; bh=QDaT5nA9NrXJl3F0dnIZ+09qaSrOIS11s4rJp67Q60w=; h=Date:From:To:Subject:From; b=LoMAvj3qbk6phGB3C6hCExB64vcdwtqVeV1v2iXeb/xF6qw1C85lLtgC/IoyaPXCh Q0KQoUbSbji8HEZ3YDYSZAdjenRqtAVZFELsX+k/7GX3P0kqWKj4fLPh6L5w921uFB EV5jCyVvb7pDeoppAqB5C1wFNBCKNK4GPMM7jbik=
Date: Mon, 11 Nov 2019 21:12:56 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/life/7a1bfb-509977@github.com>
Subject: [quicwg/base-drafts] 509977: grammer iz had
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/FWgkUdHl9PQ1ZuhvSxZbejKgylc>
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, 12 Nov 2019 05:12:59 -0000

  Branch: refs/heads/life
  Home:   https://github.com/quicwg/base-drafts
  Commit: 50997741a989c1b70b991a73b2290d7417c5b77e
      https://github.com/quicwg/base-drafts/commit/50997741a989c1b70b991a73b2290d7417c5b77e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  grammer iz had



From nobody Mon Nov 11 21:13:16 2019
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 0C5A91200F6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:13:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GwHsPOC71SF2 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:13:13 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DAA512001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:13:13 -0800 (PST)
Date: Mon, 11 Nov 2019 21:13:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535592; bh=uinbg6rHaLj1cuX/R+VCkqDQyDg2gr+V7aBfsURn668=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M5MPKUeU4sd7wZT9rSvWHZHMLz/B4W/NzfsjoRo0nNovjbIHohgEhozZ7NEatA/FC eaSs1P5fJqJUXG/xPffViiT7JAmptaFgbo2z91TWszlGE3MU4UVJMDjZ+5Y3Jy0Sf4 6TygYgbuSESM+icqXhz64hDlB29XX7OIkor0kyEY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/push/4262194134@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca3f683b863_5f943fafb1acd960543356"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GcXdzL1PUldyyyJS-ZRIbPWiDS0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:13:15 -0000

----==_mimepart_5dca3f683b863_5f943fafb1acd960543356
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

50997741a989c1b70b991a73b2290d7417c5b77e  grammer iz had


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225/files/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb..50997741a989c1b70b991a73b2290d7417c5b77e

----==_mimepart_5dca3f683b863_5f943fafb1acd960543356
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/50997741a989c1b70b991a73b2290d7417c5b77e">5099774</a>  grammer iz had</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3225/files/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb..50997741a989c1b70b991a73b2290d7417c5b77e?email_source=notifications&amp;email_token=AFTOJK4E3CUGR6Z4WWWWW5LQTI3ORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DEMJZGQYTGNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7G7OJVGDLWGGKUZCTQTI3ORANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6ZDZJM2XKMQTJC2FLQTI3ORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DEMJZGQYTGNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225/files/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb..50997741a989c1b70b991a73b2290d7417c5b77e?email_source=notifications\u0026email_token=AFTOJK4E3CUGR6Z4WWWWW5LQTI3ORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DEMJZGQYTGNA",
"url": "https://github.com/quicwg/base-drafts/pull/3225/files/7a1bfb73f425696b0eefbb36d94c5f24bef6fabb..50997741a989c1b70b991a73b2290d7417c5b77e?email_source=notifications\u0026email_token=AFTOJK4E3CUGR6Z4WWWWW5LQTI3ORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DEMJZGQYTGNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca3f683b863_5f943fafb1acd960543356--


From nobody Mon Nov 11 21:13:48 2019
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 1775C1200FB for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:13:47 -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 ZiAopSI1GKiP for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:13:45 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8BAEE1200F6 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:13:45 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id B663A660D76 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:13:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535624; bh=s+YLNrpdVnm5qyT4uyWMYJhX4Ad8b10AcXXWFQczPcg=; h=Date:From:To:Subject:From; b=OziSrhwLfaMtWg3JREA/FwVC98gE6GqJvnAVaD2vMg5NWgIKE+db7xyL8T96nEMlH 6+yoYhylOuBRZn2R4UVBPo8ZbfhjgTH424TbrQ0N60/ue2Ctb/2uSpnTVdjWJPS7LF omcCyNn3lQc6I/SnFLnki3fI2Wt6GSqt8XGpkpIM=
Date: Mon, 11 Nov 2019 21:13:44 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/af1a74-e55dda@github.com>
Subject: [quicwg/base-drafts] e55dda: Script updating gh-pages from 50997741. [ci skip]
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/SxEDHg8AC3q88yH5IglPP8OJuTI>
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, 12 Nov 2019 05:13:47 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e55dda5cb2946fc6cf618a196d4f9ca0e65d8e09
      https://github.com/quicwg/base-drafts/commit/e55dda5cb2946fc6cf618a196d4f9ca0e65d8e09
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M life/draft-ietf-quic-transport.html
    M life/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 50997741. [ci skip]



From nobody Mon Nov 11 21:15:18 2019
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 F33831200F6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:15:16 -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 j0B-lMrut5qA for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:15:15 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 730CE12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:15:15 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id B85AD2C0A5A for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:15:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535714; bh=M61cbLakva+Fil51txbcN9p5FAYyvGnULxm+bCb655o=; h=Date:From:To:Subject:From; b=VDm1EKJTkIINCoTQ0bJmWDUW9LuKdRm3kFDZFB7Tq3LBcFUhYf7HkkX4Ve9wHL/8D osnmDUMHFZERrzbrzYhnIDzw89EUfCcYT9fwakjnq2Y/3hJ0ckJ0hSyD2KXtN5Ho4T C5WvWq63bqW+reytNZiGeLpm5EVtYDEY7iN63gsc=
Date: Mon, 11 Nov 2019 21:15:14 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/initial-bidi-send-state/000000-f0d067@github.com>
Subject: [quicwg/base-drafts] f0d067: Simplify initial sending part state
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/pc38B2OIsByXDK0uaPehoS6CUaw>
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, 12 Nov 2019 05:15:17 -0000

  Branch: refs/heads/initial-bidi-send-state
  Home:   https://github.com/quicwg/base-drafts
  Commit: f0d067dbf9cc5bdb4f8fa38695aa857005edab5b
      https://github.com/quicwg/base-drafts/commit/f0d067dbf9cc5bdb4f8fa38695aa857005edab5b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Simplify initial sending part state

The description here was a little over enthusiastic: it only enters the
"Send" state when something is sent.

Closes #2636.



From nobody Mon Nov 11 21:16:38 2019
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 F2E271200FB for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:16:35 -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 gc8utY443MzM for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:16:33 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2687B1200F6 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:16:33 -0800 (PST)
Date: Mon, 11 Nov 2019 21:16:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535792; bh=vJ8phrXr2XboGmfUa9a+sNPGxmUCQWhqFXv4Hyv0L6c=; h=Date:From:To:Subject:From; b=2PlKWWv/4kc/NHXvQ00/9LlwUtR83LUZpPdxMZSUFRl+xB2wAdM0INxQrJZyHVDqk QUsoIYTYjh8yBsoaPAil2UGpuixHIJYQDSavqOg4YL2GVXQ0vyZqAMFAQLjNmVnGfp QGgB3wSuv6ngKZNmdZOYBtxvgJIAPu+sAADEiAQI=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e55dda-6e0b63@github.com>
Subject: [quicwg/base-drafts] 6e0b63: Script updating gh-pages from f0d067db. [ci skip]
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/o2wjXLM6fbqys3MzzHKHWZF03dk>
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, 12 Nov 2019 05:16:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6e0b631125e7f9a4aad4d41d94c4f21144ca97d1
      https://github.com/quicwg/base-drafts/commit/6e0b631125e7f9a4aad4d41d94c4f21144ca97d1
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A initial-bidi-send-state/draft-ietf-quic-http.html
    A initial-bidi-send-state/draft-ietf-quic-http.txt
    A initial-bidi-send-state/draft-ietf-quic-invariants.html
    A initial-bidi-send-state/draft-ietf-quic-invariants.txt
    A initial-bidi-send-state/draft-ietf-quic-qpack.html
    A initial-bidi-send-state/draft-ietf-quic-qpack.txt
    A initial-bidi-send-state/draft-ietf-quic-recovery.html
    A initial-bidi-send-state/draft-ietf-quic-recovery.txt
    A initial-bidi-send-state/draft-ietf-quic-tls.html
    A initial-bidi-send-state/draft-ietf-quic-tls.txt
    A initial-bidi-send-state/draft-ietf-quic-transport.html
    A initial-bidi-send-state/draft-ietf-quic-transport.txt
    A initial-bidi-send-state/index.html

  Log Message:
  -----------
  Script updating gh-pages from f0d067db. [ci skip]



From nobody Mon Nov 11 21:17:35 2019
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 902A01200F6 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:17:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SovehxXFbaF9 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:17:32 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F221C12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:17:31 -0800 (PST)
Date: Mon, 11 Nov 2019 21:17:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573535850; bh=pqk9DisO9jJc9OgekF/e08swNllDZtNxbbTyTZoyzAg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ypnwNOEb3ha048NMokMf26IAUr57CK3ldtjgKRjeCDOGbwVApaeUnpjwibofFL1DV 2qmesGEUJm+HwfNh1O6svE45/yUM7SJxON1z4CXrolKHO5FuhsKjNO4dDEOnLE1ER/ phGSkkqpH8KbV5kSUrq0M4v+Cdpa77XWBXi2f2+Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZLOCXY6AFKNTJ34HF325ZOVEVBNHHB45NQXU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3135/552738055@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3135@github.com>
References: <quicwg/base-drafts/issues/3135@github.com>
Subject: Re: [quicwg/base-drafts] allow sending PADDING after receiving a non-ack-eliciting packet (#3135)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca406ae42a5_78333f8d0eecd9688746ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6CJecuINoCpuKLebmm9mlM8Mxdg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:17:33 -0000

----==_mimepart_5dca406ae42a5_78333f8d0eecd9688746ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't intend to do anything about this one.  As Ian notes, you can use other reasons to justify sending of anything, just don't justify the sending on the basis of having received a non-ack-eliciting packet or you will get into the sort trouble that doesn't end.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3135#issuecomment-552738055
----==_mimepart_5dca406ae42a5_78333f8d0eecd9688746ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't intend to do anything about this one.  As Ian notes, you can use other reasons to justify sending of anything, just don't justify the sending on the basis of having received a non-ack-eliciting packet or you will get into the sort trouble that doesn't end.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3135?email_source=notifications&amp;email_token=AFTOJKZIJMW22S4IQJHTGHDQTI36VA5CNFSM4JD2ZP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZB2BY#issuecomment-552738055">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7ATG5PRP6MBTI6SCDQTI36VANCNFSM4JD2ZP5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4GXMOLGMSUUFL3JRTQTI36VA5CNFSM4JD2ZP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZB2BY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3135?email_source=notifications\u0026email_token=AFTOJKZIJMW22S4IQJHTGHDQTI36VA5CNFSM4JD2ZP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZB2BY#issuecomment-552738055",
"url": "https://github.com/quicwg/base-drafts/issues/3135?email_source=notifications\u0026email_token=AFTOJKZIJMW22S4IQJHTGHDQTI36VA5CNFSM4JD2ZP52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZB2BY#issuecomment-552738055",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca406ae42a5_78333f8d0eecd9688746ac--


From nobody Mon Nov 11 21:24:36 2019
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 583AC12010E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:24:35 -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 mmo5iKmJvhUs for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:24:34 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E344112001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:24:33 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id DF4211C0CCD for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:24:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536272; bh=sTclKX1esqljOmM3Avs3P2uSvMRFfDTKObx5v2a9wns=; h=Date:From:To:Subject:From; b=OqeJQ5HtT4HaB46t3hZe5R6DgaOuLtkMbg8/nXT6OKm0iKtM+jbDfmEP3CtEDwl4v zIuGleVFWkftpfcvoR+B0xziTIq3pphulLhyCvTPMbO3zJiAiIdIyhz8uWHKRG0YA0 OZJ9BP0YTFgTfuXQK52fgbcHNQG/jNN3WmOpFcqM=
Date: Mon, 11 Nov 2019 21:24:32 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/restore-path-state/000000-2ce6f2@github.com>
Subject: [quicwg/base-drafts] 2ce6f2: Restore other state after a spoofed migration
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/-Hc6QV1w4FCW--dJE9Xi4sYc0oY>
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, 12 Nov 2019 05:24:35 -0000

  Branch: refs/heads/restore-path-state
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2ce6f2914d99f3b821c2e2bdb71483fd238ebe74
      https://github.com/quicwg/base-drafts/commit/2ce6f2914d99f3b821c2e2bdb71483fd238ebe74
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Restore other state after a spoofed migration

This is really just an observation, because there is no real way we can
insist on people doing this sort of thing, but being aware of the
performance implication of spoofed migrations might motivate solutions.

Closes #2311.



From nobody Mon Nov 11 21:25:47 2019
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 893C712010E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:25:45 -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 7nwfXv5nZm9n for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:25:44 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 40D6112001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:25:44 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 46D0CC6094D for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:25:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536343; bh=yho+vMgwr0khm+EfgJ5yNFl5zITU8r5rDWGYqaCu83s=; h=Date:From:To:Subject:From; b=NJByK00SVsV8qy1z3ppehocbBbWGdmfHabipYhp9ggx4zTxLOMmehPYMcMjV6qgJt Ich+fdtk3JFW07J+K2TrXA9axZ3sKC52EpBIgw1wBQ0xLQ/+ERWwamC8BY7XJ38F9l Q8BQyiJK72MLdP1m3Ie/TReKb1RIwRVs/M/SAHEo=
Date: Mon, 11 Nov 2019 21:25:43 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6e0b63-3b1e03@github.com>
Subject: [quicwg/base-drafts] 3b1e03: Script updating gh-pages from 2ce6f291. [ci skip]
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/c4qLhG0Zp_dzrAZwQvxEmxVhKxE>
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, 12 Nov 2019 05:25:46 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3b1e038a51eb4dd4d955fc18b6c16596a255a0f6
      https://github.com/quicwg/base-drafts/commit/3b1e038a51eb4dd4d955fc18b6c16596a255a0f6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A restore-path-state/draft-ietf-quic-http.html
    A restore-path-state/draft-ietf-quic-http.txt
    A restore-path-state/draft-ietf-quic-invariants.html
    A restore-path-state/draft-ietf-quic-invariants.txt
    A restore-path-state/draft-ietf-quic-qpack.html
    A restore-path-state/draft-ietf-quic-qpack.txt
    A restore-path-state/draft-ietf-quic-recovery.html
    A restore-path-state/draft-ietf-quic-recovery.txt
    A restore-path-state/draft-ietf-quic-tls.html
    A restore-path-state/draft-ietf-quic-tls.txt
    A restore-path-state/draft-ietf-quic-transport.html
    A restore-path-state/draft-ietf-quic-transport.txt
    A restore-path-state/index.html

  Log Message:
  -----------
  Script updating gh-pages from 2ce6f291. [ci skip]



From nobody Mon Nov 11 21:31:10 2019
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 84DAC12011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:09 -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 BrCnnos5ktTs for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:08 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38DBC120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:07 -0800 (PST)
Date: Mon, 11 Nov 2019 21:31:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536666; bh=VtFmwH1M4N4FfIBK+W/6WHSjIQfGEd7YaOA3n7Vslrw=; h=Date:From:To:Subject:From; b=uwZpV/7buIIgtOGYz91vtr8QZfo8FhYGDmDYdHlWFE69bBTiZP67SMmfvcw6fwypa NgxXassjd3/RkqLfupqNHX0R/ummRlxF4jrzBiujGiQHakf3xGFD+a+tujQFljHuKt EksTGAmc9OPrQ3u1vwTW2Dm3bT/mAJj5UCWFA3Rc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/abort/000000-b3142e@github.com>
Subject: [quicwg/base-drafts] b3142e: Use no_application_protocol more
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/M21HuD8BUqapAVrkwl5yaJ5Vr0c>
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, 12 Nov 2019 05:31:10 -0000

  Branch: refs/heads/abort
  Home:   https://github.com/quicwg/base-drafts
  Commit: b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f
      https://github.com/quicwg/base-drafts/commit/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Use no_application_protocol more

The old text used the non-specific "abort" here, but we can use the
right error code.

Closes #2500.



From nobody Mon Nov 11 21:31:46 2019
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 65CF0120120 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qzAQjAyeHraz for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:42 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F549120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:38 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 948829619AA for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536697; bh=80C+K41eSyhIj3x8VadV0rzfIzbCOpyP/Dpo9q19Hjs=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=vcjzLd6nSwa6TI4nJwyfj+s7sAZqQKQVpRnSqUeLhBC7ngW1LWuO48S5rM0CEPW4s zWoCCqsXd0iSGvm68Seu6x0ZSWAEor1xuZTE8iUpNr9h4bUOt34vluO6S7IhuuV9T4 3DlSIE73Kd4UMaChvEGRPGUsWRsXeie535w95CQs=
Date: Mon, 11 Nov 2019 21:31:37 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2CJXO5SYH74EETVQ53253DTEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228@github.com>
Subject: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca43b985532_58be3f9b56ccd9648863bd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cgTWjzk75k8_iAa6HefC6BiIRKg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:31:44 -0000

----==_mimepart_5dca43b985532_58be3f9b56ccd9648863bd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The old text used the non-specific &quot;abort&quot; here, but we can point to the right error code.

Closes #2500.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3228

-- Commit Summary --

  * Use no_application_protocol more

-- File Changes --

    M draft-ietf-quic-tls.md (25)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3228.patch
https://github.com/quicwg/base-drafts/pull/3228.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228

----==_mimepart_5dca43b985532_58be3f9b56ccd9648863bd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The old text used the non-specific "abort" here, but we can point to the right error code.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2500.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="417553131" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2500" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2500/hovercard" href="https://github.com/quicwg/base-drafts/issues/2500">#2500</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3228'>https://github.com/quicwg/base-drafts/pull/3228</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Use no_application_protocol more</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3228/files#diff-0">draft-ietf-quic-tls.md</a>
    (25)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3228.patch'>https://github.com/quicwg/base-drafts/pull/3228.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3228.diff'>https://github.com/quicwg/base-drafts/pull/3228.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications&amp;email_token=AFTOJK2ZGNC3YVQ7KY5JOVTQTI5TTA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7RKA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4WYHLNLYXVQVRYRZ3QTI5TTANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYMYOJDQ4SMRTDEHR3QTI5TTA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7RKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK2ZGNC3YVQ7KY5JOVTQTI5TTA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7RKA",
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK2ZGNC3YVQ7KY5JOVTQTI5TTA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7RKA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca43b985532_58be3f9b56ccd9648863bd--


From nobody Mon Nov 11 21:31:52 2019
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 CEF68120125 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AoSlIriNmSqC for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:50 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 179E512011C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:49 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 6C81996078D for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536708; bh=QSOgpBZHDZ5zEF9g/iKA4Mv6+T6VNr9APpwyATIRmBw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Vf+2XQpSsc8LGSNaCGA8gIZEcTXwAbSjCuDKOKUYV/BOEnddjwa9FGc07kO5/p4c3 sA8+k/TB2UGMd0RuV2IOzPwfh3J5Cf9NTO6Y9Ee1XGxGQ2LIsZ2FoYRAzGOMpuQmC3 J1oSn+BoxGuUK3aqSYzndshkTRvPCbvGpeZQP2IA=
Date: Mon, 11 Nov 2019 21:31:48 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6JTA5IKAII6K7VCVF3253EJEVBNHHB6EX4RU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3229@github.com>
Subject: [quicwg/base-drafts] Restore other state after a spoofed migration (#3229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca43c45cdd8_23e83fc7fb2cd9606795fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zpI6mXSdM47p1NiKSdm-FU310ak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:31:52 -0000

----==_mimepart_5dca43c45cdd8_23e83fc7fb2cd9606795fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is really just an observation, because there is no real way we can
insist on people doing this sort of thing, but being aware of the
performance implication of spoofed migrations might motivate solutions.

Closes #2311.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3229

-- Commit Summary --

  * Restore other state after a spoofed migration

-- File Changes --

    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3229.patch
https://github.com/quicwg/base-drafts/pull/3229.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3229

----==_mimepart_5dca43c45cdd8_23e83fc7fb2cd9606795fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is really just an observation, because there is no real way we can<br>
insist on people doing this sort of thing, but being aware of the<br>
performance implication of spoofed migrations might motivate solutions.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2311.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="396599896" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2311" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2311/hovercard" href="https://github.com/quicwg/base-drafts/issues/2311">#2311</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3229'>https://github.com/quicwg/base-drafts/pull/3229</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Restore other state after a spoofed migration</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3229/files#diff-0">draft-ietf-quic-transport.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3229.patch'>https://github.com/quicwg/base-drafts/pull/3229.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3229.diff'>https://github.com/quicwg/base-drafts/pull/3229.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications&amp;email_token=AFTOJK7GCDTN3QDH32TVX63QTI5UJA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7SGQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2TUJPTZWYHCYP4BTQTI5UJANCNFSM4JL6PBLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZFBKROYVJKDMZGPLLQTI5UJA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7SGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK7GCDTN3QDH32TVX63QTI5UJA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7SGQ",
"url": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK7GCDTN3QDH32TVX63QTI5UJA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYS7SGQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca43c45cdd8_23e83fc7fb2cd9606795fd--


From nobody Mon Nov 11 21:32:01 2019
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 58D2712011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:52 -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 Pg_AQfR1Vowy for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:31:50 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5BD3120120 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:49 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 71870260110 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:31:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536709; bh=P6DZQ/gc66igrDzZ21ajIxFhrU9jEwPuC6Ti6L5gwdM=; h=Date:From:To:Subject:From; b=RpOcgdgiUqLVvI1fS9jE1IYRAVjc2D3J8ZoiwgDB/6KbfXwF1qlk26nen7AH+3QcU sJrK97I+CJvM/HjAuUSLrYkSUPnSCd2XDa0Pki/Glo99m8RWRE9zIQpm2ELIvl+YdA 6XbdJqW/9ao+HG2CDKcLBxy2pc6ZgwztLUWU1aBg=
Date: Mon, 11 Nov 2019 21:31:49 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/3b1e03-e06c7d@github.com>
Subject: [quicwg/base-drafts] e06c7d: Script updating gh-pages from b3142eaa. [ci skip]
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/_3H0PRsOQJ8JkZAo_hlzj2PQixU>
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, 12 Nov 2019 05:31:52 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e06c7dfc482a35470d64d0e85bb1f7b4058dcdc3
      https://github.com/quicwg/base-drafts/commit/e06c7dfc482a35470d64d0e85bb1f7b4058dcdc3
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    A abort/draft-ietf-quic-http.html
    A abort/draft-ietf-quic-http.txt
    A abort/draft-ietf-quic-invariants.html
    A abort/draft-ietf-quic-invariants.txt
    A abort/draft-ietf-quic-qpack.html
    A abort/draft-ietf-quic-qpack.txt
    A abort/draft-ietf-quic-recovery.html
    A abort/draft-ietf-quic-recovery.txt
    A abort/draft-ietf-quic-tls.html
    A abort/draft-ietf-quic-tls.txt
    A abort/draft-ietf-quic-transport.html
    A abort/draft-ietf-quic-transport.txt
    A abort/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from b3142eaa. [ci skip]



From nobody Mon Nov 11 21:34:15 2019
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 7372312011E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:34:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8b1_HjPLf31g for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:34:13 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76236120113 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:34:11 -0800 (PST)
Date: Mon, 11 Nov 2019 21:34:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536850; bh=TO9U+zLG5nEdFZ2XHfRLSrI5QtyjMJvgJybKVFQlQtM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JnTgs35By9nShG0BW/BCvBHi9uBaoF1YddtPA/kN7VSVpwJc1zWR1Jh7gqk7Afm42 oQ5iBxDkz5d6kdEvHNfhdiwe+xNZ4k8/bX98jAOJ+gVYW0Wrd6meI4dv7sJPoR/N6p F63PcXojaEmR06ekIrC7Qy9Q5E4MgoqWhpGM2Bb4=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTXPTBETLQEPCHXPV3253NFEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/review/315302437@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca44528bce4_24cc3f91ed6cd9645480b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZoZFKXXM9PNJ8UTvxrYdS7IVt5k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:34:15 -0000

----==_mimepart_5dca44528bce4_24cc3f91ed6cd9645480b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.



>  
 An application-layer protocol MAY restrict the QUIC versions that it can operate
 over.  Servers MUST select an application protocol compatible with the QUIC
-version that the client has selected.  If the server cannot select a compatible
-combination of application protocol and QUIC version, it MUST abort the
-connection.  A client MUST abort a connection if the server picks an application
-protocol incompatible with the protocol version being used.
+version that the client has selected.  If the server MUST treat the inability to

Did you mean to remove the "If"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228#pullrequestreview-315302437
----==_mimepart_5dca44528bce4_24cc3f91ed6cd9645480b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3228#discussion_r345023530">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt;  
 An application-layer protocol MAY restrict the QUIC versions that it can operate
 over.  Servers MUST select an application protocol compatible with the QUIC
-version that the client has selected.  If the server cannot select a compatible
-combination of application protocol and QUIC version, it MUST abort the
-connection.  A client MUST abort a connection if the server picks an application
-protocol incompatible with the protocol version being used.
+version that the client has selected.  If the server MUST treat the inability to
</pre>
<p>Did you mean to remove the "If"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications&amp;email_token=AFTOJKYGML46WKRZBZ7XV63QTI55FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSEJI#pullrequestreview-315302437">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2IHEKWL6ORA5QKPSLQTI55FANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYKFCMNK2H33LAXVTQTI55FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSEJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJKYGML46WKRZBZ7XV63QTI55FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSEJI#pullrequestreview-315302437",
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJKYGML46WKRZBZ7XV63QTI55FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSEJI#pullrequestreview-315302437",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca44528bce4_24cc3f91ed6cd9645480b6--


From nobody Mon Nov 11 21:35:33 2019
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 27AF312011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:35:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jzQJ-QFihkkT for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:35:30 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C6A912001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:35:14 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id A63C4C60CD1 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:35:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573536913; bh=zVzIR20vsoV9D6v1KWp1y+ovE95uUoQ3QQJYR2B70Ac=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y9/eAuauaGoNdBf7xZhggoslYNJhCPqaeYnD05ynOhLapJfvF10f1dhUYIWB17R3I Nnsg66BSBAjC/QNLmlzvvS1Tuw1BLcj0O6NKhBVWqh/y+URHgk/Kr0nU6yZ+eNUzyO uCKIxngvv8z03SW92IL6E47vf1UK4MV6STMpjCUE=
Date: Mon, 11 Nov 2019 21:35:13 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3BSQOQYA6OJ5EWLN3253RDEVBNHHB6EX4RU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3229/review/315302675@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3229@github.com>
References: <quicwg/base-drafts/pull/3229@github.com>
Subject: Re: [quicwg/base-drafts] Restore other state after a spoofed migration (#3229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca449197d00_13c63fc5596cd96095677f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H7BPtSg4K81NJZ4rZ1-ipYSNkus>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:35:32 -0000

----==_mimepart_5dca449197d00_13c63fc5596cd96095677f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3229#pullrequestreview-315302675
----==_mimepart_5dca449197d00_13c63fc5596cd96095677f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications&amp;email_token=AFTOJK47GEEA66TSXYGDH3LQTI6BDA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSGEY#pullrequestreview-315302675">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6G23NG63E4NHMRUPLQTI6BDANCNFSM4JL6PBLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5QRGAQML3Q6UQR3XTQTI6BDA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSGEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK47GEEA66TSXYGDH3LQTI6BDA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSGEY#pullrequestreview-315302675",
"url": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK47GEEA66TSXYGDH3LQTI6BDA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSGEY#pullrequestreview-315302675",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca449197d00_13c63fc5596cd96095677f--


From nobody Mon Nov 11 21:39:40 2019
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 7ADB212001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:39:39 -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 PDisTDtNlPa5 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:39:37 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC32D1200C7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:39:37 -0800 (PST)
Date: Mon, 11 Nov 2019 21:39:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537177; bh=a4kT65Wi6ivbWdMv5uBSK1o1P16NvnCSFMl1liHaGBo=; h=Date:From:To:Subject:From; b=b22onx6Sc10d8CrJfXQbn1SAOqEVpv2/+ehrMoB6R54/dX3or3HmFoR7g9CzGXABC BKXA7rHVnnGqlfEM8kvX4AZz9xleFJjL9fOF+te4fHVHqJTijTJhtRlZ+WsxBX3WLn 6dATnk3nDhwNWW0029D+mtAPyo22P5BxdAX6L5jk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/invalid-close/000000-36ad30@github.com>
Subject: [quicwg/base-drafts] 36ad30: Close in response to invalid CONNECTION_CLOSE
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/2JZHL7pbaTfkRAozHlo6LSabr0w>
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, 12 Nov 2019 05:39:40 -0000

  Branch: refs/heads/invalid-close
  Home:   https://github.com/quicwg/base-drafts
  Commit: 36ad30da8f45a03bb7e8b5a85b519301697e3bbc
      https://github.com/quicwg/base-drafts/commit/36ad30da8f45a03bb7e8b5a85b519301697e3bbc
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Close in response to invalid CONNECTION_CLOSE

The looping case was a little unclear.  This should make it a tiny bit
clearer.  As Roni observes, we can't really let invalid CONNECTION_CLOSE
through without some sort of special handling.  This proposes that.

Unfortunately, this is a little more than an editorial fix.  So I'm
going to ask that the issue be promoted.

Closes #2475.



From nobody Mon Nov 11 21:40:38 2019
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 D72D9120113 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:40:35 -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 UquWNDQeeDLG for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:40:33 -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 ADACA12011C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:40:33 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id D89658C0057 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:40:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537232; bh=TcHxiIseQiV6FaSmAJbturUos3UNJpomrrNMKe/Mlco=; h=Date:From:To:Subject:From; b=MC1PaALwVmKWf8eZRMB1pQJhRe83CmCKqK5X4KRZV/GtN3qlKDPwyQMq+zrd38bz3 qbysv4MMXO6TJ2WSunpSBniRxWWb4yGjB0Q3m02GSFJW45j202FydGAPfkXUpRsIxJ BBB1PtXFnhTVRJw7UPIe1erJRwU3Ac+6RuOZkcOk=
Date: Mon, 11 Nov 2019 21:40:32 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e06c7d-62d005@github.com>
Subject: [quicwg/base-drafts] 62d005: Script updating gh-pages from 36ad30da. [ci skip]
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/-qk8kjXRXiJ4HMDaGPM7bBGH8X0>
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, 12 Nov 2019 05:40:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 62d005396b5c0dce4e39e1e55e194dd0fcd3985d
      https://github.com/quicwg/base-drafts/commit/62d005396b5c0dce4e39e1e55e194dd0fcd3985d
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    A invalid-close/draft-ietf-quic-http.html
    A invalid-close/draft-ietf-quic-http.txt
    A invalid-close/draft-ietf-quic-invariants.html
    A invalid-close/draft-ietf-quic-invariants.txt
    A invalid-close/draft-ietf-quic-qpack.html
    A invalid-close/draft-ietf-quic-qpack.txt
    A invalid-close/draft-ietf-quic-recovery.html
    A invalid-close/draft-ietf-quic-recovery.txt
    A invalid-close/draft-ietf-quic-tls.html
    A invalid-close/draft-ietf-quic-tls.txt
    A invalid-close/draft-ietf-quic-transport.html
    A invalid-close/draft-ietf-quic-transport.txt
    A invalid-close/index.html

  Log Message:
  -----------
  Script updating gh-pages from 36ad30da. [ci skip]



From nobody Mon Nov 11 21:40:44 2019
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 6583B1200C7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:40:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iLOGaCbdr3YF for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:40:36 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15A73120120 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:40:36 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 28ACF6A12EF for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:40:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537235; bh=vFvpBTuP2AUJ85GTMhgCpACZ/Mwh1E1vFttRzzFhSqg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GHhF6qtdUY5hw9c8jkXdyg2PLVp2LS0v9xeiZqr4BJxCeW88qB5KoI/ECWGz9Z7Sm XsgRhZoaAFIPL56kmhbo4iTaScnDdUO6ApIP4BYTw5Oz47PFuqqYgv4zET1m3Yid6o eWpxZ1kwaRwClol1vSgeCkba5BHy3yt9J0N9zWeE=
Date: Mon, 11 Nov 2019 21:40:35 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HXVYKDESIP4NLYZN3254FHEVBNHHBQ7L3JU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2475/552743146@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2475@github.com>
References: <quicwg/base-drafts/issues/2475@github.com>
Subject: Re: [quicwg/base-drafts] Invalid CONNECTION_CLOSE frames (#2475)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca45d3181e7_138f3fc5596cd96012441a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JYCgfFBkppcGmr_PghoOktgqiNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:40:37 -0000

----==_mimepart_5dca45d3181e7_138f3fc5596cd96012441a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm going to request that this be re-assessed.  When looking into Roni's comment, I realize that we aren't really clear enough about this invalid case and some (small amount of) discussion might be necessary to confirm that this change is OK.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2475#issuecomment-552743146
----==_mimepart_5dca45d3181e7_138f3fc5596cd96012441a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm going to request that this be re-assessed.  When looking into Roni's comment, I realize that we aren't really clear enough about this invalid case and some (small amount of) discussion might be necessary to confirm that this change is OK.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications&amp;email_token=AFTOJK2XREUAAWBMOZ5YXSDQTI6VHA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDB2Q#issuecomment-552743146">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4XXN3C2VPHOIIIYOLQTI6VHANCNFSM4GXYQ5RQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6NKCFSWZKBXTV53UDQTI6VHA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDB2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJK2XREUAAWBMOZ5YXSDQTI6VHA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDB2Q#issuecomment-552743146",
"url": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJK2XREUAAWBMOZ5YXSDQTI6VHA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDB2Q#issuecomment-552743146",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca45d3181e7_138f3fc5596cd96012441a2--


From nobody Mon Nov 11 21:41:02 2019
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 945391200C7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:41:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 MxR2R_Oh8pR7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:40:58 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3F7C12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:40:58 -0800 (PST)
Date: Mon, 11 Nov 2019 21:40:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537257; bh=n4f5Je7/JUb3/Yx0XU2SwqFMXYVotVCRhTgkWdNAQN0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=eLVbzTpRyFYV2tJqkr+kn24REvVNTeDYCAPL8qDuZuR3imSab2WxVwrO1kfyEnsPQ mEALBeu/EyDVmq6cWCHfLNQ8ZQ27radSvaQNrsbIz1rTmDaCckC5JFWC46UejINZQI JoRZhZ0AzRKDf3Q2i78bxK1tO38B2y3H9eVT1x54=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZPNR7TTCQHNQN25X53254GTEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230@github.com>
Subject: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca45e9ce273_3b3a3f8c218cd95c7147cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0u61TBgLvijfwF1yGZXuImOb50k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:41:01 -0000

----==_mimepart_5dca45e9ce273_3b3a3f8c218cd95c7147cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The looping case was a little unclear.  This should make it a tiny bit
clearer.  As Roni observes, we can&#39;t really let invalid CONNECTION_CLOSE
through without some sort of special handling.  This proposes that.

Unfortunately, this is a little more than an editorial fix.  So I&#39;m
going to ask that the issue be promoted.

Closes #2475.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3230

-- Commit Summary --

  * Close in response to invalid CONNECTION_CLOSE

-- File Changes --

    M draft-ietf-quic-transport.md (19)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3230.patch
https://github.com/quicwg/base-drafts/pull/3230.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230

----==_mimepart_5dca45e9ce273_3b3a3f8c218cd95c7147cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The looping case was a little unclear.  This should make it a tiny bit<br>
clearer.  As Roni observes, we can't really let invalid CONNECTION_CLOSE<br>
through without some sort of special handling.  This proposes that.</p>
<p>Unfortunately, this is a little more than an editorial fix.  So I'm<br>
going to ask that the issue be promoted.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2475.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="410876749" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2475" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2475/hovercard" href="https://github.com/quicwg/base-drafts/issues/2475">#2475</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3230'>https://github.com/quicwg/base-drafts/pull/3230</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Close in response to invalid CONNECTION_CLOSE</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3230/files#diff-0">draft-ietf-quic-transport.md</a>
    (19)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3230.patch'>https://github.com/quicwg/base-drafts/pull/3230.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3230.diff'>https://github.com/quicwg/base-drafts/pull/3230.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK5HJ2OC2E52S7TZZY3QTI6WTA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTA3IA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK35YIP2ZMLJH6G4423QTI6WTANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZDMYQ7OAYUN3PSD3QTI6WTA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTA3IA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK5HJ2OC2E52S7TZZY3QTI6WTA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTA3IA",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK5HJ2OC2E52S7TZZY3QTI6WTA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTA3IA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca45e9ce273_3b3a3f8c218cd95c7147cc--


From nobody Mon Nov 11 21:42:19 2019
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 5BA3D12001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:42:18 -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 t7MaHURApKlK for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:42: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 35F611200C7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:42:17 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 8550F8C0069 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:42:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537336; bh=67esMPbiqxhu/fBpKpvr7lu0IVhX1DcvGdDkr10MIUg=; h=Date:From:To:Subject:From; b=Rf8Qh1UzJCubyZ/uy14zlpuUBd1KmBZF5/X54JS83T729caGjTTnRX9rzmflI7o7K v4gBjKPD4Fg5ZlDV2poRk5QQeRrJlFHq1OXSJS/ytgSsAtSLWCkRuCkvuUf4mJE28i ZPI7AHyX67nb+KTpCt78f88vuTLTeP9NmrVRsRuc=
Date: Mon, 11 Nov 2019 21:42:16 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/abort/b3142e-e898a6@github.com>
Subject: [quicwg/base-drafts] e898a6: Yes, I meant to remove that 'if'.  Oops.
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/CwjwdHV05TS18VUl-Z2HbJ-wQ-o>
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, 12 Nov 2019 05:42:18 -0000

  Branch: refs/heads/abort
  Home:   https://github.com/quicwg/base-drafts
  Commit: e898a628f4146a462d112a6de705b1b3f0f11100
      https://github.com/quicwg/base-drafts/commit/e898a628f4146a462d112a6de705b1b3f0f11100
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Yes, I meant to remove that 'if'.  Oops.



From nobody Mon Nov 11 21:42:30 2019
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 3AB6C1200C7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:42:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 teAp8lfpx2yI for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:42:27 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C55C12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:42:27 -0800 (PST)
Date: Mon, 11 Nov 2019 21:42:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537346; bh=G2fProhDPw/4f0gegcDabkOZKKd8oO/BcGPafg0Bv4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iKj5sLec8gT1+OHKKApDr7sOzgNZceMyc6da7TD7TJnEcJ22LY2SVMplrPcla2BKo fVeXVZVvada7wvGGvCAXUT6YhohT6fzWpc1cnTjPae/WNpETFRgt57sU/Vt04lEvQW ubzGEkhZAhk3CptQJqyp+QkXagy7+01hS8w21VuA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/push/4262260598@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca464258231_79683ff569ccd9606321fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HvArHmoA_mVSeF-kd4N8jNQil9M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:42:28 -0000

----==_mimepart_5dca464258231_79683ff569ccd9606321fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

e898a628f4146a462d112a6de705b1b3f0f11100  Yes, I meant to remove that 'if'.  Oops.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228/files/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f..e898a628f4146a462d112a6de705b1b3f0f11100

----==_mimepart_5dca464258231_79683ff569ccd9606321fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e898a628f4146a462d112a6de705b1b3f0f11100">e898a62</a>  Yes, I meant to remove that &#39;if&#39;.  Oops.</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3228/files/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f..e898a628f4146a462d112a6de705b1b3f0f11100?email_source=notifications&amp;email_token=AFTOJK5FCB5B5A6L3SYBZK3QTI64FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI3DEMRWGA2TSOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67X3VQXCD45LVBS73QTI64FANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DCQXE6TCLXNHYISDQTI64FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI3DEMRWGA2TSOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228/files/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f..e898a628f4146a462d112a6de705b1b3f0f11100?email_source=notifications\u0026email_token=AFTOJK5FCB5B5A6L3SYBZK3QTI64FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI3DEMRWGA2TSOA",
"url": "https://github.com/quicwg/base-drafts/pull/3228/files/b3142eaacf5fe20f62e1a6096eefee5d78cc0b6f..e898a628f4146a462d112a6de705b1b3f0f11100?email_source=notifications\u0026email_token=AFTOJK5FCB5B5A6L3SYBZK3QTI64FA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI3DEMRWGA2TSOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca464258231_79683ff569ccd9606321fb--


From nobody Mon Nov 11 21:43:22 2019
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 BD9A5120113 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:43:21 -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 cHZC3hQk-ihi for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:43:20 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8C951200C7 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:43:20 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id C88B91C07C0 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:43:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537399; bh=yUFYFSQlkl2mQffDBU3NuOY4BtkAMkt8tJEGZqCfEwA=; h=Date:From:To:Subject:From; b=dgzSFKYd8IjIdpeB8E5pWf3kXTm3humB3kGmOUEst+d44Hp976h+JvvvSyV8YL8Gw +sqhT15wJsgvwD70YXFHyOT2WLcT3sl87XMGSn/BwfM8S8HuXb0qPW7dr3xxC1bH+W qXHHIu+h3m11mxSCmqztxHspQe251VSzGh7GcpUM=
Date: Mon, 11 Nov 2019 21:43:19 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/62d005-78c648@github.com>
Subject: [quicwg/base-drafts] 78c648: Script updating gh-pages from e898a628. [ci skip]
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/8QS4l_G64O_a89umbgl5rKZ2fQY>
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, 12 Nov 2019 05:43:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 78c648ab7d74b3aba2270df4b9c6f201a6830468
      https://github.com/quicwg/base-drafts/commit/78c648ab7d74b3aba2270df4b9c6f201a6830468
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M abort/draft-ietf-quic-tls.html
    M abort/draft-ietf-quic-tls.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from e898a628. [ci skip]



From nobody Mon Nov 11 21:44:50 2019
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 AC4111207FE for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:44:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 anZgfVGha3TL for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:44:40 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02B90120805 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:44:40 -0800 (PST)
Date: Mon, 11 Nov 2019 21:44:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537479; bh=2Av6IvAVnXcNI+Yed9CFWkkbItXAmyqUr2OgP3QSZ0k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eGg3epPAxe0uWA7LinpM7pfia3PGgvxHQ+UgxrurDMKIjpMGS0VFmHBnfnu/Vvahz TBVerSsb7YNMQZiTUdvkmZs9qkYDv6gHJAcT7U96ayUC42JiCs+IqaWb1xHmyLCCjX l2oRUB/8Se22WfQp1SR+tvkCOKARYgMjazzYEdho=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3TDX7JSSOVDFD227V3254UPEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315304778@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca46c72222c_11403f91b8acd9687945ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RdzZemb58MMAMe4CyIqPDLi3TiA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:44:47 -0000

----==_mimepart_5dca46c72222c_11403f91b8acd9687945ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann requested changes on this pull request.



> @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the

What is an invalid CONNECTION_CLOSE frame?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#pullrequestreview-315304778
----==_mimepart_5dca46c72222c_11403f91b8acd9687945ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345025433">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
</pre>
<p>What is an invalid CONNECTION_CLOSE frame?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK77P2ZZ5ENDBGUR2ZDQTI7EPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSWSQ#pullrequestreview-315304778">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5F2FECYVC7HVCIS4TQTI7EPANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZV2GNQQVCH3I333RLQTI7EPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSWSQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK77P2ZZ5ENDBGUR2ZDQTI7EPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSWSQ#pullrequestreview-315304778",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK77P2ZZ5ENDBGUR2ZDQTI7EPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSWSQ#pullrequestreview-315304778",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca46c72222c_11403f91b8acd9687945ad--


From nobody Mon Nov 11 21:45:18 2019
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 036071200C7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:45:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HMToEdwTFVg4 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:45:15 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A65E012001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:45:15 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 0F833960753 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:45:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537515; bh=snHUIth/c121XHX0O/NJCwgdrxZ2nIjAUgHlTigTpW0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=H4QgboPppOdrsVtpzAhEEPKNpwknylpMa5hy5bHVynY9L/4D0NqQ02Yz0jPL4MSAF uV6q6uwiEOfzbXashJpEm4g9PjaIhGrW7b5nKOiQxJCFQ60h/XvLto2pTpW/LMr+C+ PLVzez9ZP7LVdc2E/0p1FquMON6+ZIdyORtYAHqA=
Date: Mon, 11 Nov 2019 21:45:15 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6UUL6B6VWISZYNHLV3254WXEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/review/315304965@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca46eb1752_26c93fb6f2acd9686482f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OZ6n6GqoNsWld_7Kp3toBftBCgs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:45:17 -0000

----==_mimepart_5dca46eb1752_26c93fb6f2acd9686482f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228#pullrequestreview-315304965
----==_mimepart_5dca46eb1752_26c93fb6f2acd9686482f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications&amp;email_token=AFTOJK3EJXESP36TNOQPZLLQTI7GXA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSYBI#pullrequestreview-315304965">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4VD6PEJT26GXF5WETQTI7GXANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4OABQLSY74WIWDHPLQTI7GXA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSYBI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK3EJXESP36TNOQPZLLQTI7GXA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSYBI#pullrequestreview-315304965",
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK3EJXESP36TNOQPZLLQTI7GXA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSYBI#pullrequestreview-315304965",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca46eb1752_26c93fb6f2acd9686482f6--


From nobody Mon Nov 11 21:46:03 2019
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 99DD81200C7 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:46:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fhgvV0NkbIXe for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:46:00 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DEDF12001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:46:00 -0800 (PST)
Date: Mon, 11 Nov 2019 21:45:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537559; bh=8XXOwpl7G/RvDePvP4hP+SMmFrPXY/3UWjr1wCFaLuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HHdym7X0rjS1mtlemvPsz4OZKnrjixKG5MYKxZlKLamcEREOVP/KHrXxp12f0kpJU Bxf4hsEcAxPMIb3aUtsKxyP18a6PXwG8sKxzP04La5tki4ymHyeWec71LivMXj6xrk gB3FUBgSOSdRcBmHNC15e2jZOoF7I4aJ2NtALnqI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DGR4VWMVUYKQ56QF3254ZPEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315305128@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca471751a68_e2b3ffde94cd96c7588e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7EWeKGF4mMN9gZ44ToZgudWxDbY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:46:02 -0000

----==_mimepart_5dca471751a68_e2b3ffde94cd96c7588e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the

One that has an reason phrase that overruns the packet would do it.  I can't see any other reason.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345025722
----==_mimepart_5dca471751a68_e2b3ffde94cd96c7588e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345025722">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
</pre>
<p>One that has an reason phrase that overruns the packet would do it.  I can't see any other reason.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJKZDFDCDTS5FMU4QRZDQTI7JPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSZKA#discussion_r345025722">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5W7GOLXQ37JJTLONDQTI7JPANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KH7V76THZ6KSQABDQTI7JPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSZKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZDFDCDTS5FMU4QRZDQTI7JPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSZKA#discussion_r345025722",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZDFDCDTS5FMU4QRZDQTI7JPA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFSZKA#discussion_r345025722",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca471751a68_e2b3ffde94cd96c7588e5--


From nobody Mon Nov 11 21:47:53 2019
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 0A0F112011E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4sVUMIiFhMrl for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:48 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8777412001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:47:48 -0800 (PST)
Date: Mon, 11 Nov 2019 21:47:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537667; bh=KRWTEvBXjZLUrb7pLKH5tqou4deHFx00Dp4EqDonUKI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lBfvwkl2YZ2uBQcE9WtHv6Vgqj30WKL2W2UGXt8/6xhO6h2+iG9U+24aOHVlMn4J+ aFmh513Syl7VcuKxZosZbfK7xvmQ1Hi/2ckqzyVQwOlgRAZKNPK0t8vGYHdth2GaqZ mqSUf4y9Du4k8QU481ydrxecA2O5yTYbh1DfNY/Q=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3FZHA757WFTCAO5UF3255AHEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3199/issue_event/2790214367@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca4783ca00e_56d33fedca6cd96c71693c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gMOWOSflv6flyCDLQF8B2-iQ4hk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:47:50 -0000

----==_mimepart_5dca4783ca00e_56d33fedca6cd96c71693c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3199.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#event-2790214367
----==_mimepart_5dca4783ca00e_56d33fedca6cd96c71693c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518966553" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3199" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3199/hovercard" href="https://github.com/quicwg/base-drafts/issues/3199">#3199</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJKY4LEXXYIED6KXVKALQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZHUVXY#event-2790214367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7J42EBEE6YYVSLLKDQTI7QHANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7DJAEZAKEXRGRJVDLQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZHUVXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKY4LEXXYIED6KXVKALQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZHUVXY#event-2790214367",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKY4LEXXYIED6KXVKALQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZHUVXY#event-2790214367",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca4783ca00e_56d33fedca6cd96c71693c--


From nobody Mon Nov 11 21:48:00 2019
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 A1D7B12001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ppaMiEePEYJw for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:48 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1854F120124 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:47:48 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 63EC2A03B5 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:47:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537667; bh=aOomGV/X9ynWiQDZm+65mKXShHRPjlrmc6O6ej2++bY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nJ8zfGIMSSRU13OJrTw80NvikF72Y+0/Y1VT3U75ztz4RMXStnVCaWM60cG1Nt3Z4 j7CDfZqFRvFRniMC3Egm1EwiHC6SpGPid36X1zGGj5bOAH3Sa87j8DcPFilkK9AwzT 2/OL+d28NqUu7tv+fkH7eSP3jNWTG7j9C1TZ66Ws=
Date: Mon, 11 Nov 2019 21:47:47 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3FZHA757WFTCAO5UF3255AHEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/552744745@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca478355697_20ae3fa41decd9606903f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rBwCsafJno55D4x8jI61qakIfyg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:47:51 -0000

----==_mimepart_5dca478355697_20ae3fa41decd9606903f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

OK, it looks like ekr moved DTLS to match.  Closing this with no action.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-552744745
----==_mimepart_5dca478355697_20ae3fa41decd9606903f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>OK, it looks like ekr moved DTLS to match.  Closing this with no action.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK6UL5HNFYVXLFPPKKTQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDOKI#issuecomment-552744745">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7J42EBEE6YYVSLLKDQTI7QHANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZOJ45FHEB4NQOLR3QTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDOKI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK6UL5HNFYVXLFPPKKTQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDOKI#issuecomment-552744745",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK6UL5HNFYVXLFPPKKTQTI7QHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZDOKI#issuecomment-552744745",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca478355697_20ae3fa41decd9606903f6--


From nobody Mon Nov 11 21:48:07 2019
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 08D0312001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7GhmT2aXw4XR for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:47:55 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0F2F3120143 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:47:55 -0800 (PST)
Date: Mon, 11 Nov 2019 21:47:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537674; bh=VKe/SFYaiGCA1WvBzWct/GYz5M2n/q8iSyO4QQd8s7g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JnEZqscu9T9L1QjAnhfucK7zugoZdEXahwAvh4BFxg1llPCsQkkw0/AbRavPBhqJX WgYPddGRGsWh97+oDOB6UzJX6zOWo/Wps6bTNINWRz5WNsnoAdCIoRSTWvm+Vepov3 bDsSDL+FjABAQrIfNta78gzdW/v6CS2BRbBc/OSo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7RGXH6TJQ4RUVELPF3255AVEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315305560@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca478a45515_4b8e3ff0ad2cd96c3939bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UaQ6v1gHpnU8Am5opNvxlf4YqBg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:47:57 -0000

----==_mimepart_5dca478a45515_4b8e3ff0ad2cd96c3939bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the

I don't think we need any extra rules for this special case. Just do what you'd normally do: close the connection with a FRAME_ENCODING_ERROR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345026064
----==_mimepart_5dca478a45515_4b8e3ff0ad2cd96c3939bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345026064">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
</pre>
<p>I don't think we need any extra rules for this special case. Just do what you'd normally do: close the connection with a FRAME_ENCODING_ERROR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJKY7AO2WR4YBMPG7EQDQTI7QVA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS4WA#discussion_r345026064">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY3CLKUXKXL4TDGQJ3QTI7QVANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7AJUVLRNYWLPE4NXDQTI7QVA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS4WA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKY7AO2WR4YBMPG7EQDQTI7QVA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS4WA#discussion_r345026064",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKY7AO2WR4YBMPG7EQDQTI7QVA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS4WA#discussion_r345026064",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca478a45515_4b8e3ff0ad2cd96c3939bb--


From nobody Mon Nov 11 21:49:40 2019
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 C089A12011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:49:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HV1X9BqwZueb for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:49:37 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3B0112001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:49:36 -0800 (PST)
Date: Mon, 11 Nov 2019 21:49:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537776; bh=NrnzyScCr4cn2Kw1Tw8XGecF6krqo7oQ52637UuNC8g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eiGZMNc9vTeJ4nQPWumd8sdyhmUVYJUMi/B83TtQCvEOEWLNexYS6tCIRvAJ++QVU ZYDABjgLXXR7pAsd1ftrRWXtV9dBBgq03hoF5Zi0G40veClLh8pH8l7+8DIv3CVIsI AAKcQQK7YicWfzBpuIPhNs0yC2+jDGgwFQkM5jNo=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5WSETZBU7AOUWXZO53255HBEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315305981@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca47f0e476_1cdb3fe77d2cd964815958"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O9BrIIR3KNL2hGCjrvpWwn_PiNU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:49:39 -0000

----==_mimepart_5dca47f0e476_1cdb3fe77d2cd964815958
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An

Looks like Github swallowed my previous comment on this line:
How would you even parse an invalid packet? What does it mean to "appear to contain" a frame?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#pullrequestreview-315305981
----==_mimepart_5dca47f0e476_1cdb3fe77d2cd964815958
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345026379">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An
</pre>
<p>Looks like Github swallowed my previous comment on this line:<br>
How would you even parse an invalid packet? What does it mean to "appear to contain" a frame?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK4S6IXLN64ZVBGJM63QTI7XBA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS77I#pullrequestreview-315305981">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4ON4VMAOEY2ZXITLDQTI7XBANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KVLFADCALLSGCC33QTI7XBA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS77I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4S6IXLN64ZVBGJM63QTI7XBA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS77I#pullrequestreview-315305981",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4S6IXLN64ZVBGJM63QTI7XBA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFS77I#pullrequestreview-315305981",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca47f0e476_1cdb3fe77d2cd964815958--


From nobody Mon Nov 11 21:50:13 2019
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 DDB3512001E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:50:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 42PG4xWrMBo2 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:50:10 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6B26612011C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:50:10 -0800 (PST)
Date: Mon, 11 Nov 2019 21:50:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537809; bh=MDqujaxRMPo7NTTkkevb0jqGMTWxdaYTwJTbEGOk1YU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ip7yimXrK8q4sKf6MiwUAaKh0dNnyhQzFV2yMQklV8sLS7VSJikvHfVjzHYYTKkxr WBgviWcoHVyTx8NjOCIRdNcOiXBRxf4O1+NaCgUW5bOzz7pL+bqSkSA8AwRFQmzRUj jfoGEQuHInHZWvIp1nHQ9UG9Ub/htpkWdztokqb4=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ECESP7QPDPPEAQE53255JDEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315306097@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca481190be1_76233fb743acd96c395696"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IXfs-1UXhaW4VmISCdY7L5kNX40>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:50:12 -0000

----==_mimepart_5dca481190be1_76233fb743acd96c395696
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the

I see, you think that it is enough to rely on rate limiting of the CONNECTION_CLOSE packet (c.f., #3095).  That would also work.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345026471
----==_mimepart_5dca481190be1_76233fb743acd96c395696
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345026471">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
</pre>
<p>I see, you think that it is enough to rely on rate limiting of the CONNECTION_CLOSE packet (c.f., <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="507544751" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3095" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3095/hovercard" href="https://github.com/quicwg/base-drafts/issues/3095">#3095</a>).  That would also work.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJKZGM52KVDXZZEMLX5TQTI7ZDA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTA4I#discussion_r345026471">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2MB77MC3TJ5WVHVKLQTI7ZDANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7KR2WXAQ2PEVE6Z5LQTI7ZDA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTA4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZGM52KVDXZZEMLX5TQTI7ZDA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTA4I#discussion_r345026471",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZGM52KVDXZZEMLX5TQTI7ZDA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTA4I#discussion_r345026471",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca481190be1_76233fb743acd96c395696--


From nobody Mon Nov 11 21:52:37 2019
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 C32A012011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:52:35 -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 NexNgYQfQg48 for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:52:34 -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 6608712001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:52:34 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 87F0D8C01AE for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:52:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537953; bh=3i2ML56oSCrMjWi7Vhp3ALT64469RprvuZkB3gUx/4s=; h=Date:From:To:Subject:From; b=XxiQG3IasuA0sLue80jOP1kgN264v2hfqeonmEx8FcaSW91SbMqkPJ4YRuyGdzIv4 2evnOyJ2VHxrXFy21jD023WNWCL+E0Dv/rED5HKA4Iwx8hrPq5EYzM6Yl8dBrdrpjQ z8OzGo85ZyEs52Hdrv2PZZ05JKrHakethTA8My4w=
Date: Mon, 11 Nov 2019 21:52:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/bad-close-ok/000000-32b6f7@github.com>
Subject: [quicwg/base-drafts] 32b6f7: Bad CONNECTION_CLOSE isn't special
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/gCYoZOvUTMq0seP9H-3j1KNvq-g>
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, 12 Nov 2019 05:52:36 -0000

  Branch: refs/heads/bad-close-ok
  Home:   https://github.com/quicwg/base-drafts
  Commit: 32b6f776ffc82063e71af0b9152cbfa65aebaeb8
      https://github.com/quicwg/base-drafts/commit/32b6f776ffc82063e71af0b9152cbfa65aebaeb8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Bad CONNECTION_CLOSE isn't special

If we get one, rely on the back-off that we require endpoints to
implement when they enter the closing state.  No need for any additional
special processing rules.

Closes #2475.
Closes #3230.



From nobody Mon Nov 11 21:53:16 2019
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 E8C9C12011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:53:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lgQJxfs7viPt for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:53:13 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F1B812001E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:53:13 -0800 (PST)
Date: Mon, 11 Nov 2019 21:53:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537992; bh=UkZHX1q1CAj9mFmcAFqwohJGenrDwca8D0Rz84ptbVE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=WQnl+Gny6BjxUNb+cb4wM2Pd7y3sD0hcuhtzsTInsqeAGb2i6I3doYE5n/2Gx6cGT Egm69yUFuLGm3yjBkEMRF+gewdA3PR9qkRjkvmNAfDOci3JaxMLS0X6Yf/OuerCMKW 3XIZh+HDWyH5aOgzLKzky/dux5oyg15gXrrKpThY=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3NC3CU4JCL75IYAHN3255UREVBNHHB6EYULQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3231@github.com>
Subject: [quicwg/base-drafts] Bad CONNECTION_CLOSE isn't special (#3231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca48c89a3d7_4b953ff0ad2cd96c98237b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/exWC63hgLUMnPQgnx-kJxWUk8LQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:53:15 -0000

----==_mimepart_5dca48c89a3d7_4b953ff0ad2cd96c98237b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If we get one, rely on the back-off that we require endpoints to
implement when they enter the closing state.  No need for any additional
special processing rules (as mentioned in #3230).

Closes #2475.
Closes #3230.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3231

-- Commit Summary --

  * Bad CONNECTION_CLOSE isn&#39;t special

-- File Changes --

    M draft-ietf-quic-transport.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3231.patch
https://github.com/quicwg/base-drafts/pull/3231.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3231

----==_mimepart_5dca48c89a3d7_4b953ff0ad2cd96c98237b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If we get one, rely on the back-off that we require endpoints to<br>
implement when they enter the closing state.  No need for any additional<br>
special processing rules (as mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521340624" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3230" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3230/hovercard" href="https://github.com/quicwg/base-drafts/pull/3230">#3230</a>).</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2475.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="410876749" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2475" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2475/hovercard" href="https://github.com/quicwg/base-drafts/issues/2475">#2475</a>.<br>
<span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes pull request #3230.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521340624" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3230" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3230/hovercard" href="https://github.com/quicwg/base-drafts/pull/3230">#3230</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3231'>https://github.com/quicwg/base-drafts/pull/3231</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bad CONNECTION_CLOSE isn&#39;t special</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3231/files#diff-0">draft-ietf-quic-transport.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3231.patch'>https://github.com/quicwg/base-drafts/pull/3231.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3231.diff'>https://github.com/quicwg/base-drafts/pull/3231.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications&amp;email_token=AFTOJKYUMXKJIWDBTSO7DQDQTJAERA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTCROA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2BI3DYHYDOKMRI3ADQTJAERANCNFSM4JL6TYBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KKRMYIUDSQTVNBMLQTJAERA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTCROA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJKYUMXKJIWDBTSO7DQDQTJAERA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTCROA",
"url": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJKYUMXKJIWDBTSO7DQDQTJAERA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYTCROA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dca48c89a3d7_4b953ff0ad2cd96c98237b--


From nobody Mon Nov 11 21:53:23 2019
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 B133412011C for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:53:21 -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 D2ud5cwJjLJA for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:53:20 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F42B12011E for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:53:20 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 697961C0CE4 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:53:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573537999; bh=eaPdflAHbulXPAOywB+m0b5fRjrT4wyG36JjiFUtXOA=; h=Date:From:To:Subject:From; b=vSbgpAjqwVISDm0z5798HkAXApzzFDvx2xx/eM0TngqFwFa4DAa5yocUPYGXiJ6cX aC2OpEMMPSaTKRETulsRaMMGuziDF+Bf3W8WWf12XW/fOZB460vBf40cDH5xg0dbA4 /Dz10eviVVsKIuyi8C5uI2vJVAY3WNZ0E2LEQqsg=
Date: Mon, 11 Nov 2019 21:53:19 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/78c648-c4f183@github.com>
Subject: [quicwg/base-drafts] c4f183: Script updating gh-pages from 32b6f776. [ci skip]
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/y7X4P-eh_kZmrJHBqazFfSJDoHY>
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, 12 Nov 2019 05:53:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c4f183659cc2a6d9970d5698fb07e736cd3df4b6
      https://github.com/quicwg/base-drafts/commit/c4f183659cc2a6d9970d5698fb07e736cd3df4b6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    A bad-close-ok/draft-ietf-quic-http.html
    A bad-close-ok/draft-ietf-quic-http.txt
    A bad-close-ok/draft-ietf-quic-invariants.html
    A bad-close-ok/draft-ietf-quic-invariants.txt
    A bad-close-ok/draft-ietf-quic-qpack.html
    A bad-close-ok/draft-ietf-quic-qpack.txt
    A bad-close-ok/draft-ietf-quic-recovery.html
    A bad-close-ok/draft-ietf-quic-recovery.txt
    A bad-close-ok/draft-ietf-quic-tls.html
    A bad-close-ok/draft-ietf-quic-tls.txt
    A bad-close-ok/draft-ietf-quic-transport.html
    A bad-close-ok/draft-ietf-quic-transport.txt
    A bad-close-ok/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 32b6f776. [ci skip]



From nobody Mon Nov 11 21:54:05 2019
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 E7CFE12011E for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:54:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 58cUKkMQrMmo for <quic-issues@ietfa.amsl.com>; Mon, 11 Nov 2019 21:54:02 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FA2E12011C for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:54:02 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 6493A661160 for <quic-issues@ietf.org>; Mon, 11 Nov 2019 21:54:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573538041; bh=a8GacXNZOWxKFHhJQvBNLMb5dqUHFivx+USllfexUFE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fAFspZrs4BNi0EQVU/SLO339LroJgLwv1qtL/RKtxQIgHPizbjwtEUOITa3HIqvLn 7hgkkj6V1KZ4/YHtRDULgCEOWOAjszlJkpNvnUhtDEVOYZi7gAt4xVUOgrNaPpdf74 Pky4xSQIISvycbeJF+4IA/CW9IQMafkGQSYK48Fo=
Date: Mon, 11 Nov 2019 21:54:01 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2DS7MNATB34V4QHJF3255XTEVBNHHB6EYULQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3231/review/315306979@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3231@github.com>
References: <quicwg/base-drafts/pull/3231@github.com>
Subject: Re: [quicwg/base-drafts] Bad CONNECTION_CLOSE isn't special (#3231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca48f9565d0_14f33fd92eacd9643303a9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6AV-QRmjcz0lDQaZ98gmfuNJavE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 05:54:04 -0000

----==_mimepart_5dca48f9565d0_14f33fd92eacd9643303a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3231#pullrequestreview-315306979
----==_mimepart_5dca48f9565d0_14f33fd92eacd9643303a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications&amp;email_token=AFTOJK5ZRUPGO4NJI7O4D73QTJAHTA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTHYY#pullrequestreview-315306979">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UPVWHJQRBJZYBXJ3QTJAHTANCNFSM4JL6TYBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZWRRL5QKQSS2UJCXLQTJAHTA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTHYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK5ZRUPGO4NJI7O4D73QTJAHTA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTHYY#pullrequestreview-315306979",
"url": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK5ZRUPGO4NJI7O4D73QTJAHTA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLFTHYY#pullrequestreview-315306979",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca48f9565d0_14f33fd92eacd9643303a9--


From nobody Tue Nov 12 02:23:57 2019
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 DF5A112003E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 02:23:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SNeNBBjF7uFd for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 02:23:54 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16962120013 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 02:23:54 -0800 (PST)
Date: Tue, 12 Nov 2019 02:23:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573554233; bh=LzT4IEcXu3AyrkXJYTlTl80HrLl0aSYvZF69AsoTEKg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bDPXVaSr6r0DY4V75FW0dxBw/Oyo0VE0nRXjH/UdBBh2BlWOexEDbdYaYj40+3Wet dSDPIGy+BptL0QaNR/VbC/RmH7X0ZKNuNJUD1VdSY7EWYcc6YpDblnX+YQFtuHmiAP 24Aa3aQG84Uy2qHK3UiaHZqowlFg+cjn9/FSp4ro=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2PAOUXA2ANFWIQ4MV3265LTEVBNHHB6EYULQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3231/review/315428314@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3231@github.com>
References: <quicwg/base-drafts/pull/3231@github.com>
Subject: Re: [quicwg/base-drafts] Bad CONNECTION_CLOSE isn't special (#3231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca88391827f_66aa3ffde94cd96c300271"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AdfExb0XdvGw_IbLuiIV_kefuDg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 10:23:56 -0000

----==_mimepart_5dca88391827f_66aa3ffde94cd96c300271
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3231#pullrequestreview-315428314
----==_mimepart_5dca88391827f_66aa3ffde94cd96c300271
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications&amp;email_token=AFTOJK3UBDXPFGQQCZCX2UDQTJ73TA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGQ3WQ#pullrequestreview-315428314">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3QSOZ4D5YI5EOGQSDQTJ73TANCNFSM4JL6TYBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6BMSRPDIY33YLM63LQTJ73TA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGQ3WQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK3UBDXPFGQQCZCX2UDQTJ73TA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGQ3WQ#pullrequestreview-315428314",
"url": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK3UBDXPFGQQCZCX2UDQTJ73TA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGQ3WQ#pullrequestreview-315428314",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca88391827f_66aa3ffde94cd96c300271--


From nobody Tue Nov 12 03:00:38 2019
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 868E312025D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 03:00:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ob4seML4_ISJ for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 03:00:34 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04C5212003E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 03:00:34 -0800 (PST)
Date: Tue, 12 Nov 2019 03:00:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573556432; bh=GQBFcFbZkZE2PzEOZO7S77HlVgDvRPqFxsjYpMxlDK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oqr7w/O0x2HgpAaYESWOfz5odvSiQB9PfYefxF0oGUzNUpO/7V8HImw+iUTJuC0az x6DzNKQwlkJhJpI4t0V/EjeS5bqJ176Pe7beOxoxn2/oHabEmW4F6qr7ufxiboqIKh q3n2ZfxnzO2lGjlQsG7vqQqJfvEkG+BQg/GYYsZc=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3GADVXJ4S5MELQCIN327BVBEVBNHHB6EX4RU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3229/review/315450956@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3229@github.com>
References: <quicwg/base-drafts/pull/3229@github.com>
Subject: Re: [quicwg/base-drafts] Restore other state after a spoofed migration (#3229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dca90d069a7c_331a3fe17d4cd968128125c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ubEXEDP5BXC46qWZflhQ9w1BOOc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 11:00:37 -0000

----==_mimepart_5dca90d069a7c_331a3fe17d4cd968128125c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear approved this pull request.

As long as this doesn't lead to confusion (for example: we recently tightened up the MUST around resetting state) for folks when reading this, I think it's really valuable to actually state this in the draft rather than hint at it throughout -- looks good!



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3229#pullrequestreview-315450956
----==_mimepart_5dca90d069a7c_331a3fe17d4cd968128125c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> approved this pull request.</p>

<p>As long as this doesn't lead to confusion (for example: we recently tightened up the MUST around resetting state) for folks when reading this, I think it's really valuable to actually state this in the draft rather than hint at it throughout -- looks good!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications&amp;email_token=AFTOJK66NSHBKS4BN4Y2HJLQTKEFBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGWMTA#pullrequestreview-315450956">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZPXRC7LEU5LPZRXCTQTKEFBANCNFSM4JL6PBLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK66ONK2W6VGVFWHFCTQTKEFBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGWMTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK66NSHBKS4BN4Y2HJLQTKEFBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGWMTA#pullrequestreview-315450956",
"url": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK66NSHBKS4BN4Y2HJLQTKEFBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLGWMTA#pullrequestreview-315450956",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dca90d069a7c_331a3fe17d4cd968128125c--


From nobody Tue Nov 12 04:46:06 2019
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 E320D12080E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:46:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jOFEKWbdMI3U for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:46:03 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65A9E12080D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 04:46:03 -0800 (PST)
Date: Tue, 12 Nov 2019 04:46:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573562762; bh=A+ZcJ+lcGacPmgAFkGtMY2K1nwJxgCOB5Ikq2XTNkPY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y8Cgm5il7dYYGgA6vws/5Q2B7BCzfd6TDWkKBzFUTw6Cha6QS2JyUS/NX1biiZS13 RIQyjsoo4EflwSEHh9UpAaIMnZtHENniLvKb6P66JmuOqsTd5d8KKSyP6qKhgGg4yS oWYJvWMpejklN2RZ7t8hb53vqX80ZjW3SnR+YB8s=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3TAVEB74MYIUB25QN327OAVEVBNHHB6EDT3U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3221/c552878429@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3221@github.com>
References: <quicwg/base-drafts/pull/3221@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] s/do not need to/do not/ (#3221)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaa98a9ceb0_ec73f8c218cd95c73458"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Voy8tpQXWSMW5o4lg-2TZ1e26oc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 12:46:05 -0000

----==_mimepart_5dcaa98a9ceb0_ec73f8c218cd95c73458
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thank you.  Closing PR since it would be obsoleted by #3129.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3221#issuecomment-552878429
----==_mimepart_5dcaa98a9ceb0_ec73f8c218cd95c73458
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thank you.  Closing PR since it would be obsoleted by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510763179" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3129" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3129/hovercard" href="https://github.com/quicwg/base-drafts/pull/3129">#3129</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications&amp;email_token=AFTOJK3YRFIVL2VU42XDQUTQTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2ECXI#issuecomment-552878429">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZUY2EHTX7IIZ53IZTQTKQQVANCNFSM4JL2OFEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BBRPOWYGGSRJCGWTQTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2ECXI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK3YRFIVL2VU42XDQUTQTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2ECXI#issuecomment-552878429",
"url": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK3YRFIVL2VU42XDQUTQTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2ECXI#issuecomment-552878429",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaa98a9ceb0_ec73f8c218cd95c73458--


From nobody Tue Nov 12 04:46:13 2019
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 50FB5120812 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:46:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NTsua0jwyWnU for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:46:04 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D43C7120805 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 04:46:03 -0800 (PST)
Date: Tue, 12 Nov 2019 04:46:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573562762; bh=O+Qh9AaD8GPDcp9LpHnW9MPGyJNJdFcUFr85GdmoKs0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PE+4pK2TjFm4HcUgnl4fX3kzpYwIZRtglU+g6CHNXmjkwW2feVrVo0aanvfSeH/j6 D2IG34Sh4rh4mmJm3FTt1PbFEnmUA7uxub0EpWurY9XF5W2a+MJA+N3ukyI0pgy4V4 +cxJ81vHUjkfWYdNTeRM1CtL5tUJgKsXaAkuhR4U=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3TAVEB74MYIUB25QN327OAVEVBNHHB6EDT3U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3221/issue_event/2791326496@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3221@github.com>
References: <quicwg/base-drafts/pull/3221@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] s/do not need to/do not/ (#3221)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaa98adac0f_5803f91ed6cd9641716f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ahLZIHXjmqA_c0oQWf289_ODZmI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 12:46:05 -0000

----==_mimepart_5dcaa98adac0f_5803f91ed6cd9641716f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3221.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3221#event-2791326496
----==_mimepart_5dcaa98adac0f_5803f91ed6cd9641716f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521171933" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3221" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3221/hovercard" href="https://github.com/quicwg/base-drafts/pull/3221">#3221</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications&amp;email_token=AFTOJK6W3OAILFEGY7SKAY3QTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQEGIA#event-2791326496">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZUY2EHTX7IIZ53IZTQTKQQVANCNFSM4JL2OFEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZT75UTTTVLOWTUA2TQTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQEGIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK6W3OAILFEGY7SKAY3QTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQEGIA#event-2791326496",
"url": "https://github.com/quicwg/base-drafts/pull/3221?email_source=notifications\u0026email_token=AFTOJK6W3OAILFEGY7SKAY3QTKQQVA5CNFSM4JL2OFE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQEGIA#event-2791326496",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaa98adac0f_5803f91ed6cd9641716f7--


From nobody Tue Nov 12 04:51:42 2019
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 EF7FC120818 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:51:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LHd3YvWFJAWY for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:51:39 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7086612013C for <quic-issues@ietf.org>; Tue, 12 Nov 2019 04:51:38 -0800 (PST)
Date: Tue, 12 Nov 2019 04:51:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563097; bh=HpmVOZwExx9TaGS4+TWKnawiKMZsLU7pCicP+hVKitI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mBZxzPrK+x1gH0xJ5A/QUo+pLG1wo/gVsI1+3k8kRkQ+E+6s9boGdwo/L0qMvpgID RSeydF4Gaomk6OiADL9LJKCUojpsxIztfvgXIaaSYbD2YMF0XDulI1oY6TwGup5rR8 /bRH3OzMpeCYNtqTy111Y8KNxuzocdXt1K/6H3Rs=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYV6M3XUUPW6TMQDRN327OVTEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218/c552880177@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3218@github.com>
References: <quicwg/base-drafts/pull/3218@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaaad97f488_25a63f8b018cd964718296"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LWcpVppB6ts6E9pOEQLqUhjT-3I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 12:51:41 -0000

----==_mimepart_5dcaaad97f488_25a63f8b018cd964718296
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for the response.  In light of your explanation I'm not sure I could improve the wording here, or that it would need to be improved in the first place.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3218#issuecomment-552880177
----==_mimepart_5dcaaad97f488_25a63f8b018cd964718296
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for the response.  In light of your explanation I'm not sure I could improve the wording here, or that it would need to be improved in the first place.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications&amp;email_token=AFTOJKZJ3T434SACABBKWGLQTKRFTA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2EQMI#issuecomment-552880177">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5U56SZZYAW4PA73GTQTKRFTANCNFSM4JL2OEMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2XIGE3U675IYD2HLLQTKRFTA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2EQMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKZJ3T434SACABBKWGLQTKRFTA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2EQMI#issuecomment-552880177",
"url": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKZJ3T434SACABBKWGLQTKRFTA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2EQMI#issuecomment-552880177",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaaad97f488_25a63f8b018cd964718296--


From nobody Tue Nov 12 04:51:49 2019
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 511CE12013C for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:51:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9-FAYoSJDM_O for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 04:51:40 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E188120813 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 04:51:39 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id E4C94961670 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 04:51:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563098; bh=bCl1TDzARHXGZj1IsLiChH+qFrFIct7vCaV8t7/wLZI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vjb3enKCzU4hJlhGhGr8Ctu/AU+87+ekBxBkkOihtSE1fSmBp2FtEkHs8L2ESG8kJ akpK9f3SSZ20TlNjoRl/k0LQGVuWzItRp9gr4CRBt5cRPGu/vXW7z/nEQS4US80qjf /ycaBU/1BeFPId7EeshxZO0BpxYpyiGHS1iejz/0=
Date: Tue, 12 Nov 2019 04:51:38 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYDVPQ6FRHP3GKKU65327OVVEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218/issue_event/2791342034@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3218@github.com>
References: <quicwg/base-drafts/pull/3218@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaaadad41ee_32d23fc8b26cd968145463b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dPHCei8v9VXlk6u788dW93jlAsY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 12:51:42 -0000

----==_mimepart_5dcaaadad41ee_32d23fc8b26cd968145463b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3218.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3218#event-2791342034
----==_mimepart_5dcaaadad41ee_32d23fc8b26cd968145463b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521171895" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3218" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3218/hovercard" href="https://github.com/quicwg/base-drafts/pull/3218">#3218</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications&amp;email_token=AFTOJK6MMLKVWGVT2DHBG7DQTKRFVA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQH7UQ#event-2791342034">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4S4DXRJ42SCDYBX6TQTKRFVANCNFSM4JL2OEMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7Y4EQX2LMPYRP3XM3QTKRFVA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQH7UQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJK6MMLKVWGVT2DHBG7DQTKRFVA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQH7UQ#event-2791342034",
"url": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJK6MMLKVWGVT2DHBG7DQTKRFVA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZQH7UQ#event-2791342034",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaaadad41ee_32d23fc8b26cd968145463b--


From nobody Tue Nov 12 05:02:00 2019
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 A198F120826 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:01:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eqsUFyjwJ6s9 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:01:56 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CFCF2120168 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:01:56 -0800 (PST)
Date: Tue, 12 Nov 2019 05:01:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563715; bh=vY5uqUOeJEOdToZtxmjDeybZjDatpUEMUuTguYyLKjg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nNhjPnlh3I+Zjzz241O6y+4++LMTItK7neU+5uRmTD4EL4n7ZyySyc5BpQ0j931yo ZRYCC5YZGSHYbv/LAr09rIpwmC6pAn9o04jeonWNKnGMrvcy0jdNLh4dCGGsovuH2x izScSDOQRGXDEM0StmbjEUkW4Z5mYr6y7BHa6oWE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6QLWW76XUNQO7CRIV327P4HEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/552883629@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaad4377c5e_5db33fd750ecd9682316953"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rV6ipGqxYwkHyvzsTbDQSZazWPg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:01:59 -0000

----==_mimepart_5dcaad4377c5e_5db33fd750ecd9682316953
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

How does that work? Is that a future version of DTLS?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-552883629
----==_mimepart_5dcaad4377c5e_5db33fd750ecd9682316953
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>How does that work? Is that a future version of DTLS?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJK45PKTWTVAVDOH74XDQTKSMHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FLLI#issuecomment-552883629">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK552Y4SIWABJWYEAJTQTKSMHANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7CXOJFIMX7KEM2S63QTKSMHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FLLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK45PKTWTVAVDOH74XDQTKSMHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FLLI#issuecomment-552883629",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJK45PKTWTVAVDOH74XDQTKSMHA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FLLI#issuecomment-552883629",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaad4377c5e_5db33fd750ecd9682316953--


From nobody Tue Nov 12 05:03:06 2019
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 AB631120829 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:03:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 i4sucBsDJfi2 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:03:02 -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 6DD3E120168 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:03:02 -0800 (PST)
Date: Tue, 12 Nov 2019 05:03:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563781; bh=Q5HeRuhlAMwzbkG3Y8vPRogGo9Nymmp3dIT0aY7Psuo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dhm9Os0B8MSPKiu948UAyrR8x9Ms5IFWNbgT9zeN+FjQGyTsCbfk5q3RSp6V3WjJH g1O22J690Xr+pAnphd3fF+OOGlq7igutQKRQl2o2Pwvy497vGV6STiymX+a2gyiyIz IyJz1m8Ed/x8EQ2teEfgBBrki3VOsYGbfPpNu4oc=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/push/4263843038@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaad85a3009_56ce3fedca6cd96c264261c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bhF48mxR6N9tyJEiKcywJxgB8i0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:03:05 -0000

----==_mimepart_5dcaad85a3009_56ce3fedca6cd96c264261c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

853d1b31b1c126a895f6115ce53e199dab94c5c4  Clarify how settings ported from HTTP/2 might redefine value.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220/files/32482433600e67e23dd3ce450ade7ba314782293..853d1b31b1c126a895f6115ce53e199dab94c5c4

----==_mimepart_5dcaad85a3009_56ce3fedca6cd96c264261c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/853d1b31b1c126a895f6115ce53e199dab94c5c4">853d1b3</a>  Clarify how settings ported from HTTP/2 might redefine value.</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3220/files/32482433600e67e23dd3ce450ade7ba314782293..853d1b31b1c126a895f6115ce53e199dab94c5c4?email_source=notifications&amp;email_token=AFTOJK2TGUCHO2S5SXVPQCLQTKSQLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGMYDGOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7U5DVS2ZPMG7QESUTQTKSQLANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6NREQ4EHOFZCQFIQTQTKSQLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGMYDGOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220/files/32482433600e67e23dd3ce450ade7ba314782293..853d1b31b1c126a895f6115ce53e199dab94c5c4?email_source=notifications\u0026email_token=AFTOJK2TGUCHO2S5SXVPQCLQTKSQLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGMYDGOA",
"url": "https://github.com/quicwg/base-drafts/pull/3220/files/32482433600e67e23dd3ce450ade7ba314782293..853d1b31b1c126a895f6115ce53e199dab94c5c4?email_source=notifications\u0026email_token=AFTOJK2TGUCHO2S5SXVPQCLQTKSQLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGMYDGOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcaad85a3009_56ce3fedca6cd96c264261c--


From nobody Tue Nov 12 05:03:36 2019
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 CF9DB12082D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:03:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hAL_-cROYu_x for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:03:33 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57101120829 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:03:33 -0800 (PST)
Date: Tue, 12 Nov 2019 05:03:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563812; bh=Yq/vzvMEgNRDIYnQhQtSj6caPG/mrYqU7oO8FYeCgNY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WaGR241aMIH0Xo4WGblMRzNHeLOlEGlkd0kQ8z+8jWv+IfpAqEQ2t0UCWketYmYN5 hX+2bVhMmXDpY8AMyzMZrqq01GQd2oDDvEDH6eCp/sqdHqV3cS6HUtHtghRLXxcG3r HaLFkOF65Hj5rBzSIcK0oGw8vNDCcZ/K0pUQAnYg=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/push/4263845181@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaada47abcf_16533fd6956cd9681904919"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/f0VBFqLXaSH2JJ3VoeCT1kxFFtA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:03:35 -0000

----==_mimepart_5dcaada47abcf_16533fd6956cd9681904919
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

3cdf7151d63862a0abe790667779418ebffaab90  Clarify how settings ported from HTTP/2 might redefine value.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220/files/853d1b31b1c126a895f6115ce53e199dab94c5c4..3cdf7151d63862a0abe790667779418ebffaab90

----==_mimepart_5dcaada47abcf_16533fd6956cd9681904919
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3cdf7151d63862a0abe790667779418ebffaab90">3cdf715</a>  Clarify how settings ported from HTTP/2 might redefine value.</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3220/files/853d1b31b1c126a895f6115ce53e199dab94c5c4..3cdf7151d63862a0abe790667779418ebffaab90?email_source=notifications&amp;email_token=AFTOJKZXPGUKWML7QQ6I4J3QTKSSJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGUYTQMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5EMNO5IYFKAH6PM5DQTKSSJANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZNR3UOJAYBDXQ6SP3QTKSSJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGUYTQMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220/files/853d1b31b1c126a895f6115ce53e199dab94c5c4..3cdf7151d63862a0abe790667779418ebffaab90?email_source=notifications\u0026email_token=AFTOJKZXPGUKWML7QQ6I4J3QTKSSJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGUYTQMI",
"url": "https://github.com/quicwg/base-drafts/pull/3220/files/853d1b31b1c126a895f6115ce53e199dab94c5c4..3cdf7151d63862a0abe790667779418ebffaab90?email_source=notifications\u0026email_token=AFTOJKZXPGUKWML7QQ6I4J3QTKSSJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DGOBUGUYTQMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcaada47abcf_16533fd6956cd9681904919--


From nobody Tue Nov 12 05:06:15 2019
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 C4D2B1200DB for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:06:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9HDN9-zYwo6m for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:06:12 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 42FEE120819 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:06:12 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id A078E6E12E2 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:06:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573563971; bh=umAlOfDPriKKDFptVz8evMIqxAZCZscTQPvp3GklTpQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d5XQn8eUipgHeg+PEynuJdW/uqg//9ptC1rvfUeUow2umz4SbiwrrhN4raCapPzIq hHXjScA0KFESh81cp7Klp+Esr1/KqwXZYlqJP2j2taTAvgqPoPMdaYgvmEZMtKJ8uG x93xY+ZxA+cV7QITP7CGcut50CuaQhVhsD6XHE34=
Date: Tue, 12 Nov 2019 05:06:11 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK547IJQASQ34TX3CQN327QMHEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/c552884985@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaae43917f8_452d3f8d694cd96c21802f6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DP-XVgCdsno84zm5j0Yr4N5zX28>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:06:14 -0000

----==_mimepart_5dcaae43917f8_452d3f8d694cd96c21802f6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thank you for the response.  I reworded the PR to capture your explanation.  PTAL.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220#issuecomment-552884985
----==_mimepart_5dcaae43917f8_452d3f8d694cd96c21802f6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thank you for the response.  I reworded the PR to capture your explanation.  PTAL.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK6ZF5OZYLUP57BIKSDQTKS4HA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FV6I#issuecomment-552884985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK355DZPCDSL7B2OBTTQTKS4HANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK42PP7UZF746U5KQMTQTKS4HA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FV6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK6ZF5OZYLUP57BIKSDQTKS4HA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FV6I#issuecomment-552884985",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK6ZF5OZYLUP57BIKSDQTKS4HA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2FV6I#issuecomment-552884985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaae43917f8_452d3f8d694cd96c21802f6--


From nobody Tue Nov 12 05:09:37 2019
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 BDCE412011C for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:09:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iXdaKN1QS8av for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:09:34 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ED69C1200DB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:09:33 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 3F5B86E0A6D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:09:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573564173; bh=C/m0imhWKio5hlQBXbFT+2foPRwO+8s+qQzdQ8iF9LA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uFDQdIjRiPqjLWSFiXvNhrXwJC6IdwD0N03BaMPv9FVFX6z7M+z4J/cClK9hh3wnH M/urWbCEQrmw0IiPDeXP8zDoIwRTQo/ClEmsqf+BCjGU34pP7J9YqyZn5rRZfNyWkA yH/XGr8HuokF8eErKhR0zVsMZNo/qf0s7+l+Z/cs=
Date: Tue, 12 Nov 2019 05:09:33 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK47BTXSVHHN2CRZ675327QY3EVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315519376@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaaf0d2fa67_78b3f99e22cd95c2225369"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8VINmJ9AzrobDkeJmhyjCovRgho>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:09:36 -0000

----==_mimepart_5dcaaf0d2fa67_78b3f99e22cd95c2225369
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
+message as being equivalent to a CONNECTION_CLOSE with the INTERNAL_ERROR error
+code.  The endpoint MAY send a single CONNECTION_CLOSE in response, but it MUST
+then enter the draining period; see {{draining}}.
 

Would INTERNAL_ERROR not suggest a locally induced inconsistent state as opposed to an observed remote inconsistent state? If so, I think it is important to make a distinction since it affects who is to blame and consequently where to debug.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#pullrequestreview-315519376
----==_mimepart_5dcaaf0d2fa67_78b3f99e22cd95c2225369
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345194565">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2709,8 +2710,10 @@ frame risks a peer missing the first such packet.  The only mechanism available
 to an endpoint that continues to receive data for a terminated connection is to
 use the stateless reset process ({{stateless-reset}}).
 
-An endpoint that receives an invalid CONNECTION_CLOSE frame MUST NOT signal the
-existence of the error to its peer.
+An endpoint that receives an invalid CONNECTION_CLOSE frame MUST treat the
+message as being equivalent to a CONNECTION_CLOSE with the INTERNAL_ERROR error
+code.  The endpoint MAY send a single CONNECTION_CLOSE in response, but it MUST
+then enter the draining period; see {{draining}}.
 
</pre>
<p>Would INTERNAL_ERROR not suggest a locally induced inconsistent state as opposed to an observed remote inconsistent state? If so, I think it is important to make a distinction since it affects who is to blame and consequently where to debug.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK2ACSJAHO7JFG55PZDQTKTI3A5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHHDEA#pullrequestreview-315519376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYFXRW6Q5QMLWWUHBDQTKTI3ANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7IQP2MUBXNIGQ3IWDQTKTI3A5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHHDEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK2ACSJAHO7JFG55PZDQTKTI3A5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHHDEA#pullrequestreview-315519376",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK2ACSJAHO7JFG55PZDQTKTI3A5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHHDEA#pullrequestreview-315519376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaaf0d2fa67_78b3f99e22cd95c2225369--


From nobody Tue Nov 12 05:35:56 2019
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 72F9E120033 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:35:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cy55myR7ojf3 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:35:52 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A91612002E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:35:52 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 8AFC196057E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:35:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573565751; bh=q6VSGD+NuSvtSocp8rm4KmB86WLcbjIlJQAtQfgwqCU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QtLT9r+++kwU0P8lodFSVph4qfy7HehlXMqvVFdxF4XOnasiJQZDqJAViGrFBJrAw wU623K2+8FDbydJ3xhftQjBHrNj4XIO3aydtYKeMl1IFbDR9Rb+ANjRKCyEG3TKKyW cCj3G5eTcCnu0PFKLux+SNfN61Claerx+6hsCq+Y=
Date: Tue, 12 Nov 2019 05:35:51 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LTDRXY54VWH7ADFN327T3PEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315530990@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcab5377b908_62fa3fe552acd95c22964e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/d56DrQ7P-aG8MpIlCMbfkntaFDY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:35:55 -0000

----==_mimepart_5dcab5377b908_62fa3fe552acd95c22964e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.

Perhaps also some discussion on termination - silent idle timeout vs connection close, and risk of loss of close packet.

> -required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.

That is not necessarily the case with DATAGRAM extension.

> -   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.
+
+Each connection starts with a handshake phase, during which client and server
+establish a shared secret using the cryptographic handshake protocol
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake
+({{handshake}}) confirms that endpoints are willing to communicate

```suggestion
({{handshake}}) confirms that both endpoints are willing to communicate
```

> +Each connection starts with a handshake phase, during which client and server
+establish a shared secret using the cryptographic handshake protocol
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake
+({{handshake}}) confirms that endpoints are willing to communicate
+({{validate-handshake}}) and establishes parameters for the connection
+({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.

```suggestion
trade some security guarantees for reduced latency.
```

... or to buffer packets until the handshake is confirmed.

> +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.

That is a strong claim. "... with as little impact on privacy as practically possible" would be more precise.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315530990
----==_mimepart_5dcab5377b908_62fa3fe552acd95c22964e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@mikkelfj</b> commented on this pull request.</p>=0D
=0D
<p>Perhaps also some discussion on termination - silent idle timeout vs c=
onnection close, and risk of loss of close packet.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345203549">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -required here.=0D
-=0D
-suggested structure:=0D
-=0D
- - establishment=0D
-   - VN=0D
-   - Retry=0D
-   - Crypto=0D
- - use (include migration)=0D
- - shutdown=0D
-=0D
---&gt;=0D
+A QUIC connection is a stateful interaction between a client and server,=
 the=0D
+primary purpose of which is to support the exchange of data by an applic=
ation=0D
+protocol.  Streams ({{streams}}) are the primary means by which an appli=
cation=0D
+protocol exchanges information.=0D
</pre>=0D
<p>That is not necessarily the case with DATAGRAM extension.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345204016">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -   - VN=0D
-   - Retry=0D
-   - Crypto=0D
- - use (include migration)=0D
- - shutdown=0D
-=0D
---&gt;=0D
+A QUIC connection is a stateful interaction between a client and server,=
 the=0D
+primary purpose of which is to support the exchange of data by an applic=
ation=0D
+protocol.  Streams ({{streams}}) are the primary means by which an appli=
cation=0D
+protocol exchanges information.=0D
+=0D
+Each connection starts with a handshake phase, during which client and s=
erver=0D
+establish a shared secret using the cryptographic handshake protocol=0D
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake=0D
+({{handshake}}) confirms that endpoints are willing to communicate=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-({{handshake}}) confirms that endpoints are w=
illing to communicate=0D
+({{handshake}}) confirms that both endpoints are willing to communicate=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345205015">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +Each connection starts with a handshake p=
hase, during which client and server=0D
+establish a shared secret using the cryptographic handshake protocol=0D
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake=0D
+({{handshake}}) confirms that endpoints are willing to communicate=0D
+({{validate-handshake}}) and establishes parameters for the connection=0D=

+({{transport-parameters}}).=0D
+=0D
+An application protocol can also operate in a limited fashion during the=
=0D
+handshake phase.  0-RTT allows application messages to be sent by a clie=
nt=0D
+before receiving any messages from the server.  However, 0-RTT lacks cer=
tain key=0D
+security guarantees. In particular, there is no protection against repla=
y=0D
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send=0D=

+application data to a client before it receives the final cryptographic=0D=

+handshake messages that allow it to confirm the identity and liveness of=
 the=0D
+client.  These capabilities allow an application protocol to offer the o=
ption to=0D
+trade some security guarantees for improved latency.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-trade some security guarantees for improved l=
atency.=0D
+trade some security guarantees for reduced latency.=0D
</pre>=0D
=0D
<p>... or to buffer packets until the handshake is confirmed.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345205900">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +({{transport-parameters}}).=0D
+=0D
+An application protocol can also operate in a limited fashion during the=
=0D
+handshake phase.  0-RTT allows application messages to be sent by a clie=
nt=0D
+before receiving any messages from the server.  However, 0-RTT lacks cer=
tain key=0D
+security guarantees. In particular, there is no protection against repla=
y=0D
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send=0D=

+application data to a client before it receives the final cryptographic=0D=

+handshake messages that allow it to confirm the identity and liveness of=
 the=0D
+client.  These capabilities allow an application protocol to offer the o=
ption to=0D
+trade some security guarantees for improved latency.=0D
+=0D
+The use of connection IDs ({{connection-id}}) allows connections to migr=
ate to a=0D
+new network path, both as a direct choice of an endpoint and when forced=
 by a=0D
+change in a middlebox.  {{migration}} describes how a migration can be p=
erformed=0D
+securely without adversely affecting privacy.=0D
</pre>=0D
<p>That is a strong claim. "... with as little impact on privacy as pract=
ically possible" would be more precise.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3225?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK7VEP6BLFLDTUYOPQDQTKWLPA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHJ53Q#pullrequestreview-315530990=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK2VGXKIHPVYR57ID7TQTKWLPANCNFSM4JL53IPQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK2YPF5C3LAU=
AQTM3SDQTKWLPA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLHJ53Q.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3D=
notifications\u0026email_token=3DAFTOJK7VEP6BLFLDTUYOPQDQTKWLPA5CNFSM4JL5=
3IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LHJ53Q#pullrequestreview-315530990",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK7VEP6BLFLDTUYOPQDQTKWLPA5CNFSM4JL53I=
P2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLH=
J53Q#pullrequestreview-315530990",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcab5377b908_62fa3fe552acd95c22964e1--


From nobody Tue Nov 12 05:52:20 2019
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 AFBD112006E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:52:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8_LzmDDcQpv4 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 05:52:16 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBD39120033 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 05:51:26 -0800 (PST)
Date: Tue, 12 Nov 2019 05:51:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573566685; bh=quf9gqLGvIFZKLu4/IfUXcxkho+iaLrgsB7/hTDrYss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Rm2TlThxin6lhCQA9jFHwY5Na2kQATs4QNRUIEMyjRcnHz0+AK46jsspS0kGLee6w vQybj3C0Tc+H1q5SvQb74xmU6LBkbFMcjSTFm6RU5FnXwo0PoOTRl3D+9r0jlsr5zd mjSTZfCFsr2ajWtGiuZ0h97NNpsQl75m9t2V40G0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4CCIBO2FZC47XRUGF327VV3EVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315545731@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcab8ddb19b7_3c1d3fd6956cd968175837a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dXJRUvWM5x915cTbmxpAbYz-Axg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 13:52:19 -0000

----==_mimepart_5dcab8ddb19b7_3c1d3fd6956cd968175837a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> +Each connection starts with a handshake phase, during which client and server
+establish a shared secret using the cryptographic handshake protocol
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake
+({{handshake}}) confirms that endpoints are willing to communicate
+({{validate-handshake}}) and establishes parameters for the connection
+({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.

This section reads as if 1-RTT could be relaxed while it probably only intends to address 0-RTT.  See also #3224

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345214969
----==_mimepart_5dcab8ddb19b7_3c1d3fd6956cd968175837a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345214969">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Each connection starts with a handshake phase, during which client and server
+establish a shared secret using the cryptographic handshake protocol
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake
+({{handshake}}) confirms that endpoints are willing to communicate
+({{validate-handshake}}) and establishes parameters for the connection
+({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
</pre>
<p>This section reads as if 1-RTT could be relaxed while it probably only intends to address 0-RTT.  See also <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521297759" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3224" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3224/hovercard" href="https://github.com/quicwg/base-drafts/pull/3224">#3224</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK5SXKL3QTQRKSZQIDTQTKYF3A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHNRAY#discussion_r345214969">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZOD2Y2ME72XGCMYMDQTKYF3ANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5GR6XGOJWNR774AGDQTKYF3A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHNRAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5SXKL3QTQRKSZQIDTQTKYF3A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHNRAY#discussion_r345214969",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5SXKL3QTQRKSZQIDTQTKYF3A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHNRAY#discussion_r345214969",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcab8ddb19b7_3c1d3fd6956cd968175837a--


From nobody Tue Nov 12 06:07:20 2019
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 931C4120033 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 06:07:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XAFLqtN2gAm3 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 06:07:16 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B36B812002E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 06:07:16 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 5014A2C0F6F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 06:07:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573567635; bh=Je1z+5Sbxuhp5koPU4xyjRmTP7LN3LJHiScGR6Ueqtw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=o/9R4iXyqgs4xlJ+JlK2oIIF3qcvpuUDHIhvXMEAuybeI9wRENBGJ99zT9d3IfKn5 4Sk3Aj+ePzaXtdT2+d/XJc1VKlyjfnZhWOLtHpmdQ3GskHnELD2UMomg5MEZ/SngYe WUoW0yqvGhUGzUIRaU8KkQjTJQcKW+640FVSbh40=
Date: Tue, 12 Nov 2019 06:07:15 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3OVFMSE6JTWCVQ4F327XRHEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315556738@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcabc934106c_35f63f87192cd96074589c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6pmTNyBbhkS5vFgsaO0egpBVITM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 14:07:18 -0000

----==_mimepart_5dcabc934106c_35f63f87192cd96074589c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.

It's more like a transport MUST NOT - surely an application protocol can get through a connection without sending a RESET.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#pullrequestreview-315556738
----==_mimepart_5dcabc934106c_35f63f87192cd96074589c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3226#discussion_r345223273">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.
</pre>
<p>It's more like a transport MUST NOT - surely an application protocol can get through a connection without sending a RESET.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK6FGDKV3T345AELZVLQTK2BHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHQHAQ#pullrequestreview-315556738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY7BPGRNSB2CL3HTOTQTK2BHANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYBOBBPRD7C7VH3A6TQTK2BHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHQHAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK6FGDKV3T345AELZVLQTK2BHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHQHAQ#pullrequestreview-315556738",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK6FGDKV3T345AELZVLQTK2BHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLHQHAQ#pullrequestreview-315556738",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcabc934106c_35f63f87192cd96074589c--


From nobody Tue Nov 12 07:55:38 2019
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 6BC6412006E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 07:55:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mR4AIYHVqREx for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 07:55:33 -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 377DB12004F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 07:55:33 -0800 (PST)
Date: Tue, 12 Nov 2019 07:55:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573574132; bh=JgToI00YwHrmLjN3S+WweG7HnCvje11+yRrzt/SWT9c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dYdfiMtgutkYW1j+U5XGUNOPHbVH9ug4YP2WOwiMDRn9hTuZ97+nsr7hySm4cW5BM SYXCBP1eXomrX0wACOaUSIKrqZz6oY0AybMHTh3/3oZyJVj16t9DMsx10Gm5VzLWiC e9QaEfWpWYU1EPrRiGlWY6B68Ulc90rBs6kRksag=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2IWQ5DCRNRXR6FA2F33AEHJEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315642106@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcad5f457f4e_13693f8d0eecd96883937"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3vZ543Uoly0C5VQRXGUnbcpWgI4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 15:55:35 -0000

----==_mimepart_5dcad5f457f4e_13693f8d0eecd96883937
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RyanAtGoogle commented on this pull request.



> -required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.

Heh. True, though since that extension is not part of the transport draft and not discussed in it at all, I think this sentence is quite correct as is.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345289340
----==_mimepart_5dcad5f457f4e_13693f8d0eecd96883937
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@RyanAtGoogle</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345289340">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
---&gt;
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.
</pre>
<p>Heh. True, though since that extension is not part of the transport draft and not discussed in it at all, I think this sentence is quite correct as is.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK3ONPELDEM2ASQSTVLQTLGXJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIFB6Q#discussion_r345289340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6KMHSDBF6IHPLYIOLQTLGXJANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2FN2K65QH4HGEHPXTQTLGXJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIFB6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK3ONPELDEM2ASQSTVLQTLGXJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIFB6Q#discussion_r345289340",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK3ONPELDEM2ASQSTVLQTLGXJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIFB6Q#discussion_r345289340",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcad5f457f4e_13693f8d0eecd96883937--


From nobody Tue Nov 12 08:02:01 2019
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 67A2512082E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:01:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H2236epGTP59 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:01:56 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C1FEE12006F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:01:56 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 1435B520354 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:01:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573574516; bh=XODb3kC5ONmQTYxDMPaVb5RKumCqIQ4ebYSKS6oMhl0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p4MFI8St9aF/A0GUrsA1R609y4dpppu/nx31JhKpU3dqEPak7Kg7JlVsO+zCnhNlg 9gTJUP6yCorpybxUsHBR3itR/oU/VcJqSuAVqZ4Twy1o2NjBshg05sI14Mc1s4e/c0 btf66fFukcTFk6LIE1thwsxPYXDkQR4wXsYFDXk8=
Date: Tue, 12 Nov 2019 08:01:56 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4C6T3OWS3RS5B2KLF33AE7JEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315647334@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcad7745d76_20433f7ece8cd96c8835c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8674FaNpAteka1hDXo_vTPN1PHg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 16:01:59 -0000

----==_mimepart_5dcad7745d76_20433f7ece8cd96c8835c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



>  cause a stream to be terminated.  A local instance of the application protocol
 uses a direct API call and a remote instance uses the STOP_SENDING frame, which
 triggers an automatic RESET_STREAM.
 
-Resetting a stream without knowledge of the application protocol could cause the
-protocol to enter an unrecoverable state.  Application protocols might require
-certain streams to be reliably delivered in order to guarantee consistent state
-between endpoints.  Application protocols SHOULD define rules for handling
-streams that are prematurely cancelled by either endpoint.
+Resetting a stream without the involvement of the application protocol could
+cause the application protocol to enter an unrecoverable state.  Application
+protocols might require certain streams to be reliably delivered in order to

to split hairs what does "might require certain streams to be reliably delivered" really mean here? Streams produce reliable byte streams. Is the intent more to say something like "applications expect streams to run to completion" and that premature exit causes that assumption to break?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#pullrequestreview-315647334
----==_mimepart_5dcad7745d76_20433f7ece8cd96c8835c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3226#discussion_r345293461">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  cause a stream to be terminated.  A local instance of the application protocol
 uses a direct API call and a remote instance uses the STOP_SENDING frame, which
 triggers an automatic RESET_STREAM.
 
-Resetting a stream without knowledge of the application protocol could cause the
-protocol to enter an unrecoverable state.  Application protocols might require
-certain streams to be reliably delivered in order to guarantee consistent state
-between endpoints.  Application protocols SHOULD define rules for handling
-streams that are prematurely cancelled by either endpoint.
+Resetting a stream without the involvement of the application protocol could
+cause the application protocol to enter an unrecoverable state.  Application
+protocols might require certain streams to be reliably delivered in order to
</pre>
<p>to split hairs what does "might require certain streams to be reliably delivered" really mean here? Streams produce reliable byte streams. Is the intent more to say something like "applications expect streams to run to completion" and that premature exit causes that assumption to break?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK6DNR2M6SJKQQFOKDLQTLHPJA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIGKZQ#pullrequestreview-315647334">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYC3UO6RJ3VMSKILLLQTLHPJANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6CP4Y465TOQOORVNTQTLHPJA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIGKZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK6DNR2M6SJKQQFOKDLQTLHPJA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIGKZQ#pullrequestreview-315647334",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK6DNR2M6SJKQQFOKDLQTLHPJA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIGKZQ#pullrequestreview-315647334",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcad7745d76_20433f7ece8cd96c8835c--


From nobody Tue Nov 12 08:09:18 2019
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 DA435120835 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:09:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UkeTE7F933zY for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:09:14 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65FF0120098 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:09:14 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id AF9E76E1740 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:09:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573574953; bh=eZD3bY/laKREwHuChB9Nnm9cNvEN/yFplADSuL0dCPY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mF0zdgJVi9qPEU4FCUR3nM0Pf81HSPo1l39p2X0/HWC59JCorkvWajTW0YjYeBwKF 97nzeeqqxq8937wEG5IFS+JBWH6vZLrWgIYnpKEVNEyPu4uXHaYrEVzRZ8XkNZmhVY VJoKCixC0eMwzzSsxa3cH/IP2djqwGsit5PJDdFE=
Date: Tue, 12 Nov 2019 08:09:13 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4LRNOYMLQSFZ6UCZN33AF2TEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315649845@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcad929a01c2_18d13fc89d8cd96c899b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NK-Uv5b8DGIiFdVB8all7lz1R94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 16:09:17 -0000

----==_mimepart_5dcad929a01c2_18d13fc89d8cd96c899b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.

Small comments

> @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.

STOP_SENDING instigates RESET_STREAM, so this is a bit of a confusing statement.

>  cause a stream to be terminated.  A local instance of the application protocol
 uses a direct API call and a remote instance uses the STOP_SENDING frame, which
 triggers an automatic RESET_STREAM.
 
-Resetting a stream without knowledge of the application protocol could cause the
-protocol to enter an unrecoverable state.  Application protocols might require
-certain streams to be reliably delivered in order to guarantee consistent state
-between endpoints.  Application protocols SHOULD define rules for handling
-streams that are prematurely cancelled by either endpoint.
+Resetting a stream without the involvement of the application protocol could
+cause the application protocol to enter an unrecoverable state.  Application
+protocols might require certain streams to be reliably delivered in order to

+1 to Lucas point.  Personally, I'd delete this sentence because I think it's not adding much and as written it's confusing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#pullrequestreview-315649845
----==_mimepart_5dcad929a01c2_18d13fc89d8cd96c899b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<p>Small comments</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3226#discussion_r345295433">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.
</pre>
<p>STOP_SENDING instigates RESET_STREAM, so this is a bit of a confusing statement.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3226#discussion_r345297721">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  cause a stream to be terminated.  A local instance of the application protocol
 uses a direct API call and a remote instance uses the STOP_SENDING frame, which
 triggers an automatic RESET_STREAM.
 
-Resetting a stream without knowledge of the application protocol could cause the
-protocol to enter an unrecoverable state.  Application protocols might require
-certain streams to be reliably delivered in order to guarantee consistent state
-between endpoints.  Application protocols SHOULD define rules for handling
-streams that are prematurely cancelled by either endpoint.
+Resetting a stream without the involvement of the application protocol could
+cause the application protocol to enter an unrecoverable state.  Application
+protocols might require certain streams to be reliably delivered in order to
</pre>
<p>+1 to Lucas point.  Personally, I'd delete this sentence because I think it's not adding much and as written it's confusing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK7JQGZZ7MFQLOUQV3TQTLIKTA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIG6NI#pullrequestreview-315649845">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZBOFYPVI7FVC3D3CTQTLIKTANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK655QNU7IZDSVTHHJ3QTLIKTA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIG6NI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK7JQGZZ7MFQLOUQV3TQTLIKTA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIG6NI#pullrequestreview-315649845",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK7JQGZZ7MFQLOUQV3TQTLIKTA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLIG6NI#pullrequestreview-315649845",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcad929a01c2_18d13fc89d8cd96c899b9--


From nobody Tue Nov 12 08:27:47 2019
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 C5FC512008B for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:27:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AHmsgSVZnof9 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 08:27:45 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A32B12004A for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:27:45 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id B3090C61E1F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 08:27:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573576064; bh=1wmrTRSvoAjCcHS8OuuUdx6eUA6T+5sn2Fj7fKFzfL8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YN2XcFQLOgH5Hpu0EygFGslqkXZiDpgf9Lz7A4bOXI60ywMp93fgKx0Imzw/t1z2N Acff3n/cybVDA2g1XP23/tkq5+1peIqvcyb8ObOGfcE3bG//nKyWLVUVLkYUMhCvOt Bi/G6EBz5aIyBfdfF+fZcruRdUUL2lCQsaUYCh20=
Date: Tue, 12 Nov 2019 08:27:44 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZVPBO6NHJDLYPOHAF33AIABEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315667690@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcadd80a4b08_4353fb36eccd95c98390"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Xo49-NxIzIpDCbeBCgLM6r1lVqE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 16:27:47 -0000

----==_mimepart_5dcadd80a4b08_4353fb36eccd95c98390
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-Each connection starts with an handshake phase, during which client and server
+Each connection starts with a handshake phase, during which client and server

unless of course your intended audience is primarily from East End

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315667690
----==_mimepart_5dcadd80a4b08_4353fb36eccd95c98390
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345308840">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-Each connection starts with an handshake phase, during which client and server
+Each connection starts with a handshake phase, during which client and server
</pre>
<p>unless of course your intended audience is primarily from East End</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK3WNJYTBGKOW5VGHOTQTLKQBA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLILJ2Q#pullrequestreview-315667690">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZNJJQGTPNED2JHDILQTLKQBANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2V3RBQQ2THTVOAAS3QTLKQBA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLILJ2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK3WNJYTBGKOW5VGHOTQTLKQBA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLILJ2Q#pullrequestreview-315667690",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK3WNJYTBGKOW5VGHOTQTLKQBA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLILJ2Q#pullrequestreview-315667690",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcadd80a4b08_4353fb36eccd95c98390--


From nobody Tue Nov 12 09:06:22 2019
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 E246D12009C for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:06:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 a1HRCCZ94C-o for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:06:18 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D7EAF120123 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:06:17 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id E41EC2C3640 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:06:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573578376; bh=RCLHXg5Vl9bd9rfWPmPzm0dqb/G+6+AtaN+NlHzYtw4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LolhZvgHDvKhw4HZLJH0Au6WKVkHz1hEByZvg9otsR1XLrwsfcnQM7Qv0SoiBTxbt A2zabiU1+G/Ts4cDO10xOPHc/hrB55kNPdMf8i3jpiBQDfJmaeCK0+qhmAuPe8Sh20 LhEQETGtno7dn7ui8o65epZvpKeIW84kB1nKDQMQ=
Date: Tue, 12 Nov 2019 09:06:16 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK35JV6K4F5XFEQVDWF33AMQREVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/552989112@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcae688d5d79_64353feda58cd96c2822d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W-hpsLOyEpB0YHuRfiMnLC9ouXo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 17:06:21 -0000

----==_mimepart_5dcae688d5d79_64353feda58cd96c2822d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In the other place, it just says "SHOULD... in a timely manner," but there's some value in defining what constitutes "timely."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-552989112
----==_mimepart_5dcae688d5d79_64353feda58cd96c2822d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In the other place, it just says "SHOULD... in a timely manner," but there's some value in defining what constitutes "timely."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJKY5JLQU7Y5CPWJ54ZTQTLPARA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED27DOA#issuecomment-552989112">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYJPA3RC2XVE7B7GNLQTLPARANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5A2SST7REBB6KODLTQTLPARA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED27DOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKY5JLQU7Y5CPWJ54ZTQTLPARA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED27DOA#issuecomment-552989112",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKY5JLQU7Y5CPWJ54ZTQTLPARA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED27DOA#issuecomment-552989112",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcae688d5d79_64353feda58cd96c2822d5--


From nobody Tue Nov 12 09:51:45 2019
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 7FE0612097F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:51:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ga4ax8FtX-r8 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:51:41 -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 A9DDA120959 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:51:41 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id AC4E58C11B6 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:51:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581100; bh=3/jZp+FTaPkxmyBJ13jKZg9gYsRlhH9VgGy/yk1P0Tw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ruJBy7NNpdeJNoSHBMEfxh0r3/R11Wa7RtvXNvQWzcut7cIy8W0apRV2158CGjs9l qdRD61gXk41XjeHFdIZ1XJm8nbVKFA4v4+cMjiwRO9L+zqDh186vtMsyxfapo9XMDD 2ded2M2qFURblV3vdS/Z4fGuTnd0eOG9oG72K4U0=
Date: Tue, 12 Nov 2019 09:51:40 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYPPUHHWY6O5FP3TUV33AR2ZEVBNHHB6D24WU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3215/553011062@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3215@github.com>
References: <quicwg/base-drafts/issues/3215@github.com>
Subject: Re: [quicwg/base-drafts] Timer interval for retire the connection IDs (#3215)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf12c9e259_b8d3fa2324cd95c478891"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V6PkcncCbGUqBQ9S_1LfBt9AzJ4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 17:51:43 -0000

----==_mimepart_5dcaf12c9e259_b8d3fa2324cd95c478891
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I might argue that the 3 PTO suggestion for the issuer makes sense. We need some guidance for the issuer that is easy to implement and also tolerant to reordering. 3 PTO is a good fit for that.

The question IMO is if we need something more than that. It might be possible to argue that the current recommendation of 1 PTO is a rough derivation of the 3 PTO rule, but it's confusing.

Maybe something like "SHOULD ... in a timely manner, as the issuer of the CIDs might drop the retired CIDs as early as 3 PTO" would be enough.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3215#issuecomment-553011062
----==_mimepart_5dcaf12c9e259_b8d3fa2324cd95c478891
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I might argue that the 3 PTO suggestion for the issuer makes sense. We need some guidance for the issuer that is easy to implement and also tolerant to reordering. 3 PTO is a good fit for that.</p>
<p>The question IMO is if we need something more than that. It might be possible to argue that the current recommendation of 1 PTO is a rough derivation of the 3 PTO rule, but it's confusing.</p>
<p>Maybe something like "SHOULD ... in a timely manner, as the issuer of the CIDs might drop the retired CIDs as early as 3 PTO" would be enough.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications&amp;email_token=AFTOJKZCWMHKA4IOOLTYFA3QTLUKZA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EO5Q#issuecomment-553011062">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKRX3X4JOXXII2HDTQTLUKZANCNFSM4JLYYJKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZLWFR6RRFTMIZYA6DQTLUKZA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EO5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKZCWMHKA4IOOLTYFA3QTLUKZA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EO5Q#issuecomment-553011062",
"url": "https://github.com/quicwg/base-drafts/issues/3215?email_source=notifications\u0026email_token=AFTOJKZCWMHKA4IOOLTYFA3QTLUKZA5CNFSM4JLYYJK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EO5Q#issuecomment-553011062",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf12c9e259_b8d3fa2324cd95c478891--


From nobody Tue Nov 12 09:51:54 2019
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 2725F12097F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:51:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jPwWgNhjdXeL for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:51:46 -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 73C4612098E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:51:46 -0800 (PST)
Date: Tue, 12 Nov 2019 09:51:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581105; bh=+YsyfxFP4N6rUSxarJyLxaYnQAGGsmuX55RZ+Sxg4Oo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ha/cIJlF+dOF/9sonwoZtKZhcNFBzcS8Jcbyx1zB9a5UCfa7oRzxnHjzTczEGi9fk SLNCPlu7LerLSZgD8xhKSuagYcwf0OzI+V5CprCFbZApEA63JXfgR31bqi57a4gQI9 ZrX3OGatTQ1zj41IgKkiWSma6+ypdY9dAkJPslDg=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYOQVQTFJ73L7JXZL533AR3DEVBNHHB6EDTW4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3218/c553011101@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3218@github.com>
References: <quicwg/base-drafts/pull/3218@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] 421 and future connection reuse. (#3218)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf131ac6b0_a1c3fe02c0cd964580881"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2Pamtk4cKWegNpDEdQaPBFghmfQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 17:51:48 -0000

----==_mimepart_5dcaf131ac6b0_a1c3fe02c0cd964580881
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I suspect you're right that we need to retouch this language based on the language in http-core that will (we expect) permit trying HTTP/3 directly, without Alt-Svc.  That piece is tracked by #2223; mentioning it to make sure they're linked.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3218#issuecomment-553011101
----==_mimepart_5dcaf131ac6b0_a1c3fe02c0cd964580881
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I suspect you're right that we need to retouch this language based on the language in http-core that will (we expect) permit trying HTTP/3 directly, without Alt-Svc.  That piece is tracked by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="393243679" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2223" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2223/hovercard" href="https://github.com/quicwg/base-drafts/issues/2223">#2223</a>; mentioning it to make sure they're linked.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications&amp;email_token=AFTOJKYZIKKWPMTJZI7QQATQTLULDA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EPHI#issuecomment-553011101">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY7VCT76VSI5YG6Y5LQTLULDANCNFSM4JL2OEMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3TATQASZE34MKKQO3QTLULDA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EPHI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKYZIKKWPMTJZI7QQATQTLULDA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EPHI#issuecomment-553011101",
"url": "https://github.com/quicwg/base-drafts/pull/3218?email_source=notifications\u0026email_token=AFTOJKYZIKKWPMTJZI7QQATQTLULDA5CNFSM4JL2OEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED3EPHI#issuecomment-553011101",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf131ac6b0_a1c3fe02c0cd964580881--


From nobody Tue Nov 12 09:58:34 2019
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 916EC120992 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:58:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rHxWm3L7Ghcy for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 09:58:31 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4718120991 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 09:58:30 -0800 (PST)
Date: Tue, 12 Nov 2019 09:58:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581510; bh=NZNoBr9U+7OWyFFQcigPOST8iWkAC7EWgj22z5DZFgg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m+mDOnMT1/lo8+vN8mXjLVHdsCGY2fmpsXKOlsGTR1qaCvt67BktQHlYkNBA8Mi1B CzMw9z+ZbtEnA4YOk7y4ZrFa1abPvC5By2MPcr7OCbyEqvX4Q/V7Kz3u8lQo5W11wy LwWksDDc5WHesQANt9hJyQVdRA9FCzy1PmniVrk4=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2BIJN7HCZESKIP6O533ASUNEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/review/315729886@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf2c63fbb6_7bac3fd1804cd95c3207ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ckf6Skxp3XvGRCHTQu4kEeiIkrM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 17:58:32 -0000

----==_mimepart_5dcaf2c63fbb6_7bac3fd1804cd95c3207ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.



> @@ -1941,7 +1941,9 @@ In HTTP/3, setting values are variable-length integers (6, 14, 30, or 62 bits
 long) rather than fixed-length 32-bit fields as in HTTP/2.  This will often
 produce a shorter encoding, but can produce a longer encoding for settings which
 use the full 32-bit space.  Settings ported from HTTP/2 might choose to redefine
-the format of their settings to avoid using the 62-bit encoding.
+their value to limit it to 30 bits for more efficient encoding, or to make use
+of the 62-bit space (for example, if encoding the original value often requires
+eight bytes anyway).

This parenthetical feels kind of awkward; maybe just something like "or might choose to make use of the 62-bit space if more than 30 bits are required"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220#pullrequestreview-315729886
----==_mimepart_5dcaf2c63fbb6_7bac3fd1804cd95c3207ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3220#discussion_r345357116">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1941,7 +1941,9 @@ In HTTP/3, setting values are variable-length integers (6, 14, 30, or 62 bits
 long) rather than fixed-length 32-bit fields as in HTTP/2.  This will often
 produce a shorter encoding, but can produce a longer encoding for settings which
 use the full 32-bit space.  Settings ported from HTTP/2 might choose to redefine
-the format of their settings to avoid using the 62-bit encoding.
+their value to limit it to 30 bits for more efficient encoding, or to make use
+of the 62-bit space (for example, if encoding the original value often requires
+eight bytes anyway).
</pre>
<p>This parenthetical feels kind of awkward; maybe just something like "or might choose to make use of the 62-bit space if more than 30 bits are required"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK34BDB6WSMJGZ2Q2S3QTLVENA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI2PXQ#pullrequestreview-315729886">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY6EGKNB3S5XP4KPJLQTLVENANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZFP753IZWISKXIQXDQTLVENA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI2PXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK34BDB6WSMJGZ2Q2S3QTLVENA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI2PXQ#pullrequestreview-315729886",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK34BDB6WSMJGZ2Q2S3QTLVENA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI2PXQ#pullrequestreview-315729886",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf2c63fbb6_7bac3fd1804cd95c3207ec--


From nobody Tue Nov 12 10:00:48 2019
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 2A5C012095B for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:00:47 -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 2ngdEcNe64M1 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:00:45 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A53C120933 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:00:36 -0800 (PST)
Date: Tue, 12 Nov 2019 10:00:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581635; bh=aSHRs5SwhatZMiRqVAhuJnyft4II7lqBcnt8icGCNEg=; h=Date:From:To:Subject:From; b=QFW9PXyeOMdbjrjfZ7GVxoEAURs2NaCPJz+q061i69AUmcHbT7PmyM8YYeAgrdsjH byCmQ62MxEqVtF6Gs+aJHjBB+tAmqQk3R2XgG9Hbat3Xm5YNOBXnzKdsfR9PVx3mfN JKnNaAqfhyH1BHthuorJggm593WDWBM3sR8W+uPI=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/89658b-094ac5@github.com>
Subject: [quicwg/base-drafts] 094ac5: [HTTP/3] [editorial] How many parts is the HTTP/3 ...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0C4UqIfcW8s7vJAcbRh2GQ_9sS4>
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, 12 Nov 2019 18:00:47 -0000

  Branch: refs/heads/master=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 094ac5b9fb261b47dccc0626cba1b8a0105db380=0D
      https://github.com/quicwg/base-drafts/commit/094ac5b9fb261b47dccc06=
26cba1b8a0105db380=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-12 (Tue, 12 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] How many parts is the HTTP/3 specification is spli=
t into exactly? (#3219)=0D
=0D
I count eight including the additional resources or six not including=0D
them.  But what I'm most concerned about is that Sections 1 and 2 are=0D
also part of the HTTP/3 specification.=0D
=0D
=0D


From nobody Tue Nov 12 10:00:53 2019
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 A302312095B for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:00:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7w8X2EZFXEWb for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:00:49 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4896E120949 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:00:45 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 8FF741C2F54 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:00:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581644; bh=b7tzlAAezreFs4j9hx/sZ72cHEhdlaZwzraNxbXxBys=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BAHT2z4/VwIbdbASCP7AdFekdRw9DvmoRbLsB+pk9UmfOLNHTnblGvCplXKqPP9NO aWcohHYFOklrJd6h8aV8PvW7FqA4PqOFZa/sEamK2XXMRNvhbcodIU9F7XrFhAfSad wTZYPTb94KIYS6cajOsCjONJpQ/YbBsrUECOS1MA=
Date: Tue, 12 Nov 2019 10:00:44 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK47GO5MQ2QUQNL6QFV33AS4ZEVBNHHB6EDTYQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3219/issue_event/2792450226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3219@github.com>
References: <quicwg/base-drafts/pull/3219@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] How many parts exactly? (#3219)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf34c810db_5ad53fab62ecd96425513d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7YiiZjOZUDA8WGCHPPFmQ0OjsRA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:00:50 -0000

----==_mimepart_5dcaf34c810db_5ad53fab62ecd96425513d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3219 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3219#event-2792450226
----==_mimepart_5dcaf34c810db_5ad53fab62ecd96425513d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521171908" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3219" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3219/hovercard" href="https://github.com/quicwg/base-drafts/pull/3219">#3219</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications&amp;email_token=AFTOJK5IQBIBJWPY7JCEGMDQTLVMZA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZYWRMQ#event-2792450226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2KNC3ZDZTKQ2U6GWLQTLVMZANCNFSM4JL2OEVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4QYNDPAQ3CQTTU2CLQTLVMZA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZYWRMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications\u0026email_token=AFTOJK5IQBIBJWPY7JCEGMDQTLVMZA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZYWRMQ#event-2792450226",
"url": "https://github.com/quicwg/base-drafts/pull/3219?email_source=notifications\u0026email_token=AFTOJK5IQBIBJWPY7JCEGMDQTLVMZA5CNFSM4JL2OEVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZYWRMQ#event-2792450226",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf34c810db_5ad53fab62ecd96425513d--


From nobody Tue Nov 12 10:01:19 2019
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 5D134120949 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:01:17 -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 qxc7BFxX3fhP for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:01:16 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39115120933 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:01:16 -0800 (PST)
Date: Tue, 12 Nov 2019 10:01:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581675; bh=N42/ldVwRiFQf9sGrq1a6tAUJMDqceCiPOydUKZpGWY=; h=Date:From:To:Subject:From; b=EKpKgdo9QEldw13tpBK54loBrNNZ+EKx2etECjuchm7STQ0au3F2eeL3nPM0ZUrC8 aIpnV7+pw4dHz8HjfeIMS9baSaIZvsxmuSW2Ooh5+mLQTwFDNHr/nG3s7xGJoaJ/VC Q6gHVbDq/Bu+exCWM+t43aNzb+rG36TK+wKlPqs4=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c4f183-327402@github.com>
Subject: [quicwg/base-drafts] 327402: Script updating gh-pages from 094ac5b9. [ci skip]
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/5o9vw2oi6OHSrF10wi8IVO3NjLE>
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, 12 Nov 2019 18:01:17 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 32740251880f33fa27b0ec9ee4e54ff4eb386dc2
      https://github.com/quicwg/base-drafts/commit/32740251880f33fa27b0ec9ee4e54ff4eb386dc2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 094ac5b9. [ci skip]



From nobody Tue Nov 12 10:03:06 2019
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 3980E1209BA for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:03:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LfTXxrRpzG8b for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:03:02 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2203312095E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:03:02 -0800 (PST)
Date: Tue, 12 Nov 2019 10:03:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581781; bh=kMiy45rPjh5Q2GQ5+b0lA2cJaDdI1qCRB27uldPqp2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sP+Zbp65t7khwkJvbkEMTM9lN+OhslCJhcKKe4Ufyal0mJ9yH3JVnyJZqN5BBwZOv ZU4AMV35iVZrVpxPKE17emg7YWgv3KktK55HnNiCy5EDrRscYRMt2MJc4tLJmoEgKn hke4S+qqXJ4avWVO9m5AM78ZUGPI+5pgDXIwCq5w=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNLU5MJTAHAQVAJRF33ATFLEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315732802@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf3d562219_5863f96282cd960489253"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ON4Zm7ctqbaNkqabBFV_6KrU4Lg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:03:05 -0000

----==_mimepart_5dcaf3d562219_5863f96282cd960489253
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An

A packet might "appear to contain a frame" if it contains the truncated beginning of a frame.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345359295
----==_mimepart_5dcaf3d562219_5863f96282cd960489253
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345359295">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An
</pre>
<p>A packet might "appear to contain a frame" if it contains the truncated beginning of a frame.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJKZ7MWTQBAV7SQIEGF3QTLVVLA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI3GQQ#discussion_r345359295">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2Y6OLE2RRXHGB6TSLQTLVVLANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7OTA5OVSHMUYSGABDQTLVVLA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI3GQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZ7MWTQBAV7SQIEGF3QTLVVLA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI3GQQ#discussion_r345359295",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJKZ7MWTQBAV7SQIEGF3QTLVVLA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI3GQQ#discussion_r345359295",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf3d562219_5863f96282cd960489253--


From nobody Tue Nov 12 10:03:19 2019
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 0B91F1209BB for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:03:17 -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 xlJx-G72zi59 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:03:11 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3568912095E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:03:06 -0800 (PST)
Date: Tue, 12 Nov 2019 10:03:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573581785; bh=qUUFePCdhSl5NnRpGTs8Oo42BZe3D9JYhiyQpJ90VFg=; h=Date:From:To:Subject:From; b=nhlhpDSMN363+BZnNf3BnhdFlZC29i9X8QWJP833k806m4nXQGstzoXNVT9jntOaR 4IZzhrdkCCnNSGk4LS8jB1j5mLnlV/T+nHk+fST/jIFW6gHhrTj92BjoimjcDc3Qoz tgfNCcRaUBsaazk9ZdUsSQogCt1UTizuGPUuZGXk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/327402-b73241@github.com>
Subject: [quicwg/base-drafts] b73241: Script updating issues at 2019-11-12T18:02:58Z. [c...
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/0Uceh1MNEMURSKuT3jIccchN5R0>
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, 12 Nov 2019 18:03:17 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b73241908598fa5a26f1e301177c2b8b4eb1ec8c
      https://github.com/quicwg/base-drafts/commit/b73241908598fa5a26f1e301177c2b8b4eb1ec8c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-12T18:02:58Z. [ci skip]



From nobody Tue Nov 12 10:12:59 2019
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 E5E8B12008A for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:12:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P5gjtoyzRtMR for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:12:56 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D981D12084D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:12:55 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 391361C03BF for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:12:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573582375; bh=eLcCrQ/2o/PlmM2gmzKrOlgr5Y/eqTvPfCwp2Qkz4iY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Xgr3hj8eG0ZwzufxO20YlctPr/h6GmsDrNMSDT+koQ8PB5h42WDfps5X4o/SYFPnX WYstCwoAmgS+BmBtLyOj6aLN0Q/EFUsPzwRBoQXU7EeAL8fhlBt89Sba9+BpySU2jd GnwzOcxC3h659IBRpjxVzTMPzPGEnQChsW3RHMyw=
Date: Tue, 12 Nov 2019 10:12:55 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5UMJK46EKG7VNPFFF33AUKPEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315734450@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf6272a70f_56073fae3e6cd96035584c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qRXIXYgm9r0MqQwuiSfdF4tMZ1g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:12:58 -0000

----==_mimepart_5dcaf6272a70f_56073fae3e6cd96035584c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



> @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.

```suggestion
RESET_STREAM MUST only be instigated by the application protocol that uses QUIC.
```
@mikkelfj is right -- in isolation, this reads like a requirement on the application, not a restriction on everyone else.

>  cause a stream to be terminated.  A local instance of the application protocol
 uses a direct API call and a remote instance uses the STOP_SENDING frame, which
 triggers an automatic RESET_STREAM.
 
-Resetting a stream without knowledge of the application protocol could cause the
-protocol to enter an unrecoverable state.  Application protocols might require
-certain streams to be reliably delivered in order to guarantee consistent state
-between endpoints.  Application protocols SHOULD define rules for handling
-streams that are prematurely cancelled by either endpoint.
+Resetting a stream without the involvement of the application protocol could
+cause the application protocol to enter an unrecoverable state.  Application
+protocols might require certain streams to be reliably delivered in order to

It's the "critical stream" idea from HTTP/3 -- if you blow up a request stream, the HTTP connection is fine.  If you blow up a QPACK stream, the connection dies in flames.  Some streams are application-critical, and only the application knows which, so only the application can decide which streams to kill.  In a transport world, though, "reliably delivered" brings up different overtones.  Maybe "Resetting certain streams could disrupt the consistency of application-layer state between the endpoints."?

As to confusion, this is the rationale for the restriction in the previous paragraph.  Maybe putting the rationale first and following with "Therefore, RESET_STREAM MUST only be instigated...." would help?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#discussion_r345360528
----==_mimepart_5dcaf6272a70f_56073fae3e6cd96035584c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@MikeBishop</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3226#discussi=
on_r345360528">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2720,17 +2720,19 @@ connection in a re=
coverable state, the endpoint can send a RESET_STREAM frame=0D
 ({{frame-reset-stream}}) with an appropriate error code to terminate jus=
t the=0D
 affected stream.=0D
 =0D
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREA=
M=0D
-carries an application error code.  Only the application protocol is abl=
e to=0D
+RESET_STREAM MUST be instigated by the application protocol that uses QU=
IC.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-RESET_STREAM MUST be instigated by the applic=
ation protocol that uses QUIC.=0D
+RESET_STREAM MUST only be instigated by the application protocol that us=
es QUIC.=0D
</pre>=0D
=0D
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D193335" data-octo-click=3D"hovercard-link-cl=
ick" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/m=
ikkelfj">@mikkelfj</a> is right -- in isolation, this reads like a requir=
ement on the application, not a restriction on everyone else.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3226#discussi=
on_r345362225">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  cause a stream to be terminated.  A local=
 instance of the application protocol=0D
 uses a direct API call and a remote instance uses the STOP_SENDING frame=
, which=0D
 triggers an automatic RESET_STREAM.=0D
 =0D
-Resetting a stream without knowledge of the application protocol could c=
ause the=0D
-protocol to enter an unrecoverable state.  Application protocols might r=
equire=0D
-certain streams to be reliably delivered in order to guarantee consisten=
t state=0D
-between endpoints.  Application protocols SHOULD define rules for handli=
ng=0D
-streams that are prematurely cancelled by either endpoint.=0D
+Resetting a stream without the involvement of the application protocol c=
ould=0D
+cause the application protocol to enter an unrecoverable state.  Applica=
tion=0D
+protocols might require certain streams to be reliably delivered in orde=
r to=0D
</pre>=0D
<p>It's the "critical stream" idea from HTTP/3 -- if you blow up a reques=
t stream, the HTTP connection is fine.  If you blow up a QPACK stream, th=
e connection dies in flames.  Some streams are application-critical, and =
only the application knows which, so only the application can decide whic=
h streams to kill.  In a transport world, though, "reliably delivered" br=
ings up different overtones.  Maybe "Resetting certain streams could disr=
upt the consistency of application-layer state between the endpoints."?</=
p>=0D
<p>As to confusion, this is the rationale for the restriction in the prev=
ious paragraph.  Maybe putting the rationale first and following with "Th=
erefore, RESET_STREAM MUST only be instigated...." would help?</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3226?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYLRBJTXUD2B7HM56DQTLW2PA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI3TMQ#discussion_r345360528">view=
 it on GitHub</a>, or <a href=3D"https://github.com/notifications/unsubsc=
ribe-auth/AFTOJKY6Z4ZWR4VOP46ZWPDQTLW2PANCNFSM4JL5363Q">unsubscribe</a>.<=
img src=3D"https://github.com/notifications/beacon/AFTOJKYK7SRLQR2R4IPXU6=
TQTLW2PA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKT=
DN5WW2ZLOORPWSZGOCLI3TMQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=3D=
notifications\u0026email_token=3DAFTOJKYLRBJTXUD2B7HM56DQTLW2PA5CNFSM4JL5=
3632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LI3TMQ#discussion_r345360528",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYLRBJTXUD2B7HM56DQTLW2PA5CNFSM4JL536=
32YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI=
3TMQ#discussion_r345360528",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcaf6272a70f_56073fae3e6cd96035584c--


From nobody Tue Nov 12 10:16:39 2019
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 3F5BD1208EF for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:16:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 judfZZmRBTNR for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:16:36 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82DD612008A for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:16:36 -0800 (PST)
Date: Tue, 12 Nov 2019 10:16:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573582595; bh=e5G9S6h21P9Z9Nlm6Pn6WAQ3rhwtlKDkhT/T7TVOnP8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gd8iXeyUe1Efu1LD3/mB//dfA3lat8d5gI6NIvGtZDQ/zNuV3NpwmDlPBzkwzpd1h Wzpbo2pbjicjHbgA6yp4k6IHmuuXsmy9DUv1mWD2D7JXyGFBmv6e7KCF4BRKlD8Cvf vCPbxW7JoerdO/xqlkTKV04MIULRlhmDCNNk5Tdk=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4JQZYL3GWUPMVHRDV33AUYHEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315741300@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcaf703a0b33_43d3fec918cd96860016f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IJYW9MsMOvTs4a2G-lJDCbbJDk8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:16:38 -0000

----==_mimepart_5dcaf703a0b33_43d3fec918cd96860016f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.

@ianswett from memory, but isn't that still the app doing this? STOP_SENDING can have the application signalling RESET, but it requires the app to choose the error/status code.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#discussion_r345365578
----==_mimepart_5dcaf703a0b33_43d3fec918cd96860016f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3226#discussion_r345365578">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2720,17 +2720,19 @@ connection in a recoverable state, the endpoint can send a RESET_STREAM frame
 ({{frame-reset-stream}}) with an appropriate error code to terminate just the
 affected stream.
 
-RESET_STREAM MUST be instigated by the protocol using QUIC.  RESET_STREAM
-carries an application error code.  Only the application protocol is able to
+RESET_STREAM MUST be instigated by the application protocol that uses QUIC.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20072817" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a> from memory, but isn't that still the app doing this? STOP_SENDING can have the application signalling RESET, but it requires the app to choose the error/status code.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK4TSJGKPO3TOTVZ5GTQTLXIHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI5I5A#discussion_r345365578">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6QT73763N6G7RZRSLQTLXIHANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4CZAILP4MS27STUVLQTLXIHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI5I5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK4TSJGKPO3TOTVZ5GTQTLXIHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI5I5A#discussion_r345365578",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK4TSJGKPO3TOTVZ5GTQTLXIHA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLI5I5A#discussion_r345365578",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcaf703a0b33_43d3fec918cd96860016f--


From nobody Tue Nov 12 10:43:55 2019
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 7CB20120AD8 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:43:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SO-VtT6PRlZH for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:43:52 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3867120AD6 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:43:51 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id EED371C30F9 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:43:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573584230; bh=4dqmbB0j0ztZ+kVQ4CnTdIHWmmJWGxr+AgAM/0/Pe9c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rxPE0OzdXWecEhs0I9aaSwwaZbFv5nFNQo9B6iPQ0/S+ypTgRzVVIDgoMaMrcREcK y0doftRo6hS9Lr0Yl5otzdAROXmcy/c0Ht58+MuXF3AhghAxVUa7fAika80HaLj0Bm x2EWZYykXrB2qqptl0YIR/8Bq/NL9dTHZayX39Cg=
Date: Tue, 12 Nov 2019 10:43:50 -0800
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/push/4265403732@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcafd66dfed2_6a4b3f97818cd96470633"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LHJGIxy_4sM9ydDY7v8JtW53eFA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:43:53 -0000

----==_mimepart_5dcafd66dfed2_6a4b3f97818cd96470633
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@bencebeky pushed 1 commit.

8ec3b0da82e510596487a2558908989711e2389b  reword parenthetical


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220/files/d40d76703b55b8bd58494ecbbe464a3971644e11..8ec3b0da82e510596487a2558908989711e2389b

----==_mimepart_5dcafd66dfed2_6a4b3f97818cd96470633
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/bencebeky" class="user-mention">@bencebeky</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8ec3b0da82e510596487a2558908989711e2389b">8ec3b0d</a>  reword parenthetical</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3220/files/d40d76703b55b8bd58494ecbbe464a3971644e11..8ec3b0da82e510596487a2558908989711e2389b?email_source=notifications&amp;email_token=AFTOJK456PRQWYSB264IXYTQTL2ONA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DKNBQGM3TGMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK632QMVLNYHVGSKSBLQTL2ONANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYFVZI2VW2BD2ANTBLQTL2ONA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DKNBQGM3TGMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220/files/d40d76703b55b8bd58494ecbbe464a3971644e11..8ec3b0da82e510596487a2558908989711e2389b?email_source=notifications\u0026email_token=AFTOJK456PRQWYSB264IXYTQTL2ONA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DKNBQGM3TGMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3220/files/d40d76703b55b8bd58494ecbbe464a3971644e11..8ec3b0da82e510596487a2558908989711e2389b?email_source=notifications\u0026email_token=AFTOJK456PRQWYSB264IXYTQTL2ONA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNRQGQ4DANKQOVZWQIZUGI3DKNBQGM3TGMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcafd66dfed2_6a4b3f97818cd96470633--


From nobody Tue Nov 12 10:44:26 2019
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 2780E12080F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:44:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 L1SSvmDlrT64 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 10:44:22 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A5D01200DE for <quic-issues@ietf.org>; Tue, 12 Nov 2019 10:44:22 -0800 (PST)
Date: Tue, 12 Nov 2019 10:44:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573584261; bh=aQ9pd4zVfPK7A92v84NwDMC+8X3kFomcRgGGIYFfAvw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qW1pYFXgmwrZFR6VnGhCYcjhRlJFhAQ5GIXTZJ2wnE4WKu2X+NAbtf3znEb5Gmcm5 sASOuICxH01z6wrLJb8CgNCtivK4JwUMwrY0QwKhb4QHt6xoqqn1rkfTZ9AbN635Hl DqQ2iPdvMBfqUgCj8iQgfAw4+4yfJt3BnEerK4tY=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZROSOG5IZPN5CYO6F33AYALEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/review/315758358@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcafd859427d_1ce53fb90e4cd964578161"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: bencebeky
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZfshRazcbVnVvZ2ubtvq7jn9eek>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 18:44:24 -0000

----==_mimepart_5dcafd859427d_1ce53fb90e4cd964578161
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

bencebeky commented on this pull request.



> @@ -1941,7 +1941,9 @@ In HTTP/3, setting values are variable-length integers (6, 14, 30, or 62 bits
 long) rather than fixed-length 32-bit fields as in HTTP/2.  This will often
 produce a shorter encoding, but can produce a longer encoding for settings which
 use the full 32-bit space.  Settings ported from HTTP/2 might choose to redefine
-the format of their settings to avoid using the 62-bit encoding.
+their value to limit it to 30 bits for more efficient encoding, or to make use
+of the 62-bit space (for example, if encoding the original value often requires
+eight bytes anyway).

Thanks for the suggestion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220#discussion_r345378768
----==_mimepart_5dcafd859427d_1ce53fb90e4cd964578161
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@bencebeky</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3220#discussion_r345378768">draft-ietf-quic-http.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1941,7 +1941,9 @@ In HTTP/3, setting values are variable-length integers (6, 14, 30, or 62 bits
 long) rather than fixed-length 32-bit fields as in HTTP/2.  This will often
 produce a shorter encoding, but can produce a longer encoding for settings which
 use the full 32-bit space.  Settings ported from HTTP/2 might choose to redefine
-the format of their settings to avoid using the 62-bit encoding.
+their value to limit it to 30 bits for more efficient encoding, or to make use
+of the 62-bit space (for example, if encoding the original value often requires
+eight bytes anyway).
</pre>
<p>Thanks for the suggestion.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK2CCPE35SSRLLBUMQTQTL2QLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJBOFQ#discussion_r345378768">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK745YEHZMUJJF37C43QTL2QLANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GJRY22EIRE5I4MOLQTL2QLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJBOFQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK2CCPE35SSRLLBUMQTQTL2QLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJBOFQ#discussion_r345378768",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK2CCPE35SSRLLBUMQTQTL2QLA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJBOFQ#discussion_r345378768",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcafd859427d_1ce53fb90e4cd964578161--


From nobody Tue Nov 12 12:18:43 2019
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 CB101120871 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:18:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q61H-zpYjBGe for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:18:40 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5A782120853 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:18:40 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 807A1660073 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:18:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573589919; bh=4T9VQUQya2+ABLVzmAAPdoLzEKvFvuSljYblp+fqUV0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pP7wLdGep8GsaPEQPSUoaT9+crX97IO0ik7sxeaJd01el7G13fQo6Gx9Vi5lo6jBC fgn4NL7pzTeY8R3BXzelEuChAwCK9DdPIx9oCD8PlLNaxYj1z3+7mAvih9nNcV4iNp WxtbxI/Mj8byI1i+g+xFnHRI0MZaPA7NV5+XIWHA=
Date: Tue, 12 Nov 2019 12:18:39 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYVJJM2WR7VFDNQ22N33BDB7EVBNHHB6EYULQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3231/review/315815737@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3231@github.com>
References: <quicwg/base-drafts/pull/3231@github.com>
Subject: Re: [quicwg/base-drafts] Bad CONNECTION_CLOSE isn't special (#3231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb139f708ae_642f3feda58cd96c13939e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_6lmkkQCLSJv2GxSfr8yGfIizjM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 20:18:42 -0000

----==_mimepart_5dcb139f708ae_642f3feda58cd96c13939e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3231#pullrequestreview-315815737
----==_mimepart_5dcb139f708ae_642f3feda58cd96c13939e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications&amp;email_token=AFTOJK3DRTM73IROD26H3B3QTMFR7A5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJPOOI#pullrequestreview-315815737">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QZZUS6S2D44YDCSDQTMFR7ANCNFSM4JL6TYBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7NAPQJT5MSY2KJZLTQTMFR7A5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJPOOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK3DRTM73IROD26H3B3QTMFR7A5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJPOOI#pullrequestreview-315815737",
"url": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK3DRTM73IROD26H3B3QTMFR7A5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJPOOI#pullrequestreview-315815737",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb139f708ae_642f3feda58cd96c13939e8--


From nobody Tue Nov 12 12:37:31 2019
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 178AE1200C5 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:37:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 J5CexTwThJX8 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:37:27 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3043D120839 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:37:27 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 0A39FC6004B for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:37:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573591046; bh=/cFSaoFbLon82ZpzfyvhOOacrMfnNWfOIY56AE3xX7M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bYsHnZshXuErW+XA2ngYzl6AsLaltgaSyxBDcQBkgNplAfwbaTf9KjZq3WhulM0yB 9CCCGY80ooDonWvW8uzh0UCHSLQqul8zVodhpGmkIyEiQTK79oVMWAEPUylEtG2uBx 8Bmigbl0FwzdcwpEpVSANU08g2IDc6JsxAbMa/pU=
Date: Tue, 12 Nov 2019 12:37:25 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5NBL6MV37TPW5DMTV33BFILEVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/review/315826050@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb1805ef534_48a73fb4422cd96412656c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wrIuV-V-vufEwGraPIug52KZAFk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 20:37:30 -0000

----==_mimepart_5dcb1805ef534_48a73fb4422cd96412656c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#pullrequestreview-315826050
----==_mimepart_5dcb1805ef534_48a73fb4422cd96412656c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK5LV2GSEWL45AG7MDLQTMHYLA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJR7AQ#pullrequestreview-315826050">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK77TSYSJOIG6NQHNLDQTMHYLANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QOZCZT4ZWBQPRPJTQTMHYLA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJR7AQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK5LV2GSEWL45AG7MDLQTMHYLA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJR7AQ#pullrequestreview-315826050",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK5LV2GSEWL45AG7MDLQTMHYLA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJR7AQ#pullrequestreview-315826050",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb1805ef534_48a73fb4422cd96412656c5--


From nobody Tue Nov 12 12:43:33 2019
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 49E6B1200DB for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:43:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6UViJh2cNKN6 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:43:29 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3FFF120842 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:43:29 -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 CA0822C19BC for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:43:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573591408; bh=sfD6FNXa2tTITUkdn4Wl2JE+MtzO63w0ypTHlZesLhg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yGXpHvivuWWxmNXM0Qx+seYooB9EnZ2DZmTHn6Tcyta4gGkEK7zRwoMVbfunT6Oaq oOnLz8DVbsOtQ66XfgsZTazjs18PBWcLOE2aqRcEv6I+zDgkj8DBW8maNfk9G3u49M SHnEblVchfOJm6/5Ijo0ZqI22hOmHIs/AwlNxW58=
Date: Tue, 12 Nov 2019 12:43:28 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7KJIESIYARL4KDII533BF7BEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/review/315829413@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb1970b54b1_1eb03fbf63ecd96810831a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vfbhxgdnyIckUQ8jEpBYs57qv40>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 20:43:31 -0000

----==_mimepart_5dcb1970b54b1_1eb03fbf63ecd96810831a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228#pullrequestreview-315829413
----==_mimepart_5dcb1970b54b1_1eb03fbf63ecd96810831a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications&amp;email_token=AFTOJK5OLXUNI2JU35OVBHLQTMIPBA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJSZJI#pullrequestreview-315829413">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4RJTFCKFCT4ONT55DQTMIPBANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK266HTOE4TJDRIU6DDQTMIPBA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJSZJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK5OLXUNI2JU35OVBHLQTMIPBA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJSZJI#pullrequestreview-315829413",
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJK5OLXUNI2JU35OVBHLQTMIPBA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJSZJI#pullrequestreview-315829413",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb1970b54b1_1eb03fbf63ecd96810831a--


From nobody Tue Nov 12 12:50:38 2019
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 E7696120839 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:50:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4ySyAgx6cwlH for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 12:50:36 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFFDE12008A for <quic-issues@ietf.org>; Tue, 12 Nov 2019 12:50:35 -0800 (PST)
Date: Tue, 12 Nov 2019 12:50:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573591835; bh=ZZuStk+PWye3W928HqVGg6FXX0Zw64ExPZa4pKjPjD8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=moykyRjUlnGlcH6R/VJWtOF89uGRENcIQ3sw9nmP24vJiBnTNEBVYRl7xEit22rtb 6Lkg2NnkyXDWctA2bMpCA7c7NTgBDl4QIMKOrzERqCXkA0OuDz2EFi3sGX9E8loLh/ bxsIpZrkRrBlh8qOqXWZPndV33YFKfwoxQFhC6OA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK56VFFVCSZUB3I43XF33BGZXEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315833394@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb1b1b25531_3c003fd8424cd95c93015"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IWtskHD-RAX69U2r-YsOLF4YYS8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 20:50:38 -0000

----==_mimepart_5dcb1b1b25531_3c003fd8424cd95c93015
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An

"or an invalid packet that appears to contain a CONNECTION_CLOSE_ frame," is a pretty big category of potential issues.  Does this need to be called out as separate from the general invalid packet case?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345436922
----==_mimepart_5dcb1b1b25531_3c003fd8424cd95c93015
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345436922">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An
</pre>
<p>"or an invalid packet that appears to contain a CONNECTION_CLOSE_ frame," is a pretty big category of potential issues.  Does this need to be called out as separate from the general invalid packet case?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK3GVWDDEQTJBCB3CXLQTMJJXA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJTYMQ#discussion_r345436922">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4DD3WICL7H2Y3QGX3QTMJJXANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZRT5FKFMDPYRF25PTQTMJJXA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJTYMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK3GVWDDEQTJBCB3CXLQTMJJXA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJTYMQ#discussion_r345436922",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK3GVWDDEQTJBCB3CXLQTMJJXA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJTYMQ#discussion_r345436922",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb1b1b25531_3c003fd8424cd95c93015--


From nobody Tue Nov 12 13:13:10 2019
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 265B3120105 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:13:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xnQjKMF3yLVr for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:13:07 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8E58120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:13:07 -0800 (PST)
Date: Tue, 12 Nov 2019 13:13:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593186; bh=mngXt1CztvBbUzkkFLhQpJ8RkXdoyLybQU4bj5Hm2jQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GmUZDBVdd8o/c2hNGFCOqUP+SC933CJkkdF7hjyjAK1r16wLELhAdURj1leDSPGP3 j1cG9yeUQIwJ+bDDwuG+k1zMdS/68pdtelTclyAboOS1+D3C08zqTQkGLpK0nHZuVt ZmfAwCLilTASQASqZKL1sLaBT6EzZ+N4+UHrBvaM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYV5SLJ43J6DWFTI4F33BJOFEVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/553116831@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2062150ac_35b93fa12a6cd96810319d9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uUaqv1ehzr_m-rfrJwj6v0NcQyk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:13:09 -0000

----==_mimepart_5dcb2062150ac_35b93fa12a6cd96810319d9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@mikkelfj, this is [DTLS 1.3](https://github.com/tlswg/dtls13-spec).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-553116831
----==_mimepart_5dcb2062150ac_35b93fa12a6cd96810319d9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=193335" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mikkelfj">@mikkelfj</a>, this is <a href="https://github.com/tlswg/dtls13-spec">DTLS 1.3</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJKYJ5AYRY3ZVNHZQF7LQTML6FA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED36JHY#issuecomment-553116831">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5FIPUYJNJ26N4WHO3QTML6FANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2BH7GCOWWKEOOT23DQTML6FA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED36JHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKYJ5AYRY3ZVNHZQF7LQTML6FA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED36JHY#issuecomment-553116831",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKYJ5AYRY3ZVNHZQF7LQTML6FA5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED36JHY#issuecomment-553116831",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2062150ac_35b93fa12a6cd96810319d9--


From nobody Tue Nov 12 13:15:18 2019
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 69491120105 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:15:17 -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 lKSdoBUKGWwy for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:15:15 -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 AC436120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:15:15 -0800 (PST)
Date: Tue, 12 Nov 2019 13:15:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593314; bh=acv9dvA3EkHs6VVgiZ3Fs+489oKJeazzDNatVRgxUBs=; h=Date:From:To:Subject:From; b=HRykn9s5w/AbZYQeoxERh1swdnvkppyUHNYJuLcXHfSzdRSiT3tpY5GGn3yVP65Iw 1whIK24FkrwgXE1DmqYKG/DdOPionRb6UHtdwPeSYqr6diY2HlG6mYnuPAMbucOuFO k9w66xxhJ/Ocp+w3z1goEYij+vgNJncVNW0LWE+k=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/life/509977-cee02b@github.com>
Subject: [quicwg/base-drafts] cee02b: Mikkel makes this better
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/YpX4tkR_drXppwJ0lyGyE5ZwpF0>
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, 12 Nov 2019 21:15:17 -0000

  Branch: refs/heads/life
  Home:   https://github.com/quicwg/base-drafts
  Commit: cee02b8081a97cb76ca41f95023eff22f83f98d0
      https://github.com/quicwg/base-drafts/commit/cee02b8081a97cb76ca41f95023eff22f83f98d0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

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

  Log Message:
  -----------
  Mikkel makes this better

Co-Authored-By: MikkelFJ <mikkelfj@gmail.com>



From nobody Tue Nov 12 13:15:38 2019
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 30C45120105 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:15:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 q6hyIMX9q6Mg for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:15:24 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4DC30120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:15:24 -0800 (PST)
Date: Tue, 12 Nov 2019 13:15:23 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593323; bh=NWT8gbb+KXFUoTYDNx0933L23LI1bO+P8YjXaigHilo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ig026VeU25qClgqNLqXm0+cgaIoKZjPzh3Xqso23xyyeJWxMKZ9zj7RWwTeOd4Lv2 V1XKBZYdiV4hZgMnZI+jnkkHF94516etWf/93/qSzUbBZSHHKuDeU1hEowsDLlhy2u MKKn40q0qs5hHFodyYCTIZ0vC5X5Y91w795ut1yI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/push/4266002849@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb20eb9c1a1_6e663f9e328cd95c13347a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rl7mjjnWN4wc2cXrXBta1WqF90Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:15:26 -0000

----==_mimepart_5dcb20eb9c1a1_6e663f9e328cd95c13347a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

cee02b8081a97cb76ca41f95023eff22f83f98d0  Mikkel makes this better


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225/files/50997741a989c1b70b991a73b2290d7417c5b77e..cee02b8081a97cb76ca41f95023eff22f83f98d0

----==_mimepart_5dcb20eb9c1a1_6e663f9e328cd95c13347a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cee02b8081a97cb76ca41f95023eff22f83f98d0">cee02b8</a>  Mikkel makes this better</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3225/files/50997741a989c1b70b991a73b2290d7417c5b77e..cee02b8081a97cb76ca41f95023eff22f83f98d0?email_source=notifications&amp;email_token=AFTOJK6YJKIV677GKEXE4ILQTMMGXA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMBQGI4DIOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK532QAASOGWVOAKQIDQTMMGXANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4GRBYMEVFKVYIAIJLQTMMGXA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMBQGI4DIOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225/files/50997741a989c1b70b991a73b2290d7417c5b77e..cee02b8081a97cb76ca41f95023eff22f83f98d0?email_source=notifications\u0026email_token=AFTOJK6YJKIV677GKEXE4ILQTMMGXA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMBQGI4DIOI",
"url": "https://github.com/quicwg/base-drafts/pull/3225/files/50997741a989c1b70b991a73b2290d7417c5b77e..cee02b8081a97cb76ca41f95023eff22f83f98d0?email_source=notifications\u0026email_token=AFTOJK6YJKIV677GKEXE4ILQTMMGXA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMBQGI4DIOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb20eb9c1a1_6e663f9e328cd95c13347a6--


From nobody Tue Nov 12 13:16:08 2019
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 36E1D120842 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:16:07 -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 Xt67iRcm7c1h for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:16:06 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC4EE120105 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:16:05 -0800 (PST)
Date: Tue, 12 Nov 2019 13:16:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593365; bh=W7DUVE77KfyDb/Ym404fOe8pjXtsz7/7fID4Z1XhvEo=; h=Date:From:To:Subject:From; b=OujT3nvKNYQKr3HsVD1ziatloj+qkIqaqaCfsRRZjudHBPAhO/6P/BLvM6E51RsTo nZzRoyaBLunivqeFQw4NuTA5/GSDJ2TOZF9Y29Celj3fHx9x6Oakxx7aGRsqDZa+WP beW6SLBVc5qSJsPMq/Irh8Pwd/NQvDNsF+WTvkrM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b73241-06c7d2@github.com>
Subject: [quicwg/base-drafts] 06c7d2: Script updating gh-pages from cee02b80. [ci skip]
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/nFbJ-Mj1CMcCIdKqyljdTPeNIN8>
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, 12 Nov 2019 21:16:07 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 06c7d2216943cfecf044b630d91129fb57224537
      https://github.com/quicwg/base-drafts/commit/06c7d2216943cfecf044b630d91129fb57224537
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M life/draft-ietf-quic-transport.html
    M life/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from cee02b80. [ci skip]



From nobody Tue Nov 12 13:16:20 2019
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 2BE50120105 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:16:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YDiE_hjZH42d for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:16:16 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5743E120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:16:16 -0800 (PST)
Date: Tue, 12 Nov 2019 13:16:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593375; bh=TVrAlv+D+0dWv31idKaErZ+eEaEfncNRAq+JL6dChIQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c6g2zyQbTl9GWxSCu5x0H0yek4qDhEl9pSiM18L7SvOHJHQ7uSisPa/g9ERepMhpU NJ1MBUMwR3Oi+IyST2r+3CiV36MEk5MtyWUgh2Qnh60zULlzV641tpCtPvw+PP3gBb ZiBSO81rYYEPTnG5ktWAq/0bBS/6TkBWP9LdVasw=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK73TC2VKEMM46EJUIN33BJZ7EVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315848382@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb211f9df48_51983fc9fa8cd9681463087"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0vyZg0pfsWk7agKDAyDYMXwrYow>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:16:18 -0000

----==_mimepart_5dcb211f9df48_51983fc9fa8cd9681463087
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.

I'm surprised that you aren't also contesting the security claim as well :)  Because that too is in question.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345448545
----==_mimepart_5dcb211f9df48_51983fc9fa8cd9681463087
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345448545">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
</pre>
<p>I'm surprised that you aren't also contesting the security claim as well :)  Because that too is in question.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK6O32WI3E3GPSWYMRLQTMMJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJXNPQ#discussion_r345448545">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5PGWZOS3V44PMVF53QTMMJ7ANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6KGQ2337VUSHZQ6RTQTMMJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJXNPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK6O32WI3E3GPSWYMRLQTMMJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJXNPQ#discussion_r345448545",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK6O32WI3E3GPSWYMRLQTMMJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJXNPQ#discussion_r345448545",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb211f9df48_51983fc9fa8cd9681463087--


From nobody Tue Nov 12 13:17:36 2019
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 38AD8120850 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:17:35 -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 Au2JPJGQhDrL for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:17:34 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2791712084E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:17:34 -0800 (PST)
Date: Tue, 12 Nov 2019 13:17:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593453; bh=dStZJb0jF0tu8mJjWTnq6R6Zy2U9IvBZUAHV+/g9Tm0=; h=Date:From:To:Subject:From; b=sEGS4i5LDuf4Ns7dCAwyvt4ky92EIBwpUItuP3MkkJ+tA50Bn/mG7fSlW84Z3tZFm WOiyNgDVjygpTieDrLdeX+yi+MHjwaBTgLscQN5lwSzy71lCq+AlHYiN/XROHzdzDK VogLF834ktBSUBu0zuGaXqB5yImjD+v/0WLt1dV0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/resetting/9112fd-36192e@github.com>
Subject: [quicwg/base-drafts] 36192e: only the application
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/1Ww42bihFRuvExOwIbAjd8UHCdc>
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, 12 Nov 2019 21:17:35 -0000

  Branch: refs/heads/resetting
  Home:   https://github.com/quicwg/base-drafts
  Commit: 36192e6c3858e5431a60a63859547a661b46373f
      https://github.com/quicwg/base-drafts/commit/36192e6c3858e5431a60a63859547a661b46373f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

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

  Log Message:
  -----------
  only the application

Co-Authored-By: Mike Bishop <mbishop@evequefou.be>



From nobody Tue Nov 12 13:17:45 2019
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 B6336120019 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:17:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 U5AlKQ7MZb0l for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:17:42 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63CDE120842 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:17:42 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id BCBC35206B9 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:17:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593461; bh=uhtikNU9lwKVKARKmp0VSemiZSa65PwROAGJAGuAKUY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tyEe4yn2Fo74wpJuB4zVtgzdVm8uCgRTponkYp7debxHX1awTV/P/7x5Epc8m2UzJ haQDyw0nphkUD2ZVNJA6Vzcqo+Uy8W+lsZoYlB6VZMVubtRFMfr1whCtLZVSgwKGqN yDbmIlt7D3I7nSmClXiiMx4fDqglc4aHpZJjQqE4=
Date: Tue, 12 Nov 2019 13:17:41 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/push/4266011804@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2175adda5_41883f999f4cd95c1059812"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/j6wSvO5jJlBYkg6-kuLu5OoG7nI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:17:44 -0000

----==_mimepart_5dcb2175adda5_41883f999f4cd95c1059812
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

36192e6c3858e5431a60a63859547a661b46373f  only the application


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226/files/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb..36192e6c3858e5431a60a63859547a661b46373f

----==_mimepart_5dcb2175adda5_41883f999f4cd95c1059812
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/36192e6c3858e5431a60a63859547a661b46373f">36192e6</a>  only the application</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3226/files/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb..36192e6c3858e5431a60a63859547a661b46373f?email_source=notifications&amp;email_token=AFTOJKZ6ZV6Z5WX3ZHIBZWTQTMMPLA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBRGE4DANA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5TRGGUKB7TU3GVUT3QTMMPLANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZYCVFTF6QI7B26XLDQTMMPLA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBRGE4DANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226/files/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb..36192e6c3858e5431a60a63859547a661b46373f?email_source=notifications\u0026email_token=AFTOJKZ6ZV6Z5WX3ZHIBZWTQTMMPLA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBRGE4DANA",
"url": "https://github.com/quicwg/base-drafts/pull/3226/files/9112fd7fa9c72a51c732e55b6c8c88707ae4e3bb..36192e6c3858e5431a60a63859547a661b46373f?email_source=notifications\u0026email_token=AFTOJKZ6ZV6Z5WX3ZHIBZWTQTMMPLA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBRGE4DANA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb2175adda5_41883f999f4cd95c1059812--


From nobody Tue Nov 12 13:18:29 2019
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 98005120842 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:18:27 -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 oJQ9Bfzk0idc for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:18:26 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76C09120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:18:26 -0800 (PST)
Date: Tue, 12 Nov 2019 13:18:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593505; bh=qLgh/pZ9Lx97kSWrSv3pIyOLP1ucSEqpb19UqtAZ/WY=; h=Date:From:To:Subject:From; b=VABelfNtnZvg5zQLuFyA3FylWyCsETu/i7m3XmM6p0u0vBkJauI/SAxzRMTDdybWT zJMGvI2P5jt/nQNc3eb9RiymqZNtytmTfOESx7+/5lm7+kS7mKBq5E5ooVNkCu1iYk qqrY0IQIfTrlhKit+YVGepLPq7wgZ07VwqXJcvok=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/06c7d2-94b517@github.com>
Subject: [quicwg/base-drafts] 94b517: Script updating gh-pages from 36192e6c. [ci skip]
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/atQ3qjBfS4lCqxbNyp7HPf4sJWc>
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, 12 Nov 2019 21:18:27 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 94b5178767977a9c40ccae462805db5e7dec9e29
      https://github.com/quicwg/base-drafts/commit/94b5178767977a9c40ccae462805db5e7dec9e29
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M resetting/draft-ietf-quic-transport.html
    M resetting/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 36192e6c. [ci skip]



From nobody Tue Nov 12 13:21:04 2019
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 493FE120847 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:03 -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 lOR1a-U8Adc0 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:01 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C0E71207FB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:20:56 -0800 (PST)
Date: Tue, 12 Nov 2019 13:20:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593655; bh=LJOOdLh6BMSwIU2lYGGzX8HeDq2pVnOAzipYiyrBL4c=; h=Date:From:To:Subject:From; b=dClh044jraTomLl7WrQRVnDFLG5/OHVnDKWh99/yAR1+5vLqh2+vPD+j+vmNYB+uY upRwywlUzls8GAoLIO90PheC5gNivPKQ2dsgvB+34FcN/Tsy5CxWELm41LZqiuwUad ti7KXH9+4hhMA/H8BTNoMYLHICtNZlINkiU9PI6Q=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/resetting/36192e-2ae989@github.com>
Subject: [quicwg/base-drafts] 2ae989: Reorder, tweak
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/FKYhWc_rbS1Q_MtcS5-zO1lvPt0>
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, 12 Nov 2019 21:21:03 -0000

  Branch: refs/heads/resetting
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2ae98990a35cbecba177a56c71b9db7bd0d57963
      https://github.com/quicwg/base-drafts/commit/2ae98990a35cbecba177a56c71b9db7bd0d57963
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

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

  Log Message:
  -----------
  Reorder, tweak



From nobody Tue Nov 12 13:21:10 2019
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 CC09B12085B for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HSL3E-Wf9YuP for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:04 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FF1B1200EB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:21:04 -0800 (PST)
Date: Tue, 12 Nov 2019 13:21:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593664; bh=fz1faBHl7OyGK+0qJutJAX6AdKxA/SVvLImAN7g0Fps=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TUdWYrEuYvajmaYVsV4BFW6WFJvMO/FVi1i8g2DhMMDmVByJn1ae7dZFNdqS8/8M4 0lheOQcOMY2xn9qqhHmAdGCeKRCHKTIkiiAao2D4PGOcDdX5XbC/qhUS+f/WX1CgWw dMEBvVNImdCxiEO5HkyCZDZzW7FoD3y2D8sZCmYs=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/push/4266024812@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb223fb93e7_7bc73fd1804cd95c13255d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fVKqiCbbEoI5leT9t_eI-o75Vws>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:21:06 -0000

----==_mimepart_5dcb223fb93e7_7bc73fd1804cd95c13255d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

2ae98990a35cbecba177a56c71b9db7bd0d57963  Reorder, tweak


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226/files/36192e6c3858e5431a60a63859547a661b46373f..2ae98990a35cbecba177a56c71b9db7bd0d57963

----==_mimepart_5dcb223fb93e7_7bc73fd1804cd95c13255d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/2ae98990a35cbecba177a56c71b9db7bd0d57963">2ae9899</a>  Reorder, tweak</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3226/files/36192e6c3858e5431a60a63859547a661b46373f..2ae98990a35cbecba177a56c71b9db7bd0d57963?email_source=notifications&amp;email_token=AFTOJKYP36GKBC27RBS7MFTQTMM37A5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBSGQ4DCMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6UGSIK2KAITRYQXW3QTMM37ANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5CJFS2CMIQPM6HAPDQTMM37A5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBSGQ4DCMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226/files/36192e6c3858e5431a60a63859547a661b46373f..2ae98990a35cbecba177a56c71b9db7bd0d57963?email_source=notifications\u0026email_token=AFTOJKYP36GKBC27RBS7MFTQTMM37A5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBSGQ4DCMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3226/files/36192e6c3858e5431a60a63859547a661b46373f..2ae98990a35cbecba177a56c71b9db7bd0d57963?email_source=notifications\u0026email_token=AFTOJKYP36GKBC27RBS7MFTQTMM37A5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGUYDSMKQOVZWQIZUGI3DMMBSGQ4DCMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb223fb93e7_7bc73fd1804cd95c13255d4--


From nobody Tue Nov 12 13:21:43 2019
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 A259B12011D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:41 -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 4TF7KIcMw8Cg for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:40 -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 4D8D01200EB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:21:40 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 652E98C0A9E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:21:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593699; bh=vUcjALGzc1OnunsI5b0hpxsnl1hYv2PUe0VJCDi3kUA=; h=Date:From:To:Subject:From; b=KN0uPVNznPGVxzyrjYOs3jIkpnqTOPnJV/zaJ+RJettdWLcZWW+pdTcZMHj0gEQ3j GCrDWnXoXjfT3KPQqm/04f7wPWHVnmwrKCdILEu0SUskUzngZR+exm4NEUiTzQELh8 ZXcU39bxCKRgl80dNLa5aPwJOJfRI8m1uET07hvQ=
Date: Tue, 12 Nov 2019 13:21:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/94b517-4e0aa4@github.com>
Subject: [quicwg/base-drafts] 4e0aa4: Script updating gh-pages from 2ae98990. [ci skip]
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/m45Kb-9aivzSuzQPNzLGLZ1NlhA>
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, 12 Nov 2019 21:21:41 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4e0aa4030c089e490cea61d6e73b34186bcb5e5f
      https://github.com/quicwg/base-drafts/commit/4e0aa4030c089e490cea61d6e73b34186bcb5e5f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M resetting/draft-ietf-quic-transport.html
    M resetting/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 2ae98990. [ci skip]



From nobody Tue Nov 12 13:22:01 2019
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 1CFBB12011D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:22:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b3eiJLlpTTDP for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:21:58 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 759C81200EB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:21:58 -0800 (PST)
Date: Tue, 12 Nov 2019 13:21:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573593717; bh=CIRmDgw6wIr41btX/uWeEzfrAA6HD+GeDRAjctRYmQQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Uzn7Q3l6C525PsNzVW9d8Eux42kQCwUVFAr07RhBp5AHKKCW71+8X0vgnL7oYPxDA FFQ1mE8Jb2Yg34+lPuAfy/wCXbb0sOlVDQZEM/olEB+zXhLqQfnnjt/zJfJ3kfUR6W KUUQtIQnxXhl1VKnqOeEMKONbmz9s9F+bkdOs8/w=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CCQ6TNJ45IFTFQGV33BKPLEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/review/315851760@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2275c3efa_143c3fa9682cd96c12208da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lS1_OngSUf-wv92n8j81qJ8q-OE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:22:00 -0000

----==_mimepart_5dcb2275c3efa_143c3fa9682cd96c12208da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An

I think that we'll just go with #3231 and avoid having to worry about this definition.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#discussion_r345451126
----==_mimepart_5dcb2275c3efa_143c3fa9682cd96c12208da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3230#discussion_r345451126">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2397,12 +2397,13 @@ transmission of CONNECTION_CLOSE frames to validated addresses or drop packets
 without response if the response would be more than three times larger than the
 received packet.
 
-After receiving a CONNECTION_CLOSE frame, endpoints enter the draining state.
-An endpoint that receives a CONNECTION_CLOSE frame MAY send a single packet
-containing a CONNECTION_CLOSE frame before entering the draining state, using a
-CONNECTION_CLOSE frame and a NO_ERROR code if appropriate.  An endpoint MUST NOT
-send further packets, which could result in a constant exchange of
-CONNECTION_CLOSE frames until the closing period on either peer ended.
+After receiving a CONNECTION_CLOSE frame, or an invalid packet that appears to
+contain a CONNECTION_CLOSE frame, endpoints enter the draining state.  An
</pre>
<p>I think that we'll just go with <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521344092" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3231" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3231/hovercard" href="https://github.com/quicwg/base-drafts/pull/3231">#3231</a> and avoid having to worry about this definition.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK4IK2BQGMDB75SGXEDQTMM7LA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJYH4A#discussion_r345451126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2U4JX3LH3Q7XET34LQTMM7LANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JUHO6B4MXOX6ILTDQTMM7LA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJYH4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4IK2BQGMDB75SGXEDQTMM7LA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJYH4A#discussion_r345451126",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4IK2BQGMDB75SGXEDQTMM7LA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJYH4A#discussion_r345451126",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2275c3efa_143c3fa9682cd96c12208da--


From nobody Tue Nov 12 13:32:32 2019
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 7DCB0120119 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:32:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DegNHJMu_e0h for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:32:30 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A83B1200EB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:32:30 -0800 (PST)
Date: Tue, 12 Nov 2019 13:32:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573594349; bh=BfIvo3WOkBtp9kfOTwihavk27cOhiold1g1MIqBzB7g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=smSZwN//FOCFKPlVl+4xatyytg6BpQNnNJq9TMqC9Rb8SYoNnRY5i9RB5odHVh2Ot BCB4dJd0muUjACWcoSpjCy4JCd9c6/3Om0TzRO9hW+BJbH8sRkn056Kh3ODLOGVxdl bitz7/184WfGZxyB08Qi3MjC0/A5megS81ZNpuzU=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK43VOAX4GQ52W26YFV33BLW3EVBNHHB53WNDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3199/553124732@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3199@github.com>
References: <quicwg/base-drafts/issues/3199@github.com>
Subject: Re: [quicwg/base-drafts] ChaCha20 header protection sample (#3199)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb24ed32ac4_102d3f80bd6cd9641229646"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zD0RQR6VZgv-bLpGmjGoAOi9B4Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:32:32 -0000

----==_mimepart_5dcb24ed32ac4_102d3f80bd6cd9641229646
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson thanks

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3199#issuecomment-553124732
----==_mimepart_5dcb24ed32ac4_102d3f80bd6cd9641229646
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> thanks</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications&amp;email_token=AFTOJKZGIFH2XYP7TL2PXMLQTMOG3A5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4AG7A#issuecomment-553124732">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYU6V2PCMLHRZKCIXDQTMOG3ANCNFSM4JJ7UK5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2FMXYNW3CQVCQ2HOLQTMOG3A5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4AG7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKZGIFH2XYP7TL2PXMLQTMOG3A5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4AG7A#issuecomment-553124732",
"url": "https://github.com/quicwg/base-drafts/issues/3199?email_source=notifications\u0026email_token=AFTOJKZGIFH2XYP7TL2PXMLQTMOG3A5CNFSM4JJ7UK5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4AG7A#issuecomment-553124732",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb24ed32ac4_102d3f80bd6cd9641229646--


From nobody Tue Nov 12 13:32:52 2019
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 D3229120127 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:32:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 afV4-UArWsuK for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:32:49 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 12D871200EB for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:32:49 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 85C49120280 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:32:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573594368; bh=NSDzdFzAUlYxYUkGrtQqEYJb/UzPpiREN/DA9xk7bf4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RgqUWJPlUILeMREK0IHeTLXO7OMsOlZtasnwMW4B9xrR1vwlxu2K7KTDxJ8mco8or L4RfHiLbFN8ZGfrYgOK3yE79BdajqIAQl4tmIbPzsWMqzwLSDPViIioEWNxaOfzjL0 Zym3NutCkmkn2RY92TQTPV2WlkNMVxtQvxKDTAJE=
Date: Tue, 12 Nov 2019 13:32:48 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2ZOH7LRG2PUQB4BQV33BLYBEVBNHHB6EX4RU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3229/review/315858318@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3229@github.com>
References: <quicwg/base-drafts/pull/3229@github.com>
Subject: Re: [quicwg/base-drafts] Restore other state after a spoofed migration (#3229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2500411f1_7a33ff134acd9641455315"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5VFe4gUXMvLycgb9VudDW4pzKOA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:32:51 -0000

----==_mimepart_5dcb2500411f1_7a33ff134acd9641455315
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1979,7 +1979,10 @@ to verify the peer's ownership of the unvalidated address.
 An endpoint MAY send data to an unvalidated peer address, but it MUST protect
 against potential attacks as described in {{address-spoofing}} and
 {{on-path-spoofing}}.  An endpoint MAY skip validation of a peer address if that
-address has been seen recently.
+address has been seen recently.  In particular, if an endpoint returns to a
+previously-validated path after detecting some form of spurious migration,
+skipping address validation and restoring loss detection and congestion state
+can reduce the performance impact of the attack.

The way I think about this is that the old address validation and congestion state are maintained until the new address is validated.  ie: In my thinking, the responder never left the original path.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3229#pullrequestreview-315858318
----==_mimepart_5dcb2500411f1_7a33ff134acd9641455315
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3229#discussion_r345456167">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1979,7 +1979,10 @@ to verify the peer&#39;s ownership of the unvalidated address.
 An endpoint MAY send data to an unvalidated peer address, but it MUST protect
 against potential attacks as described in {{address-spoofing}} and
 {{on-path-spoofing}}.  An endpoint MAY skip validation of a peer address if that
-address has been seen recently.
+address has been seen recently.  In particular, if an endpoint returns to a
+previously-validated path after detecting some form of spurious migration,
+skipping address validation and restoring loss detection and congestion state
+can reduce the performance impact of the attack.
</pre>
<p>The way I think about this is that the old address validation and congestion state are maintained until the new address is validated.  ie: In my thinking, the responder never left the original path.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications&amp;email_token=AFTOJK2RXWMFZSRPE44OPVTQTMOIBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJZ3DQ#pullrequestreview-315858318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5AGUVAVI7DUA6C6YTQTMOIBANCNFSM4JL6PBLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HNGIBASESUC3K3EDQTMOIBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJZ3DQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK2RXWMFZSRPE44OPVTQTMOIBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJZ3DQ#pullrequestreview-315858318",
"url": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK2RXWMFZSRPE44OPVTQTMOIBA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJZ3DQ#pullrequestreview-315858318",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2500411f1_7a33ff134acd9641455315--


From nobody Tue Nov 12 13:33:59 2019
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 76619120119 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:33:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SP260-g-F-ST for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:33:56 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A80ED12004E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:33:56 -0800 (PST)
Date: Tue, 12 Nov 2019 13:33:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573594435; bh=Hfid+rRw/1kcISqXsgirCIegYvtN5sqpYet1I8ET2ao=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NKHVKZH8vsb97PEJ09tEa62L4aGHMj8VKsG0Jh2X15f5x1MaOjLGz2M9gg6E6j0x/ 4cdK1gW/FVpF77+AxCLY6uUHGV3iP2n8vlet0b/z1AlFKhQaSpYaeTGqkni/4J2wAV kroi7ycp6UGpwTyTQZDMkc7zAFp2lqc39lDwCKcI=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3XTZX46OMTBBANVQV33BL4HEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315858963@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2543b244a_12fa3ffb044cd968139988c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fO6KNZGY2nYMX07l70j-PFF-PDo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:33:58 -0000

----==_mimepart_5dcb2543b244a_12fa3ffb044cd968139988c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.

We all know that security is an illusion :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345456645
----==_mimepart_5dcb2543b244a_12fa3ffb044cd968139988c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345456645">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
</pre>
<p>We all know that security is an illusion :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK4ZM3FBXCFKUAPFJRTQTMOMHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2AEY#discussion_r345456645">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2VXIREIGHRKFN32M3QTMOMHANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2TRNWYKB3XZWZIXT3QTMOMHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2AEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK4ZM3FBXCFKUAPFJRTQTMOMHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2AEY#discussion_r345456645",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK4ZM3FBXCFKUAPFJRTQTMOMHA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2AEY#discussion_r345456645",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2543b244a_12fa3ffb044cd968139988c--


From nobody Tue Nov 12 13:35:20 2019
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 0E13E120119 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:35:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 s3nLgU1J6LH4 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:35:17 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F3A612004E for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:35:17 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id AEE59A0145 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:35:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573594516; bh=0tuRKcs1flPIbsfgxqlbpjXAhCcNCzNjrQ1PrrK9MLk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IKQuOpL8x9oS3q5OotE4NUggEIm3e5feTyDTM66+loC6066y4UCaNpmxC4UpJv4rE 4sNIRBRP3iCuTWEV3XooJqvzPLD5pfWebP/ShK8JmTyjQgZRA7/QiHmI6BG6nHMLFT wji4vMTQx/z0mmER+5zvq2EuQzML5KdF1RpcxRw8=
Date: Tue, 12 Nov 2019 13:35:16 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZHLW3IEBEZA6YFTA533BMBJEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315859761@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2594a074e_1f1a3fdde36cd96817722cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OSYs7h3ADaZtWexTcqbAp1ot_Fg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:35:19 -0000

----==_mimepart_5dcb2594a074e_1f1a3fdde36cd96817722cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



>  
-Each connection starts with an handshake phase, during which client and server
+Each connection starts with a handshake phase, during which client and server

@MikeBishop Cockney  an 'andshake

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345457221
----==_mimepart_5dcb2594a074e_1f1a3fdde36cd96817722cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345457221">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  
-Each connection starts with an handshake phase, during which client and server
+Each connection starts with a handshake phase, during which client and server
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> Cockney  an 'andshake</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJKY75CKDJBDOF2RTXWLQTMORJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2GMI#discussion_r345457221">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK26VARNV4CW7D2WPGLQTMORJANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4EV4OASJFW6NXA4WLQTMORJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2GMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKY75CKDJBDOF2RTXWLQTMORJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2GMI#discussion_r345457221",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKY75CKDJBDOF2RTXWLQTMORJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ2GMI#discussion_r345457221",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2594a074e_1f1a3fdde36cd96817722cf--


From nobody Tue Nov 12 13:44:01 2019
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 8676912022E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:43:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 D7wylPKhuYWn for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:43:57 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE42212011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:43:57 -0800 (PST)
Date: Tue, 12 Nov 2019 13:43:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595036; bh=98dQCpS5yPLisFAAWRgy/FNTxozG0xBoNcDWkzxAiKM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dy1RK64zYYUVFodiJWUUrCjASCWCO6QaObYrwfKU7Xf8pONoe9IX/JS7QE327MhSk KYYwf10OG2B7CNDf46emvvyhpu/m5YOoCD3P2FZHCeR77A1X74jvM2yD2hsUqxmecm l58elXmPElEIxjjbz7ywNQsHHMoLALICDSYR8DOU=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3FIR4UXVHRX57YBZ533BNBZEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315864656@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb279ccf884_31ce3fda8c2cd96c1532760"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rMa30k4EqUl_fi-DkrqSbCSBnEQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:43:59 -0000

----==_mimepart_5dcb279ccf884_31ce3fda8c2cd96c1532760
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.



> +handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for reduced latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.
+
+For connections that are no longer needed or desired, there are several ways for
+a client and server to agree to remove connection state ({{termination}}).

I'm not sure this suggestion is better, but it reads a bit more easily to me.

```suggestion
a client and server to terminate a connection ({{termination}}).
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315864656
----==_mimepart_5dcb279ccf884_31ce3fda8c2cd96c1532760
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345460974">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +handshake phase.  0-RTT allows applicatio=
n messages to be sent by a client=0D
+before receiving any messages from the server.  However, 0-RTT lacks cer=
tain key=0D
+security guarantees. In particular, there is no protection against repla=
y=0D
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send=0D=

+application data to a client before it receives the final cryptographic=0D=

+handshake messages that allow it to confirm the identity and liveness of=
 the=0D
+client.  These capabilities allow an application protocol to offer the o=
ption to=0D
+trade some security guarantees for reduced latency.=0D
+=0D
+The use of connection IDs ({{connection-id}}) allows connections to migr=
ate to a=0D
+new network path, both as a direct choice of an endpoint and when forced=
 by a=0D
+change in a middlebox.  {{migration}} describes how a migration can be p=
erformed=0D
+securely without adversely affecting privacy.=0D
+=0D
+For connections that are no longer needed or desired, there are several =
ways for=0D
+a client and server to agree to remove connection state ({{termination}}=
).=0D
</pre>=0D
<p>I'm not sure this suggestion is better, but it reads a bit more easily=
 to me.</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-a client and server to agree to remove connec=
tion state ({{termination}}).=0D
+a client and server to terminate a connection ({{termination}}).=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3225?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK5PIHUWLRGYGOTOUQDQTMPRZA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ3MUA#pullrequestreview-315864656=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK4WHUMHCFOFZHBU4F3QTMPRZANCNFSM4JL53IPQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5ONPIWGDVN=
2467X6TQTMPRZA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLJ3MUA.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3D=
notifications\u0026email_token=3DAFTOJK5PIHUWLRGYGOTOUQDQTMPRZA5CNFSM4JL5=
3IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LJ3MUA#pullrequestreview-315864656",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK5PIHUWLRGYGOTOUQDQTMPRZA5CNFSM4JL53I=
P2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ=
3MUA#pullrequestreview-315864656",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcb279ccf884_31ce3fda8c2cd96c1532760--


From nobody Tue Nov 12 13:45:26 2019
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 CF9EF12021C for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:45:24 -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 Eqv8JYr-xfpy for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:45:23 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1CF7712011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:45:23 -0800 (PST)
Date: Tue, 12 Nov 2019 13:45:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595121; bh=nC4hHhiEBV7sHmFWJ2dvodG5r74SCVaI8yFiAjCp6+Q=; h=Date:From:To:Subject:From; b=pdAj0mvbbFgQpag7qTCFdK3K5lCzA3ApKtE7ufksCohQU/QvieOy1kVqgQTHNizBT grLWZbSvfrA6QBZI3iwnMhfe4+8fUyaZhOHgR3Wz/qkurMiTa2yug713wsyYlT82K2 cGRfksEOg9uK8MFdMqYLkIIkZzz9Tr59R2b9hUbA=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/life/cee02b-5866e9@github.com>
Subject: [quicwg/base-drafts] 5866e9: termination clause
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/CATLCMrV5aR7aRJ_8eGwo-0ILko>
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, 12 Nov 2019 21:45:25 -0000

  Branch: refs/heads/life
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5866e9649332db619d09e31eaa764936ea0d8ac6
      https://github.com/quicwg/base-drafts/commit/5866e9649332db619d09e31eaa764936ea0d8ac6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

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

  Log Message:
  -----------
  termination clause

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>



From nobody Tue Nov 12 13:45:33 2019
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 EFE9C120127 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:45:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I4KPU4WneVns for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:45:30 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8667C12011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:45:30 -0800 (PST)
Date: Tue, 12 Nov 2019 13:45:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595129; bh=EUhifXn4ZsXkFOdwGe6ClHMELnMoKEa2Ys98TNxdlzo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K0QLcwbGwe/+GNpKlZakB6HDDgNJaFCdTbOHPhhFjK0PxGdgNC93HhyF85h6yeE17 0QxlTwNWeE5tWembj+VEbkv3H0nLuxq8Tqd/cprdZ/ekYzGwKM+ckKms1Y9U/u2pLF 4a1ArKi8n7qQm3toHMBXrrhz6bwVGRJagSEgCAw8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/push/4266118800@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb27f9ca9d9_14333fa9682cd96c8783b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9kfA4smclL7cwnJD9-D2u5w5ebU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:45:32 -0000

----==_mimepart_5dcb27f9ca9d9_14333fa9682cd96c8783b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

5866e9649332db619d09e31eaa764936ea0d8ac6  termination clause


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225/files/cee02b8081a97cb76ca41f95023eff22f83f98d0..5866e9649332db619d09e31eaa764936ea0d8ac6

----==_mimepart_5dcb27f9ca9d9_14333fa9682cd96c8783b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5866e9649332db619d09e31eaa764936ea0d8ac6">5866e96</a>  termination clause</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3225/files/cee02b8081a97cb76ca41f95023eff22f83f98d0..5866e9649332db619d09e31eaa764936ea0d8ac6?email_source=notifications&amp;email_token=AFTOJK6ACD4YNRWHXJQV6KDQTMPXTA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMJRHA4DAMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5A6VXZ7CSQTT7IOUTQTMPXTANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZRUBLSCZB6EKNQHGLQTMPXTA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMJRHA4DAMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225/files/cee02b8081a97cb76ca41f95023eff22f83f98d0..5866e9649332db619d09e31eaa764936ea0d8ac6?email_source=notifications\u0026email_token=AFTOJK6ACD4YNRWHXJQV6KDQTMPXTA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMJRHA4DAMA",
"url": "https://github.com/quicwg/base-drafts/pull/3225/files/cee02b8081a97cb76ca41f95023eff22f83f98d0..5866e9649332db619d09e31eaa764936ea0d8ac6?email_source=notifications\u0026email_token=AFTOJK6ACD4YNRWHXJQV6KDQTMPXTA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMMJRHA4DAMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb27f9ca9d9_14333fa9682cd96c8783b--


From nobody Tue Nov 12 13:46:29 2019
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 DD60912011D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:46:27 -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 bVlj2lo8LSeB for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:46:26 -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 029A712006D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:46:26 -0800 (PST)
Date: Tue, 12 Nov 2019 13:46:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595184; bh=KKK41xAzpEpNvPlrQCk4/AgLx+9xgxM5l92/1CCJKYY=; h=Date:From:To:Subject:From; b=KNdM5UFGvNIBetaXR2MbjSvQSN/QpbuC2/CZfQU0i2U8micjZqy1fjNVQlpBP9Eqo 6XE/IVNZ6MVW7ShvFehv3o003tYOcI7nihxV8yGXaL7O+dzMjRHIs1NZ2vmvKAulR2 MQbTPMhDgPDHVANhg4IkQW0Wu1pgNCik3l/4f/+Q=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4e0aa4-a77a8d@github.com>
Subject: [quicwg/base-drafts] a77a8d: Script updating gh-pages from 5866e964. [ci skip]
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/U0eFOeejNnPN10FHUkDD7gRBubs>
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, 12 Nov 2019 21:46:28 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a77a8d643b14a6b3afe92493930d59e3eee1e3fa
      https://github.com/quicwg/base-drafts/commit/a77a8d643b14a6b3afe92493930d59e3eee1e3fa
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M index.html
    M life/draft-ietf-quic-transport.html
    M life/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 5866e964. [ci skip]



From nobody Tue Nov 12 13:46:46 2019
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 D554C120127 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:46:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sAiqXnv7crKg for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:46:43 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 772D512011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:46:43 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id ACBC06A1227 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:46:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595202; bh=6gZIyyRfPEpTYlY3YqCbSrXBTCG6VVBVj9iGSNzza7c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VmYbRe3Fd9SaDJsof6Xgjb2wZAiGW8IuJlT59txEOmLyBIK+W2tSbMpgiZpj6Yn++ yjMZOR0nmEEs6hBk3Yb/8eoOli1o2V0VCfSdt79M3GcBAJLw+rupm81/50GgzYxwVm JB7amSzNct9A3CRZG+8DGcylPGRF6exFrPUFXh4c=
Date: Tue, 12 Nov 2019 13:46:42 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYGX5BYS35UAL6KPDV33BNMFEVBNHHB6EX4RU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3229/review/315866275@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3229@github.com>
References: <quicwg/base-drafts/pull/3229@github.com>
Subject: Re: [quicwg/base-drafts] Restore other state after a spoofed migration (#3229)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb28429dfcb_50e23fae2a6cd9601561238"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c8EwmEwduoy8JoxgO5RBRzO9DRA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:46:45 -0000

----==_mimepart_5dcb28429dfcb_50e23fae2a6cd9601561238
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1979,7 +1979,10 @@ to verify the peer's ownership of the unvalidated address.
 An endpoint MAY send data to an unvalidated peer address, but it MUST protect
 against potential attacks as described in {{address-spoofing}} and
 {{on-path-spoofing}}.  An endpoint MAY skip validation of a peer address if that
-address has been seen recently.
+address has been seen recently.  In particular, if an endpoint returns to a
+previously-validated path after detecting some form of spurious migration,
+skipping address validation and restoring loss detection and congestion state
+can reduce the performance impact of the attack.

Yeah, that's harder to write down, I think.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3229#discussion_r345462125
----==_mimepart_5dcb28429dfcb_50e23fae2a6cd9601561238
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3229#discussion_r345462125">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1979,7 +1979,10 @@ to verify the peer&#39;s ownership of the unvalidated address.
 An endpoint MAY send data to an unvalidated peer address, but it MUST protect
 against potential attacks as described in {{address-spoofing}} and
 {{on-path-spoofing}}.  An endpoint MAY skip validation of a peer address if that
-address has been seen recently.
+address has been seen recently.  In particular, if an endpoint returns to a
+previously-validated path after detecting some form of spurious migration,
+skipping address validation and restoring loss detection and congestion state
+can reduce the performance impact of the attack.
</pre>
<p>Yeah, that's harder to write down, I think.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications&amp;email_token=AFTOJK53B2M6JVR4JFAVXRTQTMP4FA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ3ZIY#discussion_r345462125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2OKX4LTLTXTUWY6ALQTMP4FANCNFSM4JL6PBLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY3BYTM55BUW5JQNK3QTMP4FA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ3ZIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK53B2M6JVR4JFAVXRTQTMP4FA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ3ZIY#discussion_r345462125",
"url": "https://github.com/quicwg/base-drafts/pull/3229?email_source=notifications\u0026email_token=AFTOJK53B2M6JVR4JFAVXRTQTMP4FA5CNFSM4JL6PBLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ3ZIY#discussion_r345462125",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb28429dfcb_50e23fae2a6cd9601561238--


From nobody Tue Nov 12 13:56:46 2019
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 BB555120127 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:56:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JRzZ0mHBTydK for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 13:56:42 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF20D12006D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 13:56:42 -0800 (PST)
Date: Tue, 12 Nov 2019 13:56:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573595802; bh=qM3oyOouEjPPXV3XdEiS/Hw4nlJSoZwjue4Azv/Th50=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zMo7djRtyZW9akqh7dOxVDZkTpR9XmVfosfSsvqOwkH8yV/93nfjMq5Ebbtitr44d 49RYH6b+kCiYRYooY72zg06VQe7jwUFx7ahxJikpbBWZRKwp6/Jfgk2DT6B/H//Ujj DFqDnKtpUfmQNwe3TV8GcOVUnhGkthtKGHjPcIoM=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYY3OG6VRN6RPVA2BV33BORTEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232@github.com>
Subject: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2a9aaab_130a3ffb044cd9681895132"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AuTagMzLpwCx89f-uCoDP5z6qZc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 21:56:45 -0000

----==_mimepart_5dcb2a9aaab_130a3ffb044cd9681895132
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3232

-- Commit Summary --

  * limit cwnd in slow start pseudocode update
  * Jana&#39;s comments and Ian&#39;s text change

-- File Changes --

    M draft-ietf-quic-recovery.md (20)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3232.patch
https://github.com/quicwg/base-drafts/pull/3232.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232

----==_mimepart_5dcb2a9aaab_130a3ffb044cd9681895132
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3232'>https://github.com/quicwg/base-drafts/pull/3232</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>limit cwnd in slow start pseudocode update</li>
  <li>Jana&#39;s comments and Ian&#39;s text change</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3232/files#diff-0">draft-ietf-quic-recovery.md</a>
    (20)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3232.patch'>https://github.com/quicwg/base-drafts/pull/3232.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3232.diff'>https://github.com/quicwg/base-drafts/pull/3232.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4U33V2RM2P3DGVRF3QTMRBVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HY2OEAA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6HBJUIZM6KHEZUQ33QTMRBVANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4HTYI2K2O2DUZC4J3QTMRBVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HY2OEAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4U33V2RM2P3DGVRF3QTMRBVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HY2OEAA",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4U33V2RM2P3DGVRF3QTMRBVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HY2OEAA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb2a9aaab_130a3ffb044cd9681895132--


From nobody Tue Nov 12 14:04:55 2019
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 7659512011D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:04:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iowmBaCF0gmk for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:04:52 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CE911120096 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:04:51 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 175CB660051 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:04:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573596291; bh=Wa6ffX3Jgc7ISR/WndZHjrTLoSew1i0y3DZkpl30jwc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gUFw+mX2mu1qu45gmEogg0vuoKi85Qo4aPxSqph+6Tjz8DwNx4Il8/gizQCE8jBLP QsIzQI58WRXFVKO3wf6QAtEm4MT+GlhUynOZK+GGDuRekYFEtyMQrQbzXz6opdH0LM eIZ4wVcIDX1IfxRz1c8OY490cXLe1GVQ4IVFVa74=
Date: Tue, 12 Nov 2019 14:04:51 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYNKOCWLCQEXJO3RQV33BPQHEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/315876486@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb2c839037_31f93ffa80ecd960960625"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kvHLptqZl7_STFD0P2rQ7ZCf4zI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:04:53 -0000

----==_mimepart_5dcb2c839037_31f93ffa80ecd960960625
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked

cwnd_increase doesn't appear to be used anywhere to change cwnd/etc.  Are more changes necessary?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#pullrequestreview-315876486
----==_mimepart_5dcb2c839037_31f93ffa80ecd960960625
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345469987">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
</pre>
<p>cwnd_increase doesn't appear to be used anywhere to change cwnd/etc.  Are more changes necessary?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4SQXE5AHBC6UU4CADQTMSAHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ6JBQ#pullrequestreview-315876486">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3YVX7XJ3UME466LSLQTMSAHANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7LUTZ3KIC3ZVVAQ3TQTMSAHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ6JBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4SQXE5AHBC6UU4CADQTMSAHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ6JBQ#pullrequestreview-315876486",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4SQXE5AHBC6UU4CADQTMSAHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ6JBQ#pullrequestreview-315876486",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb2c839037_31f93ffa80ecd960960625--


From nobody Tue Nov 12 14:20:40 2019
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 8D383120814 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:20:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 E8eXSzI1UvLj for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:20:38 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 500D412011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:20:38 -0800 (PST)
Date: Tue, 12 Nov 2019 14:20:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573597237; bh=PENaI4NMQPcU32WzfQ57tfuXLUR4u2pJLrRKpmhudFE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yTlG83XpUwdLvBfo9UGQpMru4DwISt56Oic+T3gV4WvfAehWs+72t0gglNfQ6mapR smrFJ6gir1pR0jZ3z/uRPAeddXqQZ22s8bpY/M5kIdy6+xMAkne04isKwp4Fh76e8J VHIxW+d93aII0Z7VB2DJUS8NxoF8cueJl/Cpr4y8=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4266249627@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb30359ac8a_1cc63fb90e4cd9641678877"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s-p1LrgBufLdqo7JkiF3_y35M4s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:20:39 -0000

----==_mimepart_5dcb30359ac8a_1cc63fb90e4cd9641678877
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

f2fc15e0309f04e49363aae515b8bfcf25302fae  build issue


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/c5d03d84429fa625145e8370033f04df68c6d9b0..f2fc15e0309f04e49363aae515b8bfcf25302fae

----==_mimepart_5dcb30359ac8a_1cc63fb90e4cd9641678877
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f2fc15e0309f04e49363aae515b8bfcf25302fae">f2fc15e</a>  build issue</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/c5d03d84429fa625145e8370033f04df68c6d9b0..f2fc15e0309f04e49363aae515b8bfcf25302fae?email_source=notifications&amp;email_token=AFTOJK3PAMVTLL4E7ZL3DFTQTMT3LA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DMMRUHE3DENY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK53VSSZIKMLR4DCEILQTMT3LANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6WYGBDMDT4CZZJ5S3QTMT3LA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DMMRUHE3DENY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/c5d03d84429fa625145e8370033f04df68c6d9b0..f2fc15e0309f04e49363aae515b8bfcf25302fae?email_source=notifications\u0026email_token=AFTOJK3PAMVTLL4E7ZL3DFTQTMT3LA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DMMRUHE3DENY",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/c5d03d84429fa625145e8370033f04df68c6d9b0..f2fc15e0309f04e49363aae515b8bfcf25302fae?email_source=notifications\u0026email_token=AFTOJK3PAMVTLL4E7ZL3DFTQTMT3LA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DMMRUHE3DENY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb30359ac8a_1cc63fb90e4cd9641678877--


From nobody Tue Nov 12 14:25:34 2019
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 86E3E12084E for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:25:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 q9z7fXfEJXNr for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:25:32 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 163DD120849 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:25:32 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 3A4E56E124B for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:25:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573597531; bh=Wn4LRD5el3hJ2GpT0m6YhoeLOAwAQYW4vfib4jUpd9I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Hc1pkn0tL5HWshmcmKKqqRE2J8KIsXB53jo2zu4hn2gGxADEwOWAVrSXCP2MqdLYA VWV0zmjAQWQT5moR1ELFcZa+kdknOvQDjAemdlNnG8zIezfoejvin14n3oR/GKAzFl Lc/D3PogNCmYyqp+MLfqIPyPHu8YBGmSkJl28QoU=
Date: Tue, 12 Nov 2019 14:25:31 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2OTZD77QBUGCY4JJN33BR5XEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/315887246@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb315b2b505_77e3ff134acd9641459859"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Wpje5llco-q9JaImgqYznDrDtgY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:25:34 -0000

----==_mimepart_5dcb315b2b505_77e3ff134acd9641459859
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked

It is only used to limit the increase to 2*MSS in slow start

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r345478346
----==_mimepart_5dcb315b2b505_77e3ff134acd9641459859
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345478346">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
</pre>
<p>It is only used to limit the increase to 2*MSS in slow start</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK7B56IULPHBS4EGRTTQTMUNXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKA5DQ#discussion_r345478346">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3H7DSARNPDVXXW3I3QTMUNXANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZX75CGIPZTDU2ZJJTQTMUNXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKA5DQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK7B56IULPHBS4EGRTTQTMUNXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKA5DQ#discussion_r345478346",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK7B56IULPHBS4EGRTTQTMUNXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKA5DQ#discussion_r345478346",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb315b2b505_77e3ff134acd9641459859--


From nobody Tue Nov 12 14:56:36 2019
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 D923D120850 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UTk72JNPLU5C for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:29 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A957120858 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:29 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 035B412123B for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573599389; bh=bUXktvhL1PMMUB+yUrY15MuCMompW1YZjWgSFa8dNeo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qjeYbDfbtdiHb31rRlpGKdf1k9gNn9UNUOYnyzCC4lZuMRVDhTK7y4wyvO9ODPuno aLPooGZteX8s5M9Y0sMbAgdWhYKfxvBPo17R5lyNrUEVPGuPXZBAn1hYfHlbd2BkL7 Cth0i4gYXraWgIh16KcO2gh4MnSBhSzNSXrZx0dM=
Date: Tue, 12 Nov 2019 14:56:28 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK65HY3NNVBCULNVDKF33BVRZEVBNHHB6CFZEY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3211/553155544@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3211@github.com>
References: <quicwg/base-drafts/issues/3211@github.com>
Subject: Re: [quicwg/base-drafts] Remove SHOULD for advice to pre-generate KeyUpdate (#3211)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb389cb31b7_7a8b3ff7bf6cd9682180428"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/r8UOi2T8jKJxlQQloBHnoWaUKW4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:56:35 -0000

----==_mimepart_5dcb389cb31b7_7a8b3ff7bf6cd9682180428
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopening #2792. We need to be more careful about PRs that close multiple issues...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3211#issuecomment-553155544
----==_mimepart_5dcb389cb31b7_7a8b3ff7bf6cd9682180428
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Reopening <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456097678" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2792" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2792/hovercard" href="https://github.com/quicwg/base-drafts/issues/2792">#2792</a>. We need to be more careful about PRs that close multiple issues...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications&amp;email_token=AFTOJK627S66MQWTWWLP3RDQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4HXWA#issuecomment-553155544">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK63GAFRXBXMD7P6PVTQTMYBZANCNFSM4JLOP3YA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK22PYMPR4NGJ6MJGGTQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4HXWA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK627S66MQWTWWLP3RDQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4HXWA#issuecomment-553155544",
"url": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJK627S66MQWTWWLP3RDQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4HXWA#issuecomment-553155544",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb389cb31b7_7a8b3ff7bf6cd9682180428--


From nobody Tue Nov 12 14:56:43 2019
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 A9621120891 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RR4DPxJCbnRj for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:30 -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 D4342120895 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:29 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 0BF0C8C0647 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573599389; bh=9CVQ7e0ZAL5qSeZ7DgBBeRVfi+ssgYk7ujzgrdmDGvo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jzl1T007SghGGJ/U59KFafaH+nYJs04mUZPJuV01DZmslT1eAl0ExRPEbMw80ybyh d0g4aM/ZShHzNWpc29n1LDWPKT/LIPlzJcg5lZ1K8Mv6E/9tLd+5rMxp67XRwhvLO3 +crw8/Ef+MEOqWH5r3ZIax7Il4kGXmbtLBs8iudg=
Date: Tue, 12 Nov 2019 14:56:28 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK65HY3NNVBCULNVDKF33BVRZEVBNHHB6CFZEY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3211/issue_event/2793307694@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3211@github.com>
References: <quicwg/base-drafts/issues/3211@github.com>
Subject: Re: [quicwg/base-drafts] Remove SHOULD for advice to pre-generate KeyUpdate (#3211)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb389cf180d_81a3fb36eccd95c15180bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rgNLYuZmiKmY8ie2COu4Ig0-DtY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:56:35 -0000

----==_mimepart_5dcb389cf180d_81a3fb36eccd95c15180bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3211.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3211#event-2793307694
----==_mimepart_5dcb389cf180d_81a3fb36eccd95c15180bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520665382" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3211" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3211/hovercard" href="https://github.com/quicwg/base-drafts/issues/3211">#3211</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications&amp;email_token=AFTOJKYZSISNPVSQNK3UJ7DQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H4LQ#event-2793307694">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK63GAFRXBXMD7P6PVTQTMYBZANCNFSM4JLOP3YA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYXUWL4GLNSWIUWL3QTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H4LQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJKYZSISNPVSQNK3UJ7DQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H4LQ#event-2793307694",
"url": "https://github.com/quicwg/base-drafts/issues/3211?email_source=notifications\u0026email_token=AFTOJKYZSISNPVSQNK3UJ7DQTMYBZA5CNFSM4JLOP3YKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H4LQ#event-2793307694",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb389cf180d_81a3fb36eccd95c15180bf--


From nobody Tue Nov 12 14:56:48 2019
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 96023120853 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZSr8sHweNv8i for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 14:56:33 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E99B2120851 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:32 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id E665BC610D5 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 14:56:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573599391; bh=CKmQMpNRfRdwVVbzs8oYHspuH8XeFqiiMaU9TmGOLV4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0m/MzGDD3hlltDw0CsNcfUeOh6x/pv7A2w4Y5Heams/OWxPoOJdhGKuVCHnAMapXw 8F34QTsKEeKAJqFexFy/3wYv8/Zg9pNufDBYjf/VdhITLzqYISWutPE5TxZJUqmVwG XyXvCeJavJXWU4HGKoQ0nvPr4Di3cKu0QAwf+sGo=
Date: Tue, 12 Nov 2019 14:56:31 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5GDDSAF7NEF5RL4GF33BVR7EVBNHHBWL37RY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2792/issue_event/2793307835@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2792@github.com>
References: <quicwg/base-drafts/issues/2792@github.com>
Subject: Re: [quicwg/base-drafts] Timing side-channel on key updates (#2792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb389fd5d7b_693e3f9c408cd9641302325"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C95e3wj39uSGzyo-qRmXOF2rx4E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 22:56:36 -0000

----==_mimepart_5dcb389fd5d7b_693e3f9c408cd9641302325
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Reopened #2792.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2792#event-2793307835
----==_mimepart_5dcb389fd5d7b_693e3f9c408cd9641302325
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Reopened <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456097678" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2792" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2792/hovercard" href="https://github.com/quicwg/base-drafts/issues/2792">#2792</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications&amp;email_token=AFTOJK3KYATWSPTIH37HYXLQTMYB7A5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H5OY#event-2793307835">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK75ZTQJ7XMJ7FW5FATQTMYB7ANCNFSM4HYFFILQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK26IO3EL677UFMESTDQTMYB7A5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H5OY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK3KYATWSPTIH37HYXLQTMYB7A5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H5OY#event-2793307835",
"url": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK3KYATWSPTIH37HYXLQTMYB7A5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUZ7H5OY#event-2793307835",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb389fd5d7b_693e3f9c408cd9641302325--


From nobody Tue Nov 12 15:08:07 2019
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 7188512008D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:08:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UHGm039fe8DE for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:08:04 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E136212011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:08:03 -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 E4876261616 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:08:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573600083; bh=4v3AGMBBiBe28LPPSqliKKEKaAZLx6pLA2Ffa5CqBI0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hk/dBQ5tb86uphFGMCBGiy+hWCOaMf2WWKrd5AuL67Xh6lKxdL//Qjja1NigXhnqc IPp1xymg+BWTEjMIQPDAa/foi3AXb01Wk9LMHR1rYfsjm9c8efj0SnchSR/hDvqkC5 YO00aU6egb+z3E2pvWQZeyEdf0PwlInrAKMnWMnA=
Date: Tue, 12 Nov 2019 15:08:02 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SPIN2J5PUAY35ONN33BW5FEVBNHHB5L4FMQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3173/553159140@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3173@github.com>
References: <quicwg/base-drafts/issues/3173@github.com>
Subject: Re: [quicwg/base-drafts] TLS MUST NOT deliver server 1RTT Rx keys until getting Finished (#3173)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb3b52c024b_1f433fbf63ecd9681365859"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sceoWEfbpe3Q4yQ4MQGv-i6z1_c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:08:06 -0000

----==_mimepart_5dcb3b52c024b_1f433fbf63ecd9681365859
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Calling this editorial, since it looks like it can be addressed without adding requirements.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3173#issuecomment-553159140
----==_mimepart_5dcb3b52c024b_1f433fbf63ecd9681365859
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Calling this editorial, since it looks like it can be addressed without adding requirements.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3173?email_source=notifications&amp;email_token=AFTOJK4WKU5RF3AUP24M2Q3QTMZNFA5CNFSM4JG4TGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4ITZA#issuecomment-553159140">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4LMKWN2FVCNORXWADQTMZNFANCNFSM4JG4TGMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZQLBL7JBAH347K5BLQTMZNFA5CNFSM4JG4TGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4ITZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3173?email_source=notifications\u0026email_token=AFTOJK4WKU5RF3AUP24M2Q3QTMZNFA5CNFSM4JG4TGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4ITZA#issuecomment-553159140",
"url": "https://github.com/quicwg/base-drafts/issues/3173?email_source=notifications\u0026email_token=AFTOJK4WKU5RF3AUP24M2Q3QTMZNFA5CNFSM4JG4TGM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4ITZA#issuecomment-553159140",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb3b52c024b_1f433fbf63ecd9681365859--


From nobody Tue Nov 12 15:17:31 2019
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 B0B8212008D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:17:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iIazv7yG0G9n for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:17:28 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 248DE120045 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:17:28 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 4AAA72C0E8F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:17:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573600647; bh=ckcm8rkveochMnQ5945aAYDqPV21Pi38TGzpCZh5+VM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TeHU0Vcph2LNsKx9we8cgdwdElY6fT5mJi1Uqc/648aKhRgMpM+Jzv0e5DAX9yL+w vZba/I+HkL+W9xl7fjoEO0lNwt2DPjMWH+GjCZRe8d9PMnuOrYevIAEZ4Bxlzq+GpP OBwYjwMhDY1I1fD4tUvXoZTrMYa8yMMan+cTMK1s=
Date: Tue, 12 Nov 2019 15:17:27 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4EB5FHQTSG4BIJ7N533BYAPEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315801388@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb3d873b804_12b73f93002cd968844b1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/irkLXnCXPjlANo0z6R3la45ylv0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:17:31 -0000

----==_mimepart_5dcb3d873b804_12b73f93002cd968844b1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop approved this pull request.



> -required here.
-
-suggested structure:
-
- - establishment
-   - VN
-   - Retry
-   - Crypto
- - use (include migration)
- - shutdown
-
--->
+A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.

Streams are the primary means.  Extensions might define additional ones.

> +A QUIC connection is a stateful interaction between a client and server, the
+primary purpose of which is to support the exchange of data by an application
+protocol.  Streams ({{streams}}) are the primary means by which an application
+protocol exchanges information.
+
+Each connection starts with a handshake phase, during which client and server
+establish a shared secret using the cryptographic handshake protocol
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake
+({{handshake}}) confirms that both endpoints are willing to communicate
+({{validate-handshake}}) and establishes parameters for the connection
+({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay

```suggestion
security guarantees.  In particular, there is no protection against replay
```

> +({{transport-parameters}}).
+
+An application protocol can also operate in a limited fashion during the
+handshake phase.  0-RTT allows application messages to be sent by a client
+before receiving any messages from the server.  However, 0-RTT lacks certain key
+security guarantees. In particular, there is no protection against replay
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send
+application data to a client before it receives the final cryptographic
+handshake messages that allow it to confirm the identity and liveness of the
+client.  These capabilities allow an application protocol to offer the option to
+trade some security guarantees for improved latency.
+
+The use of connection IDs ({{connection-id}}) allows connections to migrate to a
+new network path, both as a direct choice of an endpoint and when forced by a
+change in a middlebox.  {{migration}} describes how a migration can be performed
+securely without adversely affecting privacy.

{{migration}} describes potential mitigations for the security and privacy implications of migration.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315801388
----==_mimepart_5dcb3d873b804_12b73f93002cd968844b1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@MikeBishop</b> approved this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345412294">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -required here.=0D
-=0D
-suggested structure:=0D
-=0D
- - establishment=0D
-   - VN=0D
-   - Retry=0D
-   - Crypto=0D
- - use (include migration)=0D
- - shutdown=0D
-=0D
---&gt;=0D
+A QUIC connection is a stateful interaction between a client and server,=
 the=0D
+primary purpose of which is to support the exchange of data by an applic=
ation=0D
+protocol.  Streams ({{streams}}) are the primary means by which an appli=
cation=0D
+protocol exchanges information.=0D
</pre>=0D
<p>Streams are the primary means.  Extensions might define additional one=
s.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345493235">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +A QUIC connection is a stateful interacti=
on between a client and server, the=0D
+primary purpose of which is to support the exchange of data by an applic=
ation=0D
+protocol.  Streams ({{streams}}) are the primary means by which an appli=
cation=0D
+protocol exchanges information.=0D
+=0D
+Each connection starts with a handshake phase, during which client and s=
erver=0D
+establish a shared secret using the cryptographic handshake protocol=0D
+{{QUIC-TLS}} and negotiate the application protocol.  The handshake=0D
+({{handshake}}) confirms that both endpoints are willing to communicate=0D=

+({{validate-handshake}}) and establishes parameters for the connection=0D=

+({{transport-parameters}}).=0D
+=0D
+An application protocol can also operate in a limited fashion during the=
=0D
+handshake phase.  0-RTT allows application messages to be sent by a clie=
nt=0D
+before receiving any messages from the server.  However, 0-RTT lacks cer=
tain key=0D
+security guarantees. In particular, there is no protection against repla=
y=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-security guarantees. In particular, there is =
no protection against replay=0D
+security guarantees.  In particular, there is no protection against repl=
ay=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3225#discussi=
on_r345494991">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +({{transport-parameters}}).=0D
+=0D
+An application protocol can also operate in a limited fashion during the=
=0D
+handshake phase.  0-RTT allows application messages to be sent by a clie=
nt=0D
+before receiving any messages from the server.  However, 0-RTT lacks cer=
tain key=0D
+security guarantees. In particular, there is no protection against repla=
y=0D
+attacks in 0-RTT; see {{QUIC-TLS}}.  Separately, a server can also send=0D=

+application data to a client before it receives the final cryptographic=0D=

+handshake messages that allow it to confirm the identity and liveness of=
 the=0D
+client.  These capabilities allow an application protocol to offer the o=
ption to=0D
+trade some security guarantees for improved latency.=0D
+=0D
+The use of connection IDs ({{connection-id}}) allows connections to migr=
ate to a=0D
+new network path, both as a direct choice of an endpoint and when forced=
 by a=0D
+change in a middlebox.  {{migration}} describes how a migration can be p=
erformed=0D
+securely without adversely affecting privacy.=0D
</pre>=0D
<p>{{migration}} describes potential mitigations for the security and pri=
vacy implications of migration.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3225?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK4XUWXQRXHWWMQVTLLQTM2QPA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJL6LA#pullrequestreview-315801388=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK72LL6JVESPKZRALY3QTM2QPANCNFSM4JL53IPQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK4GJREA6AN4=
DMG2AX3QTM2QPA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLJL6LA.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3D=
notifications\u0026email_token=3DAFTOJK4XUWXQRXHWWMQVTLLQTM2QPA5CNFSM4JL5=
3IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LJL6LA#pullrequestreview-315801388",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK4XUWXQRXHWWMQVTLLQTM2QPA5CNFSM4JL53I=
P2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLJ=
L6LA#pullrequestreview-315801388",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcb3d873b804_12b73f93002cd968844b1--


From nobody Tue Nov 12 15:22:54 2019
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 A937B120045 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:22:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EyOMdNUQssiJ for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:22:51 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D57E112011D for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:22:50 -0800 (PST)
Date: Tue, 12 Nov 2019 15:22:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573600969; bh=79Jbp91BlcBiE/rzBBhsx9JTqag3NhTFgKCRSkmD580=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yj6bdfvTJvG9QIukS2bnOyiRJjwutSkhnrgwdt5OOR2r+fZugAxy9uH1E9cYqf2xr C06ja3wHmLsaSw0VaNN2fYKgEd8xTgnEQUt6ajDD4nGgs/2PRUwfoG88Rn7c30RVSK fPy2g60Am3KqsnyiiS6J6ferey3XhlrcpCnOA5E0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6VGWYI2BMZUDSZAGV33BYUTEVBNHHB4UWXOE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3117/553163791@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3117@github.com>
References: <quicwg/base-drafts/issues/3117@github.com>
Subject: Re: [quicwg/base-drafts] Recouple QUIC version and ALPN (#3117)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb3ec9db81c_346d3ff81aacd968779b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7KMj0ZXqkz6ER7M58jLA-8OryjE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:22:53 -0000

----==_mimepart_5dcb3ec9db81c_346d3ff81aacd968779b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed with @MikeBishop, this is fine in the TLS draft, but the HTTP/3 draft needs to have a firmer opinion.  Right now it says "anything with TLS 1.3".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3117#issuecomment-553163791
----==_mimepart_5dcb3ec9db81c_346d3ff81aacd968779b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a>, this is fine in the TLS draft, but the HTTP/3 draft needs to have a firmer opinion.  Right now it says "anything with TLS 1.3".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3117?email_source=notifications&amp;email_token=AFTOJKZZG5UANWH2RITPL63QTM3ETA5CNFSM4JCAA2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4JYDY#issuecomment-553163791">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK52QLSZ3WZQWOC5GTLQTM3ETANCNFSM4JCAA2ZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HBY2M5MNATOH56RLQTM3ETA5CNFSM4JCAA2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4JYDY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3117?email_source=notifications\u0026email_token=AFTOJKZZG5UANWH2RITPL63QTM3ETA5CNFSM4JCAA2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4JYDY#issuecomment-553163791",
"url": "https://github.com/quicwg/base-drafts/issues/3117?email_source=notifications\u0026email_token=AFTOJKZZG5UANWH2RITPL63QTM3ETA5CNFSM4JCAA2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4JYDY#issuecomment-553163791",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb3ec9db81c_346d3ff81aacd968779b2--


From nobody Tue Nov 12 15:26:09 2019
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 995CB12087F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:26:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Law-j3WrxYHh for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:26:02 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35E1F12085A for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:26:02 -0800 (PST)
Date: Tue, 12 Nov 2019 15:26:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573601161; bh=NwKEq9ItbdX8FiX6g6nMMAkCGcuSc9Lvbl053W1wXoc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RKbfvmk4dGaqphYwdBEwcVELiuT0f01lCWk0eRrNF11xMMxIJ65xrLM1PzVvBL0Xa vjqYlwAfHuB8rpIZCHjXQ+FJBYXpL8z849wrgOPrkJPQm+TbrxSxPjqrgbwre9uBDo e9Ky6QhUJzxyq2SRSDjj0FqEFX3sHwEkuF1h/ow4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK75ARR4EGOGJEH2HWF33BZATEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223/review/315913294@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3223@github.com>
References: <quicwg/base-drafts/pull/3223@github.com>
Subject: Re: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb3f8985dd5_1cff3fc6214cd96c76930"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0mbHdsF0p4RY-MWi22Zur4sspy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:26:08 -0000

----==_mimepart_5dcb3f8985dd5_1cff3fc6214cd96c76930
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223#pullrequestreview-315913294
----==_mimepart_5dcb3f8985dd5_1cff3fc6214cd96c76930
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications&amp;email_token=AFTOJK4MBOG3KINN7ZMSCD3QTM3QTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHITQ#pullrequestreview-315913294">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4OS737WNFLGTZBAWTQTM3QTANCNFSM4JL4PMRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5H5YCWKA3JBZ46KDTQTM3QTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHITQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK4MBOG3KINN7ZMSCD3QTM3QTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHITQ#pullrequestreview-315913294",
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJK4MBOG3KINN7ZMSCD3QTM3QTA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHITQ#pullrequestreview-315913294",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb3f8985dd5_1cff3fc6214cd96c76930--


From nobody Tue Nov 12 15:30:56 2019
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 028FE1200B7 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:30:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 907qcCbZ2f6o for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:30:54 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7633F120045 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:30:54 -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 ADC50A0475 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:30:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573601453; bh=XaN1m/rNWMywosvWfNTjHLnXDttY2YuFVXwtmdGZ8xg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xYl+jbdm9l8bTchGEsxELow/YQoGHiiOrFjm8oxX4s8ruJNDBNHA+Pm4WFhNNtcQ3 qIpfcq6XAVSFBSHJ4nOEXDX3vZplobmpO59u0qcoV70gTcOfQVg5SnrECOeb5y9sBg ffXfs27yXsA5i/ZaDi4a9Y5hsM1JafGmO1BL4HpY=
Date: Tue, 12 Nov 2019 15:30:53 -0800
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7665B5OLSTU5CSS2N33BZS3EVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/315915053@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb40ad9f2cd_9013ffbf9acd96c813c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TNMNr179zYQXRRbrPgBgx9u-BoE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:30:56 -0000

----==_mimepart_5dcb40ad9f2cd_9013ffbf9acd96c813c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked

`bytes_acked` doesn't appear anywhere. I think it should be `acked_packet.size`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r345501217
----==_mimepart_5dcb40ad9f2cd_9013ffbf9acd96c813c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345501217">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
</pre>
<p><code>bytes_acked</code> doesn't appear anywhere. I think it should be <code>acked_packet.size</code>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK2QD5YGHAGIB6YYGQ3QTM4C3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHWLI#discussion_r345501217">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4YVDJM5YSFEWV3QRLQTM4C3ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6XQGIULH6DHEIDAZLQTM4C3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHWLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK2QD5YGHAGIB6YYGQ3QTM4C3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHWLI#discussion_r345501217",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK2QD5YGHAGIB6YYGQ3QTM4C3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHWLI#discussion_r345501217",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb40ad9f2cd_9013ffbf9acd96c813c9--


From nobody Tue Nov 12 15:31:30 2019
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 88B4C12011D for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:31:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FVHeR-RAxfbA for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:31:28 -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 E76C91200B7 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:31:27 -0800 (PST)
Date: Tue, 12 Nov 2019 15:31:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573601487; bh=BLpGsuQQYpxaykzcRy4AB0h+eJXc6oJ98adTxTof2Bc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZtASS7lWYrhQs88b816USsqyJ7g7ETh+IR166x9eMbC5fz8a6BAoV/u4sgd7+Sm2F y0axDYinR6qpEqxRdjbpdTQUHE96+Tq737RQSHfa8pYLOeLc+y2kp0kh9eKw1qJDT0 uXrTAHbqhuKLn7c0jahs+6odkJR2CwlhT5TcOH/o=
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4FUB2FIDJDYVOAIR533BZU7EVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/315915258@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb40cf49552_65f33fbdda2cd96885852"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Omj2BxjwcRtLeLcZLu7ZQ49p8HA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:31:29 -0000

----==_mimepart_5dcb40cf49552_65f33fbdda2cd96885852
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

Same issue as L1387 (`bytes_acked`)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#pullrequestreview-315915258
----==_mimepart_5dcb40cf49552_65f33fbdda2cd96885852
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345501422">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>Same issue as L1387 (<code>bytes_acked</code>)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJKZMPDC6ORPTK3K5CFDQTM4E7A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHX6Q#pullrequestreview-315915258">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7SNAGFXPOPBG445PDQTM4E7ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZXK2ETWSHHTMIWEFTQTM4E7A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHX6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKZMPDC6ORPTK3K5CFDQTM4E7A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHX6Q#pullrequestreview-315915258",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKZMPDC6ORPTK3K5CFDQTM4E7A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKHX6Q#pullrequestreview-315915258",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb40cf49552_65f33fbdda2cd96885852--


From nobody Tue Nov 12 15:48:07 2019
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 5A64A120048 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:48:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xdvl1_DloAr1 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:48:03 -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 876E5120044 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:48:03 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id B1D228C07DD for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:48:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573602482; bh=16pIuV23eo5MTrB55k6SihguLP8zWJSBfV0Zik/2CRg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kD2ATeYDZjAZpHeUFJHO9s5/eyTi9AJn3c4ivzpJ1F3yMe8lsRpB8Mo0H4Qh3Yk4w Ed+AugoAo58mVS2RzJkE1ho01HwqLHRstoeCMj5/r42MsDlymVX3wCI1lyVDe/FGma h69ReARjGeCPlyaV9c7Jl1xv8sFIHkCOxyddPQh4=
Date: Tue, 12 Nov 2019 15:48:02 -0800
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6QQVDOJF7MBT5PX6V33B3TFEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/315921031@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb44b2a3704_2b953fe4172cd964272934"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KutIAHtgaLIEs23dp0D9OGEWqkI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:48:05 -0000

----==_mimepart_5dcb44b2a3704_2b953fe4172cd964272934
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

I think this may allow increasing cwnd close to (3 x max_datagram_size).

e.g. max_datagram_size = 1000
ack 1 = 999 bytes
ack 2 = 999 bytes
ack 3 = 999 bytes

If we have 3 acks each acks 999 bytes, this code result in 999x3 bytes cwnd increase. 

To calculate remaining bytes correctly, I would propose the following:

```
  OnAckReceivedCC():
     cwnd_incr_max = 2 * max_datagram_size
...
  OnPacketAckedCC(acked_packet):
...
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         cwnd_incr = cwnd_incr_max - max(cwnd_incr_max - acked_packet.size, 0)
         congestion_window += cwnd_incr
         cwnd_incr_max -= cnwd_incr
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r345506253
----==_mimepart_5dcb44b2a3704_2b953fe4172cd964272934
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345506253">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>I think this may allow increasing cwnd close to (3 x max_datagram_size).</p>
<p>e.g. max_datagram_size = 1000<br>
ack 1 = 999 bytes<br>
ack 2 = 999 bytes<br>
ack 3 = 999 bytes</p>
<p>If we have 3 acks each acks 999 bytes, this code result in 999x3 bytes cwnd increase.</p>
<p>To calculate remaining bytes correctly, I would propose the following:</p>
<pre><code>  OnAckReceivedCC():
     cwnd_incr_max = 2 * max_datagram_size
...
  OnPacketAckedCC(acked_packet):
...
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         cwnd_incr = cwnd_incr_max - max(cwnd_incr_max - acked_packet.size, 0)
         congestion_window += cwnd_incr
         cwnd_incr_max -= cnwd_incr
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJKY5HVC4IGTSA2WZEILQTM6DFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJFBY#discussion_r345506253">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3YIGMRPFPNPQDKDOLQTM6DFANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6ELNCFFGPICFHRJHDQTM6DFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJFBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKY5HVC4IGTSA2WZEILQTM6DFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJFBY#discussion_r345506253",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKY5HVC4IGTSA2WZEILQTM6DFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJFBY#discussion_r345506253",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb44b2a3704_2b953fe4172cd964272934--


From nobody Tue Nov 12 15:50:18 2019
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 AE4EB120048 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:50:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Gx9_qmiPCIJD for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 15:50:15 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6469B120044 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:50:15 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 8E4671C0554 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 15:50:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573602614; bh=5fVePEEbkzvXEjiKkp8AqOPgByWwPLiLqps0lyPx6hM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AMrJ29MFYwsEXZBupIZptCRJ8/XcdYwrdJHYYRJJQUlx1+RAl87KjMG+TSmzbDbnT Gbi+IQ/4Jgz5rblc6xFRFBO7reOPIlKRwhZJg4Eoohh6hFYe/CnxYkH/7nDALqWBdf 5abYYOwnkiq3M8/DENtt4HfU1U2UH8zaKVQEu5kU=
Date: Tue, 12 Nov 2019 15:50:14 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ2DH3MOP6E23XWALF33B33NEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315921767@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb45367fc68_60303f8e00ccd9682015d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UyctSXw8oWWhnxeQZqaUtdHmSaM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Nov 2019 23:50:17 -0000

----==_mimepart_5dcb45367fc68_60303f8e00ccd9682015d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue approved this pull request.

lgtm



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#pullrequestreview-315921767
----==_mimepart_5dcb45367fc68_60303f8e00ccd9682015d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> approved this pull request.</p>

<p>lgtm</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK7J75S7SUBMILSENVLQTM6LNA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJKZY#pullrequestreview-315921767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSPIBQ3PD7PWJZPDDQTM6LNANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK44GG3FGFNF4WDTUQLQTM6LNA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJKZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK7J75S7SUBMILSENVLQTM6LNA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJKZY#pullrequestreview-315921767",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK7J75S7SUBMILSENVLQTM6LNA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKJKZY#pullrequestreview-315921767",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb45367fc68_60303f8e00ccd9682015d1--


From nobody Tue Nov 12 16:02:17 2019
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 AAE9F1200D8 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 16:02:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 piyOEO-_8FLq for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 16:02:13 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 697A4120044 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 16:02:13 -0800 (PST)
Date: Tue, 12 Nov 2019 16:02:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573603332; bh=/ZFvEyR4aa2cGBFeOXlrt5/UWTsHBl0/VAixwdk+fgI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kRxojqFlnrP3XX0vNwEO7s9v6i6z53osOb4dHGuAE7LXJ5BXHZsz+vF0/l9PlQSvr bTXi2P6wzbKBEtq2rA6XGX3SaVXNYhVK+Ktnoid0G0X3jvO7xZu/uaYJHxcfgEjP/V 2O7lh/5RttUroqcQDFGm+56QFs2gcIWVHki2CRDM=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7O57KVRNCE6I26IXF33B5IJEVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315925805@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb480494021_612b3fe10f6cd95c20464b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U-0tLnX4moXONlkgCAAhiSqLTXk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 00:02:16 -0000

----==_mimepart_5dcb480494021_612b3fe10f6cd95c20464b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue commented on this pull request.



> +For connections that are no longer needed or desired, there are several ways for
+a client and server to terminate a connection ({{termination}}).

The PR talks about birth, marriage, divorce and death. 

Perhaps it is pertinent to have a paragraph the mentions the connection's role in the steady-state between some of these things. In fact, mentioning that it is mainly the application mapping's responsibility to define the specifics might help.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#pullrequestreview-315925805
----==_mimepart_5dcb480494021_612b3fe10f6cd95c20464b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345509976">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +For connections that are no longer needed or desired, there are several ways for
+a client and server to terminate a connection ({{termination}}).
</pre>
<p>The PR talks about birth, marriage, divorce and death.</p>
<p>Perhaps it is pertinent to have a paragraph the mentions the connection's role in the steady-state between some of these things. In fact, mentioning that it is mainly the application mapping's responsibility to define the specifics might help.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJKZZUK2JJ7MUNOLZHF3QTM7YJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKKKLI#pullrequestreview-315925805">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYQMGPVAD2N2TFRCLDQTM7YJANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ATC4PEEWJCR4RRGTQTM7YJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKKKLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKZZUK2JJ7MUNOLZHF3QTM7YJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKKKLI#pullrequestreview-315925805",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKZZUK2JJ7MUNOLZHF3QTM7YJA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKKKLI#pullrequestreview-315925805",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb480494021_612b3fe10f6cd95c20464b--


From nobody Tue Nov 12 16:26:32 2019
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 4896F1200B5 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 16:26:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Hb9Vz0no7aSQ for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 16:26:29 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94582120044 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 16:26:29 -0800 (PST)
Date: Tue, 12 Nov 2019 16:26:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573604788; bh=//EmffgqkvQO9mthC30hfu6uLNnphUKLLGN3HxuTico=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q6LiGXkli3U0XqVvg8NQvMeiNJiz+agzMAMGfeBcIPEa9EtgRhBpcK8wVpmRQNUzW UuNuKI4ERKiEbPB/crxz62oDObOuFWIkEQqFzBySO+t8iVnM2thNFKPtYGSG8ogA6V mZKhTWbY+PampiGoA8Nlse6QqBtTN3Rqj1pIdxUs=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZZDKSN2YZALSM6C6F33CADHEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/c553180443@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb4db3cf232_53443ffbe16cd9601705aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5wGXtFFdEiZlfwCOF_6aLNO9dks>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 00:26:32 -0000

----==_mimepart_5dcb4db3cf232_53443ffbe16cd9601705aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for your PR, it's helpful to see this clarified.

I think it's worth a discussion of two issues, maybe in Singapore:
1) Do we need anything in addition to the existing IW burst limit?  A single ACK loss would not cause a burst to exceed the IW10 limit, and multiple consecutive ACK losses in slow start are VERY rare in my experience.
2) Do we need to describe the non-pacing scenarios in the pseudocode, given we recommend pacing?  Using CWND to manipulate sending behavior is an indirect method that feels like a holdover from implementation details of older TCP algorithms to me.

I'm no on both counts currently, but if the WG feels otherwise, I can accept that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#issuecomment-553180443
----==_mimepart_5dcb4db3cf232_53443ffbe16cd9601705aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for your PR, it's helpful to see this clarified.</p>
<p>I think it's worth a discussion of two issues, maybe in Singapore:</p>
<ol>
<li>Do we need anything in addition to the existing IW burst limit?  A single ACK loss would not cause a burst to exceed the IW10 limit, and multiple consecutive ACK losses in slow start are VERY rare in my experience.</li>
<li>Do we need to describe the non-pacing scenarios in the pseudocode, given we recommend pacing?  Using CWND to manipulate sending behavior is an indirect method that feels like a holdover from implementation details of older TCP algorithms to me.</li>
</ol>
<p>I'm no on both counts currently, but if the WG feels otherwise, I can accept that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK6W5FIR4NGQ77FVAILQTNCTHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4N2GY#issuecomment-553180443">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK37CPVETD5OR52GGL3QTNCTHANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6257DJGDQVEJB3H6TQTNCTHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4N2GY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK6W5FIR4NGQ77FVAILQTNCTHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4N2GY#issuecomment-553180443",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK6W5FIR4NGQ77FVAILQTNCTHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED4N2GY#issuecomment-553180443",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb4db3cf232_53443ffbe16cd9601705aa--


From nobody Tue Nov 12 18:04:37 2019
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 3C4931200FF for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:04:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FqZJLN4-dPru for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:04:33 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA87812003F for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:04:33 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 0B510520E1A for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:04:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573610673; bh=IjyzOZRw5tUrK+1WIGt87XxrTbRuL9qE5dXuK5eI/tM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=j3WNhYsjvy4hzxdol5Pk8kpvmcB8WWj8BFJ74caCuU0RlXNjRFekMtUyeyM99s+cd Psqfxj4JHuaSF153vgGb3AvXqK4V932dve+7PlkMBVu5G4FUqqtIi/57d/DltY2sZS NFGQc09JPuZ+07QlL46F50SYjEkM7IC37PFTVAJM=
Date: Tue, 12 Nov 2019 18:04:32 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZO5PKA42H7YYTXS5533CLTBEVBNHHB6EU4CQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3226/review/315961131@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3226@github.com>
References: <quicwg/base-drafts/pull/3226@github.com>
Subject: Re: [quicwg/base-drafts] Clearer text for application errors (#3226)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb64b0f130d_734a3ff84c6cd96c76958c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3vHYGi5ID9-XvMsq20nmYwXYx60>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 02:04:35 -0000

----==_mimepart_5dcb64b0f130d_734a3ff84c6cd96c76958c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3226#pullrequestreview-315961131
----==_mimepart_5dcb64b0f130d_734a3ff84c6cd96c76958c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications&amp;email_token=AFTOJK5MCEQF67YMULKXBEDQTNODBA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKS6KY#pullrequestreview-315961131">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKWJHO62E7TOZAVX3QTNODBANCNFSM4JL5363Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK633WAZZ35JFXSMIITQTNODBA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKS6KY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK5MCEQF67YMULKXBEDQTNODBA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKS6KY#pullrequestreview-315961131",
"url": "https://github.com/quicwg/base-drafts/pull/3226?email_source=notifications\u0026email_token=AFTOJK5MCEQF67YMULKXBEDQTNODBA5CNFSM4JL53632YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKS6KY#pullrequestreview-315961131",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcb64b0f130d_734a3ff84c6cd96c76958c--


From nobody Tue Nov 12 18:29:08 2019
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 3562A12003F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:29:07 -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 0eyVlDtjCNj2 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:29:05 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3E31120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:29:05 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id C95BA1C2A10 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:29:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573612144; bh=BVs0t9yLmGypp7dL3FAE+wIjvukJqsv1EqkngXa0+68=; h=Date:From:To:Subject:From; b=im61DFvDOHfo/1FnMMAmqwkI7HB9dHCneHiUZKDVLzRVu/v4Dj3PWrUUzj54IDFJ/ FiH7c4izawNjMVrqxSQJaJPJ/8JoWzq7dEWxGwBs6UHbnaENYUg/fAbqeX64YKLcY0 56mbnOwj9nN81x8Oh1vn+mJRyo6frBZv1qd0win4=
Date: Tue, 12 Nov 2019 18:29:04 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/life/5866e9-192990@github.com>
Subject: [quicwg/base-drafts] 192990: Paraphrase Mike's suggestion
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/EZ87okI92F-hAMqaTtypbmMJO-Y>
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, 13 Nov 2019 02:29:07 -0000

  Branch: refs/heads/life
  Home:   https://github.com/quicwg/base-drafts
  Commit: 192990e0903bad56516e5750fadc18004a10aea2
      https://github.com/quicwg/base-drafts/commit/192990e0903bad56516e5750fadc18004a10aea2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

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

  Log Message:
  -----------
  Paraphrase Mike's suggestion



From nobody Tue Nov 12 18:29:16 2019
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 55DB7120072 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:29:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 a7HX8LLDCLHr for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:29:14 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF93D120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:29:13 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 33B9FA0547 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:29:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573612153; bh=RfWdkfWxW7CDzAOfGyQG76wJ9XlXKDsEAJgo2IZFtFk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BJHDYxqnm/avJqX+BYrPFdNkGdY1vgRIYlqx4JYvz14C/EiRNgYM8GYJbaMsK8rI1 4jw9EG2LwgyZ6bjEVVjtHL80ZKbGhaO0g4XUoa3FXnO5hu3mimQGx7kUEsGehisbtF dUv0o+c7G3B2zRL9SWKllunoEt5uLVC/iRL1gVMI=
Date: Tue, 12 Nov 2019 18:29:13 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/push/4266925904@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcb6a792343a_463d3f80ca4cd96847812b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qsixf0YloW_EuNRHN1msXtXkrKc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 02:29:15 -0000

----==_mimepart_5dcb6a792343a_463d3f80ca4cd96847812b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

192990e0903bad56516e5750fadc18004a10aea2  Paraphrase Mike's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225/files/5866e9649332db619d09e31eaa764936ea0d8ac6..192990e0903bad56516e5750fadc18004a10aea2

----==_mimepart_5dcb6a792343a_463d3f80ca4cd96847812b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/192990e0903bad56516e5750fadc18004a10aea2">192990e</a>  Paraphrase Mike&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3225/files/5866e9649332db619d09e31eaa764936ea0d8ac6..192990e0903bad56516e5750fadc18004a10aea2?email_source=notifications&amp;email_token=AFTOJKZRJ6ELXYR6F4R7KOTQTNQ7TA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMOJSGU4TANA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK664YKUWZHYTTUG6I3QTNQ7TANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ64YM2IXIEMOZ5XDDQTNQ7TA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMOJSGU4TANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225/files/5866e9649332db619d09e31eaa764936ea0d8ac6..192990e0903bad56516e5750fadc18004a10aea2?email_source=notifications\u0026email_token=AFTOJKZRJ6ELXYR6F4R7KOTQTNQ7TA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMOJSGU4TANA",
"url": "https://github.com/quicwg/base-drafts/pull/3225/files/5866e9649332db619d09e31eaa764936ea0d8ac6..192990e0903bad56516e5750fadc18004a10aea2?email_source=notifications\u0026email_token=AFTOJKZRJ6ELXYR6F4R7KOTQTNQ7TA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZRGQZTOOKQOVZWQIZUGI3DMOJSGU4TANA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcb6a792343a_463d3f80ca4cd96847812b--


From nobody Tue Nov 12 18:30:18 2019
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 CFDB9120072 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:30:15 -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 b4kGsl06dxqG for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:30:14 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8EED4120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:30:14 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id F222D2C3495 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:30:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573612213; bh=ngjoBQ8edETIGZ/ttSIeO/cnKoHofBuC7+XXdoJuygE=; h=Date:From:To:Subject:From; b=iSMwUBu+ypBTgn75YGZawFK/s12FRZgAnJPEPQMIjGZkJKmxqfFVbMO6Gt7BQwc1V IQRKT7JrKiyhS2ZvUlakxfOwkUXcP1T12fnPw2LpWJzE3Mz5wfy7zFgWckzxILsWY8 wfmhgG2HTKRbQsU8v8HPpR69Tfvsgi+RhhG/zANg=
Date: Tue, 12 Nov 2019 18:30:13 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a77a8d-aec833@github.com>
Subject: [quicwg/base-drafts] aec833: Script updating gh-pages from 192990e0. [ci skip]
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/COFoqxWGaZv6BsnLX5PCOeqgRIk>
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, 13 Nov 2019 02:30:16 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: aec8338c09016f13d6202a4c9f078bdb8c7879fe
      https://github.com/quicwg/base-drafts/commit/aec8338c09016f13d6202a4c9f078bdb8c7879fe
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M index.html
    M life/draft-ietf-quic-http.html
    M life/draft-ietf-quic-http.txt
    M life/draft-ietf-quic-invariants.html
    M life/draft-ietf-quic-invariants.txt
    M life/draft-ietf-quic-qpack.html
    M life/draft-ietf-quic-qpack.txt
    M life/draft-ietf-quic-recovery.html
    M life/draft-ietf-quic-recovery.txt
    M life/draft-ietf-quic-tls.html
    M life/draft-ietf-quic-tls.txt
    M life/draft-ietf-quic-transport.html
    M life/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 192990e0. [ci skip]



From nobody Tue Nov 12 18:32:05 2019
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 9047A12003F for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:32:03 -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 6j3Mk8xACxVm for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 18:32:02 -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 4C21D120019 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:32:02 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 93CEB8C04F5 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 18:32:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573612321; bh=Hs7xf+uJluAshe//URQmbnXxTFK8Yjb0UWrf7fdQgJQ=; h=Date:From:To:Subject:From; b=MXTBDL4VQnb7cSixg8p4OQYc5H76PEmxkpDFGvvI9jph2jNpcdQl6XivE1LzG+Own LVFemZJibAe7pYuLnND6UUNAbRnebAuomuq856Zw8wsaxD+vTuUH19abWddKt5PPxb OGKYzgLkJuVWTqQUOTXULKb7lPhgIFNqFl1JNXj4=
Date: Tue, 12 Nov 2019 18:32:01 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/aec833-c3c6a0@github.com>
Subject: [quicwg/base-drafts] c3c6a0: Script updating issues at 2019-11-13T02:31:54Z. [c...
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/fs2OZ7A2S__lojpZCVnW_PfnghM>
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, 13 Nov 2019 02:32:03 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c3c6a002f86d08c80541653a2dbfdf4901a07d23
      https://github.com/quicwg/base-drafts/commit/c3c6a002f86d08c80541653a2dbfdf4901a07d23
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-13T02:31:54Z. [ci skip]



From nobody Tue Nov 12 22:26:45 2019
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 85A6C1200C7 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:26:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6P9hNvK15gT6 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:26:42 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD8DD120072 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:26:42 -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 019D3A118C for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:26:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573626402; bh=SKeLw2mZW1rioTN2unIWgW4aObUPRaeSgUN3GMxA1jk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bXsrSGnBkm8OGQyIF7rqkfcQDefDyYP9rbTO3BLx+uzmjhQT53k8V/38aZ9Ksdw8N nN7iMxbYS6wb+oCzgaknlcqHyNP/4GolUQyRl2xw+rgh8AX+DMQWiynBF3nHokCK9B IeFb8WaEBIYptdLG5JgT6sAXmpgu2L/6aEhI1I/g=
Date: Tue, 12 Nov 2019 22:26:41 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZRHUAO3NCB7XELNH533DKKDEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/316022460@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcba221e6fdf_3fa53fab220cd96c6992f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eGoZeugFXxI66BCPdTC8i6NP6cM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 06:26:44 -0000

----==_mimepart_5dcba221e6fdf_3fa53fab220cd96c6992f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked

oops, that's correct. Fixing it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r345587254
----==_mimepart_5dcba221e6fdf_3fa53fab220cd96c6992f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345587254">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,14 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
</pre>
<p>oops, that's correct. Fixing it</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK3JPOYIYKOBUNNWAKTQTOM2DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLB5PA#discussion_r345587254">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HSTUHSJ2WVJ7L7OLQTOM2DANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4PVF2CQR5XNFSAI5DQTOM2DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLB5PA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3JPOYIYKOBUNNWAKTQTOM2DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLB5PA#discussion_r345587254",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3JPOYIYKOBUNNWAKTQTOM2DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLB5PA#discussion_r345587254",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcba221e6fdf_3fa53fab220cd96c6992f9--


From nobody Tue Nov 12 22:31:10 2019
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 DDDAA1200E7 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:31:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NwmI_hVxawGk for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:31:06 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5DAB1120072 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:31:06 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 8D6656600E2 for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:31:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573626665; bh=1ZjWoE3N3LbPJOMOpruC9q8InI07QNHavvmtk+/xPSk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=piUglNF1sO0PNPy6r/vTVlC0jgaXUbREOx1DqBI3VHGC4Ogk8vUPjIBeFdHlMeEHD qjjBccK4Vg4hA1tN1YwCbwkCwS36OA+4VEJwrWCgfmXuQxdq05qk45DCGpj4Yc6JFS T053FYExBlEr2jZ574u7+gBR0oscdJziRmo0NVPo=
Date: Tue, 12 Nov 2019 22:31:05 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK72FIA4NAUYC7FFJUV33DK2TEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/316023779@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcba3297d906_71e43fc1af8cd95c2783b7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MDKXhKCPj6ZcLM9LhVFBgK7s4N0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 06:31:08 -0000

----==_mimepart_5dcba3297d906_71e43fc1af8cd95c2783b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

good point. How about the below:
```
 if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase + acked_packet.size <=
             2 * max_datagram_size):
           cwnd_increase += acked_packet.size
           congestion_window += acked_packet.size
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r345588269
----==_mimepart_5dcba3297d906_71e43fc1af8cd95c2783b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345588269">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>good point. How about the below:</p>
<pre><code> if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase + acked_packet.size &lt;=
             2 * max_datagram_size):
           cwnd_increase += acked_packet.size
           congestion_window += acked_packet.size
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK63U2LEISLQSZ5FZ7DQTONKTA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLCHYY#discussion_r345588269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZYP2DLKXFXHT2LH23QTONKTANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DTXXRKD5TAHDO3OLQTONKTA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLCHYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK63U2LEISLQSZ5FZ7DQTONKTA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLCHYY#discussion_r345588269",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK63U2LEISLQSZ5FZ7DQTONKTA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLLCHYY#discussion_r345588269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcba3297d906_71e43fc1af8cd95c2783b7--


From nobody Tue Nov 12 22:39:56 2019
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 04561120851 for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:39:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yerHcvIRbxhw for <quic-issues@ietfa.amsl.com>; Tue, 12 Nov 2019 22:39:53 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA13C1200CC for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:39:52 -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 095096A09ED for <quic-issues@ietf.org>; Tue, 12 Nov 2019 22:39:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573627192; bh=Tw3kP17Pa/TUHn3vKotIKpxC46ihw2E3qroyIIWNMv4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xrguBPs/Jb6wmbe6n6ZGJBPQeROXlnSSxTjoJLOls1SF5zkQURxIII3EApkO+ZuF/ 7SpwHscYyO07Xf8shLU/7ZFjGpdF5Jbs/D4Bz4F6UfkhCRRCIgnsAC5C4ZUIJ685jj GxaaOa3pPbFXvSECNDk+URfU44ByxT+hJtCH4YyE=
Date: Tue, 12 Nov 2019 22:39:51 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4267512489@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcba537ecdc0_3f8f3fab220cd96c570066"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bP7-H-PFqW6klNiyoNRnyglsMk0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 06:39:55 -0000

----==_mimepart_5dcba537ecdc0_3f8f3fab220cd96c570066
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

eaea37635a08bf69558a650388c622dc319bd4a0  junhochoi's comment about 3 *MSS


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/f2fc15e0309f04e49363aae515b8bfcf25302fae..eaea37635a08bf69558a650388c622dc319bd4a0

----==_mimepart_5dcba537ecdc0_3f8f3fab220cd96c570066
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/eaea37635a08bf69558a650388c622dc319bd4a0">eaea376</a>  junhochoi&#39;s comment about 3 *MSS</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/f2fc15e0309f04e49363aae515b8bfcf25302fae..eaea37635a08bf69558a650388c622dc319bd4a0?email_source=notifications&amp;email_token=AFTOJK5GI62CSOPRS5RRJHDQTOOLPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DONJRGI2DQOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYNJEWBUQWTPQSY3Z3QTOOLPANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4HYSAE56VBPJJMIT3QTOOLPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DONJRGI2DQOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/f2fc15e0309f04e49363aae515b8bfcf25302fae..eaea37635a08bf69558a650388c622dc319bd4a0?email_source=notifications\u0026email_token=AFTOJK5GI62CSOPRS5RRJHDQTOOLPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DONJRGI2DQOI",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/f2fc15e0309f04e49363aae515b8bfcf25302fae..eaea37635a08bf69558a650388c622dc319bd4a0?email_source=notifications\u0026email_token=AFTOJK5GI62CSOPRS5RRJHDQTOOLPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI3DONJRGI2DQOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcba537ecdc0_3f8f3fab220cd96c570066--


From nobody Wed Nov 13 07:14:23 2019
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 2743F1200B8 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:14:21 -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 0xbLqAc-O5It for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:14:19 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D94D0120033 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:14:19 -0800 (PST)
Date: Wed, 13 Nov 2019 07:14:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573658059; bh=BSr8nb87chC8JdLuq6tCh6oWtisC/tBRjUS79MhOxkQ=; h=Date:From:To:Subject:From; b=uhw903Q9bGOvl4TDi5zrZf8A/pqtN3i9nHUDEFlbabbqLsrOGxdDW0NOL8wW2BW8P uvoWNpelSKRmOPHPY2HYJRaWUGorLoYtmT7vcicpkPiEspthZDywsoabqLCuXfs+FR JSMUK0W23pblcdN6fpDjl2q6izFxAa9NdDciFsT4=
From: =?UTF-8?B?QmVuY2UgQsOpa3k=?= <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/094ac5-dbf832@github.com>
Subject: [quicwg/base-drafts] dbf832: [HTTP/3] [editorial] Remove mention of redefining ...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QHITaPpqTj6x11NvWWpZ3CTdGDg>
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, 13 Nov 2019 15:14:21 -0000

  Branch: refs/heads/master=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: dbf8326f45d7610e639946b4df476f2f97fd359d=0D
      https://github.com/quicwg/base-drafts/commit/dbf8326f45d7610e639946=
b4df476f2f97fd359d=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-13 (Wed, 13 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] Remove mention of redefining setting format. (#322=
0)=0D
=0D
* [HTTP/3] [editorial] Remove mention of redefining setting format.=0D
=0D
Each SETTINGS parameter consists of an identifier and a value, each=0D
encoded as QUIC variable-length integer.  The sentence being removed is=0D=

a remnant from the time when setting values were encoded as=0D
length-prefixed binary blobs.=0D
=0D
* Clarify how settings ported from HTTP/2 might redefine value.=0D
=0D
* reword parenthetical=0D
=0D
=0D


From nobody Wed Nov 13 07:14:37 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 9D2B41200B8 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:14:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.382
X-Spam-Level: 
X-Spam-Status: No, score=-1.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 tX_ZJi6JneBr for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:14:35 -0800 (PST)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (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 6E3EF120033 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:14:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Wnm7IFSa5UNj3hOAtcOhliVaWSs4aetSBqoNlfeCJGs=; b= TVX0yejU1oxokRPC9JBVR1WZ1blB+hNtCpavJZArM0h6AMnpwkEkW+fxbGqH67U9 jMI/knzYlHGvGKsYLpnNrK05xrpcZLTiBIRndyNTZDdHOrPR/dFLtlTZ2cba/IOd cDew2VnH/WpFHvdIH/HLZoRw4aB98lkpIZy9tFioj0g=
Received: by filter0458p1iad2.sendgrid.net with SMTP id filter0458p1iad2-19152-5DCC1DD5-13 2019-11-13 15:14:29.10724973 +0000 UTC m=+682669.356436415
Received: from github-lowworker-819f804.cp1-iad.github.net (unknown [140.82.115.13]) by ismtpd0085p1iad2.sendgrid.net (SG) with ESMTP id A0jgHII_S4qRnp5xZoZKdg for <quic-issues@ietf.org>; Wed, 13 Nov 2019 15:14:29.019 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-819f804.cp1-iad.github.net (Postfix) with ESMTP id C804C3600FF for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:14:28 -0800 (PST)
Date: Wed, 13 Nov 2019 15:14:29 +0000 (UTC)
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNLNW2VV3NCU36JZV33FIFJEVBNHHB6EDTZQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3220/issue_event/2795664569@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3220@github.com>
References: <quicwg/base-drafts/pull/3220@github.com>
Subject: Re: [quicwg/base-drafts] [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcc1dd4c6b89_81a3fdb2f0cd95c2421994"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak32e9Pa5xvPxKgcyOmK01wsN8KnPDMLntjvZc gkRUB4Wp01hr7YBMaE7vRv+boIZoeAKeIEYYcgG+An3unixqd5/gaIOTqsBBJqA2Xrl9oTlBYuykxk uWOgWyP1Bkss8/K80fkKDkOocsC7lrIzBBOlQRM15P1wf514sboxzsd1FCDHdTG3OSgrsBYoFNskO6 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FtZKFKbtOE6f1bqd7jQ58SLUR2w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 15:14:36 -0000

----==_mimepart_5dcc1dd4c6b89_81a3fdb2f0cd95c2421994
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3220 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3220#event-2795664569
----==_mimepart_5dcc1dd4c6b89_81a3fdb2f0cd95c2421994
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521171916" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3220" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3220/hovercard" href="https://github.com/quicwg/base-drafts/pull/3220">#3220</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications&amp;email_token=AFTOJK7YVUG4R3QCAUXVIU3QTQKVJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU2RHJOI#event-2795664569">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7T3H5DNKX2INKNRC3QTQKVJANCNFSM4JL2OE2Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2SU3QUMPPGF7Z7BD3QTQKVJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU2RHJOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK7YVUG4R3QCAUXVIU3QTQKVJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU2RHJOI#event-2795664569",
"url": "https://github.com/quicwg/base-drafts/pull/3220?email_source=notifications\u0026email_token=AFTOJK7YVUG4R3QCAUXVIU3QTQKVJA5CNFSM4JL2OE22YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU2RHJOI#event-2795664569",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcc1dd4c6b89_81a3fdb2f0cd95c2421994--


From nobody Wed Nov 13 07:15:20 2019
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 748CD12080B for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:15:16 -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 GdeqgdOhWGrw for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:15:15 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01525120033 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:15:15 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 510A81C116D for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:15:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573658114; bh=64qSfbyl8aLx32YUaSGmQJeFxC6iHn5GcF/kd7grlw8=; h=Date:From:To:Subject:From; b=TbgJqtks5BNmIvePoLmxf66uap2GQjVKw8TjeAwpvDX5SGp81v5O/8XIYqw+nWQAX 6AOvx6NwkurkEUZTRb4zez/F+emYp1+h8Dqrwt37kbcWtwmXai30M/7fUjABxVciof CTUfGCCf30yceF1GvK1BNKRAQE+QY6NsdSIjH09s=
Date: Wed, 13 Nov 2019 07:15:14 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c3c6a0-6bd3b4@github.com>
Subject: [quicwg/base-drafts] 6bd3b4: Script updating gh-pages from dbf8326f. [ci skip]
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/m2Hzk9QA8FyzV4dtt-ffsO1r6bI>
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, 13 Nov 2019 15:15:16 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6bd3b4d5b6df2897f55a818c3cd57367bfa460de
      https://github.com/quicwg/base-drafts/commit/6bd3b4d5b6df2897f55a818c3cd57367bfa460de
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from dbf8326f. [ci skip]



From nobody Wed Nov 13 07:17:14 2019
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 606D31200B8 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:17:13 -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 vZ43jAA6VieX for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 07:17:12 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 121FA12002E for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:17:12 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 1B219961AC4 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 07:17:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573658231; bh=cVsFzBfFmx6MnGM4FfCELeKMYd9Mh3nu+lZb8Yf5778=; h=Date:From:To:Subject:From; b=cH0fYGH39TC6bh7TILPsw72vG1h509O5uwzfCed7MY8HFhiyAoRXyk5TCK0Zr1HPP jrfAIvPkXsGFfzLpixkTmowLhpPw5USTf6Jc3BnJDfFT5zG+YJGa2tBwqGJym2D1RT gO5b64WX0e9UcFVyV+xpN7gdg8LkW7KBHWeAgF+o=
Date: Wed, 13 Nov 2019 07:17:11 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6bd3b4-68a62f@github.com>
Subject: [quicwg/base-drafts] 68a62f: Script updating issues at 2019-11-13T15:17:03Z. [c...
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/EmpYCeU6ZyTep19MeqZ2aBykUUA>
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, 13 Nov 2019 15:17:13 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 68a62f5ad2286f6c7c2f074076682b75ebdf3e4f
      https://github.com/quicwg/base-drafts/commit/68a62f5ad2286f6c7c2f074076682b75ebdf3e4f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-13T15:17:03Z. [ci skip]



From nobody Wed Nov 13 08:10:39 2019
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 E687B120832 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 08:10:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yCouM4PvfDg9 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 08:10:37 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 792CB12082F for <quic-issues@ietf.org>; Wed, 13 Nov 2019 08:10:37 -0800 (PST)
Date: Wed, 13 Nov 2019 08:10:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573661437; bh=Aznh2Tc2KiYjqq+vetf1WDVmzU+hdsofUCzxW+tY0OE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=d6pY4WEOYuZh+R6qJmBgG/lJKoe2ZwbCnxS2921NIfERYmrMb/TDlJtJd8UNca3Ex CsDc7ZXJYraiabi/ZliMJIB3uOODWZnqh6A66OeiI/GeI5Cy3i4KKxYtR/SHyRjh0a pgWEX6aml4UliXs7WviiBY2522nVR2Ukp8A5g3qo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK62ILWYNPBNJCB7QQF33FOXZEVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/review/316365301@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcc2afcbc7ba_11d23fe75aecd96c14269d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rrREdzrLacvbIPwEZCHnLnBEURk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 16:10:39 -0000

----==_mimepart_5dcc2afcbc7ba_11d23fe75aecd96c14269d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.

Looks good. I like the idea of having normative text (MUST NOT) for 1-RTT packets, because that is a QUIC-specific requirement.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#pullrequestreview-316365301
----==_mimepart_5dcc2afcbc7ba_11d23fe75aecd96c14269d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>

<p>Looks good. I like the idea of having normative text (MUST NOT) for 1-RTT packets, because that is a QUIC-specific requirement.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK3HELNEWZFMS5XZS4TQTQRHZA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLNVT5I#pullrequestreview-316365301">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IEUKEJH5BSJ3TGH3QTQRHZANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3UL752BOX4QUH3UQ3QTQRHZA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLNVT5I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK3HELNEWZFMS5XZS4TQTQRHZA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLNVT5I#pullrequestreview-316365301",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK3HELNEWZFMS5XZS4TQTQRHZA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLNVT5I#pullrequestreview-316365301",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcc2afcbc7ba_11d23fe75aecd96c14269d5--


From nobody Wed Nov 13 11:28:47 2019
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 0AFA71200B4 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 11:28:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LhSSAbYYP8tx for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 11:28:43 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63727120273 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 11:28:43 -0800 (PST)
Date: Wed, 13 Nov 2019 11:28:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573673322; bh=Tcq31QcNPUaA//aja2CD7Rd+MHJF0bElcFRBFQ/miGY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wGhHPlwb+0Pwk+uEhW4rTVGsFCJ5CemxL4JsXLYUaRtq1t6Zdh9KabuNYUTToo5re WWhu18alv/0Is7pIlb8sAcrmHvujQUUHy1DlBrBMY1m/D5BK1Mbi+CHU8UPZADP13z 8tMuj2sxVpVZop1Extkyrx2GxRMhbKPVx79c/qwY=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7QFRDSH6ZEIFKSH4F33GF6VEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/review/316498110@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcc596a4aacc_48cb3fd65fecd964433548"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SrH2Q1M7pkGEXdJ-nDvr79iHblQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 19:28:45 -0000

----==_mimepart_5dcc596a4aacc_48cb3fd65fecd964433548
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228#pullrequestreview-316498110
----==_mimepart_5dcc596a4aacc_48cb3fd65fecd964433548
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications&amp;email_token=AFTOJKY2XJFCXR33ISYL7GLQTRIOVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLOWBPQ#pullrequestreview-316498110">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZQZM46I6SFP2RBUILQTRIOVANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZFMWFWKPLKXO5YP3QTRIOVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLOWBPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJKY2XJFCXR33ISYL7GLQTRIOVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLOWBPQ#pullrequestreview-316498110",
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=notifications\u0026email_token=AFTOJKY2XJFCXR33ISYL7GLQTRIOVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLOWBPQ#pullrequestreview-316498110",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcc596a4aacc_48cb3fd65fecd964433548--


From nobody Wed Nov 13 14:49:33 2019
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 80B0F120142 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 14:49:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bbw6qz1lHpfX for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 14:49:22 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC9BB120127 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 14:49:22 -0800 (PST)
Date: Wed, 13 Nov 2019 14:49:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573685361; bh=DkIQiVsn+jYbYjvyAQhMIWEBx8OqhkJ0W+eRpeuilgU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oEqZ/qe8vuLQ3PZFGq41zGRdKAerL8NdzROV+3k6c7XV0yy3W3pDS0JBCK2Xyu5IJ 40XPXI7SWuMlr9nauQm0OAQCK+Xh8tM0l8DGgD6duAKkjz9Uq9LLqiGQTYApr3pkCb rMPhpXtLDGnNpMMP+rZSpSphNnMh8BX3XUiw/GW4=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6RXMAUCD6JGILCJ7533G5PDEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/316611559@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcc8871bf738_3043fd54e8cd96822075c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bi5Viz4qP98eDZWkMyZDgRnMrNA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 13 Nov 2019 22:49:25 -0000

----==_mimepart_5dcc8871bf738_3043fd54e8cd96822075c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

There is a problem with my suggested code that the cwnd could end up being less than 2*MSS.

This is my updated proposal:
```
if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase  < 2 * max_datagram_size):
           cwnd_increase = min(cwnd_increase + acked_packet.size,
                                            2 * max_datagram_size)
           congestion_window = cwnd_increase
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r346044805
----==_mimepart_5dcc8871bf738_3043fd54e8cd96822075c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r346044805">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>There is a problem with my suggested code that the cwnd could end up being less than 2*MSS.</p>
<p>This is my updated proposal:</p>
<pre><code>if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase  &lt; 2 * max_datagram_size):
           cwnd_increase = min(cwnd_increase + acked_packet.size,
                                            2 * max_datagram_size)
           congestion_window = cwnd_increase
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK2QZ2RWZG3CRQRKQZLQTR77DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLPRXZY#discussion_r346044805">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7PSUV6FYLFCGORH7DQTR77DANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3IRD5MON7AGED5LVTQTR77DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLPRXZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK2QZ2RWZG3CRQRKQZLQTR77DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLPRXZY#discussion_r346044805",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK2QZ2RWZG3CRQRKQZLQTR77DA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLPRXZY#discussion_r346044805",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcc8871bf738_3043fd54e8cd96822075c--


From nobody Wed Nov 13 16:31:01 2019
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 B5043120048 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 16:30:59 -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 oMaDsWuc_v1O for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 16:30:58 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24DFD120045 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 16:30:58 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 38176C60216 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 16:30:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573691457; bh=MB2Y3LLjui/4bKy7yAAjJ2PxHWRQ6/57vgofta5vGDE=; h=Date:From:To:Subject:From; b=Jbq6YZCyCrgC9FGaf99yMIVcR3PjXAyZ23lvtJn2k1fGyzc/zH8GPq7VDUAM9uQ5U iFvTN4AJTBN67LSx/qAbW2Od5AfUEAYYy3Yaoc4c9kzTR+dGbUS1xMJOObVLvN7Q1X cxZbvm+oD9GPklN0Y3L8F5mKtQ6lU0JOGuHZs4QM=
Date: Wed, 13 Nov 2019 16:30:57 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/a55897-308406@github.com>
Subject: [quicwg/wg-materials] 308406: add QUIC Version Negotiation
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/a7TimJfjENJTJSZ5r-aaLrRfG20>
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: Thu, 14 Nov 2019 00:31:00 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 308406a0d04d53c16e45ab4c5c325534078e07fb
      https://github.com/quicwg/wg-materials/commit/308406a0d04d53c16e45ab4c5c325534078e07fb
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M ietf106/agenda.md

  Log Message:
  -----------
  add QUIC Version Negotiation



From nobody Wed Nov 13 17:12:40 2019
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 D1C2112013B for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 17:12:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QTDHNWaIwJJn for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 17:12:38 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5D58120127 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 17:12:37 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 1EDF36A01FB for <quic-issues@ietf.org>; Wed, 13 Nov 2019 17:12:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573693957; bh=xyFN1+gTL+hHhKn/ztsvXcnAE1skMbGqBKn3UFgz8wk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=b24L9Bt1GFJaJPLs7BSKvP01rtQCWMo1OZ+HWkCIww3A6iKDf9C3FYYtrqRjKXmEa P2Jh86pVbESsdY/jWSZB1VhBaW1rCktei0OEXtgp+AmwyHdoGsnoDayv0bU6xvVe9d taYmCCZ3NXRdDN3KIjxp44U8VH9qAIfxxJUVb5UE=
Date: Wed, 13 Nov 2019 17:12:37 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4G57MIJGMJ5YCHHF533HOILEVBNHHB6EX4KQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/review/316659815@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dccaa0510581_43623fb0e9ccd95c6375e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oyX2fbXc78NPXEOMkX_FI65nKp0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 01:12:40 -0000

----==_mimepart_5dccaa0510581_43623fb0e9ccd95c6375e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

kazuho approved this pull request.=0D
=0D
LGTM modulo the preference below.=0D
=0D
> -{{!RFC7301}} to select an application protocol.  Unless another mechan=
ism is=0D
-used for agreeing on an application protocol, endpoints MUST use ALPN fo=
r this=0D
-purpose.  When using ALPN, endpoints MUST immediately close a connection=
 (see=0D
-Section 10.3 in {{QUIC-TRANSPORT}}) if an application protocol is not=0D=

-negotiated with a no_application_protocol TLS alert (QUIC error code 0x1=
78,=0D
-see {{tls-errors}}).  While {{!RFC7301}} only specifies that servers use=
 this=0D
-alert, QUIC clients MUST also use it to terminate a connection when ALPN=
=0D
-negotiation fails.=0D
+{{!ALPN=3DRFC7301}} to select an application protocol.  Unless another m=
echanism=0D
+is used for agreeing on an application protocol, endpoints MUST use ALPN=
 for=0D
+this purpose.  When using ALPN, endpoints MUST immediately close a conne=
ction=0D
+(see Section 10.3 in {{QUIC-TRANSPORT}}) if an application protocol is n=
ot=0D
+negotiated with a no_application_protocol TLS alert (QUIC error code 0x1=
78, see=0D
+{{tls-errors}}).  While {{!ALPN}} only specifies that servers use this a=
lert,=0D
+QUIC clients MUST also use it to terminate a connection when ALPN negoti=
ation=0D
+fails.=0D
 =0D
 An application-layer protocol MAY restrict the QUIC versions that it can=
 operate=0D
=0D
s/application-layer protocol/application protocol/?=0D
=0D
The issue is in the current text, but it=E2=80=99s confusing to use diffe=
rent term here.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3228#pullrequestreview-3166598=
15=

----==_mimepart_5dccaa0510581_43623fb0e9ccd95c6375e2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@kazuho</b> approved this pull request.</p>=0D
=0D
<p>LGTM modulo the preference below.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3228#discussi=
on_r346084286">draft-ietf-quic-tls.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -{{!RFC7301}} to select an application pro=
tocol.  Unless another mechanism is=0D
-used for agreeing on an application protocol, endpoints MUST use ALPN fo=
r this=0D
-purpose.  When using ALPN, endpoints MUST immediately close a connection=
 (see=0D
-Section 10.3 in {{QUIC-TRANSPORT}}) if an application protocol is not=0D=

-negotiated with a no_application_protocol TLS alert (QUIC error code 0x1=
78,=0D
-see {{tls-errors}}).  While {{!RFC7301}} only specifies that servers use=
 this=0D
-alert, QUIC clients MUST also use it to terminate a connection when ALPN=
=0D
-negotiation fails.=0D
+{{!ALPN=3DRFC7301}} to select an application protocol.  Unless another m=
echanism=0D
+is used for agreeing on an application protocol, endpoints MUST use ALPN=
 for=0D
+this purpose.  When using ALPN, endpoints MUST immediately close a conne=
ction=0D
+(see Section 10.3 in {{QUIC-TRANSPORT}}) if an application protocol is n=
ot=0D
+negotiated with a no_application_protocol TLS alert (QUIC error code 0x1=
78, see=0D
+{{tls-errors}}).  While {{!ALPN}} only specifies that servers use this a=
lert,=0D
+QUIC clients MUST also use it to terminate a connection when ALPN negoti=
ation=0D
+fails.=0D
 =0D
 An application-layer protocol MAY restrict the QUIC versions that it can=
 operate=0D
</pre>=0D
<p>s/application-layer protocol/application protocol/?</p>=0D
<p>The issue is in the current text, but it=E2=80=99s confusing to use di=
fferent term here.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3228?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK5UKUJFXDZXGD7LJ43QTSQYLA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLP5QZY#pullrequestreview-316659815=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK4FPGLOUQYIPT5NLEDQTSQYLANCNFSM4JL6O76Q">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK5Y2OBZURWU=
IEV5KJTQTSQYLA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLP5QZY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3228?email_source=3D=
notifications\u0026email_token=3DAFTOJK5UKUJFXDZXGD7LJ43QTSQYLA5CNFSM4JL6=
O762YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LP5QZY#pullrequestreview-316659815",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3228?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK5UKUJFXDZXGD7LJ43QTSQYLA5CNFSM4JL6O7=
62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLP=
5QZY#pullrequestreview-316659815",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dccaa0510581_43623fb0e9ccd95c6375e2--


From nobody Wed Nov 13 18:08:59 2019
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 2B38D1200F5 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 18:08:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bSAEwJLIHUop for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 18:08:56 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A7F91200E3 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 18:08:56 -0800 (PST)
Date: Wed, 13 Nov 2019 18:08:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573697335; bh=gnAwjjQT/tg24v1JJQxfUiv7elLY9VmyZdooOJuCQyo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TOEcpp/EvIk5xvGdnewe2yJVuoB6BqOJ6EzFsi3wrfqdspQumHwQHo0S0B8Agi5qU yy5saYL5f6JTE8NrEWyVv60rOACAWL0NRDEPxREIJ4URbtsw2K29wTTdio6w9B4VvE vbPSJtlddm3M2llfwlunVcmBT+Wdj9TRlxMOa6E4=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZAKVUH7OZV2TSJA4F33HU3PEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3155/553690770@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dccb7376bd58_3083fd54e8cd96870065"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QVXPX8FC4Ts0pGmqs8FZI9buGRQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 02:08:58 -0000

----==_mimepart_5dccb7376bd58_3083fd54e8cd96870065
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho 
> There is no requirement for the client to check it's address (or the network).

@martinthomson 
> As @kazuho says, a client might choose to constrain token use to particular networks, but it doesn't have to. 

Indeed, that's correct, no requirement to check address/network on first use. There is language about reuse that does require the check (but the reuse itself is not required / actually discouraged): "A client MUST NOT reuse a token if it believes that its point of network attachment has changed since the token was last used; that is, if there is a change in its local IP address or network interface." 

I think I can live with the new language, since it gives clients enough flexibility in case they believe that the server that issued the token and the new server cooperate in managing the tokens (including a belief that they are the same server).  So no objection to the current language in #3156 on my part.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#issuecomment-553690770
----==_mimepart_5dccb7376bd58_3083fd54e8cd96870065
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a></p>
<blockquote>
<p>There is no requirement for the client to check it's address (or the network).</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a></p>
<blockquote>
<p>As <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> says, a client might choose to constrain token use to particular networks, but it doesn't have to.</p>
</blockquote>
<p>Indeed, that's correct, no requirement to check address/network on first use. There is language about reuse that does require the check (but the reuse itself is not required / actually discouraged): "A client MUST NOT reuse a token if it believes that its point of network attachment has changed since the token was last used; that is, if there is a change in its local IP address or network interface."</p>
<p>I think I can live with the new language, since it gives clients enough flexibility in case they believe that the server that issued the token and the new server cooperate in managing the tokens (including a belief that they are the same server).  So no objection to the current language in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513127019" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3156" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3156/hovercard" href="https://github.com/quicwg/base-drafts/pull/3156">#3156</a> on my part.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK4XXSTWB6X27HUWFDTQTSXLPA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAKNEQ#issuecomment-553690770">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7KV33YRASZ3WQKES3QTSXLPANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK44RFYYXQ3HHFT6AYDQTSXLPA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAKNEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4XXSTWB6X27HUWFDTQTSXLPA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAKNEQ#issuecomment-553690770",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK4XXSTWB6X27HUWFDTQTSXLPA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEAKNEQ#issuecomment-553690770",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dccb7376bd58_3083fd54e8cd96870065--


From nobody Wed Nov 13 21:46:40 2019
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 E50901200D6 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 21:46:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 T1iNrv84DRD7 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 21:46:37 -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 0C0651200B6 for <quic-issues@ietf.org>; Wed, 13 Nov 2019 21:46:36 -0800 (PST)
Date: Wed, 13 Nov 2019 21:46:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573710396; bh=/8DDCLFNBU3s2mSYBqjaRA2L2zFYllnUq73laP4u7O8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bLJHZA/bWHGtgChRXJjiOfAZFAMiN9hnl8KsnDDQx1ekUEe6B79JyyY9xUVStNlrm roq71WaDqMOgCxQSX/nUYiGJvsjC+c9OQkYD8DnH5hOTYmkkkVoGVhhPdGEKxVf6ut SwrU/ObKfCeueTd+SnFUZskJWAFq2/VpazmoWCdI=
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4ZP6GBJ2RSKT3K7QN33IOLZEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/316723915@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dccea3c22637_47e53ff9ec2cd9608636f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XP24ldqhIE8e10UTS-_Bd8t_koU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 05:46:39 -0000

----==_mimepart_5dccea3c22637_47e53ff9ec2cd9608636f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

> There is a problem with my suggested code that the cwnd could end up being less than 2*MSS.
> 
> This is my updated proposal:
> 
> ```
> if (pacing):
>          congestion_window += acked_packet.size
>        else:
>          // If pacing is not used, limit the increase to
>          // 2*max_datagram_size per ACK as described in
>          // {{?RFC3465}}
>          if (cwnd_increase  < 2 * max_datagram_size):
>            cwnd_increase = min(cwnd_increase + acked_packet.size,
>                                             2 * max_datagram_size)
>            congestion_window = cwnd_increase
> ```

I think it will reset congestion_window to a small value (<=2 mss).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r346135502
----==_mimepart_5dccea3c22637_47e53ff9ec2cd9608636f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r346135502">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<blockquote>
<p>There is a problem with my suggested code that the cwnd could end up being less than 2*MSS.</p>
<p>This is my updated proposal:</p>
<pre><code>if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase  &lt; 2 * max_datagram_size):
           cwnd_increase = min(cwnd_increase + acked_packet.size,
                                            2 * max_datagram_size)
           congestion_window = cwnd_increase
</code></pre>
</blockquote>
<p>I think it will reset congestion_window to a small value (&lt;=2 mss).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJKZKA4BJMAQS6LN3ABLQTTQ3ZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQNFSY#discussion_r346135502">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6A2B6X37P5BQW7TJ3QTTQ3ZANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2Y5SP444SIEPDFIQTQTTQ3ZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQNFSY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKZKA4BJMAQS6LN3ABLQTTQ3ZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQNFSY#discussion_r346135502",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKZKA4BJMAQS6LN3ABLQTTQ3ZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQNFSY#discussion_r346135502",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dccea3c22637_47e53ff9ec2cd9608636f5--


From nobody Wed Nov 13 23:33:29 2019
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 5B6C0120865 for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 23:33:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IPgRcNLQpZUO for <quic-issues@ietfa.amsl.com>; Wed, 13 Nov 2019 23:33:26 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F6761200CC for <quic-issues@ietf.org>; Wed, 13 Nov 2019 23:33:26 -0800 (PST)
Date: Wed, 13 Nov 2019 23:33:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573716805; bh=vLEtuABsdfjOV/sqIJDnC/lB3q3y9IvNxNcWPe61eX8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=eM7Db72L3AmnnP3wN/B7awEVww4aa6K55ybQpa3Cw/ifvZMg1GlMQJ6+7p2iGyxwh A8URRCY3bH26/oYBCbUwoaPrRFmOjHcWymOIPICPCTAJdUi/HheLUp/968MgajeH4D r92ivYOUzcMDR9HHabhDjH8fiywCctwKFkvC5KSY=
From: Kazu Yamamoto <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3S6SUCAN7EXJQRXJF33I24LEVBNHHB6J3NIA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3233@github.com>
Subject: [quicwg/base-drafts] Terminology QUIC-Transport-24 (#3233)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd0345afc44_6983ff1144cd96c15872e9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazu-yamamoto
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6GE3-TyJuIsR9Rftfyz6EX73e_s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 07:33:28 -0000

----==_mimepart_5dcd0345afc44_6983ff1144cd96c15872e9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

- The word "host" is undefined. If it is equal to "endpoint", it should be replaced. Otherwise, "host" should" be defined in Sec 1.2.
- The word "address" sometime means "IP address" and "a pair of IP address and port" in other cases. Sec 1.2 should define "address" as "a pair of IP address and port". And "IP" should be added in front of "address" which means "IP address".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3233
----==_mimepart_5dcd0345afc44_6983ff1144cd96c15872e9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<ul>
<li>The word "host" is undefined. If it is equal to "endpoint", it should be replaced. Otherwise, "host" should" be defined in Sec 1.2.</li>
<li>The word "address" sometime means "IP address" and "a pair of IP address and port" in other cases. Sec 1.2 should define "address" as "a pair of IP address and port". And "IP" should be added in front of "address" which means "IP address".</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3233?email_source=notifications&amp;email_token=AFTOJK365L47362IZX2BBA3QTT5MLA5CNFSM4JNHDXL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZHNVAA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYZ32NG5E4F6L7MWG3QTT5MLANCNFSM4JNHDXLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7MAC2NSXCSZ4DUZMDQTT5MLA5CNFSM4JNHDXL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZHNVAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3233?email_source=notifications\u0026email_token=AFTOJK365L47362IZX2BBA3QTT5MLA5CNFSM4JNHDXL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZHNVAA",
"url": "https://github.com/quicwg/base-drafts/issues/3233?email_source=notifications\u0026email_token=AFTOJK365L47362IZX2BBA3QTT5MLA5CNFSM4JNHDXL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZHNVAA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd0345afc44_6983ff1144cd96c15872e9--


From nobody Thu Nov 14 00:49:46 2019
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 BF1F3120951 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 00:49:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1kBxQ7bwE7u1 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 00:49:42 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D1F4B1208DA for <quic-issues@ietf.org>; Thu, 14 Nov 2019 00:49:41 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 63506A0546 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 00:49:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573721380; bh=HsI6AT43rVGxNaOcVYcg56MogVedaFPL+CJvGxOEiDQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zkXbbpVyR3JJ72Bw7pXOz8nS++x+Snt48t8aUoqpHAzNrfrjs9ZJ4hj26Mvd0tHCD 6mjFkHtB5Sjsz1ysIOewwgmMpUZqxsH6zI95UTy/Np15GodZrJgV2FDNs1MHXow/CW oHNZB9k7Ni9os899hWqL4PHjYJppUpjqcybn/O98=
Date: Thu, 14 Nov 2019 00:49:40 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK64M6OVRLQNUFCI6IF33JD2JEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/review/316789676@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd15245452c_666a3fce456cd95c1588824"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sIPpna3B87Kkckq3tI2hEg6yutQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 08:49:45 -0000

----==_mimepart_5dcd15245452c_666a3fce456cd95c1588824
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 

I think it needs to be clarified that at a token SHOULD not include a token instead of MUST not. It is easy to imagine cases where the client has a strong belief, which is ultimately wrong. Having a MUST here is too strong a burden to place on the client which does not construct the token. Rather, a server MUST not accept a token that a client incorrect submits.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#pullrequestreview-316789676
----==_mimepart_5dcd15245452c_666a3fce456cd95c1588824
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3156#discussion_r346186298">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 
</pre>
<p>I think it needs to be clarified that at a token SHOULD not include a token instead of MUST not. It is easy to imagine cases where the client has a strong belief, which is ultimately wrong. Having a MUST here is too strong a burden to place on the client which does not construct the token. Rather, a server MUST not accept a token that a client incorrect submits.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK6S6GPUOMMQXHYJRFLQTUGKJA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQ5HLA#pullrequestreview-316789676">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK243M4T5FTOT7SZYPTQTUGKJANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ATCUWGXJTR6QTFBTQTUGKJA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQ5HLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK6S6GPUOMMQXHYJRFLQTUGKJA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQ5HLA#pullrequestreview-316789676",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK6S6GPUOMMQXHYJRFLQTUGKJA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLQ5HLA#pullrequestreview-316789676",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd15245452c_666a3fce456cd95c1588824--


From nobody Thu Nov 14 01:35:28 2019
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 66490120043 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:35:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HLD6lLX1vwJT for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:35:23 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5094F1200A1 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 01:35:12 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 2B1F2960358 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 01:35:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573724111; bh=DIE4XGaWdPrtGduADLFf1eXCxceq7bMTzPtqFTPhmgU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IuLWQAL0WCByebtGFiySUd9AGcOq1N/GkvgfqHH23rHlf2e+huyHsd/gZ0d/QQKq2 Vm+/tAdWbccTiNCG+B7z4aV2gU0kq6w6XuQQIRJrtYjwXufFCEW1qQspo8HkehhuGB 5Zsws+NT3QEFzVuQ8oyffOQAkIhpQgztjWfOzT3M=
Date: Thu, 14 Nov 2019 01:35:11 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYF6SJPRHTVSQMZPH533JJE7EVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/316816546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd1fcf1cc19_69eb3fce6d2cd960209861"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G_oCN-HYV5ZA5SXMHHDDT0khOiM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 09:35:26 -0000

----==_mimepart_5dcd1fcf1cc19_69eb3fce6d2cd960209861
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.

Rereading the changes, I have the following editorial suggestion.

> @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can discard such a packet and allow the client to time out to
+detect handshake failure, but that could impose a significant latency penalty on
+the client.  A server MAY proceed with the connection without verifying the
+token, though the server MUST NOT consider the client address validated.  If a
+server chooses not to proceed with the handshake, it SHOULD immediately close
+({{immediate-close}}) the connection with an INVALID_TOKEN error.  Note that a
+server has not established any state for the connection at this point and so
+does not enter the closing period.

Would it make sense to change the last two sentences to something like: _If a server chooses not to proceed with the handshake, it SHOULD immediately send a CONNECTION_CLOSE frame with an INVALID_TOKEN error without creating any state. As the server does not establish any state for the connection, it does not enter the closing period ({{immediate-close}})._

Current text is confusing as the normative text suggests following the rule in {{immediate-close}}, then argues *as if it is a fact* that a server would not be retaining any state, even though what we want to do here is to *recommend* the server to send CONNECTION_CLOSE in a stateless manner.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-316816546
----==_mimepart_5dcd1fcf1cc19_69eb3fce6d2cd960209861
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>

<p>Rereading the changes, I have the following editorial suggestion.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r346207083">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can discard such a packet and allow the client to time out to
+detect handshake failure, but that could impose a significant latency penalty on
+the client.  A server MAY proceed with the connection without verifying the
+token, though the server MUST NOT consider the client address validated.  If a
+server chooses not to proceed with the handshake, it SHOULD immediately close
+({{immediate-close}}) the connection with an INVALID_TOKEN error.  Note that a
+server has not established any state for the connection at this point and so
+does not enter the closing period.
</pre>
<p>Would it make sense to change the last two sentences to something like: <em>If a server chooses not to proceed with the handshake, it SHOULD immediately send a CONNECTION_CLOSE frame with an INVALID_TOKEN error without creating any state. As the server does not establish any state for the connection, it does not enter the closing period ({{immediate-close}}).</em></p>
<p>Current text is confusing as the normative text suggests following the rule in {{immediate-close}}, then argues <em>as if it is a fact</em> that a server would not be retaining any state, even though what we want to do here is to <em>recommend</em> the server to send CONNECTION_CLOSE in a stateless manner.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJKYRCGUAGOLAFK44DLDQTULU7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRDZIQ#pullrequestreview-316816546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4A6LT3BRC3QA74SYLQTULU7ANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYDPG5GRUEBZZGY3KTQTULU7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRDZIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYRCGUAGOLAFK44DLDQTULU7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRDZIQ#pullrequestreview-316816546",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYRCGUAGOLAFK44DLDQTULU7A5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRDZIQ#pullrequestreview-316816546",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd1fcf1cc19_69eb3fce6d2cd960209861--


From nobody Thu Nov 14 01:45:29 2019
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 33D8412022D for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:45:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pT1SFwO4Tcrr for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:45:27 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CFC96120142 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 01:45:26 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 119516E06C6 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 01:45:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573724726; bh=/owufl2UAI7eiwki8GkmOq4VhzUZjucCpkQtLb3/kdA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=geBA07idzTi8FlzhIAFkVk65SVLhYT8e0CSO3yGp71bUE4thoN6rlCUtWQybU9mXk cvAbFD9H49nF7BFnVRp5kq8XBwHZzK8Hkri+qH/s0UWJCBWnWBja9OzHZUAnsElzwy 0p+Oy82tRvWxEqYDiAFtJ0Ryqg+oERCWmHuOCf1o=
Date: Thu, 14 Nov 2019 01:45:26 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VG3D7TOUNQYUSNGN33JKLNEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/review/316823405@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd22363255_12ab3f88edacd9641689621"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/R2Y4YuRRNm4XUY5WR-Y6OwSKpbE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 09:45:28 -0000

----==_mimepart_5dcd22363255_12ab3f88edacd9641689621
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 

> Having a MUST here is too strong a burden to place on the client which does not construct the token. Rather, a server MUST not accept a token that a client incorrect submits.

I am not sure if I follow your logic. This is a privacy concern. What we want to prohibit is the client sending a token to a different server identity, not the server using the token.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#discussion_r346212528
----==_mimepart_5dcd22363255_12ab3f88edacd9641689621
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3156#discussion_r346212528">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 
</pre>
<blockquote>
<p>Having a MUST here is too strong a burden to place on the client which does not construct the token. Rather, a server MUST not accept a token that a client incorrect submits.</p>
</blockquote>
<p>I am not sure if I follow your logic. This is a privacy concern. What we want to prohibit is the client sending a token to a different server identity, not the server using the token.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK3BQDMZGQE2CH4KNK3QTUM3NA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRFO3I#discussion_r346212528">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5S2BLZ2Z7GNT7QHOLQTUM3NANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK527IHWXZMKIIMUHE3QTUM3NA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRFO3I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK3BQDMZGQE2CH4KNK3QTUM3NA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRFO3I#discussion_r346212528",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK3BQDMZGQE2CH4KNK3QTUM3NA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRFO3I#discussion_r346212528",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd22363255_12ab3f88edacd9641689621--


From nobody Thu Nov 14 01:57:04 2019
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 DC29212011D for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:57:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kRz0W7pBsqtQ for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 01:57:01 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4951B120043 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 01:57:01 -0800 (PST)
Date: Thu, 14 Nov 2019 01:57:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573725420; bh=ff1fkC9v3g3bMocu304JB/PK28DwMMfh7HAkFHDrH3w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uEPVW/8VQQ7Mnl7zzDSRFMLVLXZjcBAG73M8Rm3JO/G4LwYxabw+WOCPjklYLtD1A bYkCkmdI6e+G+Rvqj7qem2jAEEnn1d5Ug8exO+MP9/jTx7f/1leh8oDdyjcR0efUE7 qsqKN9J1BcpVIQeqc714TD3shmR1W1SWsjjhJ8Y0=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6HBRTKWQGMNEP6DLN33JLWZEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/review/316831243@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd24ec5cfd2_71ae3f848e4cd9641897c5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JYXwqjjo0j_CRjZ9LQ4zqWn5kZA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 09:57:03 -0000

----==_mimepart_5dcd24ec5cfd2_71ae3f848e4cd9641897c5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 

OK, then I have misunderstood this. Unless covered in neighbouring paragraphs I think this should be explained.

However, if the token is required to appear random and unique, why would there a privacy concern? Due to length, or because appear random is not a realistic requirement?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#discussion_r346218630
----==_mimepart_5dcd24ec5cfd2_71ae3f848e4cd9641897c5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3156#discussion_r346218630">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 
</pre>
<p>OK, then I have misunderstood this. Unless covered in neighbouring paragraphs I think this should be explained.</p>
<p>However, if the token is required to appear random and unique, why would there a privacy concern? Due to length, or because appear random is not a realistic requirement?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK7YX5G3QCIBFJ3Q7RDQTUOGZA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRHMCY#discussion_r346218630">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3XQZ75Z57YL7SNYI3QTUOGZANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XCN76SPTA24X5SN3QTUOGZA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRHMCY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK7YX5G3QCIBFJ3Q7RDQTUOGZA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRHMCY#discussion_r346218630",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK7YX5G3QCIBFJ3Q7RDQTUOGZA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRHMCY#discussion_r346218630",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd24ec5cfd2_71ae3f848e4cd9641897c5--


From nobody Thu Nov 14 02:16:26 2019
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 4E42B120058 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 02:16:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vMOu7_CFXveO for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 02:16:22 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C317712011D for <quic-issues@ietf.org>; Thu, 14 Nov 2019 02:16:20 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id E81FA6A11C9 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 02:16:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573726579; bh=3qAslzy5k8rGNNpVN4sDO9UmtPvbjtrg+bEJyoHoNJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cU95l74KUZsD2K022YtQDHIrNwTJKEru/Q7KtDJaq7nFOixH7JBt3oFLi5H9Vx+xO tLgyM6aiPBey64/3bwrIWhA8Ve42fL9rgH7SPtfWN0O4C/89RwjKWpgKKzOvBlHk1c 4tTERKZSBq8vCAio4q9Th1Pcg/dHYygRlt6czJ10=
Date: Thu, 14 Nov 2019 02:16:19 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2AFODR64M6FG4YQUV33JN7HEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/review/316843364@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd2973d96cf_6d853fc443ccd96c16771a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dpQ1wuOGpo_7E9RCMjXGdJrzVLQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 10:16:24 -0000

----==_mimepart_5dcd2973d96cf_6d853fc443ccd96c16771a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 

The privacy concern is being discussed in the issue, starting from https://github.com/quicwg/base-drafts/issues/3155#issuecomment-546789506.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#discussion_r346227818
----==_mimepart_5dcd2973d96cf_6d853fc443ccd96c16771a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3156#discussion_r346227818">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 
</pre>
<p>The privacy concern is being discussed in the issue, starting from <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513086339" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3155" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3155/hovercard?comment_id=546789506&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/issues/3155#issuecomment-546789506">#3155 (comment)</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK4MMQQU6OQSA4SSFC3QTUQPHA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRKKZA#discussion_r346227818">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4H4EQ7SCCTNNS7FXLQTUQPHANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YAN33LFEBT6BT7TDQTUQPHA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRKKZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK4MMQQU6OQSA4SSFC3QTUQPHA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRKKZA#discussion_r346227818",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK4MMQQU6OQSA4SSFC3QTUQPHA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRKKZA#discussion_r346227818",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd2973d96cf_6d853fc443ccd96c16771a2--


From nobody Thu Nov 14 02:26:23 2019
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 E887B1207FE for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 02:26:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 zmIHmqhmTx58 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 02:26:19 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3EA012022D for <quic-issues@ietf.org>; Thu, 14 Nov 2019 02:26:18 -0800 (PST)
Date: Thu, 14 Nov 2019 02:26:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573727178; bh=tU+BPfyO8ZT9s/yX+WEXiDtdUJ0t3tDGFXOep5awd90=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UOYuNx3zFmBoNL2d0O0Uwv2s1RxQOjONMUy5E/YnVxeKXEsHI134tXIKS88JFCjq+ +x5Bg1QInsXGiZ/4tFd4WtQaEgEOLhlTD+PxKGQ87xSK+A7+qDN7Rg9K6o+0m+C2S9 HvwMLjro/81Kr9G4wBDOLnijv86D9G8i2SQMDtYE=
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SLYLJZI4D4OSRFGV33JPETEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/review/316849641@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd2bca104e_2cb53fe17c8cd96023943ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/82ccO-LdOTyz4h6YANTXYSRoX3g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 10:26:22 -0000

----==_mimepart_5dcd2bca104e_2cb53fe17c8cd96023943ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

mikkelfj commented on this pull request.



> @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 

I see thanks, even I participated in that, too many things going on I guess.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#discussion_r346232971
----==_mimepart_5dcd2bca104e_2cb53fe17c8cd96023943ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@mikkelfj</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3156#discussion_r346232971">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1698,10 +1698,15 @@ encrypted form in the token.
 It is unlikely that the client port number is the same on two different
 connections; validating the port is therefore unlikely to be successful.
 
-If the client has a token received in a NEW_TOKEN frame on a previous connection
-to what it believes to be the same server, it SHOULD include that value in the
-Token field of its Initial packet.  Including a token might allow the server to
-validate the client address without an additional round trip.
+A token received in a NEW_TOKEN frame is applicable to any server that the
+connection is considered authoritative for (e.g., server names included in the
+certificate).  When connecting to a server for which the client retains an
+applicable and unused token, it SHOULD include that token in the Token field of
+its Initial packet.  Including a token might allow the server to validate the
+client address without an additional round trip.  A client MUST NOT include a
+token that is not applicable to the server that it is connecting to, unless the
+client has the knowledge that the server that issued the token and the server
+the client is connecting to are jointly managing the tokens.
 
</pre>
<p>I see thanks, even I participated in that, too many things going on I guess.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK4BMCPJG3COMEJJ4CDQTURUVA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRL32I#discussion_r346232971">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7POV22SFEX24QPJHLQTURUVANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3YHNE7UH7FYWLCVLTQTURUVA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRL32I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK4BMCPJG3COMEJJ4CDQTURUVA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRL32I#discussion_r346232971",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK4BMCPJG3COMEJJ4CDQTURUVA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLRL32I#discussion_r346232971",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd2bca104e_2cb53fe17c8cd96023943ca--


From nobody Thu Nov 14 03:44:40 2019
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 7D407120072 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 03:44:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cbGbVT6gxFkZ for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 03:44:37 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD2C4120046 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 03:44:37 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 0100E5200EC for <quic-issues@ietf.org>; Thu, 14 Nov 2019 03:44:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573731877; bh=LFsZWY7nLtX7pZFMse2+l1WxplOHJ/pw/L0XL2P+28U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SvltpfcUhKNQ8eDWmA+MpG40rq+engPuUlvPkFRWUDwDvBrUBKlArHdjUjPAu670T yJLjxq6E9+OjuPj+SATUIwpaNBVna5pcDcWDOi8uETjnMPexuY+VU6s7jjlmu+jqTi /9zgN+GRghzlq46ece+zbSetLyEHlWqNbSmfT8qw=
Date: Thu, 14 Nov 2019 03:44:36 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5KKMJPDYSVKBGP7DF33JYKJEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c553851912@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd3e24e6860_4c053fd97d8cd96c56675e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S8SLb7nR9RG7T5tzQ0Argwp_sbE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 11:44:40 -0000

----==_mimepart_5dcd3e24e6860_4c053fd97d8cd96c56675e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Chairs and editors, I think we agree that this is an amendment to #3042 that has been shipped as part of -24.

Does that mean that this would be merged as an editorial correction? Or if not, do we need an issue?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-553851912
----==_mimepart_5dcd3e24e6860_4c053fd97d8cd96c56675e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Chairs and editors, I think we agree that this is an amendment to <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard" href="https://github.com/quicwg/base-drafts/pull/3042">#3042</a> that has been shipped as part of -24.</p>
<p>Does that mean that this would be merged as an editorial correction? Or if not, do we need an issue?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK3I4WTWO4YNJGQUDLTQTU22JA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBRYCA#issuecomment-553851912">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DGVZ57VFTIXKRCLDQTU22JANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7B2GJMBQTT7DMA47LQTU22JA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBRYCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3I4WTWO4YNJGQUDLTQTU22JA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBRYCA#issuecomment-553851912",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3I4WTWO4YNJGQUDLTQTU22JA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBRYCA#issuecomment-553851912",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd3e24e6860_4c053fd97d8cd96c56675e--


From nobody Thu Nov 14 06:47:04 2019
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 9B02B120113 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 06:47:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8p475I0xNv5S for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 06:47:00 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE961120025 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 06:47:00 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 8408A660851 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 06:46:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573742819; bh=2u+IInZgb9hxOnysVLzwWCmqSl/1r8jgBYDcA+DOfIs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wL8D0zcj7oSrLxsojzZXDFT1VAuQ6aGJZUnhTkk7o4lzz19gwXIXs8ap/9E8/G80y JMJZDcDe9FG6v9SyIimrAmtkZO/mkMACVGzwoqaqZneQpVy1HGZfRqlddG0izJxAst l+lmnNoVpTUhwSbqOLmC1rmsraibhUG57MgXy9to=
Date: Thu, 14 Nov 2019 06:46:59 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7YZEPEBJ2QKBNJ2WV33KNWHEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c553919563@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcd68e375424_677f3f92a50cd95c259802d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/A4JUqxBU2MpNPtDR1RPhaaEc4J4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 14:47:03 -0000

----==_mimepart_5dcd68e375424_677f3f92a50cd95c259802d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think we can merge it because it agrees with the stated principles.  But its @martinthomson call

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-553919563
----==_mimepart_5dcd68e375424_677f3f92a50cd95c259802d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think we can merge it because it agrees with the stated principles.  But its <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> call</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK2RSJ7ATMIOSQWDFYDQTVQGHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECCISY#issuecomment-553919563">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4AQB7HBXELLHF5V5TQTVQGHANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RGYMV6SR3MGGATXTQTVQGHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECCISY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2RSJ7ATMIOSQWDFYDQTVQGHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECCISY#issuecomment-553919563",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK2RSJ7ATMIOSQWDFYDQTVQGHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEECCISY#issuecomment-553919563",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcd68e375424_677f3f92a50cd95c259802d--


From nobody Thu Nov 14 11:28:20 2019
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 063C712011F for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 11:28:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 96SpKemyvP0Y for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 11:28:17 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4EA8A1200CD for <quic-issues@ietf.org>; Thu, 14 Nov 2019 11:28:17 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 88AC26A12D3 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 11:28:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573759696; bh=6tkgOLygqJz496RJTGkL7AJZ2m3fCQPnUz9koMs/C5Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KmywAs0V3/NLNnpIb0fKQaqbu5+96+NHu9RMgeWbtjRf7uguT1kKgjP9iiiL1ceUY JaNTrH2j6BPZayrNmp9Y9v7zHvcDpefrbiLBt2kq69MBgd722UA+lCCwiCKV7Xv27+ uoqwVhZoWNuphlhdyhjOZfFQHMwUdk1T47qYcBOc=
Date: Thu, 14 Nov 2019 11:28:16 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYCIMEHHWWCWFPO3FF33LOVBEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/317204867@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcdaad079aa3_19a83fbc934cd968105455"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9qVSEZO7deRUh8YqQTE49BAXJ-g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 14 Nov 2019 19:28:19 -0000

----==_mimepart_5dcdaad079aa3_19a83fbc934cd968105455
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

@junhochoi could you give an example where it would be less than 2MSS?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r346503804
----==_mimepart_5dcdaad079aa3_19a83fbc934cd968105455
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r346503804">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1229714" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/junhochoi">@junhochoi</a> could you give an example where it would be less than 2MSS?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4VNEIJ4L5QXKHZQ7DQTWRFBA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLUCTAY#discussion_r346503804">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5JRLQBE34EXEZI5I3QTWRFBANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3UOMUPWEMTKNOIQVLQTWRFBA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLUCTAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4VNEIJ4L5QXKHZQ7DQTWRFBA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLUCTAY#discussion_r346503804",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4VNEIJ4L5QXKHZQ7DQTWRFBA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLUCTAY#discussion_r346503804",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcdaad079aa3_19a83fbc934cd968105455--


From nobody Thu Nov 14 17:34:58 2019
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 A0DF41200A1 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 17:34:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 its5lb-6IPDm for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 17:34:55 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6DC5912009E for <quic-issues@ietf.org>; Thu, 14 Nov 2019 17:34:55 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 069F52615AB for <quic-issues@ietf.org>; Thu, 14 Nov 2019 17:34:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573781695; bh=XkRtoQ3AjGDpo+oK3LEx8pAPAOgTo0qD2h6xR8T4d9E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v3t2ypVGDbFecTPeLooyshURMzcpLJqCeyCUC6h7BJ6LvGsYNh56zZjETp7dC8OHy PdvROmQHf59OOiLeHzW7tfTzc1RpvAvSWTrc9H9dUjHuuv4Yv8bYjZ+W6184DGTw1r yBX/Q9Z2ZlBgp57eHLAsCV56SPtKHW25tQNLgd5M=
Date: Thu, 14 Nov 2019 17:34:54 -0800
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZYCIAS224FH35YVYN33MZT5EVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/317365698@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce00beb63d6_2a9c3fe9ec6cd96c150993"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/X6Oyhq4A_Kcmv4-rjONcnOoN5L4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 01:34:57 -0000

----==_mimepart_5dce00beb63d6_2a9c3fe9ec6cd96c150993
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

I mean this part:

> congestion_window = cwnd_increase

If you run my example above (3 acks 999 bytes each), cwin will be 2 x mss at the end with algorithms above.

I think you mean `+=`, not `=`, but if so it makes another issue (cwin will increase much faster than expected)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r346628814
----==_mimepart_5dce00beb63d6_2a9c3fe9ec6cd96c150993
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r346628814">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>I mean this part:</p>
<blockquote>
<p>congestion_window = cwnd_increase</p>
</blockquote>
<p>If you run my example above (3 acks 999 bytes each), cwin will be 2 x mss at the end with algorithms above.</p>
<p>I think you mean <code>+=</code>, not <code>=</code>, but if so it makes another issue (cwin will increase much faster than expected)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4APQIS6W7WTYZZQADQTX4D5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVJ3QQ#discussion_r346628814">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK76UI2IRFYSTXU6DDTQTX4D5ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ASRFBGFX6QPUYHOLQTX4D5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVJ3QQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4APQIS6W7WTYZZQADQTX4D5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVJ3QQ#discussion_r346628814",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4APQIS6W7WTYZZQADQTX4D5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVJ3QQ#discussion_r346628814",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce00beb63d6_2a9c3fe9ec6cd96c150993--


From nobody Thu Nov 14 17:47:45 2019
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 EEFA812008F for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 17:47:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oWIZtyi3lVO2 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 17:47:42 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C816120020 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 17:47:42 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 0BE55520E0A for <quic-issues@ietf.org>; Thu, 14 Nov 2019 17:47:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573782461; bh=6OhHxXd/S6eCLHsTi8nl/ZvD8j8EIpPd6Ogj4UmOsPQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0HJn+G7ErGU7iXPKZp+Md3E72/G9YaBX4dSeN97IOR1yHWKKuBIHdpQzX8NXCaIOY e2URwuQqmC860pKu0FmafGvJghYW2Ijnkotjdydzclyx1p8dhJpCUkEvjsSeRi7+fK Ir40bR6BqKeg/wBeiRIFf4S3u3H9pXA7P4cqFguM=
Date: Thu, 14 Nov 2019 17:47:40 -0800
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4F2JWHL34ZTQIMTFN33M3DZEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/317368820@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce03bcf1118_5743f819bacd968740dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/db2OhivxsBBwXsihSn7j7CqNMDY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 01:47:44 -0000

----==_mimepart_5dce03bcf1118_5743f819bacd968740dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

Last line is problematic because it will reset cwnd to cwnd_increase which is capped to 2 x mss.
```congestion_window = cwnd_increase```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r346631453
----==_mimepart_5dce03bcf1118_5743f819bacd968740dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r346631453">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>Last line is problematic because it will reset cwnd to cwnd_increase which is capped to 2 x mss.<br>
<code>congestion_window = cwnd_increase</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK66XBZSYAYSWIHQIT3QTX5TZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVKT5A#discussion_r346631453">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYCDBY5QVTFXU4WLMDQTX5TZANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4DUOIERA45VGVXMZ3QTX5TZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVKT5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK66XBZSYAYSWIHQIT3QTX5TZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVKT5A#discussion_r346631453",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK66XBZSYAYSWIHQIT3QTX5TZA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVKT5A#discussion_r346631453",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce03bcf1118_5743f819bacd968740dc--


From nobody Thu Nov 14 21:54:04 2019
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 16A921200D7 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 21:54:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 aMQLAa-6rXzZ for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 21:54:01 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3437E1200B7 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 21:54:01 -0800 (PST)
Date: Thu, 14 Nov 2019 21:54:00 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573797240; bh=7e5SuRK+gjR06SNrHXoaPvmNkpEq+ubDNu3L67fXdWU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VrOrWZxfbkdXxldGWsiEtFU+5OSEq6zfScNzBHl/JycerLKclawAWzwC8whTUzPG/ fLQYd3Ec8tJCSOQzaEeZseWmBlcqpN43B5m0SaFXIhanE9lh+E7BgcjEGIhLVJKs9M 9IDEh2/bEDrixmINjww1v1275cHWKrrHZvvYJbDQ=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5WODKT6IVN6XO3PZ533NX7REVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317419613@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce3d782c5b3_34373f8b32ecd964577165"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JdnCQ8jYZ3T_FXm1uUA0RVIFRN8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 05:54:03 -0000

----==_mimepart_5dce3d782c5b3_34373f8b32ecd964577165
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

Overselling! If the off-path attacker has a copy of the original Initial packet sent by the client, then it knows the ODCID. I don't see how appending a checksum will change that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#pullrequestreview-317419613
----==_mimepart_5dce3d782c5b3_34373f8b32ecd964577165
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346670687">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>Overselling! If the off-path attacker has a copy of the original Initial packet sent by the client, then it knows the ODCID. I don't see how appending a checksum will change that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK7IV3FVK4WGMH4ZLSTQTY2PRA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXAXI#pullrequestreview-317419613">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7JN5PKVQHV5NW5XRDQTY2PRANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6MA55M5NF6SJ4EIATQTY2PRA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXAXI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK7IV3FVK4WGMH4ZLSTQTY2PRA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXAXI#pullrequestreview-317419613",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK7IV3FVK4WGMH4ZLSTQTY2PRA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXAXI#pullrequestreview-317419613",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce3d782c5b3_34373f8b32ecd964577165--


From nobody Thu Nov 14 22:01:54 2019
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 AEE8D1200DE for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:01:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KplsoRLIDUtm for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:01:49 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4A35E1200D8 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:01:49 -0800 (PST)
Date: Thu, 14 Nov 2019 22:01:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573797708; bh=CDOlHHkVeNBOByhmZEzWHSWO+OW5KJmwuKJqXQMNOw0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hPHYnk6sPcfjrMj9kEL/vJB1MtkHpP4Bw+Te7DbAozKWAz4pf3+9PAoTPPyJ8Uef4 R6ChtkWSQK4nPb7f1BKnuRfZ5pwDNHEpQswA7lhw9llLY5412+T/S9lwfpiJwJKubU EVBDq9sFJ01jqQOdh7UcfWi1lYFwGnkKgDfGqSsY=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6LCXE63EWV2V3YRGN33NY4ZEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317421292@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce3f4c649bb_26b53fc6c3acd964458027"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/adlQUeqhHgPdsWu4CyrvfAxTSIg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 06:01:53 -0000

----==_mimepart_5dce3f4c649bb_26b53fc6c3acd964458027
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672099
----==_mimepart_5dce3f4c649bb_26b53fc6c3acd964458027
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672099">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK3GHN6ZTIQF5D4VLYDQTY3MZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXN3A#discussion_r346672099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6NYZQNDQRATPJMWWTQTY3MZANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6ZEKKAIEDV33KJIBDQTY3MZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXN3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3GHN6ZTIQF5D4VLYDQTY3MZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXN3A#discussion_r346672099",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3GHN6ZTIQF5D4VLYDQTY3MZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXN3A#discussion_r346672099",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce3f4c649bb_26b53fc6c3acd964458027--


From nobody Thu Nov 14 22:03:37 2019
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 366F11200D8 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:03:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 e-lXmK5QY2Th for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:03:34 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 70B4E1200DB for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:03:34 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id C25781C0593 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:03:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573797813; bh=+OTovebKV82TXMwMUZzzqMVJBreFG5qJH2w9um8fjYk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vdV9Sktu6QYu17x2JVkKhSAJ1ZKqryHzCzP7DGBQSWLRND9Sub9i/SBEOE7az+yPF YkaNG+5I0IYTr2v/Sj0hhDf6SG0eXeGsq0+mREpokzDpWDA3JBAErqcYxTOa7Nk4d/ FZ0B2bbrOh8TwbmRUFanDt8p7P8Gt31U+xaGHZss=
Date: Thu, 14 Nov 2019 22:03:33 -0800
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK37PA5OLAJ2DPLA2NF33NZDLEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317421744@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce3fb5b322f_5f5a3feab54cd96835098a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/l0Yz57QPw8MRXzL47bJl9YuxiAA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 06:03:36 -0000

----==_mimepart_5dce3fb5b322f_5f5a3feab54cd96835098a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672446
----==_mimepart_5dce3fb5b322f_5f5a3feab54cd96835098a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672446">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKZMLHVEG4BFBTGLTNDQTY3TLA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXRMA#discussion_r346672446">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4QOZ5F2XCGOFEUNELQTY3TLANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6RIZ2ZCVQDQBLMPGDQTY3TLA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXRMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZMLHVEG4BFBTGLTNDQTY3TLA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXRMA#discussion_r346672446",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZMLHVEG4BFBTGLTNDQTY3TLA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXRMA#discussion_r346672446",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce3fb5b322f_5f5a3feab54cd96835098a--


From nobody Thu Nov 14 22:04:03 2019
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 AA0761200DB for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:04:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JeaO761U5R9m for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:03:59 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E10031200D8 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:03:58 -0800 (PST)
Date: Thu, 14 Nov 2019 22:03:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573797838; bh=QlnRediXCw6aC/KGmIulJ2XoSUnAINXjSjvrTzega58=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RDR+IiHBgi4QkRu2AwkZ53tQMW5Vmmkf/01t1Kv3v8uL4R4+k1iFTkjBVxs0xIdXT zqLfu3FEOdbe0vALGijC0umFXaGAt+Yp4SPG7GaHZiXpozuREDoctXNsoJxgEYAu8/ +YeIB4IYU/Ud+oq4NXsUiB+0PqNTGxyw6OGLvj1w=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6LSFTMJCFAGLY34GN33NZE5EVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317421871@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce3fce1ddf6_73883fa72f6cd96c3871c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U0HYvjhrYj8p0vH_WrwEpAUUnGU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 06:04:01 -0000

----==_mimepart_5dce3fce1ddf6_73883fa72f6cd96c3871c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672528
----==_mimepart_5dce3fce1ddf6_73883fa72f6cd96c3871c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346672528">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>By "off-path attacker" I meant an attacker who does not have a copy of any packets previously sent on-path. Can you suggest better wording?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKZZYIR5QWHDNKGHQDTQTY3U5A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXSLY#discussion_r346672528">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ5TNQRYBWB4UMFVWTQTY3U5ANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4RTDSTKHKPUAS7YQLQTY3U5A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXSLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZZYIR5QWHDNKGHQDTQTY3U5A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXSLY#discussion_r346672528",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZZYIR5QWHDNKGHQDTQTY3U5A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVXSLY#discussion_r346672528",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce3fce1ddf6_73883fa72f6cd96c3871c6--


From nobody Thu Nov 14 22:43:53 2019
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 C0AB31200FE for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:43:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GtjMTJ2VSTpu for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:43:49 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA57E1200FD for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:43:49 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 9D1A1520357 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:43:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573800228; bh=b2VfRtOURa0p2jQ23qRGJTZGiII4dsWQwhd+siL9TSY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g7uWMwrb3FbylzCDWBnZdRQf9Ey0nYlvVYfEKIUtAUDHoFot8MurgcnX735DZ9dQi MTmBqsbl7wCYFd4g/nOepq1ZkS3GBZV9QMj7XjLashznMhq9zps+Qxg4tXgVewuWCv qfc4U9m/4euXdXb//+lxYnQ4751SY1J2KVnYCf3o=
Date: Thu, 14 Nov 2019 22:43:48 -0800
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7EQI3IMPYMSEIAUB533N52JEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317431713@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce49248e08e_2cdb3fdb36ccd96c33966c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/f53tQzweox2luMHsNkB4L0n-dvU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 06:43:52 -0000

----==_mimepart_5dce49248e08e_2cdb3fdb36ccd96c33966c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

If the off-path attacker has not seen the client's initial packet, it cannot set the DCID of the Retry to the SCID of the client's Initial, which means the Retry would be rejected by the client already.

The additional protection is only effective if the client uses predictable CID, e.g. zero length -- but that's a truly bad idea for a variety of reasons. Such clients would be exposed to other attacks, e.g. injecting random bytes in the crypto-stream.

So in practice, the retry attack is only effective if the attacker is "in the middle" or "on the side". And the checksum will not protect against that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346680010
----==_mimepart_5dce49248e08e_2cdb3fdb36ccd96c33966c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346680010">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>If the off-path attacker has not seen the client's initial packet, it cannot set the DCID of the Retry to the SCID of the client's Initial, which means the Retry would be rejected by the client already.</p>
<p>The additional protection is only effective if the client uses predictable CID, e.g. zero length -- but that's a truly bad idea for a variety of reasons. Such clients would be exposed to other attacks, e.g. injecting random bytes in the crypto-stream.</p>
<p>So in practice, the retry attack is only effective if the attacker is "in the middle" or "on the side". And the checksum will not protect against that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK42PEJM5XBKLU64HZDQTZAKJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVZ7II#discussion_r346680010">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5PJNAUUG2D5UQY4KLQTZAKJANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5TGVNDYAK2UMQKH43QTZAKJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVZ7II.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK42PEJM5XBKLU64HZDQTZAKJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVZ7II#discussion_r346680010",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK42PEJM5XBKLU64HZDQTZAKJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLVZ7II#discussion_r346680010",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce49248e08e_2cdb3fdb36ccd96c33966c--


From nobody Thu Nov 14 22:50:37 2019
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 B42A81200F4 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:50:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZYJ2unhgDw0R for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 22:50:34 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF9B7120103 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:50:33 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 3DF9E960508 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 22:50:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573800633; bh=dD5luGIr6p4nGPKdjlckC32dt9NmvognLXlxHT5scw8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SIb77BM/FVz3kah0aOO6QERQh5Wb3H7LpsB8EaU0HN5KAySG/KO5RIxDyBWq/OHMO qz+sS+sAg5T62l0puh3DrVpa44JrKpxa8eQ+TgrvHOwJGiHv0xScFDlnS1YdrvMaHl rVMyl+lvYcaigNO9DBgVnkIjFNHIz1pH8az1Sn98=
Date: Thu, 14 Nov 2019 22:50:33 -0800
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK27E663LQHGOK52CIN33N6TTEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317433635@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce4ab92ef72_29703fa03e6cd9646763dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T8lK4jF4C1TuEbJCs5xNWVZ6bXg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 06:50:36 -0000

----==_mimepart_5dce4ab92ef72_29703fa03e6cd9646763dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

But I would shut up if you replaced "mitigates" by "diminishes".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346681472
----==_mimepart_5dce4ab92ef72_29703fa03e6cd9646763dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346681472">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>But I would shut up if you replaced "mitigates" by "diminishes".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKZIM3JMPTJGQF3YOU3QTZBDTA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV2OIY#discussion_r346681472">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4S5XWLSWQRK4WSJHTQTZBDTANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YC7534FO63IA4ND3QTZBDTA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV2OIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZIM3JMPTJGQF3YOU3QTZBDTA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV2OIY#discussion_r346681472",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZIM3JMPTJGQF3YOU3QTZBDTA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV2OIY#discussion_r346681472",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce4ab92ef72_29703fa03e6cd9646763dc--


From nobody Thu Nov 14 23:20:10 2019
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 B822212010F for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 23:20:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vHAIo6pfWZWe for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 23:20:07 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB97A120108 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 23:20:06 -0800 (PST)
Date: Thu, 14 Nov 2019 23:20:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573802406; bh=9vBOeMXaEnvv1H+RTlAJnIYN5vxyemJd218twZ+wlVo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jwuf+il9C4w5Wxz1h/+jURF1jC/m3Ogz1Rvq4D+hgvK0cn6C7OexdglugnoeLs4ax h+yiHhrChDKovmFAOm/ZiVB0Di/AqVrG3XucZZIRPFczqCKsUzqKUc5/amzaHFVxZm VJD0EHmoGD71sd44LKFo1+6xrA217Iot/n7m47lQ=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/push/4277857621@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce51a6113c3_242a3faaf3ccd96c420158"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GmZg9AI2JLU0DQ-tyCVuZXwDByU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 07:20:09 -0000

----==_mimepart_5dce51a6113c3_242a3faaf3ccd96c420158
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 2 commits.

08077e12f9f35647b59ef1b293780fce1b4cb14d  Merge branch 'master' into prot_retry
a61c2b36de62fc10694951fcaf47dcf01633f2ae  Comment from Christian Huitema


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120/files/739d272564a791476b75cff0a6ea258f0e4d17a8..a61c2b36de62fc10694951fcaf47dcf01633f2ae

----==_mimepart_5dce51a6113c3_242a3faaf3ccd96c420158
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/DavidSchinazi" class="user-mention">@DavidSchinazi</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/08077e12f9f35647b59ef1b293780fce1b4cb14d">08077e1</a>  Merge branch &#39;master&#39; into prot_retry</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a61c2b36de62fc10694951fcaf47dcf01633f2ae">a61c2b3</a>  Comment from Christian Huitema</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3120/files/739d272564a791476b75cff0a6ea258f0e4d17a8..a61c2b36de62fc10694951fcaf47dcf01633f2ae?email_source=notifications&amp;email_token=AFTOJK6VOZCYGAMOSECFBM3QTZESNA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI3TOOBVG43DEMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK22IS3QAEVRY4D2OCTQTZESNANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6NHR2LPJWXWDNZPUDQTZESNA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI3TOOBVG43DEMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120/files/739d272564a791476b75cff0a6ea258f0e4d17a8..a61c2b36de62fc10694951fcaf47dcf01633f2ae?email_source=notifications\u0026email_token=AFTOJK6VOZCYGAMOSECFBM3QTZESNA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI3TOOBVG43DEMI",
"url": "https://github.com/quicwg/base-drafts/pull/3120/files/739d272564a791476b75cff0a6ea258f0e4d17a8..a61c2b36de62fc10694951fcaf47dcf01633f2ae?email_source=notifications\u0026email_token=AFTOJK6VOZCYGAMOSECFBM3QTZESNA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI3TOOBVG43DEMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dce51a6113c3_242a3faaf3ccd96c420158--


From nobody Thu Nov 14 23:20:42 2019
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 E555912010F for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 23:20:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Vxn-sguOGaX4 for <quic-issues@ietfa.amsl.com>; Thu, 14 Nov 2019 23:20:38 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F20F2120108 for <quic-issues@ietf.org>; Thu, 14 Nov 2019 23:20:37 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 3D630C6046A for <quic-issues@ietf.org>; Thu, 14 Nov 2019 23:20:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573802437; bh=w9tZtyvRD5yaErZYelz1ucaw9Y5lB9qWgDi8pG1DUw4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=slXPxhjCEnXpxCvsc0RVUnbrVtJA5hll999UpS4yl6QM9UJ4DE2Te1EcNXVvPBbv7 cYzbLmvgJy8y8gGDbIUkngN+vKGXcGu0v5TdR9tNVnqEU3e/Az9OelvVmhUT7jXYg0 QmIpLbsaam4SibNhGfcVTprX2e+lZewvMNeZmz9c=
Date: Thu, 14 Nov 2019 23:20:37 -0800
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3VCCJBU7TM5VCMOA533OCELEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317442740@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce51c52f27b_507f3f9f82ecd96410208a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5d4ImnbzRCIhAQajnrt5xu2j0O0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 07:20:41 -0000

----==_mimepart_5dce51c52f27b_507f3f9f82ecd96410208a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker's ability to inject a Retry packet.
+

In my mind mitigate and diminish have very similar meanings in this context, so I've switched the to text to use the word diminish

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#discussion_r346688540
----==_mimepart_5dce51c52f27b_507f3f9f82ecd96410208a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3120#discussion_r346688540">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; +The Retry Pseudo-Packet is not sent over the wire. It is computed by taking
+the transmitted Retry packet, removing the Retry Integrity Tag and prepending
+the two following fields:
+
+ODCID Len:
+
+: The ODCID Len contains the length in bytes of the Original Destination
+  Connection ID field that follows it, encoded as an 8-bit unsigned integer.
+
+Original Destination Connection ID:
+
+: The Original Destination Connection ID contains the value of the Destination
+  Connection ID from the Initial packet that this Retry is in response to. The
+  length of this field is given in ODCID Len. The presence of this field
+  mitigates an off-path attacker&#39;s ability to inject a Retry packet.
+
</pre>
<p>In my mind mitigate and diminish have very similar meanings in this context, so I've switched the to text to use the word diminish</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK5OLKBZVVFFKGH37WDQTZEULA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV4VNA#discussion_r346688540">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JLEF4OEBDPSZUTDDQTZEULANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZMD3DLB7EDPXIEYYTQTZEULA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV4VNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5OLKBZVVFFKGH37WDQTZEULA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV4VNA#discussion_r346688540",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5OLKBZVVFFKGH37WDQTZEULA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLV4VNA#discussion_r346688540",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce51c52f27b_507f3f9f82ecd96410208a0--


From nobody Fri Nov 15 00:05:40 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 95383120110 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:05:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.454
X-Spam-Level: 
X-Spam-Status: No, score=-1.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 RF77blWtS0x5 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:05:36 -0800 (PST)
Received: from o6.sgmail.github.com (o6.sgmail.github.com [192.254.113.101]) (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 639F612010F for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:05:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=BxnN7nU3VT1yu895ex8ehEs+SeamxjgG4VCn8Ogy9HU=; b= Rr+WUcixchlN4ghFrl7tOWq+n2Wj48K0w0uu4Ffb50mWNxcYzj4cAzdr5m1fi23C TT60VYvagAS00vFGt0nawVpOvPoSrWZ613FCwTW6H9qBJatz51T4OCq5slmHJmVR XX0LPw5iYDgFGi/PqDVXp11S4Z0gaxjhbRtAGXaVi6s=
Received: by filter0509p1iad2.sendgrid.net with SMTP id filter0509p1iad2-29256-5DCE5C4F-E 2019-11-15 08:05:35.21190208 +0000 UTC m=+100409.494333499
Received: from github-lowworker-1c220e1.cp1-iad.github.net (unknown [140.82.115.4]) by ismtpd0045p1iad2.sendgrid.net (SG) with ESMTP id RUq9-RfoQeyI7oqK3eJMdw for <quic-issues@ietf.org>; Fri, 15 Nov 2019 08:05:35.154 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-1c220e1.cp1-iad.github.net (Postfix) with ESMTP id 1637E160D48 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:05:35 -0800 (PST)
Date: Fri, 15 Nov 2019 08:05:35 +0000 (UTC)
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY234KO6ZDSJSBH7OV33OHM7EVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/317457632@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce5c4f14d47_3ffd3f82b04cd96c7151ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3MPCiohXav45K0/f9EgM+1ROV7jaqeJCH8id 5H5X1kGJ42mw7wnkveGcospN7ijf2eqzFlni7IHenyHaC/JvVyweLOpRXcvgxu7hCqroqsHqi+pK0V WmHgVCVgTJck3sHvxBPSoSiA8/V37+XCoHkxZPrYkbfZCP13LmJnJG7bPbKklWgKt5iJVi+SB2Kkjz 4=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kyc6la7AAuPbh93I8uThJzpGKzs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 08:05:38 -0000

----==_mimepart_5dce5c4f14d47_3ffd3f82b04cd96c7151ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema approved this pull request.

I may have sounded negative, but the protection against network errors alone justifies this PR. As long as we don't make foolhardy statements about mitigating attacks, I am fine.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#pullrequestreview-317457632
----==_mimepart_5dce5c4f14d47_3ffd3f82b04cd96c7151ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> approved this pull request.</p>

<p>I may have sounded negative, but the protection against network errors alone justifies this PR. As long as we don't make foolhardy statements about mitigating attacks, I am fine.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK4TFB63QCW6XCYRSE3QTZJ47A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLWAJYA#pullrequestreview-317457632">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZKZ3RVKFM7EZQ7KI3QTZJ47ANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7VQPAPP4LQFYSSYQTQTZJ47A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLWAJYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK4TFB63QCW6XCYRSE3QTZJ47A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLWAJYA#pullrequestreview-317457632",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK4TFB63QCW6XCYRSE3QTZJ47A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLWAJYA#pullrequestreview-317457632",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce5c4f14d47_3ffd3f82b04cd96c7151ad--


From nobody Fri Nov 15 00:47:33 2019
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 E9D94120137 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:47:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FyAzRdBzVqA1 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:47:30 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A08A120121 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:47:29 -0800 (PST)
Date: Fri, 15 Nov 2019 00:47:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573807648; bh=v/tf1aQSdE30EBU4B3NaiwrEqBHN+gV2jh9eWUmjgwg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UvpA1Na5dNyI/VEKLKzmJ/YftqIb50H7F3c3th/1mZ9zs7wJxE6VOS9Jd4xeYHm6K AFizYvZVPsp3WR13enT9IDj/ykc65oiwgAMUPVA1VZX3uK4YzQBO5E5bgqhskU4tcP EXelTSJ6Q9mE2Taixuo+ql4dXWrC8VNLfmDenI4U=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK475L6CHVFV2NCYDRF33OMKBEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/c554268588@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce662081eb6_3ebd3ffb98ccd96c10377cf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wsMuPmhQmBMn73IYGJLqaLCppQE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 08:47:32 -0000

----==_mimepart_5dce662081eb6_3ebd3ffb98ccd96c10377cf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm not sure that this is the right scoping. Consider that NST is explicitly tied just to the server you connected to, not to any server found in the certificate. Why isn't this "same server name"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#issuecomment-554268588
----==_mimepart_5dce662081eb6_3ebd3ffb98ccd96c10377cf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm not sure that this is the right scoping. Consider that NST is explicitly tied just to the server you connected to, not to any server found in the certificate. Why isn't this "same server name"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK2P34ZMDBLX2B4FQGTQTZO2BA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEXPLA#issuecomment-554268588">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK74IG5YTJGWTQO6VU3QTZO2BANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4FPWOLIXV5YNDF6SDQTZO2BA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEXPLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK2P34ZMDBLX2B4FQGTQTZO2BA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEXPLA#issuecomment-554268588",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK2P34ZMDBLX2B4FQGTQTZO2BA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEXPLA#issuecomment-554268588",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce662081eb6_3ebd3ffb98ccd96c10377cf--


From nobody Fri Nov 15 00:56:04 2019
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 A8B8612013F for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:56:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3eMGeHoKuBqo for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:55:56 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1BBE120119 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:55:55 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 507981204F9 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:55:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573808155; bh=8aTm+gYtoega+wBnSVlXptoXvy/C+0602D289IhVKBk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YzIuSLRHBvksPRkC1qD6d67NafCjwZrJ+/bbuOas8Xh+IWo8MoN/30Q7nOZvsOnlA q0ZT5Z1cOK5mibPs4dOMyLKBF1/o98CfvWPpJeiPvl+fxFs4Dk1uSHa1dXwEkKHUn7 N8GkW9r1Uu7ZpNK1g/LERBxss8flWK6qL/L7MLJ4=
Date: Fri, 15 Nov 2019 00:55:55 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5HGC3JTNMYFOEUWUN33ONJXEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/c554271435@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce681bc7f8_17663fb3ee8cd96c150721c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C4EJ3zgpuEqI3GpuYxV_H7kKSdU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 08:56:03 -0000

----==_mimepart_5dce681bc7f8_17663fb3ee8cd96c150721c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I'm not sure that this is the right scoping. Consider that NST is explicitly tied just to the server you connected to, not to any server found in the certificate. Why isn't this "same server name"?

Retry is a server controlled method that can be used for various things including client address validation, but also load balancing or redirects to a more local or somehow better service. Requiring these alternative locations to be tightly coupled to the original connection would work against this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#issuecomment-554271435
----==_mimepart_5dce681bc7f8_17663fb3ee8cd96c150721c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I'm not sure that this is the right scoping. Consider that NST is explicitly tied just to the server you connected to, not to any server found in the certificate. Why isn't this "same server name"?</p>
</blockquote>
<p>Retry is a server controlled method that can be used for various things including client address validation, but also load balancing or redirects to a more local or somehow better service. Requiring these alternative locations to be tightly coupled to the original connection would work against this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK3Z3DPWB62JXMA6Q4TQTZPZXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYFSY#issuecomment-554271435">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7CSLEG3CBOT2PWDR3QTZPZXANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46PYW7VEEQWUPYHEDQTZPZXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYFSY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK3Z3DPWB62JXMA6Q4TQTZPZXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYFSY#issuecomment-554271435",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK3Z3DPWB62JXMA6Q4TQTZPZXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYFSY#issuecomment-554271435",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce681bc7f8_17663fb3ee8cd96c150721c--


From nobody Fri Nov 15 00:57:30 2019
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 B9DE512013F for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:57:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rwnFquULtfGk for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 00:57:28 -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 085AB120119 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 00:57:28 -0800 (PST)
Date: Fri, 15 Nov 2019 00:57:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573808246; bh=K5QDhuRdcHfYHIuOdhlhvSgR4Euis5ynQBbzU9/CHTA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=On9DGeKNwvVnAbWeccid8g1ZxKeJepaA5uyL9g6ezvOMkZylEk/Biw6vdbM3Vj71x im2aqE6wAWoJH4mxrDjiCxs966FngQ4zFWVZoDkm9E5HhAZ8V1qRdDJ6mg8lbYbRal ocqBKo9p6Jc2GIg90KxupJHhd7p4Z8f3wnHtXcqg=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK575MQHJHX2MOZB32V33ONPNEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554271932@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce68768722f_6ac93fc6c3acd9643465c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gEKgqPEb4Cha6cYew52r9d9x5Fc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 08:57:30 -0000

----==_mimepart_5dce68768722f_6ac93fc6c3acd9643465c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would suggest two revisions to this PR.

1. Let's encrypt the Retry Token.
2. Instead of having a zero key, let's use a per-version key (analagous to the per-version salt). This has the same anti-ossification benefits.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554271932
----==_mimepart_5dce68768722f_6ac93fc6c3acd9643465c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I would suggest two revisions to this PR.</p>
<ol>
<li>Let's encrypt the Retry Token.</li>
<li>Instead of having a zero key, let's use a per-version key (analagous to the per-version salt). This has the same anti-ossification benefits.</li>
</ol>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKZMZZHN5YDBGP6VVKTQTZP7NA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYJPA#issuecomment-554271932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IMXV5I2EWET2EGSDQTZP7NANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYWSR3TAZG7THKTVQLQTZP7NA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYJPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZMZZHN5YDBGP6VVKTQTZP7NA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYJPA#issuecomment-554271932",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZMZZHN5YDBGP6VVKTQTZP7NA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEEYJPA#issuecomment-554271932",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce68768722f_6ac93fc6c3acd9643465c3--


From nobody Fri Nov 15 01:20:48 2019
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 7EF55120164 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 01:20:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nXwAGZhF_o0J for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 01:20:44 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94D59120154 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 01:20:44 -0800 (PST)
Date: Fri, 15 Nov 2019 01:20:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573809643; bh=ONa+ruYYhXIOKCJUbt2FJ9uTFrFEvj2svmwiRai0T5k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HkLXcs5QuxSDsl6fGR6kjU/fGfzx1JQfNZZyfi8I2UuaG0mRBICNFd2qjpVMjp7GM 6AXTP4oXgHV9jfY2GV4hMAm+ALc1Duv7OlTyvragX/IrgkODpc13TxZ3RFsN1nF7W2 j6v3aSvcqqMFlSvS1yVooLSmw9OATSAYK30SanDo=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7GX7BIORV32WCSJA533OQGXEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/c554279982@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce6debbf66a_28173fef6a2cd9605628da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i_LbOBPaiT3n3G17IaDTwqmkpOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 09:20:47 -0000

----==_mimepart_5dce6debbf66a_28173fef6a2cd9605628da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ekr Quoting from [RFC 8446 section 4.6.1](https://tools.ietf.org/html/rfc8446#section-4.6.1), the requirement for NST is:
```
   Clients MUST only resume if the new SNI value is valid for the server
   certificate presented in the original session and SHOULD only resume
   if the SNI value matches the one used in the original session.
```

MUST NOT of added in this PR achieves parity with the "MUST only" statement in TLS 1.3.

Regarding the SHOULD in TLS 1.3, I do not think we need feature parity. Compared to TLS 1.3 running over TCP, it is extremely difficult in QUIC to create a proxy that extracts the SNI and then let's different backend server handle the connection. It is natural to assume that a QUIC server that presents a wildcard certificate to be directly hosting all those server identities.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#issuecomment-554279982
----==_mimepart_5dce6debbf66a_28173fef6a2cd9605628da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> Quoting from <a href="https://tools.ietf.org/html/rfc8446#section-4.6.1" rel="nofollow">RFC 8446 section 4.6.1</a>, the requirement for NST is:</p>
<pre><code>   Clients MUST only resume if the new SNI value is valid for the server
   certificate presented in the original session and SHOULD only resume
   if the SNI value matches the one used in the original session.
</code></pre>
<p>MUST NOT of added in this PR achieves parity with the "MUST only" statement in TLS 1.3.</p>
<p>Regarding the SHOULD in TLS 1.3, I do not think we need feature parity. Compared to TLS 1.3 running over TCP, it is extremely difficult in QUIC to create a proxy that extracts the SNI and then let's different backend server handle the connection. It is natural to assume that a QUIC server that presents a wildcard certificate to be directly hosting all those server identities.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK2RYAAA3HFXMRCKVRDQTZSWXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE2ILQ#issuecomment-554279982">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4KQ4UQ5C7FIA6NPMTQTZSWXANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2EZ5DNSSKZQ3CBRHDQTZSWXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE2ILQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK2RYAAA3HFXMRCKVRDQTZSWXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE2ILQ#issuecomment-554279982",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK2RYAAA3HFXMRCKVRDQTZSWXA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE2ILQ#issuecomment-554279982",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce6debbf66a_28173fef6a2cd9605628da--


From nobody Fri Nov 15 02:08:17 2019
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 B26B31201CE for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:08:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OjcI-OGtLnTa for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:08:13 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 714DB120164 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 02:08:13 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 58EBC520E45 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 02:08:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573812492; bh=zbzaMu6cuPz8AeH7lHcfoFcn2+FVN58ZnMxEgkGy/Oc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vmk96v12QIipckvNmtLE4nKQ1EawsM/wTVjPfJQ/fZeuPnIFWwnHcW5F3yiFUU+mg WS/3G/6RT6FQUEx6sfLra7o5xfWhtGuQXjGXhYf2WuXjiafGWMYHbPkgDnq7F8JNuh G/rS3Pt1U5fMXlmH+V4mEanXsADxtvkPMYQEETQ4=
Date: Fri, 15 Nov 2019 02:08:12 -0800
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3JVDU6KLPVTGQQOJN33OVYZEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554298004@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce790c4a39a_5ec73fee054cd96014829b3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cRYpnsfbPF8teIOxT3anYpeFTWA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 10:08:15 -0000

----==_mimepart_5dce790c4a39a_5ec73fee054cd96014829b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ekr
1. encrypting the token has been discussed in this PR and does not have consensus
2. the zero key can be per-version (by which I mean that QUICv1 uses a zero key, and QUICv2 can decide to use a different key)

The discussion on this PR and related issue #3014 indicates that there is interest in the Retry Integrity Tag. On top of that, the PR as-is is currently covered by the chairs' latest consensus call. Therefore I'd suggest you please file a separate issue to discuss encrypting the token, and we can discuss that once this PR has landed. You can also file a second issue to discuss zero key vs non-zero.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554298004
----==_mimepart_5dce790c4a39a_5ec73fee054cd96014829b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a></p>
<ol>
<li>encrypting the token has been discussed in this PR and does not have consensus</li>
<li>the zero key can be per-version (by which I mean that QUICv1 uses a zero key, and QUICv2 can decide to use a different key)</li>
</ol>
<p>The discussion on this PR and related issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="491716948" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3014" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3014/hovercard" href="https://github.com/quicwg/base-drafts/issues/3014">#3014</a> indicates that there is interest in the Retry Integrity Tag. On top of that, the PR as-is is currently covered by the chairs' latest consensus call. Therefore I'd suggest you please file a separate issue to discuss encrypting the token, and we can discuss that once this PR has landed. You can also file a second issue to discuss zero key vs non-zero.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK2ND6KZQ7K5CMICYOLQTZYIZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE6VFA#issuecomment-554298004">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5DNPWNRI4SP37WD6DQTZYIZANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK44JSQMB27VOOFU3XLQTZYIZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE6VFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK2ND6KZQ7K5CMICYOLQTZYIZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE6VFA#issuecomment-554298004",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK2ND6KZQ7K5CMICYOLQTZYIZA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE6VFA#issuecomment-554298004",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce790c4a39a_5ec73fee054cd96014829b3--


From nobody Fri Nov 15 02:16:09 2019
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 B875A120111 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:16:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cZAgw_JFqtv6 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:16:06 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 076A21200FB for <quic-issues@ietf.org>; Fri, 15 Nov 2019 02:16:05 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id F22A76E009D for <quic-issues@ietf.org>; Fri, 15 Nov 2019 02:16:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573812964; bh=CHX6Lq9rd4zTqxDT2tyFyPtsRBg2ADrVGjmqwSDG5M0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qrsAuTG9E+a9kXfSBKKwJJnIRYN18rvTwO5sneQxpmYrYlRDexXFRLGskKJm0uorT lV5OzlMMWojn/YwF1lYyKCpdKhk7gJG8OvtZ6lfXeaVtehrn9aZmwRtGhzsHQU5NKj AQzr3bYEuU8iz5UVxXpIGWKvjp1TMkjhvx4JE/tE=
Date: Fri, 15 Nov 2019 02:16:04 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZI74OL44QLVNDSIAN33OWWJEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554300804@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce7ae4e3dbe_6ff43fdb4cacd96c8798ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pQyyqzAakeCsrhHrUd2DJAJhnnw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 10:16:08 -0000

----==_mimepart_5dce7ae4e3dbe_6ff43fdb4cacd96c8798ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi 
> the zero key can be per-version (by which I mean that QUICv1 uses a zero key, and QUICv2 can decide to use a different key)

I think we should change the Retry key for every draft version (or every time we change the Initial salt), as that would prevent ossification assuming that we would be running certain number of draft versions concurrently.

I also prefer having a non-zero salt for the upcoming draft version, as it would be an indication to the implementors that the key is a "constant", rather than zeros that endpoints might synthetically generate (e.g., by using `bzero`).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554300804
----==_mimepart_5dce7ae4e3dbe_6ff43fdb4cacd96c8798ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=5599133" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DavidSchinazi">@DavidSchinazi</a></p>
<blockquote>
<p>the zero key can be per-version (by which I mean that QUICv1 uses a zero key, and QUICv2 can decide to use a different key)</p>
</blockquote>
<p>I think we should change the Retry key for every draft version (or every time we change the Initial salt), as that would prevent ossification assuming that we would be running certain number of draft versions concurrently.</p>
<p>I also prefer having a non-zero salt for the upcoming draft version, as it would be an indication to the implementors that the key is a "constant", rather than zeros that endpoints might synthetically generate (e.g., by using <code>bzero</code>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK2JGPGZFS2QN2ZIR43QTZZGJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE7LBA#issuecomment-554300804">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4DPAGWSY3IM7XU7ODQTZZGJANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK43EC5NRRAIDRAX7A3QTZZGJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE7LBA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK2JGPGZFS2QN2ZIR43QTZZGJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE7LBA#issuecomment-554300804",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK2JGPGZFS2QN2ZIR43QTZZGJA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEE7LBA#issuecomment-554300804",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce7ae4e3dbe_6ff43fdb4cacd96c8798ba--


From nobody Fri Nov 15 02:32:17 2019
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 8A53E1207FC for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:32:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 j5igvErnW-bz for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 02:32:13 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B4C481202DD for <quic-issues@ietf.org>; Fri, 15 Nov 2019 02:32:12 -0800 (PST)
Date: Fri, 15 Nov 2019 02:32:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573813931; bh=gfTrMJuuV2wJB1c/azrzZGZNJZ5ul2sG+R/UHk0Iz3g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FR0XpX5TuxUgmQB8xHe/Cg2OX2ObdFyvX/nM/z9iVRYScQc3WUXbwkGpCEyf3iYrm ZeAdebgf8w8DRMSYqgU3DRUFY/BNO+R3R9A2AwsxgHk2Bqwfqo1H83W4+AE3xG0KEG JcKPvOqAW2BBxx9fyghxIMHX6DfiarC8kc8okct0=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK46C35RLQ2GJV5DYOV33OYSXEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554306346@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dce7eabd72bb_67993fb1866cd9601757d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mjGD845TeHNHwERiWHmE0N_wCCA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 10:32:14 -0000

----==_mimepart_5dce7eabd72bb_67993fb1866cd9601757d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The discussion on this PR and related issue #3014 indicates that there is interest in the Retry Integrity Tag. On top of that, the PR as-is is currently covered by the chairs' latest consensus call.

Yes,  and I'm responding to that saying we ought to encrypt.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554306346
----==_mimepart_5dce7eabd72bb_67993fb1866cd9601757d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The discussion on this PR and related issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="491716948" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3014" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3014/hovercard" href="https://github.com/quicwg/base-drafts/issues/3014">#3014</a> indicates that there is interest in the Retry Integrity Tag. On top of that, the PR as-is is currently covered by the chairs' latest consensus call.</p>
</blockquote>
<p>Yes,  and I'm responding to that saying we ought to encrypt.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK3VGPJ43RHYEXRLGL3QTZ3CXA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEFAWKQ#issuecomment-554306346">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZOXPRIQSGQFRTYT6LQTZ3CXANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KMWVHD3JLXXFCDLDQTZ3CXA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEFAWKQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3VGPJ43RHYEXRLGL3QTZ3CXA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEFAWKQ#issuecomment-554306346",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3VGPJ43RHYEXRLGL3QTZ3CXA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEFAWKQ#issuecomment-554306346",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dce7eabd72bb_67993fb1866cd9601757d7--


From nobody Fri Nov 15 11:05:30 2019
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 E0E421208AE for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:05:27 -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 WA9JOGCzNYMu for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:05:26 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3965C12008C for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:05:26 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id D70311C2EB4 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:05:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573844724; bh=oihl/wRpdpaC3mEJz52UQa16WYNvIOJB7dOEsjZcNb4=; h=Date:From:To:Subject:From; b=onPlpUC2HFiz0vY3JyrfQIuos13LKh/8xlN4d7T5i0/JAmJXJo0oOTxE+qoWbMQih Zzvj1LSJt0WGKdGwm+kjPe2GHWIJLcZZpSeZpXoXCQuZpp1BroESpLogExtBGa1aUA c4jnRdwrTFmWYPSMKnidv3onAzGm8m+nsQyuU8Ck=
Date: Fri, 15 Nov 2019 11:05:24 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/000000-c8df2b@github.com>
Subject: [quicwg/base-drafts] c8df2b: Recovery editorial update
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/O-4owwK2NNwU9xhGQEHTtlgsgmM>
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: Fri, 15 Nov 2019 19:05:28 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: c8df2b0fc3d26156b956e622f3f73648e7df6005
      https://github.com/quicwg/base-drafts/commit/c8df2b0fc3d26156b956e622f3f73648e7df6005
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

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

  Log Message:
  -----------
  Recovery editorial update

Update based on my review of the editor's copy.



From nobody Fri Nov 15 11:06:05 2019
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 CB04012095A for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:06:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ehs2yP29vw4B for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:06:02 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B49661208AE for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:06:02 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 9E3F16A098B for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:06:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573844761; bh=AMBG5/4IxTuocYSBC4bk6CFdY7wiT/muFWJyY/uEhcE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=qMq5ESiCN8dG8IWQ2OlOPn2L0x45SrNn8g/12EfhJMcHrZ/nMQrIgo+GfyHZ4zaLo 7/AtxDPhrHvB7mjX95YezgjvSU2S4eGgZETWkzEwK6+qy/G38SiamCxCQ96+E1cei9 jBlj8cWJjxy2ImKn2+Zo7ZiuqqJWVPi57D4/VGBA=
Date: Fri, 15 Nov 2019 11:06:01 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYCEZFQN7TTOBQVQG533QUZTEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234@github.com>
Subject: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcef719902fd_7fc33f9c68acd96c2712733"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nA1Bf7Lq7mC3cbJ-Q8v6CffjILA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 19:06:05 -0000

----==_mimepart_5dcef719902fd_7fc33f9c68acd96c2712733
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Update based on my review of the editor&#39;s copy.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3234

-- Commit Summary --

  * Recovery editorial update

-- File Changes --

    M draft-ietf-quic-recovery.md (49)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3234.patch
https://github.com/quicwg/base-drafts/pull/3234.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234

----==_mimepart_5dcef719902fd_7fc33f9c68acd96c2712733
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Update based on my review of the editor's copy.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3234'>https://github.com/quicwg/base-drafts/pull/3234</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Recovery editorial update</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3234/files#diff-0">draft-ietf-quic-recovery.md</a>
    (49)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3234.patch'>https://github.com/quicwg/base-drafts/pull/3234.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3234.diff'>https://github.com/quicwg/base-drafts/pull/3234.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK54MA7L3EWDYSGOQRLQT3XJTA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZWCQCA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK27BAR2MG2S6LYOHFDQT3XJTANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZVFKPJZZ6Q5RAMFLQT3XJTA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZWCQCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK54MA7L3EWDYSGOQRLQT3XJTA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZWCQCA",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK54MA7L3EWDYSGOQRLQT3XJTA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZWCQCA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcef719902fd_7fc33f9c68acd96c2712733--


From nobody Fri Nov 15 11:30:06 2019
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 2B66E120A2B for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:30:04 -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 e3K_Bc-VlsQ6 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:29:59 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 47CB91209C2 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:29:19 -0800 (PST)
Date: Fri, 15 Nov 2019 11:29:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846158; bh=F3BCvacAOw9Fh6vDu+dHqYro+jW3zuQ5oc6IJXYF7cw=; h=Date:From:To:Subject:From; b=Bf8xuGpzQDX2a5I3s6uLoMgGA1IpYPA0NiOwezvCsWnEno3ggsDXOwcvCCjE+L234 6BW6byivoYoIGawUdINhtRTwhj4hHWckEblp9SqAFLKfAS35wOlulT/vihJARYzl9V DOvnwn3XyQNtnfK6Ustlm27a09Ecgtpb/8vmqsSc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/c8df2b-956626@github.com>
Subject: [quicwg/base-drafts] 956626: whitespace
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/S727j1JL5KIOQbXDczlf2Wn0dKs>
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: Fri, 15 Nov 2019 19:30:04 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9566264ca83828a0a33abe1587cefa9da2071ed1
      https://github.com/quicwg/base-drafts/commit/9566264ca83828a0a33abe1587cefa9da2071ed1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

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

  Log Message:
  -----------
  whitespace



From nobody Fri Nov 15 11:30:14 2019
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 DE252120A19 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:30:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TXSp2EFIiSY2 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:30:06 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8C91B120A31 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:29:27 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id E9A35961DCD for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:29:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846166; bh=Pdz5e1sLXE1FOmsjWlrRnnbj8d57fmGk0F7Iu15aDcc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n4mrhLUJ8Bp5Vf3A2JrC0ObzHg7nRWnK8pPZTwYKp3SjsIdmTQz9Yx0/p+jvQuwSH 95Gwm90K2ZWATUH3Z1c2NyCQO8yoKM5C1iLCo6Z/NnSs+fUJ7C0slbocQ7fc7M8UuY GpppRdcnsTbi9YvKdcPC8R4U5LSzQMwVnFUz2E5U=
Date: Fri, 15 Nov 2019 11:29:26 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4280609902@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcefc96db2e4_79cd3f83b2ecd964522836"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/91v0ry5k6YR0fW9I6EvcpCFtVuI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 19:30:11 -0000

----==_mimepart_5dcefc96db2e4_79cd3f83b2ecd964522836
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9566264ca83828a0a33abe1587cefa9da2071ed1  whitespace


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/c8df2b0fc3d26156b956e622f3f73648e7df6005..9566264ca83828a0a33abe1587cefa9da2071ed1

----==_mimepart_5dcefc96db2e4_79cd3f83b2ecd964522836
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9566264ca83828a0a33abe1587cefa9da2071ed1">9566264</a>  whitespace</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/c8df2b0fc3d26156b956e622f3f73648e7df6005..9566264ca83828a0a33abe1587cefa9da2071ed1?email_source=notifications&amp;email_token=AFTOJKYUMXRN7KYIQOWIBHTQT32BNA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRQHE4TAMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7JIYJQBFF6FFLM55LQT32BNANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGYDV5UF3S3ANMVITQT32BNA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRQHE4TAMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/c8df2b0fc3d26156b956e622f3f73648e7df6005..9566264ca83828a0a33abe1587cefa9da2071ed1?email_source=notifications\u0026email_token=AFTOJKYUMXRN7KYIQOWIBHTQT32BNA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRQHE4TAMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/c8df2b0fc3d26156b956e622f3f73648e7df6005..9566264ca83828a0a33abe1587cefa9da2071ed1?email_source=notifications\u0026email_token=AFTOJKYUMXRN7KYIQOWIBHTQT32BNA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRQHE4TAMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcefc96db2e4_79cd3f83b2ecd964522836--


From nobody Fri Nov 15 11:37:12 2019
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 E03271208E0 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 puoCwjW2MXsf for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:08 -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 7F39A120956 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:37:08 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id F357F2616D7 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:37:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846628; bh=Yqpn42kvI/AAfWGlmwH82Evw33TLhvrSluhQNKnSWyk=; h=Date:From:To:Subject:From; b=DMxsf9VlbsFALx7tT0o+o93dGh4/gAjlD1NUBttMIISmW+IRKfi4/9jyXw0+zuo4d cXF90KtvkUXDGjafck3wHAjqZRKid/XR45qOrkTqkzsSd5NOPCfh9p5GD9ynOaQZjW YP+xTM7vHp1GvcWqAoAb5MjcNfAttthLt3RObrJk=
Date: Fri, 15 Nov 2019 11:37:07 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/956626-0cf2aa@github.com>
Subject: [quicwg/base-drafts] 0cf2aa: Update draft-ietf-quic-recovery.md
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/volMco7pqVDgq_2njnhcly5DlyM>
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: Fri, 15 Nov 2019 19:37:11 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0cf2aab793c7393a9edad7f5a3fc360b56d9646b
      https://github.com/quicwg/base-drafts/commit/0cf2aab793c7393a9edad7f5a3fc360b56d9646b
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

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

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



From nobody Fri Nov 15 11:37:21 2019
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 389E11208E0 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4JKyvGNopo7z for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:17 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58CA7120956 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:37:17 -0800 (PST)
Date: Fri, 15 Nov 2019 11:37:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846635; bh=WNdnsbwB/Y7KXL9u3bz9h7fVghON2pF//1NKJyC4y54=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=giYBwMrhVn5/Lt6oTHUXeuQfAiXv79mWDpO/06mZGlRnIxUJYTbqorNxW+hw2BfDd xw2vPBDTfAZW74SYnd5EdmRCzbgR+h4JNoVnlXCSx5nOrlsws5UZjVly+Poawh+z2t 4sIYMJO6/BoKUUlS3apcg347oEbW8Tnlm3KlM7YI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4280637742@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcefe6b8c889_67143fdb954cd960218572"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wpe1iYS5ihVZmKImj_4od_vPFGI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 19:37:19 -0000

----==_mimepart_5dcefe6b8c889_67143fdb954cd960218572
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

0cf2aab793c7393a9edad7f5a3fc360b56d9646b  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/9566264ca83828a0a33abe1587cefa9da2071ed1..0cf2aab793c7393a9edad7f5a3fc360b56d9646b

----==_mimepart_5dcefe6b8c889_67143fdb954cd960218572
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0cf2aab793c7393a9edad7f5a3fc360b56d9646b">0cf2aab</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/9566264ca83828a0a33abe1587cefa9da2071ed1..0cf2aab793c7393a9edad7f5a3fc360b56d9646b?email_source=notifications&amp;email_token=AFTOJKZROYXWMFRYP7K77M3QT326XA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRTG43TIMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6D22DNXFMJFWUGTRTQT326XANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK554VLWRGDAJTOXCETQT326XA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRTG43TIMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/9566264ca83828a0a33abe1587cefa9da2071ed1..0cf2aab793c7393a9edad7f5a3fc360b56d9646b?email_source=notifications\u0026email_token=AFTOJKZROYXWMFRYP7K77M3QT326XA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRTG43TIMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/9566264ca83828a0a33abe1587cefa9da2071ed1..0cf2aab793c7393a9edad7f5a3fc360b56d9646b?email_source=notifications\u0026email_token=AFTOJKZROYXWMFRYP7K77M3QT326XA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DANRTG43TIMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcefe6b8c889_67143fdb954cd960218572--


From nobody Fri Nov 15 11:37:57 2019
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 D9630120956 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:55 -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 EH8alDElcH6Q for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:37:54 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 972881208E0 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:37:54 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id EBD25A10AE for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:37:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846673; bh=Ufad+qO7gcW9MN3vibXsS0usZVMJ/LbBnhDjumOrNMc=; h=Date:From:To:Subject:From; b=GbCf4H/8cP3Uf8u5CfiiY1dNw3mKwQugqmLy1e4VNvAh5gnHx43dNfIhNPaYBTr+M B4iNrT26nXZkj5icwyC+UA3LelQ6y9rWerPZEHfVgLn2OzG0l98TY5Tu+z76gmMXGd 6wSsCKMwVd9UtwjulVpGc7zPOO4fyWiWhkph+5MI=
Date: Fri, 15 Nov 2019 11:37:53 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/68a62f-36f319@github.com>
Subject: [quicwg/base-drafts] 36f319: Script updating gh-pages from 0cf2aab7. [ci skip]
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/HMQPE1mbVwxDNe0OCmfcnx3TofY>
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: Fri, 15 Nov 2019 19:37:56 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 36f319c846738073074c9498546f877dedf5c2ce
      https://github.com/quicwg/base-drafts/commit/36f319c846738073074c9498546f877dedf5c2ce
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    A ianswett-recovery-editorial/draft-ietf-quic-http.html
    A ianswett-recovery-editorial/draft-ietf-quic-http.txt
    A ianswett-recovery-editorial/draft-ietf-quic-invariants.html
    A ianswett-recovery-editorial/draft-ietf-quic-invariants.txt
    A ianswett-recovery-editorial/draft-ietf-quic-qpack.html
    A ianswett-recovery-editorial/draft-ietf-quic-qpack.txt
    A ianswett-recovery-editorial/draft-ietf-quic-recovery.html
    A ianswett-recovery-editorial/draft-ietf-quic-recovery.txt
    A ianswett-recovery-editorial/draft-ietf-quic-tls.html
    A ianswett-recovery-editorial/draft-ietf-quic-tls.txt
    A ianswett-recovery-editorial/draft-ietf-quic-transport.html
    A ianswett-recovery-editorial/draft-ietf-quic-transport.txt
    A ianswett-recovery-editorial/index.html
    R ianswett-under-utilizing/draft-ietf-quic-http.html
    R ianswett-under-utilizing/draft-ietf-quic-http.txt
    R ianswett-under-utilizing/draft-ietf-quic-invariants.html
    R ianswett-under-utilizing/draft-ietf-quic-invariants.txt
    R ianswett-under-utilizing/draft-ietf-quic-qpack.html
    R ianswett-under-utilizing/draft-ietf-quic-qpack.txt
    R ianswett-under-utilizing/draft-ietf-quic-recovery.html
    R ianswett-under-utilizing/draft-ietf-quic-recovery.txt
    R ianswett-under-utilizing/draft-ietf-quic-tls.html
    R ianswett-under-utilizing/draft-ietf-quic-tls.txt
    R ianswett-under-utilizing/draft-ietf-quic-transport.html
    R ianswett-under-utilizing/draft-ietf-quic-transport.txt
    R ianswett-under-utilizing/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 0cf2aab7. [ci skip]



From nobody Fri Nov 15 11:39:50 2019
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 D18DF12096C for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:39:47 -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 vjWjP57vVdAC for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 11:39:46 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE11312097F for <quic-issues@ietf.org>; Fri, 15 Nov 2019 11:39:40 -0800 (PST)
Date: Fri, 15 Nov 2019 11:39:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573846780; bh=JlQyksyFhPYOaI2W5sHqq7p0SZUHu6CQYRwfZ+ytwq4=; h=Date:From:To:Subject:From; b=lbyk9Jzx3M7/V8Yo+uDFBTYhNck5SzAgdth2fkekEbJZKCPBAVlsHyNrXnyN+MNlS yHKBBYRd5K7wdnb3IMZUgspcPqCbAUr0OJYeRcIxARHpSwJGuchkFN1kBwxJHQyX83 Xxc6bMrjSjWq1bE5OhawCxIbW76dgGb8N4iO6edM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/36f319-a8d733@github.com>
Subject: [quicwg/base-drafts] a8d733: Script updating issues at 2019-11-15T19:39:32Z. [c...
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/2DJevE7c4XvQ8jhlWYEc9dodrKw>
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: Fri, 15 Nov 2019 19:39:48 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a8d733032afb175da24f31d7d52c21d369ca6d7a
      https://github.com/quicwg/base-drafts/commit/a8d733032afb175da24f31d7d52c21d369ca6d7a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-15T19:39:32Z. [ci skip]



From nobody Fri Nov 15 14:09:39 2019
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 07823120895 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 14:09:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P6VAjaFE83Y1 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 14:09:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E794F1208E6 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 14:09:35 -0800 (PST)
Date: Fri, 15 Nov 2019 14:09:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573855775; bh=wCH2h9/+jAKRLEHNgIQBn4GbiAKHMN3h/Q4tK6+E+a8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Wl2Yf5dE57VJyfOJCjnPeb0FbxN0rgqLoZZtj5WUiWimoKe07tQvneCeIwhw8Pi87 bhvhn1XLDmaeH9saq4oD4qQzUDK76XASz+Mf0CgVIzs14ZVQZ4NrT7KmxNhrSqy3fX bpIcNgS+tOkhax+S0EAr1prIoMn6pPTB7WF+5Ffw=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZS3I5OQHTL7C3BTDV33RKJ7EVBNHHB6NZ4BA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3235@github.com>
Subject: [quicwg/base-drafts] HTTP: server may interleave DUPLICATE_PUSH frames as well (#3235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf221fa255_70e83fef6a2cd96022778cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0Wmo3qCWPt8Qyf_B5asxZioU4Oc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 15 Nov 2019 22:09:38 -0000

----==_mimepart_5dcf221fa255_70e83fef6a2cd96022778cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3235

-- Commit Summary --

  * HTTP: server may interleave DUPLICATE_PUSH frames as well

-- File Changes --

    M draft-ietf-quic-http.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3235.patch
https://github.com/quicwg/base-drafts/pull/3235.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3235

----==_mimepart_5dcf221fa255_70e83fef6a2cd96022778cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3235'>https://github.com/quicwg/base-drafts/pull/3235</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>HTTP: server may interleave DUPLICATE_PUSH frames as well</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3235/files#diff-0">draft-ietf-quic-http.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3235.patch'>https://github.com/quicwg/base-drafts/pull/3235.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3235.diff'>https://github.com/quicwg/base-drafts/pull/3235.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications&amp;email_token=AFTOJK65CSLARRHUT4JW74TQT4MZ7A5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZXHQEA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6XEE7HPZB5TMGBDDLQT4MZ7ANCNFSM4JOBIYVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XNEFME2UCFOJPKWDQT4MZ7A5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZXHQEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications\u0026email_token=AFTOJK65CSLARRHUT4JW74TQT4MZ7A5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZXHQEA",
"url": "https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications\u0026email_token=AFTOJK65CSLARRHUT4JW74TQT4MZ7A5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZXHQEA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcf221fa255_70e83fef6a2cd96022778cd--


From nobody Fri Nov 15 16:19:38 2019
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 246BA120052 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 16:19:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mQujANjMGgHj for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 16:19:34 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE205120033 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 16:19:15 -0800 (PST)
Date: Fri, 15 Nov 2019 16:19:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573863554; bh=UE+g7Pg7vC5qORhsSu2nGrxVrRBRUAsVx75qCnHpNqs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uK7K9vlNgcjf3iLqBXFYbUHEJT2TtMLOO/mwnW0HJs0cZNq6/gMtSv8eu+eMPynDw 9C2O75b03DjGCWuthZgHwE8mRmvMLLjx2TUOn6cyqGMThy+kr38lNH42vMFBXzOqQR AkgVmhylHPpSLTLuzl0AI64dPAHj90hZ+wS36uys=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7GAYRQ4MA2AW3PVMN33RZQFEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554579886@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf40828ed23_4e5e3fa4fb8cd96447383d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xdCsIbX3urX6zh0KsQnJe4ANPGs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 00:19:36 -0000

----==_mimepart_5dcf40828ed23_4e5e3fa4fb8cd96447383d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Can you elaborate why? Is this about security, or ossification?=0D
=0D
-- Christian Huitema =0D
=0D
> On Nov 15, 2019, at 6:32 PM, ekr <notifications@github.com> wrote:=0D
> =0D
> =EF=BB=BF=0D
> The discussion on this PR and related issue #3014 indicates that there =
is interest in the Retry Integrity Tag. On top of that, the PR as-is is c=
urrently covered by the chairs' latest consensus call.=0D
> =0D
> Yes, and I'm responding to that saying we ought to encrypt.=0D
> =0D
> =E2=80=94=0D
> You are receiving this because you commented.=0D
> Reply to this email directly, view it on GitHub, or unsubscribe.=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554579886=

----==_mimepart_5dcf40828ed23_4e5e3fa4fb8cd96447383d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Can you elaborate why? Is this about security, or ossification?<br>=0D
<br>=0D
-- Christian Huitema <br>=0D
<br>=0D
&gt; On Nov 15, 2019, at 6:32 PM, ekr &lt;notifications@github.com&gt; wr=
ote:<br>=0D
&gt; <br>=0D
&gt; =EF=BB=BF<br>=0D
&gt; The discussion on this PR and related issue #3014 indicates that the=
re is interest in the Retry Integrity Tag. On top of that, the PR as-is i=
s currently covered by the chairs&#39; latest consensus call.<br>=0D
&gt; <br>=0D
&gt; Yes, and I&#39;m responding to that saying we ought to encrypt.<br>=0D=

&gt; <br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you commented.<br>=0D
&gt; Reply to this email directly, view it on GitHub, or unsubscribe.<br>=
=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3120?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6UQ5YVSAHBARKGJ33QT44AFA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHDPLQ#issuecomment-554579886">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJKZAKJJY3QJGTC4QSSTQT44AFANCNFSM4JCAOODA">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJK4AFLNUDCUHYJQK5Y3QT44AF=
A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEEHDPLQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3D=
notifications\u0026email_token=3DAFTOJK6UQ5YVSAHBARKGJ33QT44AFA5CNFSM4JCA=
OODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHDPLQ#i=
ssuecomment-554579886",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6UQ5YVSAHBARKGJ33QT44AFA5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHDPLQ#iss=
uecomment-554579886",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcf40828ed23_4e5e3fa4fb8cd96447383d--


From nobody Fri Nov 15 17:04:36 2019
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 3277612006D for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:04:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dks-1Jqctr3A for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:04:32 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7224C120019 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 17:04:32 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 5C982A0D7B for <quic-issues@ietf.org>; Fri, 15 Nov 2019 17:04:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573866271; bh=nn7ufz3Q3ZhtqyecN/rNHHzZ45DTlS6DUQu7Hnul0xQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wqXmQnLLbk+/2Ir86M+q+hjzmutkO8ivtqZWxEdwNCC94LzBKg+EA3yqKI2xfPQiA GZguc5thGlP37/9fe8V+xqykRoGrzRGqv4zijPSV0SZXVC2Dh+sgPHUWmYjv2Gh8v+ RfkulgwicnXRm7C8hjE2RVOW6C0TDyIz4i03gc10=
Date: Fri, 15 Nov 2019 17:04:31 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2JLOXP3H3G5UTBPRV33R6Z7EVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/review/315967113@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf4b1f4db39_57853fbf044cd96822523c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4PdrMBVtqeue8wEtQzlf_6UVPD4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 01:04:34 -0000

----==_mimepart_5dcf4b1f4db39_57853fbf044cd96822523c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> +For connections that are no longer needed or desired, there are several ways for
+a client and server to terminate a connection ({{termination}}).

Do you have a suggestion?  I hit that briefly in the first paragraph with the "this is for sending stuff by application protocols", but I realize that might not be satisfactory.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#discussion_r345543183
----==_mimepart_5dcf4b1f4db39_57853fbf044cd96822523c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3225#discussion_r345543183">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +For connections that are no longer needed or desired, there are several ways for
+a client and server to terminate a connection ({{termination}}).
</pre>
<p>Do you have a suggestion?  I hit that briefly in the first paragraph with the "this is for sending stuff by application protocols", but I realize that might not be satisfactory.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJKYC5C3KQWM4RPIVUBTQT5BJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKUNCI#discussion_r345543183">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK25XQPNN57M4JQVOPTQT5BJ7ANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZADVHEJQFFLWKWYLQT5BJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKUNCI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKYC5C3KQWM4RPIVUBTQT5BJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKUNCI#discussion_r345543183",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJKYC5C3KQWM4RPIVUBTQT5BJ7A5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLKUNCI#discussion_r345543183",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf4b1f4db39_57853fbf044cd96822523c--


From nobody Fri Nov 15 17:31:19 2019
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 1C4001200F1 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:31:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 isRzGmcpSAoK for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:31:16 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 673DF120044 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 17:31:16 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id ACF696E0477 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 17:31:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573867875; bh=KXvYyMCC+2nQkGLpEqHuQEktCkfCghCr6slZOaMnJ6o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GOVA8ShSkaGmDLTqoHsllQFO9Pfu5pJ5hc5nPfqRvTTDAjmRmUtkvYovIISKCd6tH I9Y9a6ZX1G9QF9ouSZu150eDMey25sRam6muImaVANAUtCjayUg0W0w3WDOApcg+Zo 9MPQjuOzcWNAA+bPHWygre9SPEEG6EQRZo/UEVzs=
Date: Fri, 15 Nov 2019 17:31:15 -0800
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY4PIDPSUODXTA6OUF33SB6HEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c554589952@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf51639b73c_5eec3fee054cd960445451f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/22tRt_6s476P7LxmDzQ0rgr2ntg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 01:31:18 -0000

----==_mimepart_5dcf51639b73c_5eec3fee054cd960445451f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Ossification. Same reason we encrypt Initial=0D
=0D
=0D
On Fri, Nov 15, 2019 at 4:19 PM Christian Huitema <notifications@github.c=
om>=0D
wrote:=0D
=0D
> Can you elaborate why? Is this about security, or ossification?=0D
>=0D
> -- Christian Huitema=0D
>=0D
> > On Nov 15, 2019, at 6:32 PM, ekr <notifications@github.com> wrote:=0D=

> >=0D
> > =EF=BB=BF=0D
> > The discussion on this PR and related issue #3014 indicates that ther=
e=0D
> is interest in the Retry Integrity Tag. On top of that, the PR as-is is=
=0D
> currently covered by the chairs' latest consensus call.=0D
> >=0D
> > Yes, and I'm responding to that saying we ought to encrypt.=0D
> >=0D
> > =E2=80=94=0D
> > You are receiving this because you commented.=0D
> > Reply to this email directly, view it on GitHub, or unsubscribe.=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you were mentioned.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dnotific=
ations&email_token=3DAAIPLIKXYMQMDUA52WE6GMDQT4373A5CNFSM4JCAOODKYY3PNVWW=
K3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHDPLQ#issuecomment-=
554579886>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/AAIPLIJPCTOVFIYEGVOB=
UB3QT4373ANCNFSM4JCAOODA>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554589952=

----==_mimepart_5dcf51639b73c_5eec3fee054cd960445451f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Ossification. Same reason we encrypt Initial<br>=0D
<br>=0D
<br>=0D
On Fri, Nov 15, 2019 at 4:19 PM Christian Huitema &lt;notifications@githu=
b.com&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; Can you elaborate why? Is this about security, or ossification?<br>=0D=

&gt;<br>=0D
&gt; -- Christian Huitema<br>=0D
&gt;<br>=0D
&gt; &gt; On Nov 15, 2019, at 6:32 PM, ekr &lt;notifications@github.com&g=
t; wrote:<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; =EF=BB=BF<br>=0D
&gt; &gt; The discussion on this PR and related issue #3014 indicates tha=
t there<br>=0D
&gt; is interest in the Retry Integrity Tag. On top of that, the PR as-is=
 is<br>=0D
&gt; currently covered by the chairs&#39; latest consensus call.<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; Yes, and I&#39;m responding to that saying we ought to encrypt.=
<br>=0D
&gt; &gt;<br>=0D
&gt; &gt; =E2=80=94<br>=0D
&gt; &gt; You are receiving this because you commented.<br>=0D
&gt; &gt; Reply to this email directly, view it on GitHub, or unsubscribe=
.<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you were mentioned.<br>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dn=
otifications&amp;email_token=3DAAIPLIKXYMQMDUA52WE6GMDQT4373A5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHDPLQ#iss=
uecomment-554579886&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AAIPLIJPCTOVFI=
YEGVOBUB3QT4373ANCNFSM4JCAOODA&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3120?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK63HX4NUEFRQIMPRPTQT5EOHA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHF6AA#issuecomment-554589952">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJK43OVAAVEYZ7E3RSQTQT5EOHANCNFSM4JCAOODA">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJKYUJZ25DEFIJJUCMP3QT5EOH=
A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEEHF6AA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3D=
notifications\u0026email_token=3DAFTOJK63HX4NUEFRQIMPRPTQT5EOHA5CNFSM4JCA=
OODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHF6AA#i=
ssuecomment-554589952",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK63HX4NUEFRQIMPRPTQT5EOHA5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHF6AA#iss=
uecomment-554589952",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcf51639b73c_5eec3fee054cd960445451f--


From nobody Fri Nov 15 17:44:25 2019
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 712BF120096 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:44:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 emB9tXbVMKf9 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 17:44:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C43B5120044 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 17:44:18 -0800 (PST)
Date: Fri, 15 Nov 2019 17:44:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573868658; bh=OVw8TJdmFmep3D/P5IhunJHK5QFfJWDgpiWVkHKtbjY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UjodX44mULdJ8hEOmH3tY6WS5cHz392ryGgGOzto9wmNfxcg+JeQBfb1EJZL0uHKx iv1SydApeoVBnbpgw8d9OGasQp68i/JAmEu0e6roYd8MJNOe701StVvGbDmmd/ye8j LMCLbvlFWTIuIORe+mh6mKzBz8MvtKqPR/Qnc6lI=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5XR2LSXKPH7NLRJYN33SDPDEVBNHHB6NZ4BA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3235/review/317944134@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3235@github.com>
References: <quicwg/base-drafts/pull/3235@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: server may interleave DUPLICATE_PUSH frames as well (#3235)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf5471ee44c_90f3fc898ccd96844471ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/riI71sPuCkFyXrCpQxiPGcAJcbU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 01:44:24 -0000

----==_mimepart_5dcf5471ee44c_90f3fc898ccd96844471ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue approved this pull request.

Lgtm



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3235#pullrequestreview-317944134
----==_mimepart_5dcf5471ee44c_90f3fc898ccd96844471ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> approved this pull request.</p>

<p>Lgtm</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications&amp;email_token=AFTOJK67C5TEMQ2NMJZQRILQT5F7DA5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZXCRQ#pullrequestreview-317944134">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3BGYAGQ3NUITWXILTQT5F7DANCNFSM4JOBIYVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY35RNHGZL2TFR57IDQT5F7DA5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZXCRQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications\u0026email_token=AFTOJK67C5TEMQ2NMJZQRILQT5F7DA5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZXCRQ#pullrequestreview-317944134",
"url": "https://github.com/quicwg/base-drafts/pull/3235?email_source=notifications\u0026email_token=AFTOJK67C5TEMQ2NMJZQRILQT5F7DA5CNFSM4JOBIYV2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZXCRQ#pullrequestreview-317944134",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf5471ee44c_90f3fc898ccd96844471ae--


From nobody Fri Nov 15 19:36:21 2019
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 8D0F91200B1 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 19:36:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Px5FQgU2Bhej for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 19:36:19 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F08E61200A4 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 19:36:18 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 2CBAE6E0541 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 19:36:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573875378; bh=UhSgAAJy5m2l74h4j7YpaCiOKf42XYBCEt34vzf45dk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=nyvAiVxJTP3qo9/m/yamdm87aXrxkc+SP2h+S+766CYGnsMTnXswBcDnAfFU9tDj2 6vQzgAZhETkJkZyDE3fEF7R2HY1DmEJihNcAKm7f8Su/OgKELFYYxZnbx0AbRXLN8C Q+gQOTQz2c0/1H94kxa6UoWkblRy0pmaLmEnren8=
Date: Fri, 15 Nov 2019 19:36:18 -0800
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY4A2AXR4FFYDJA4HV33SQTFEVBNHHB6OCO7E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3236@github.com>
Subject: [quicwg/base-drafts] OnPacketAcknowledgment pseudocode is unclear (#3236)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf6eb21d6a0_df63fbd33acd96c10773b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/q5UBXS0WoXEFp-PsMAuFLvy05fc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 03:36:21 -0000

----==_mimepart_5dcf6eb21d6a0_df63fbd33acd96c10773b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

the pseudocode refers to IsAppLImited(). This function is not defined anywhere, and as Section 6.9 makes clear, it's not just app limited, but also if it's flow-control limited. It would be good to rename this function.

I've already had an engineer screw this up by following just the psuedocode.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3236
----==_mimepart_5dcf6eb21d6a0_df63fbd33acd96c10773b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>the pseudocode refers to IsAppLImited(). This function is not defined anywhere, and as Section 6.9 makes clear, it's not just app limited, but also if it's flow-control limited. It would be good to rename this function.</p>
<p>I've already had an engineer screw this up by following just the psuedocode.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications&amp;email_token=AFTOJK4N56Q7SKAH5JOA6OTQT5TDFA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZYJ34Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4BPDTWZS4EYE57A53QT5TDFANCNFSM4JODHUWQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGRES4NYXR6Y3YBPDQT5TDFA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZYJ34Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications\u0026email_token=AFTOJK4N56Q7SKAH5JOA6OTQT5TDFA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZYJ34Q",
"url": "https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications\u0026email_token=AFTOJK4N56Q7SKAH5JOA6OTQT5TDFA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZYJ34Q",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf6eb21d6a0_df63fbd33acd96c10773b0--


From nobody Fri Nov 15 20:10:30 2019
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 01D3A12009E for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 20:10:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mdBphCdaTjc7 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 20:10:26 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7905612001A for <quic-issues@ietf.org>; Fri, 15 Nov 2019 20:10:26 -0800 (PST)
Date: Fri, 15 Nov 2019 20:10:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573877425; bh=/oOLw7hwP/A8XDY2RqbJe+y8YjfS+oSjoLDL/gjnnLA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xFKWhefc0q3FEotefoJH4j05DoQZHfOEE3CWR37rZmeFH+YnvMKxbh4NRFcdgU83f +0cHdyYUceiZDPITGLpMMpHOsXq+ByAdb1wo6EghxS2mWDdVOKcF8i6NnuDEUTkQy6 eeuirrpoOfAA0QS7gbEa8cHFYLFcVyJnBOt2wyaE=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4281785438@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf76b1ac510_a583fe24decd9602295e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZqbfqowHGhr3YhyucY4LgEyW9ow>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 04:10:28 -0000

----==_mimepart_5dcf76b1ac510_a583fe24decd9602295e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

cb581002a416ac5f1ac2f2f9eb87d5b834a94141  Merge branch 'master' into ek/migration_threat_model


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/5f80f8b12d669a1dad61c27ef18c84784892d5b9..cb581002a416ac5f1ac2f2f9eb87d5b834a94141

----==_mimepart_5dcf76b1ac510_a583fe24decd9602295e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cb581002a416ac5f1ac2f2f9eb87d5b834a94141">cb58100</a>  Merge branch &#39;master&#39; into ek/migration_threat_model</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/5f80f8b12d669a1dad61c27ef18c84784892d5b9..cb581002a416ac5f1ac2f2f9eb87d5b834a94141?email_source=notifications&amp;email_token=AFTOJK5ROJPPUKUVDXK6NSLQT5XDDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCNZYGU2DGOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYB3N4VNRNFRSTGYD3QT5XDDANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JHWHJXCGC64K4F5DQT5XDDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCNZYGU2DGOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/5f80f8b12d669a1dad61c27ef18c84784892d5b9..cb581002a416ac5f1ac2f2f9eb87d5b834a94141?email_source=notifications\u0026email_token=AFTOJK5ROJPPUKUVDXK6NSLQT5XDDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCNZYGU2DGOA",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/5f80f8b12d669a1dad61c27ef18c84784892d5b9..cb581002a416ac5f1ac2f2f9eb87d5b834a94141?email_source=notifications\u0026email_token=AFTOJK5ROJPPUKUVDXK6NSLQT5XDDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCNZYGU2DGOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcf76b1ac510_a583fe24decd9602295e8--


From nobody Fri Nov 15 20:58:01 2019
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 7758812007C for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 20:58:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bsKzx6doCkme for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 20:57:59 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB79C1200B6 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 20:57:58 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id DBD8052098D for <quic-issues@ietf.org>; Fri, 15 Nov 2019 20:57:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573880277; bh=x2mmpvd90j+dIb3LHvx5e4B0BjplDhf2NWEDP2+BzyA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bMIi/6dKsOUdOSc85ztHyFktVqPjXh70PCUG2UkyNawYc6zWIEsCaDc6b0Vd/Ls2p vbGk7LYUNIhF2B5MgvYxa+Pok9eqpGRDewARVk9P42tjH3/NHHlX1oPyAknxjGVKQK 5wY2bzl8WjaxfWPMvR9XdN95cuxKQo6EstLj+ikQ=
Date: Fri, 15 Nov 2019 20:57:57 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3AOCKVK22ERVSIX7533S2FLEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317952509@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf81d5cc84c_7db53fa4294cd9682433150"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/849QCg4q93Qp34HDEVxeG5vV6tA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 04:58:00 -0000

----==_mimepart_5dcf81d5cc84c_7db53fa4294cd9682433150
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

gorryfair commented on this pull request.

Comments from Hackathon - basically heading in correct direction.

> +to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
+
+An attacker that can cause a packet it observes to no longer reach its intended
+destination is considered an on-path attacker.  Such an attacker generally is
+present between the QUIC client and server, and a QUIC endpoint is required to
+send packets through this attacker to establish connectivity on a given path.
+
+An on-path attacker can:
+
+- Inspect packets
+- Modify IP and UDP packet headers
+- Inject new packets
+- Delay packets

Delay (includes reordering)

> +the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify encrypted packet payloads

he can - but they don't work

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#pullrequestreview-317952509
----==_mimepart_5dcf81d5cc84c_7db53fa4294cd9682433150
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@gorryfair</b> commented on this pull request.</p>

<p>Comments from Hackathon - basically heading in correct direction.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347075885">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
+
+An attacker that can cause a packet it observes to no longer reach its intended
+destination is considered an on-path attacker.  Such an attacker generally is
+present between the QUIC client and server, and a QUIC endpoint is required to
+send packets through this attacker to establish connectivity on a given path.
+
+An on-path attacker can:
+
+- Inspect packets
+- Modify IP and UDP packet headers
+- Inject new packets
+- Delay packets
</pre>
<p>Delay (includes reordering)</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347076313">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify encrypted packet payloads
</pre>
<p>he can - but they don't work</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK245DELTOKJNQJER2DQT54VLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZD7I#pullrequestreview-317952509">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK735ER4HBHO3HFYK5LQT54VLANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ISTPEBND3IXR25DTQT54VLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZD7I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK245DELTOKJNQJER2DQT54VLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZD7I#pullrequestreview-317952509",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK245DELTOKJNQJER2DQT54VLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZD7I#pullrequestreview-317952509",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf81d5cc84c_7db53fa4294cd9682433150--


From nobody Fri Nov 15 22:00:09 2019
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 DE6101200CD for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DJ9q_rqYVrzo for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:06 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 413721200CE for <quic-issues@ietf.org>; Fri, 15 Nov 2019 22:00:06 -0800 (PST)
Date: Fri, 15 Nov 2019 22:00:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573884005; bh=Zv/ZS//MsjM4GwI9xR+qzS3pjxx4uuEoJcOYPMRIj+8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PuX1J+EA3dgPgAFWnRouSuifHXoC0PNKQvP7iFit1DM+N7mPtgYd5cGvEUJRHJjCX 8zI115MgYiMLFQsLvfPVk3RtLD3jW5xJug3kqy8b4iq8ECISr3h0sGtym/KFiqpzen l6KegWUr1TmjTjvEK+Y8G1lYlWD8vo3Bi7Blxko0=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4281904269@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf906565670_16d23f8782ccd96026601d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DcnoyEMv9AlT7qcDforeTTh4nbg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 06:00:08 -0000

----==_mimepart_5dcf906565670_16d23f8782ccd96026601d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

bda13ed1f4905a75a55f245fcdfa6835848d8ab4  Update with Gorry's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/cb581002a416ac5f1ac2f2f9eb87d5b834a94141..bda13ed1f4905a75a55f245fcdfa6835848d8ab4

----==_mimepart_5dcf906565670_16d23f8782ccd96026601d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bda13ed1f4905a75a55f245fcdfa6835848d8ab4">bda13ed</a>  Update with Gorry&#39;s comments</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/cb581002a416ac5f1ac2f2f9eb87d5b834a94141..bda13ed1f4905a75a55f245fcdfa6835848d8ab4?email_source=notifications&amp;email_token=AFTOJK2MTWVDHRNUNMVQZO3QT6D6LA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCOJQGQZDMOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHJNORB3NFV6IJAETQT6D6LANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZONBIK2MESZPYVW63QT6D6LA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCOJQGQZDMOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/cb581002a416ac5f1ac2f2f9eb87d5b834a94141..bda13ed1f4905a75a55f245fcdfa6835848d8ab4?email_source=notifications\u0026email_token=AFTOJK2MTWVDHRNUNMVQZO3QT6D6LA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCOJQGQZDMOI",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/cb581002a416ac5f1ac2f2f9eb87d5b834a94141..bda13ed1f4905a75a55f245fcdfa6835848d8ab4?email_source=notifications\u0026email_token=AFTOJK2MTWVDHRNUNMVQZO3QT6D6LA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DCOJQGQZDMOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcf906565670_16d23f8782ccd96026601d--


From nobody Fri Nov 15 22:00:38 2019
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 1C6A11200B2 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ln8x_u_dt_sk for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:35 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9EE3412022C for <quic-issues@ietf.org>; Fri, 15 Nov 2019 22:00:35 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 17B561210D4 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 22:00:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573884035; bh=vL6NOyK/FbP6E8UF7mM1oCgy3HDXLCykVZeJItw3WXs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Jnp32TiNacppgAMxm3jxAkarRKOx5g9VEeqtW2D7T8zENP+48BsvtT3P9iXsf5VzB ABnYSZ9U2q2FWj47t6CH8aHwM2qW3SeO+k7GTFbBv/n8mOP5aske0I+H2s5scghbyA 4oRE04eOOR8k3y9+9oC3s8kK4mvOH8JBduJh7/zc=
Date: Fri, 15 Nov 2019 22:00:34 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5OLVICVBQ7K5XOXH533TBQFEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317955155@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf9082c7a8c_65af3f95078cd96862398c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V_OiTl8yB46y1Q9WQLAU7n45DPg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 06:00:37 -0000

----==_mimepart_5dcf9082c7a8c_65af3f95078cd96862398c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify encrypted packet payloads

Changed in bda13ed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347078294
----==_mimepart_5dcf9082c7a8c_65af3f95078cd96862398c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347078294">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify encrypted packet payloads
</pre>
<p>Changed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/bda13ed1f4905a75a55f245fcdfa6835848d8ab4/hovercard" href="https://github.com/quicwg/base-drafts/commit/bda13ed1f4905a75a55f245fcdfa6835848d8ab4"><tt>bda13ed</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK4ICXPWWVT3BEFNOGLQT6EAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYUY#discussion_r347078294">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3A2LDA4P4SUTSQ373QT6EAFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2L4NKWSFCBOJ7DVITQT6EAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYUY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4ICXPWWVT3BEFNOGLQT6EAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYUY#discussion_r347078294",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4ICXPWWVT3BEFNOGLQT6EAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYUY#discussion_r347078294",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf9082c7a8c_65af3f95078cd96862398c--


From nobody Fri Nov 15 22:00:46 2019
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 BB6EB1200CC for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I1jvfpQe-D09 for <quic-issues@ietfa.amsl.com>; Fri, 15 Nov 2019 22:00:42 -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 042671200B2 for <quic-issues@ietf.org>; Fri, 15 Nov 2019 22:00:42 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 0B4808C083C for <quic-issues@ietf.org>; Fri, 15 Nov 2019 22:00:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573884041; bh=Z9rxtrba6rYEaSVlQLPfkR44djYEKSv9RO++6iPU0Y8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=y01oqpyEk3Q+IHrknEwn0U29Z8SMEwYy9weazzB1U1kNyHjMO65xozer7OPqk4tK6 9k68mbHZK9S/YPsRAnhL1cYlHK0pX8xvRAXHGnBdqLUhqatrNTDzmm/B3oEDbgEaJz ghs6cwnOQBNnsPEdX60HnprE8PTT/r9MkmlUK17g=
Date: Fri, 15 Nov 2019 22:00:40 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNJ6IWNGE6CPS64ZF33TBQREVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317955159@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcf9088ef39e_4c63fca280cd960194532"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2cetv9MkowQf0BOfrE_rK7uh25w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 06:00:45 -0000

----==_mimepart_5dcf9088ef39e_4c63fca280cd960194532
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
+
+An attacker that can cause a packet it observes to no longer reach its intended
+destination is considered an on-path attacker.  Such an attacker generally is
+present between the QUIC client and server, and a QUIC endpoint is required to
+send packets through this attacker to establish connectivity on a given path.
+
+An on-path attacker can:
+
+- Inspect packets
+- Modify IP and UDP packet headers
+- Inject new packets
+- Delay packets

Thanks! 
Changed in bda13ed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347078297
----==_mimepart_5dcf9088ef39e_4c63fca280cd960194532
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347078297">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
+
+An attacker that can cause a packet it observes to no longer reach its intended
+destination is considered an on-path attacker.  Such an attacker generally is
+present between the QUIC client and server, and a QUIC endpoint is required to
+send packets through this attacker to establish connectivity on a given path.
+
+An on-path attacker can:
+
+- Inspect packets
+- Modify IP and UDP packet headers
+- Inject new packets
+- Delay packets
</pre>
<p>Thanks!<br>
Changed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/bda13ed1f4905a75a55f245fcdfa6835848d8ab4/hovercard" href="https://github.com/quicwg/base-drafts/commit/bda13ed1f4905a75a55f245fcdfa6835848d8ab4"><tt>bda13ed</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK6MGOFY555EECQT4N3QT6EARA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYVY#discussion_r347078297">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZPWGFPG2PARZPAA6DQT6EARANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3UKWRL2GNF6IN7ZE3QT6EARA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6MGOFY555EECQT4N3QT6EARA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYVY#discussion_r347078297",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6MGOFY555EECQT4N3QT6EARA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZZYVY#discussion_r347078297",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcf9088ef39e_4c63fca280cd960194532--


From nobody Sat Nov 16 00:24:59 2019
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 11FE4120103 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 00:24:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 CZ_fGf9BfVQh for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 00:24:53 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F7D912004D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 00:24:53 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id E6646C60746 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 00:24:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573892692; bh=ET7S/G0JjwXMsFR+PC1WAeO5pDL9FvGUBIQDDNWNvZE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XFyVZDW/LZDjPiDaNTZXBoVKFE5uXKW3wn9uU5pzVXjQKvoQbohYLiqy8mjq/FFAc HYliZK9dcxfQdoU0ccv/Ds47xdxY20lWHv3LHcJMzw8AR8/ikDyU9knZzzlFfXQmzR sexPpSb25NiZN6fm6rPv4OFg886utIVlY1JQwThA=
Date: Sat, 16 Nov 2019 00:24:52 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ZHDJVXSKFLWBVIA533TSNJEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317958576@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcfb254d5a9c_77323fdf04ccd96826111b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2vpwPDJ9w3Z_1bcRhNhEDqC2qJA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 08:24:57 -0000

----==_mimepart_5dcfb254d5a9c_77323fdf04ccd96826111b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.

WIP

> +
+TBD.
+
+### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.

This can probably go, I think.

```suggestion
```

> +transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the

```suggestion
attackers; see Section 3.5 of {{?RFC3552}}).  An on-path attacker is on the
```

> +time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet

This definition of on-path uses "on the critical path".  I think that you can reduce to "can read, modify, or remove any packet [...]"

> +unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet
+it observes such that it no longer reaches its destination, while an off-path
+attacker observes the packets, but cannot prevent the original packet from
+reaching its intended destination. An off-path attacker can transmit arbitrary
+packets, and it may be able to attack the network so as to place itself on-path.

This last clause is probably worth making its own sentence.  That is,

> Properties of connection migration allow an off-path attacker to place itself on path by sending packets under certain narrow conditions.

> +Both on-path and off-path attackers can mount a passive attack in which they
+save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.

Is this something that ekr should deal with?

> +save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
+
+
+#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.

Not sure what this last bit is intended to say.  Rewriting addresses is not covered by packet protection, but this might be read to imply otherwise.

> +
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any

This will need a backref to the handshakey bits.

> +#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which

The missing observation here is that endpoints won't accept invalid packets.

> +
+However, an attacker can modify the boundaries between QUIC packets and UDP
+datagrams, causing multiple packets to be coalesced into a single datagram, or
+splitting coalesced packets into multiple datagrams.  Such modification has no
+functional effect on a QUIC connection, however it might change the performance
+characteristics exhibited by the receiving endpoint.
+
+A spoofing attack, in which an attacker rewrites unprotected parts of a QUIC
+packet such as the source or destination address, is only effective if the
+attacker can forward packets to the original endpoint, as path validation
+({{migrate-validate}}) ensures that an endpoint's ability and willingness to
+decrypt QUIC packets is demonstrated before sending significant amounts of data
+to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks

I don't accept patches with five ######### in a row.  Can we bump the real stuff up a level?

> +the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any
+active attacker that observes QUIC packets and attempts to insert new data or
+modify existing data in those packets should not be able to generate packets
+deemed valid by the receiving endpoint.

This belongs in earlier sections. This is packet protection.

> +- Reorder packets
+- Drop packets
+- Split and merge datagrams along packet boundaries
+
+An on-path attacker cannot:
+
+- Modify an authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+An on-path attacker has the opportunity to modify the packets that it observes,
+however any modifications to an authenticated portion of a packet will cause it
+to be dropped by the receiving endpoint as invalid, as QUIC payloads are both
+authenticated and encrypted.
+
+In the presence of an on-path attacker, QUIC aims to provide the following
+properties.

```suggestion
properties:
```

> +A limited on-path attacker differs from an on-path attacker in that it is not on
+the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration

```suggestion
- Delay packets so that they arrive later than packets sent on the original path
```

> +### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.

You definitely need to constrain this section to just DoS consequences of migration.  Because this doesn't cover what an attacker might learn about communications.

> +
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited

```suggestion
offer routing with worse latency than the original path.  If a limited
```

> +
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited
+on-path attacker drops packets, the original copy will still arrive at the
+destination endpoint.
+
+In the presence of a limited on-path attacker, QUIC aims to provide the
+following properties.

```suggestion
following properties:
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#pullrequestreview-317958576
----==_mimepart_5dcfb254d5a9c_77323fdf04ccd96826111b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@martinthomson</b> commented on this pull request.</p>=0D
=0D
<p>WIP</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081233">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+TBD.=0D
+=0D
+### Short Headers {#short-headers-properties}=0D
+=0D
+TBD.=0D
+=0D
+### Connection Migration {#migration-properties}=0D
+=0D
+Connection Migration ({{migration}}) provides endpoints with the ability=
 to=0D
+transition between IP addresses and ports on multiple paths, using one p=
ath at a=0D
+time for transmission and receipt of non-probing frames.  Path validatio=
n=0D
+({{migrate-validate}}) establishes that a peer is both willing and able=0D=

+to receive packets sent on a particular path.  This helps reduce the eff=
ects of=0D
+address spoofing, by limiting the number of packets sent to a spoofed ad=
dress,=0D
+unless an attacker is able to also receive packets sent to that address.=
=0D
</pre>=0D
<p>This can probably go, I think.</p>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-unless an attacker is able to also receive pa=
ckets sent to that address.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081274">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +transition between IP addresses and ports=
 on multiple paths, using one path at a=0D
+time for transmission and receipt of non-probing frames.  Path validatio=
n=0D
+({{migrate-validate}}) establishes that a peer is both willing and able=0D=

+to receive packets sent on a particular path.  This helps reduce the eff=
ects of=0D
+address spoofing, by limiting the number of packets sent to a spoofed ad=
dress,=0D
+unless an attacker is able to also receive packets sent to that address.=
=0D
+=0D
+This section describes the intended security properties of connection mi=
gration=0D
+when under various types of attack, as described in more detail by {{?RF=
C3552}}.=0D
+=0D
+For this purpose, attacks are divided into passive and active attacks, p=
assive=0D
+attackers having the capability to read packets from the network and act=
ive=0D
+attackers having the capability to write packets into the network.=0D
+=0D
+Attackers are additionally categorized as either on-path attackers or of=
f-path=0D
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on t=
he=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-attackers (see Section 3.5 of {{?RFC3552}}); =
an on-path attacker is on the=0D
+attackers; see Section 3.5 of {{?RFC3552}}).  An on-path attacker is on =
the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081301">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +time for transmission and receipt of non-=
probing frames.  Path validation=0D
+({{migrate-validate}}) establishes that a peer is both willing and able=0D=

+to receive packets sent on a particular path.  This helps reduce the eff=
ects of=0D
+address spoofing, by limiting the number of packets sent to a spoofed ad=
dress,=0D
+unless an attacker is able to also receive packets sent to that address.=
=0D
+=0D
+This section describes the intended security properties of connection mi=
gration=0D
+when under various types of attack, as described in more detail by {{?RF=
C3552}}.=0D
+=0D
+For this purpose, attacks are divided into passive and active attacks, p=
assive=0D
+attackers having the capability to read packets from the network and act=
ive=0D
+attackers having the capability to write packets into the network.=0D
+=0D
+Attackers are additionally categorized as either on-path attackers or of=
f-path=0D
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on t=
he=0D
+critical path for a given connection and can read, modify, or remove any=
 packet=0D
</pre>=0D
<p>This definition of on-path uses "on the critical path".  I think that =
you can reduce to "can read, modify, or remove any packet [...]"</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081366">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +unless an attacker is able to also receiv=
e packets sent to that address.=0D
+=0D
+This section describes the intended security properties of connection mi=
gration=0D
+when under various types of attack, as described in more detail by {{?RF=
C3552}}.=0D
+=0D
+For this purpose, attacks are divided into passive and active attacks, p=
assive=0D
+attackers having the capability to read packets from the network and act=
ive=0D
+attackers having the capability to write packets into the network.=0D
+=0D
+Attackers are additionally categorized as either on-path attackers or of=
f-path=0D
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on t=
he=0D
+critical path for a given connection and can read, modify, or remove any=
 packet=0D
+it observes such that it no longer reaches its destination, while an off=
-path=0D
+attacker observes the packets, but cannot prevent the original packet fr=
om=0D
+reaching its intended destination. An off-path attacker can transmit arb=
itrary=0D
+packets, and it may be able to attack the network so as to place itself =
on-path.=0D
</pre>=0D
<p>This last clause is probably worth making its own sentence.  That is,<=
/p>=0D
<blockquote>=0D
<p>Properties of connection migration allow an off-path attacker to place=
 itself on path by sending packets under certain narrow conditions.</p>=0D=

</blockquote>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081387">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +Both on-path and off-path attackers can m=
ount a passive attack in which they=0D
+save observed QUIC packets for an offline attack against QUIC packet pro=
tection=0D
+at a future time; this is true for any observer of any packet on any net=
work.=0D
</pre>=0D
<p>Is this something that ekr should deal with?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081430">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +save observed QUIC packets for an offline=
 attack against QUIC packet protection=0D
+at a future time; this is true for any observer of any packet on any net=
work.=0D
+=0D
+=0D
+#### Active Attacks=0D
+=0D
+An active attack ({{?RFC3552}}) involves writing data to the network.  A=
n=0D
+attacker with such a capability might be in a position to additionally p=
revent=0D
+the original packets it observes from reaching their intended destinatio=
n.  If=0D
+so, they are considered to be an on-path attacker.=0D
+=0D
+An active attacker may also choose to rewrite the source or destination =
IP=0D
+addresses of packets that it forwards or injects. Such spoofing attacks =
are only=0D
+effective against a QUIC connection if the attacker can still forward th=
e=0D
+contents of the packets to the original endpoint, since QUIC connections=
 are=0D
+both authenticated and encrypted.=0D
</pre>=0D
<p>Not sure what this last bit is intended to say.  Rewriting addresses i=
s not covered by packet protection, but this might be read to imply other=
wise.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081473">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+An active attack ({{?RFC3552}}) involves writing data to the network.  A=
n=0D
+attacker with such a capability might be in a position to additionally p=
revent=0D
+the original packets it observes from reaching their intended destinatio=
n.  If=0D
+so, they are considered to be an on-path attacker.=0D
+=0D
+An active attacker may also choose to rewrite the source or destination =
IP=0D
+addresses of packets that it forwards or injects. Such spoofing attacks =
are only=0D
+effective against a QUIC connection if the attacker can still forward th=
e=0D
+contents of the packets to the original endpoint, since QUIC connections=
 are=0D
+both authenticated and encrypted.=0D
+=0D
+A blind attacker, one who injects packets without being able to observe =
valid=0D
+packets for a QUIC connection, is unlikely to be successful, since QUIC =
packet=0D
+protection ensures that valid packets are only generated by endpoints wh=
ich=0D
+possess the key material established during the handshake.  Similarly, a=
ny=0D
</pre>=0D
<p>This will need a backref to the handshakey bits.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081532">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +#### Active Attacks=0D
+=0D
+An active attack ({{?RFC3552}}) involves writing data to the network.  A=
n=0D
+attacker with such a capability might be in a position to additionally p=
revent=0D
+the original packets it observes from reaching their intended destinatio=
n.  If=0D
+so, they are considered to be an on-path attacker.=0D
+=0D
+An active attacker may also choose to rewrite the source or destination =
IP=0D
+addresses of packets that it forwards or injects. Such spoofing attacks =
are only=0D
+effective against a QUIC connection if the attacker can still forward th=
e=0D
+contents of the packets to the original endpoint, since QUIC connections=
 are=0D
+both authenticated and encrypted.=0D
+=0D
+A blind attacker, one who injects packets without being able to observe =
valid=0D
+packets for a QUIC connection, is unlikely to be successful, since QUIC =
packet=0D
+protection ensures that valid packets are only generated by endpoints wh=
ich=0D
</pre>=0D
<p>The missing observation here is that endpoints won't accept invalid pa=
ckets.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081564">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+However, an attacker can modify the boundaries between QUIC packets and =
UDP=0D
+datagrams, causing multiple packets to be coalesced into a single datagr=
am, or=0D
+splitting coalesced packets into multiple datagrams.  Such modification =
has no=0D
+functional effect on a QUIC connection, however it might change the perf=
ormance=0D
+characteristics exhibited by the receiving endpoint.=0D
+=0D
+A spoofing attack, in which an attacker rewrites unprotected parts of a =
QUIC=0D
+packet such as the source or destination address, is only effective if t=
he=0D
+attacker can forward packets to the original endpoint, as path validatio=
n=0D
+({{migrate-validate}}) ensures that an endpoint&#39;s ability and willin=
gness to=0D
+decrypt QUIC packets is demonstrated before sending significant amounts =
of data=0D
+to a new endpoint as part of an established QUIC connection.=0D
+=0D
+=0D
+##### On-Path Active Attacks=0D
</pre>=0D
<p>I don't accept patches with five ######### in a row.  Can we bump the =
real stuff up a level?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081713">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +the original packets it observes from rea=
ching their intended destination.  If=0D
+so, they are considered to be an on-path attacker.=0D
+=0D
+An active attacker may also choose to rewrite the source or destination =
IP=0D
+addresses of packets that it forwards or injects. Such spoofing attacks =
are only=0D
+effective against a QUIC connection if the attacker can still forward th=
e=0D
+contents of the packets to the original endpoint, since QUIC connections=
 are=0D
+both authenticated and encrypted.=0D
+=0D
+A blind attacker, one who injects packets without being able to observe =
valid=0D
+packets for a QUIC connection, is unlikely to be successful, since QUIC =
packet=0D
+protection ensures that valid packets are only generated by endpoints wh=
ich=0D
+possess the key material established during the handshake.  Similarly, a=
ny=0D
+active attacker that observes QUIC packets and attempts to insert new da=
ta or=0D
+modify existing data in those packets should not be able to generate pac=
kets=0D
+deemed valid by the receiving endpoint.=0D
</pre>=0D
<p>This belongs in earlier sections. This is packet protection.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081781">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +- Reorder packets=0D
+- Drop packets=0D
+- Split and merge datagrams along packet boundaries=0D
+=0D
+An on-path attacker cannot:=0D
+=0D
+- Modify an authenticated and encrypted portion of a packet and cause th=
e=0D
+ recipient to accept that packet=0D
+=0D
+An on-path attacker has the opportunity to modify the packets that it ob=
serves,=0D
+however any modifications to an authenticated portion of a packet will c=
ause it=0D
+to be dropped by the receiving endpoint as invalid, as QUIC payloads are=
 both=0D
+authenticated and encrypted.=0D
+=0D
+In the presence of an on-path attacker, QUIC aims to provide the followi=
ng=0D
+properties.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-properties.=0D
+properties:=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347081878">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +A limited on-path attacker differs from a=
n on-path attacker in that it is not on=0D
+the original path between endpoints, and therefore the original packets =
sent by=0D
+an endpoint are still reaching their destination.  This means that a fut=
ure=0D
+failure to route copied packets to the destination faster than their ori=
ginal=0D
+path will not prevent the original packets from reaching the destination=
.=0D
+=0D
+A limited on-path attacker can:=0D
+=0D
+- Inspect packets=0D
+- Inject new packets=0D
+- Modify unencrypted packet headers=0D
+- Reorder packets=0D
+=0D
+A limited on-path attacker cannot:=0D
+=0D
+- Delay packets beyond the original packet duration=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-- Delay packets beyond the original packet du=
ration=0D
+- Delay packets so that they arrive later than packets sent on the origi=
nal path=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347082021">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +### Short Headers {#short-headers-propert=
ies}=0D
+=0D
+TBD.=0D
+=0D
+### Connection Migration {#migration-properties}=0D
+=0D
+Connection Migration ({{migration}}) provides endpoints with the ability=
 to=0D
+transition between IP addresses and ports on multiple paths, using one p=
ath at a=0D
+time for transmission and receipt of non-probing frames.  Path validatio=
n=0D
+({{migrate-validate}}) establishes that a peer is both willing and able=0D=

+to receive packets sent on a particular path.  This helps reduce the eff=
ects of=0D
+address spoofing, by limiting the number of packets sent to a spoofed ad=
dress,=0D
+unless an attacker is able to also receive packets sent to that address.=
=0D
+=0D
+This section describes the intended security properties of connection mi=
gration=0D
+when under various types of attack, as described in more detail by {{?RF=
C3552}}.=0D
</pre>=0D
<p>You definitely need to constrain this section to just DoS consequences=
 of migration.  Because this doesn't cover what an attacker might learn a=
bout communications.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347082068">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+- Inspect packets=0D
+- Inject new packets=0D
+- Modify unencrypted packet headers=0D
+- Reorder packets=0D
+=0D
+A limited on-path attacker cannot:=0D
+=0D
+- Delay packets beyond the original packet duration=0D
+- Drop packets=0D
+- Modify the authenticated and encrypted portion of a packet and cause t=
he=0D
+ recipient to accept that packet=0D
+=0D
+A limited on-path attacker can only delay packets up to the point that t=
he=0D
+original packets arrive before the duplicate packets, meaning that it ca=
nnot=0D
+offer worse routing than the original path, only improved routing.  If a=
 limited=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-offer worse routing than the original path, o=
nly improved routing.  If a limited=0D
+offer routing with worse latency than the original path.  If a limited=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/2925#discussi=
on_r347082340">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +=0D
+A limited on-path attacker cannot:=0D
+=0D
+- Delay packets beyond the original packet duration=0D
+- Drop packets=0D
+- Modify the authenticated and encrypted portion of a packet and cause t=
he=0D
+ recipient to accept that packet=0D
+=0D
+A limited on-path attacker can only delay packets up to the point that t=
he=0D
+original packets arrive before the duplicate packets, meaning that it ca=
nnot=0D
+offer worse routing than the original path, only improved routing.  If a=
 limited=0D
+on-path attacker drops packets, the original copy will still arrive at t=
he=0D
+destination endpoint.=0D
+=0D
+In the presence of a limited on-path attacker, QUIC aims to provide the=0D=

+following properties.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-following properties.=0D
+following properties:=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/2925?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6PGNI62S6AKBZER5DQT6U5JA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ2TMA#pullrequestreview-317958576=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKZX3TV64SI23OPCVP3QT6U5JANCNFSM4IF76LWA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK7IR6DVGG3E=
4IREYV3QT6U5JA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCLZ2TMA.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=3D=
notifications\u0026email_token=3DAFTOJK6PGNI62S6AKBZER5DQT6U5JA5CNFSM4IF7=
6LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
LZ2TMA#pullrequestreview-317958576",=0D
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6PGNI62S6AKBZER5DQT6U5JA5CNFSM4IF76L=
WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ=
2TMA#pullrequestreview-317958576",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dcfb254d5a9c_77323fdf04ccd96826111b8--


From nobody Sat Nov 16 01:25:06 2019
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 B481612008B for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:25:04 -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 9Egevsuc88Fw for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:25:03 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50BAD120059 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 01:25:03 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id A43C5C608ED for <quic-issues@ietf.org>; Sat, 16 Nov 2019 01:25:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573896302; bh=pZPIZlkyqymdVnOakUdSObieCky9aFhCQZw5xPQuahU=; h=Date:From:To:Subject:From; b=u8fcfoGFNgpKCc0ujmdY1JRc4Ui7LkH74Q7hoiIC3J9f7pCe5Tbap6HBE4nHPdCjV oGHaGQvxSQmcVxiKtHUVK04A9KCs9lAs0gxLzt/7DYbIVrHzJq1mvzpPQTI9rNGYX1 DVcw/VlXpcIrJkfprgkvRmV3r7nOt6JVVLmEhETI=
Date: Sat, 16 Nov 2019 01:25:02 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/vector-24/000000-620484@github.com>
Subject: [quicwg/base-drafts] 620484: Update vectors for draft-24
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/HkZ4WC5DXR3_FG1yF4SxmP2Fwkw>
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: Sat, 16 Nov 2019 09:25:05 -0000

  Branch: refs/heads/vector-24
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6204848663618f427abf7ef2fbb96076ea89c2d7
      https://github.com/quicwg/base-drafts/commit/6204848663618f427abf7ef2fbb96076ea89c2d7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.md
    M initial-protection.js

  Log Message:
  -----------
  Update vectors for draft-24



From nobody Sat Nov 16 01:25:51 2019
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 A209912008B for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:25:49 -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 cfN8eqittMAk for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:25:48 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 17270120059 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 01:25:48 -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 7C9349602D0 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 01:25:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573896347; bh=DCWPmiaE+UJh6akQIsGJFU/wMt4U+zhz9xycq/Rc450=; h=Date:From:To:Subject:From; b=DorFZB9ZbcknVCMvv7/pg3XhCpxUGwWTIZHTL5+pFTztRRfE266fN61sSipmfm9H/ 7YNTAN+cPx/P1ow9EF0Eh7pQw6EVgJ9NNnSvqkpuBkL36eX52CRfjswF5bypI2v5Qs phsnuzF9DCNhEEVZyR4cYdKhHoOHWiQIJgt5zKUg=
Date: Sat, 16 Nov 2019 01:25:47 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a8d733-b80e43@github.com>
Subject: [quicwg/base-drafts] b80e43: Script updating gh-pages from 62048486. [ci skip]
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/d6j_Zyv4chqWgK36KhIr6tJETOY>
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: Sat, 16 Nov 2019 09:25:50 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b80e43975ac623a6f38c7089f06691d8b0cb4235
      https://github.com/quicwg/base-drafts/commit/b80e43975ac623a6f38c7089f06691d8b0cb4235
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    R alternative/draft-ietf-quic-http.html
    R alternative/draft-ietf-quic-http.txt
    R alternative/draft-ietf-quic-invariants.html
    R alternative/draft-ietf-quic-invariants.txt
    R alternative/draft-ietf-quic-qpack.html
    R alternative/draft-ietf-quic-qpack.txt
    R alternative/draft-ietf-quic-recovery.html
    R alternative/draft-ietf-quic-recovery.txt
    R alternative/draft-ietf-quic-tls.html
    R alternative/draft-ietf-quic-tls.txt
    R alternative/draft-ietf-quic-transport.html
    R alternative/draft-ietf-quic-transport.txt
    R alternative/index.html
    R ct-sr/draft-ietf-quic-http.html
    R ct-sr/draft-ietf-quic-http.txt
    R ct-sr/draft-ietf-quic-invariants.html
    R ct-sr/draft-ietf-quic-invariants.txt
    R ct-sr/draft-ietf-quic-qpack.html
    R ct-sr/draft-ietf-quic-qpack.txt
    R ct-sr/draft-ietf-quic-recovery.html
    R ct-sr/draft-ietf-quic-recovery.txt
    R ct-sr/draft-ietf-quic-tls.html
    R ct-sr/draft-ietf-quic-tls.txt
    R ct-sr/draft-ietf-quic-transport.html
    R ct-sr/draft-ietf-quic-transport.txt
    R ct-sr/index.html
    M index.html
    A vector-24/draft-ietf-quic-http.html
    A vector-24/draft-ietf-quic-http.txt
    A vector-24/draft-ietf-quic-invariants.html
    A vector-24/draft-ietf-quic-invariants.txt
    A vector-24/draft-ietf-quic-qpack.html
    A vector-24/draft-ietf-quic-qpack.txt
    A vector-24/draft-ietf-quic-recovery.html
    A vector-24/draft-ietf-quic-recovery.txt
    A vector-24/draft-ietf-quic-tls.html
    A vector-24/draft-ietf-quic-tls.txt
    A vector-24/draft-ietf-quic-transport.html
    A vector-24/draft-ietf-quic-transport.txt
    A vector-24/index.html

  Log Message:
  -----------
  Script updating gh-pages from 62048486. [ci skip]



From nobody Sat Nov 16 01:27:29 2019
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 41D6D12008B for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:27:28 -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 e9pMZbm1y3Ib for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 01:27:26 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 21583120059 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 01:27:26 -0800 (PST)
Date: Sat, 16 Nov 2019 01:27:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573896445; bh=rFHYYP19V+SVc4VP5Zb7EVOnq9rWOf+/x+N/Z/md81E=; h=Date:From:To:Subject:From; b=kRj7fM+3nfPK6pSGRbMZPiqnuFCkQFH3FNkqBWXLhq+F82xI/JlJXw0KD9VKgLDm/ C4780HOhsW6GAvkddJcHrP1xNYW3ihFAGDzuQvcNZD2/fnKLJoiRZD23MBhOP2v7Se IjGDe19GCoobMPqYqArAcTzXnoSC+jPPFe/dN7qY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b80e43-db60d0@github.com>
Subject: [quicwg/base-drafts] db60d0: Script updating issues at 2019-11-16T09:27:17Z. [c...
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/cZbYqn0CPhaLmD9EYVa_i0Q4vAY>
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: Sat, 16 Nov 2019 09:27:28 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: db60d027f0a0523834f09c9796d96c6a80e3fdf0
      https://github.com/quicwg/base-drafts/commit/db60d027f0a0523834f09c9796d96c6a80e3fdf0
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-16T09:27:17Z. [ci skip]



From nobody Sat Nov 16 02:56:12 2019
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 91799120026 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:11 -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 GLvae64HLiqr for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:09 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D6A63120019 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 02:56:09 -0800 (PST)
Date: Sat, 16 Nov 2019 02:56:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573901769; bh=j61Kj3V87Iqruiv2pDSihKUa8Zhspzh5e8qoLsvxHRs=; h=Date:From:To:Subject:From; b=KMmly5Kshw2Y+GXmx+PjxkwKc8PdImaMsPMywPh/eEQlvNJatZHyVcdgJQo31VROl fNtYhLq17vEwjfTbmNKOzEecwkDBJ+l37PxsSTf1FFSCktFFil0jW80/iYrYk131M3 kRoTQmRnXou0Xp0pMqlAUIcKUPGrIRiu4Ark29sQ=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-gorry/000000-da1e19@github.com>
Subject: [quicwg/base-drafts] da1e19: Fix Gorry's editorial comments
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/Vw2t1C4pDUhFR1ChGnIg07AjvEE>
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: Sat, 16 Nov 2019 10:56:12 -0000

  Branch: refs/heads/ianswett-gorry
  Home:   https://github.com/quicwg/base-drafts
  Commit: da1e190ddb38814f684ed5032dbedb2dc07a1986
      https://github.com/quicwg/base-drafts/commit/da1e190ddb38814f684ed5032dbedb2dc07a1986
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Fix Gorry's editorial comments

This attempts to fix Gorry's editorial comments from the QUIC mailing list.



From nobody Sat Nov 16 02:56:49 2019
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 5C99D120026 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:47 -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 MwWPhE-pGn7n for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:45 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6263120019 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 02:56:45 -0800 (PST)
Date: Sat, 16 Nov 2019 02:56:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573901805; bh=9vCyJYIHb8PN/mfafyBZ6SK44ZkefL4oVZPRtqdcTxc=; h=Date:From:To:Subject:From; b=aqHNjdPxoLsMiXWB7ld8KrgFbhq8irddz7nS9PTHcyi0qLkeVhW7xmHKc2z/hf1B0 YPcgrTdzT110ATGtXI8eTcU3mXfFXAwS/431FC9Tt08VMPJ+E5pucSR/ETjXnMhbSe n4WnEvc9FydKSSWh7bQqvfO3SgLRWKImYoY9e8EU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/db60d0-8fed2d@github.com>
Subject: [quicwg/base-drafts] 8fed2d: Script updating gh-pages from da1e190d. [ci skip]
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/ArWDu_62K9aKWQcMm55frbabBHE>
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: Sat, 16 Nov 2019 10:56:47 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8fed2d7f2b09abadafc06d9b9b76cd0126d09f56
      https://github.com/quicwg/base-drafts/commit/8fed2d7f2b09abadafc06d9b9b76cd0126d09f56
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    A ianswett-gorry/draft-ietf-quic-http.html
    A ianswett-gorry/draft-ietf-quic-http.txt
    A ianswett-gorry/draft-ietf-quic-invariants.html
    A ianswett-gorry/draft-ietf-quic-invariants.txt
    A ianswett-gorry/draft-ietf-quic-qpack.html
    A ianswett-gorry/draft-ietf-quic-qpack.txt
    A ianswett-gorry/draft-ietf-quic-recovery.html
    A ianswett-gorry/draft-ietf-quic-recovery.txt
    A ianswett-gorry/draft-ietf-quic-tls.html
    A ianswett-gorry/draft-ietf-quic-tls.txt
    A ianswett-gorry/draft-ietf-quic-transport.html
    A ianswett-gorry/draft-ietf-quic-transport.txt
    A ianswett-gorry/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from da1e190d. [ci skip]



From nobody Sat Nov 16 02:56:55 2019
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 38FCF1200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6zUfkf0upy12 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 02:56:52 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E34E9120026 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 02:56:51 -0800 (PST)
Date: Sat, 16 Nov 2019 02:56:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573901811; bh=aowzcDthEiEBsZGnI/jVvYlB/BgRFN+gw4IoqYK63LE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=HOZ0PuA16oi/3cGU8dPDb0tEiFuMYfWlqT7wL+7vXnOBFA6LUV78r9Cukk1EWqBsC 2MmFtwIg7/XQRK/Apr5Tai4vL60Dhu0Dimec3NhcysmeNw1SR8OGlStaXLa4FIEaET cP3tJDqgFY83Uc64PtbL/DYSFho8H993Xojtt0IQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3EM3FA3ZYMGKUVLUF33UEHHEVBNHHB6OIEDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3237@github.com>
Subject: [quicwg/base-drafts] Fix Gorry's editorial comments (#3237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcfd5f3d664_4daa3f8b32ecd96416370a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2ysPMaUva2NfoDE1prYx5sgvvSg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 10:56:53 -0000

----==_mimepart_5dcfd5f3d664_4daa3f8b32ecd96416370a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This attempts to fix Gorry&#39;s editorial comments from the QUIC mailing list.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3237

-- Commit Summary --

  * Fix Gorry&#39;s editorial comments

-- File Changes --

    M draft-ietf-quic-recovery.md (42)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3237.patch
https://github.com/quicwg/base-drafts/pull/3237.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3237

----==_mimepart_5dcfd5f3d664_4daa3f8b32ecd96416370a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This attempts to fix Gorry's editorial comments from the QUIC mailing list.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3237'>https://github.com/quicwg/base-drafts/pull/3237</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix Gorry&#39;s editorial comments</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3237/files#diff-0">draft-ietf-quic-recovery.md</a>
    (42)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3237.patch'>https://github.com/quicwg/base-drafts/pull/3237.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3237.diff'>https://github.com/quicwg/base-drafts/pull/3237.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications&amp;email_token=AFTOJKYRR5MS6BW5SUKCFADQT7GXHA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZAQMQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3LTZTTOHM4SYWL6VDQT7GXHANCNFSM4JOEUS3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46PPTL3QD3IDOXJP3QT7GXHA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZAQMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJKYRR5MS6BW5SUKCFADQT7GXHA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZAQMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJKYRR5MS6BW5SUKCFADQT7GXHA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZAQMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcfd5f3d664_4daa3f8b32ecd96416370a7--


From nobody Sat Nov 16 04:21:46 2019
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 5C37212013F for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:21:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9cC66wyVyV6V for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:21:42 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A425212013C for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:21:42 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id CBD9D2C0EF4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:21:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573906901; bh=qG2GaajV9BhCvH0QXibZflaxPrtGlE7EvjrRtYpeBHg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KADsCSiotqr/rFZUSPqYfWA8K3ie8b5UCvqNSa71GSAl/O3v76CSF/vJH+1YoW+DP 3wagnR8ksfsPQDcOIfYN5ldSIlkKU6ADMYHcRk8H/xnLiXJDVRc3jNGWvI/8Lf4pr0 MSRax8XISqjqv1yTJo/wAOEj23ji4X0CoNq+cHrw=
Date: Sat, 16 Nov 2019 04:21:41 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4282353270@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcfe9d5bd318_66e3fdb4cacd96c14939e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LhwyDZKKNN12eqtpFNF-ojuUAbY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:21:45 -0000

----==_mimepart_5dcfe9d5bd318_66e3fdb4cacd96c14939e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 5 commits.

b589f1362bae4db4a54e74a159d0519aeedea704  First cut at handshake guarantees
b6ccaba86b3337af3b06079516a466bf34dd80ad  Text
3dd7ec9d1010ef4b73f3e2c2253b823bfc0df15e  CID protection
c2edd6a093e235823b3e60e9aa76c5d15a10c346  Apply suggestions from code review
a8a9373082d3440f3ceb95af9af3288347378535  Merge pull request #6 from ekr/migration_threat_model_todos


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/bda13ed1f4905a75a55f245fcdfa6835848d8ab4..a8a9373082d3440f3ceb95af9af3288347378535

----==_mimepart_5dcfe9d5bd318_66e3fdb4cacd96c14939e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 5 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b589f1362bae4db4a54e74a159d0519aeedea704">b589f13</a>  First cut at handshake guarantees</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b6ccaba86b3337af3b06079516a466bf34dd80ad">b6ccaba</a>  Text</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3dd7ec9d1010ef4b73f3e2c2253b823bfc0df15e">3dd7ec9</a>  CID protection</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c2edd6a093e235823b3e60e9aa76c5d15a10c346">c2edd6a</a>  Apply suggestions from code review</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a8a9373082d3440f3ceb95af9af3288347378535">a8a9373</a>  Merge pull request #6 from ekr/migration_threat_model_todos</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/bda13ed1f4905a75a55f245fcdfa6835848d8ab4..a8a9373082d3440f3ceb95af9af3288347378535?email_source=notifications&amp;email_token=AFTOJK7PV3XGXEOWCGZFRHLQT7QVLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZVGMZDOMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ3BR26H6WKDJ665B3QT7QVLANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3DKKSGUEFHZPDDOTLQT7QVLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZVGMZDOMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/bda13ed1f4905a75a55f245fcdfa6835848d8ab4..a8a9373082d3440f3ceb95af9af3288347378535?email_source=notifications\u0026email_token=AFTOJK7PV3XGXEOWCGZFRHLQT7QVLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZVGMZDOMA",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/bda13ed1f4905a75a55f245fcdfa6835848d8ab4..a8a9373082d3440f3ceb95af9af3288347378535?email_source=notifications\u0026email_token=AFTOJK7PV3XGXEOWCGZFRHLQT7QVLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZVGMZDOMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcfe9d5bd318_66e3fdb4cacd96c14939e--


From nobody Sat Nov 16 04:37:18 2019
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 D6E61120127 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:37:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OUTl-HJvL0nR for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:37:15 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B1DA1200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:37:15 -0800 (PST)
Date: Sat, 16 Nov 2019 04:37:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573907835; bh=k5ABSWatlfoDh/6xY8eCaNPBzdhXcOnPV+qEubK9mds=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LdbEN4LsEGF9Y8PqLbRRgx4vbsqqFcR94aSLVCUgWZrcx5tX8Um3FaIpqqEWsYf0N 2ilMJpOcUzBJ/4xh4ITVTzkok67wialUsf2ia69wb/fmwBvHw0xmX8RM3dauzCUjOC 5abkCv7lXZNC8S8Q3z751N1GmOVnmzazbrX2muHo=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZSNVGOVNVPZ6AJ4HN33UP7VEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317968571@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcfed7aa336a_5bd23fc6c3acd96416982fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Pj3vLEmrxnNeJBYW8kbrkr0IHsU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:37:17 -0000

----==_mimepart_5dcfed7aa336a_5bd23fc6c3acd96416982fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
+
+
+#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.

Ah, good call. This is intended to say that even if you mess with the routing of the packets by changing the addresses, the packet payloads ("contents of the packets" in the wording above) are only useful to the actual endpoints that completed the handshake.
This is likely already covered by other text, so we can probably just remove it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347089887
----==_mimepart_5dcfed7aa336a_5bd23fc6c3acd96416982fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347089887">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
+
+
+#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
</pre>
<p>Ah, good call. This is intended to say that even if you mess with the routing of the packets by changing the addresses, the packet payloads ("contents of the packets" in the wording above) are only useful to the actual endpoints that completed the handshake.<br>
This is likely already covered by other text, so we can probably just remove it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK66XTA6JRLJ76G757DQT7SPVA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5BOY#discussion_r347089887">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK55DSEH4YOWQ4JGQBLQT7SPVANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4TTJ22ABLSPUZNSXDQT7SPVA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5BOY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK66XTA6JRLJ76G757DQT7SPVA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5BOY#discussion_r347089887",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK66XTA6JRLJ76G757DQT7SPVA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5BOY#discussion_r347089887",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcfed7aa336a_5bd23fc6c3acd96416982fa--


From nobody Sat Nov 16 04:44:44 2019
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 1AFA11200F4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:44:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hr4aNyDC4tEe for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:44:36 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 081BE1200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:44:35 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id E9077A0835 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:44:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908274; bh=YvfYzbPmnSZMZqcYt1kJzw87Fega57ghdMYGEO8P2cw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PWlmvkQtYhpF6Y2F4O9bouXoLIWoMouI3pgQbEoS4Td7lacMGUyvPf9Bov/Z62gSW KOnaOh4N5i/3peV+0/I5NYM0ZL9viWpS40VoDA2be5Y9SkRuUqbozBx56qMEAL3G0Q wE2CrWWiWK77kGVCLLOGAtySCWlng32pn6cKI2hk=
Date: Sat, 16 Nov 2019 04:44:34 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK54RCVAI6B5D5LKTNV33UQ3FEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317968844@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcfef32d920a_619c3fe05c6cd96026567b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/w9tdDQU_5i_S6-rgIeHJxXFtKzY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:44:43 -0000

----==_mimepart_5dcfef32d920a_619c3fe05c6cd96026567b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+However, an attacker can modify the boundaries between QUIC packets and UDP
+datagrams, causing multiple packets to be coalesced into a single datagram, or
+splitting coalesced packets into multiple datagrams.  Such modification has no
+functional effect on a QUIC connection, however it might change the performance
+characteristics exhibited by the receiving endpoint.
+
+A spoofing attack, in which an attacker rewrites unprotected parts of a QUIC
+packet such as the source or destination address, is only effective if the
+attacker can forward packets to the original endpoint, as path validation
+({{migrate-validate}}) ensures that an endpoint's ability and willingness to
+decrypt QUIC packets is demonstrated before sending significant amounts of data
+to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks

Looking at this in more detail, it looks like we can move much of the definition to the beginning of the whole section, which leaves this part to be much smaller and less nested. :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090108
----==_mimepart_5dcfef32d920a_619c3fe05c6cd96026567b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090108">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+However, an attacker can modify the boundaries between QUIC packets and UDP
+datagrams, causing multiple packets to be coalesced into a single datagram, or
+splitting coalesced packets into multiple datagrams.  Such modification has no
+functional effect on a QUIC connection, however it might change the performance
+characteristics exhibited by the receiving endpoint.
+
+A spoofing attack, in which an attacker rewrites unprotected parts of a QUIC
+packet such as the source or destination address, is only effective if the
+attacker can forward packets to the original endpoint, as path validation
+({{migrate-validate}}) ensures that an endpoint&#39;s ability and willingness to
+decrypt QUIC packets is demonstrated before sending significant amounts of data
+to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
</pre>
<p>Looking at this in more detail, it looks like we can move much of the definition to the beginning of the whole section, which leaves this part to be much smaller and less nested. :)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK5KVVDAG3OX4KWA26DQT7TLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5DTA#discussion_r347090108">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYUJDP5WY3T7ERXPT3QT7TLFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3UD2QYJUNYZYXADH3QT7TLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5DTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK5KVVDAG3OX4KWA26DQT7TLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5DTA#discussion_r347090108",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK5KVVDAG3OX4KWA26DQT7TLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5DTA#discussion_r347090108",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcfef32d920a_619c3fe05c6cd96026567b0--


From nobody Sat Nov 16 04:49:08 2019
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 44F8512006D for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 C1R9F3t_8ORf for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:05 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB8C91200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:49:05 -0800 (PST)
Date: Sat, 16 Nov 2019 04:49:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908544; bh=Tj0bZd4DSCN1sEyMH+k9eQ7M2q8/i/+Oslxb+JiOJLM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HHf1qhGp/WfcLHX0n31UhTMGMnsrsgZZldCTP+T1QgDlbq1+KCz0u2SEPsY/Y9TLl 2lINjnh5JGLtyP0VoQvV3Oe/3+cHEuo2Kt9vFQmpTtnCKzLircCxyNecM6g/OLdU0g OQn4iiCAAXets2SgnIFzCgjETfAGho7oOjNVlDo0=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4282390385@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff040baa4c_4dea3fdb954cd9602186d0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2EQ59Ex3tyFWDTAqYQ8bEJ7zeqw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:49:07 -0000

----==_mimepart_5dcff040baa4c_4dea3fdb954cd9602186d0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 2 commits.

5053e5b4114265d96ecadced811a3163834f8de2  Rewrap and typos
70dac1d725b8d021c170c5bd306ce783d7a4ea3d  Martin's review comments, starting with editorial nits


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/a8a9373082d3440f3ceb95af9af3288347378535..70dac1d725b8d021c170c5bd306ce783d7a4ea3d

----==_mimepart_5dcff040baa4c_4dea3fdb954cd9602186d0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5053e5b4114265d96ecadced811a3163834f8de2">5053e5b</a>  Rewrap and typos</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d">70dac1d</a>  Martin&#39;s review comments, starting with editorial nits</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/a8a9373082d3440f3ceb95af9af3288347378535..70dac1d725b8d021c170c5bd306ce783d7a4ea3d?email_source=notifications&amp;email_token=AFTOJK3AZKBSTQGP7AURSUTQT7T4BA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZZGAZTQNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6O523AE7GGGKLVGZTQT7T4BANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7X7CWTB2WT7GQPFO3QT7T4BA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZZGAZTQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/a8a9373082d3440f3ceb95af9af3288347378535..70dac1d725b8d021c170c5bd306ce783d7a4ea3d?email_source=notifications\u0026email_token=AFTOJK3AZKBSTQGP7AURSUTQT7T4BA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZZGAZTQNI",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/a8a9373082d3440f3ceb95af9af3288347378535..70dac1d725b8d021c170c5bd306ce783d7a4ea3d?email_source=notifications\u0026email_token=AFTOJK3AZKBSTQGP7AURSUTQT7T4BA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DEMZZGAZTQNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcff040baa4c_4dea3fdb954cd9602186d0--


From nobody Sat Nov 16 04:49:44 2019
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 822D21200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YKk2-7kH0631 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:40 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7114212006D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:49:40 -0800 (PST)
Date: Sat, 16 Nov 2019 04:49:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908579; bh=o4UM9QwRDI3ErdmSBQi9hkxAO4DpGPl5wxDPnik80BU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=A+8pmLj8ceiHJg9tgF6ZNWC6IhqbxlQ3bT0Z3g2qOEUarm0TLvR+Mc07RT+APDclK 4/I5Q+2WAWurRZfHG07WRBrZux3jZY9TdnI4f6QMaPmqhPC2y6ahhuvcy+PJepwyB6 VJLWJEdGz6H8Jwv73GDiwYpJxniIwFfLSJcIsN5I=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7H5SNOGDZLGYKFXGF33UROHEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969053@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff063b65aa_360b3fe0ecacd96c1407e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qEYwyh5vkrwc1hvvHgda6xibKsM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:49:43 -0000

----==_mimepart_5dcff063b65aa_360b3fe0ecacd96c1407e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited
+on-path attacker drops packets, the original copy will still arrive at the
+destination endpoint.
+
+In the presence of a limited on-path attacker, QUIC aims to provide the
+following properties.

Fixed everywhere in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090261
----==_mimepart_5dcff063b65aa_360b3fe0ecacd96c1407e2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090261">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited
+on-path attacker drops packets, the original copy will still arrive at the
+destination endpoint.
+
+In the presence of a limited on-path attacker, QUIC aims to provide the
+following properties.
</pre>
<p>Fixed everywhere in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK4RKY6DIA2CZ7OJ6GTQT7T6HA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FHI#discussion_r347090261">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSNNRSFO4LQGLRRQLQT7T6HANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OCNXKPP62RHO7ME3QT7T6HA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FHI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4RKY6DIA2CZ7OJ6GTQT7T6HA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FHI#discussion_r347090261",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4RKY6DIA2CZ7OJ6GTQT7T6HA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FHI#discussion_r347090261",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff063b65aa_360b3fe0ecacd96c1407e2--


From nobody Sat Nov 16 04:49:54 2019
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 145CB1200F4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NFt7Fo2qdKvp for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:49:50 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87B681200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:49:50 -0800 (PST)
Date: Sat, 16 Nov 2019 04:49:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908589; bh=kbLipV5VoJDhY4ttZvM3PnynXhPsLfv5oS2b5d7qttU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LaBac3qyn5+5sIhwmymVKBYcxlUlJg0W+PmY6dZAuZ3dmoK4ymK4zVHRPd3b1h7zE /3Xw5lWsRlR+OuMlEF/JARIYWaV8NnuR+o+tpmC9CdEFaDHr3IHNdqapP914fHcbR/ rr+rXTcTXmsZC4uWx86BiRRE5vEtd1iI4e2vrQSw=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3HN4FKR2VVWUQBVZV33URO3EVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969059@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff06dda2c5_27d43fe0ecacd96c17152db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GWcvVKj5wNQvof0egXAUUUjPjZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:49:52 -0000

----==_mimepart_5dcff06dda2c5_27d43fe0ecacd96c17152db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited

Fixed in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090270
----==_mimepart_5dcff06dda2c5_27d43fe0ecacd96c17152db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090270">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
+- Drop packets
+- Modify the authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+A limited on-path attacker can only delay packets up to the point that the
+original packets arrive before the duplicate packets, meaning that it cannot
+offer worse routing than the original path, only improved routing.  If a limited
</pre>
<p>Fixed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK5BXO53BBO3AONXVXLQT7T63A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FIY#discussion_r347090270">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6YLUZPQ3LGBUZKOOLQT7T63ANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYPXOWU5CT4NXVSUTQT7T63A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK5BXO53BBO3AONXVXLQT7T63A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FIY#discussion_r347090270",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK5BXO53BBO3AONXVXLQT7T63A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FIY#discussion_r347090270",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff06dda2c5_27d43fe0ecacd96c17152db--


From nobody Sat Nov 16 04:50:07 2019
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 492991200F4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P4KPOADCcvJB for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:03 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67AC81200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:03 -0800 (PST)
Date: Sat, 16 Nov 2019 04:50:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908602; bh=r429DS88wBBGXM0yFbZ3aI4Jea/XKaPlQgwsPKpLGlA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pAw3DDCGen5sv4pqeGW8iufKlOMGeTH8MGNtHzeUDRv87txeY97/UGlsI7OOXQCIF rJXM53gHSGQ8Iqc8emuGI76OPqcHaYnIQy2vGIjK5LRrfj1sDhNCE1S63cgBWON1F8 k/p5CphHvShl/1cP0sZK4mIQVm24G9RLjSys3RBg=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5PEQIQ3X3WDRS2FDF33URPVEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969069@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff07a76c17_346d3fde326cd9642708e3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4GBa1WiBKXIMMwZfXyhRqrniNnw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:50:05 -0000

----==_mimepart_5dcff07a76c17_346d3fde326cd9642708e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +A limited on-path attacker differs from an on-path attacker in that it is not on
+the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration

Fixed in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090280
----==_mimepart_5dcff07a76c17_346d3fde326cd9642708e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090280">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +A limited on-path attacker differs from an on-path attacker in that it is not on
+the original path between endpoints, and therefore the original packets sent by
+an endpoint are still reaching their destination.  This means that a future
+failure to route copied packets to the destination faster than their original
+path will not prevent the original packets from reaching the destination.
+
+A limited on-path attacker can:
+
+- Inspect packets
+- Inject new packets
+- Modify unencrypted packet headers
+- Reorder packets
+
+A limited on-path attacker cannot:
+
+- Delay packets beyond the original packet duration
</pre>
<p>Fixed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK6N7PKUDCRDY4XB2XLQT7T7VA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FLI#discussion_r347090280">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6GJ32VKQ3C4FRUNL3QT7T7VANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3AYNCBCIZQUSW4VWTQT7T7VA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6N7PKUDCRDY4XB2XLQT7T7VA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FLI#discussion_r347090280",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6N7PKUDCRDY4XB2XLQT7T7VA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FLI#discussion_r347090280",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff07a76c17_346d3fde326cd9642708e3--


From nobody Sat Nov 16 04:50:15 2019
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 21A841200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 frZ5chJ7kD5L for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:11 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36225120120 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:11 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id DD167120279 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908610; bh=K4NtikoWVVfSYB/9LNeJ7JWXASOG02WhRNTLFm43CSA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=a6y7T4+dYzenhUPJFsQ2FK8PoHRArtd9vh8YVyrAI4/ePyX+aMdN7OHhhCVF3WMgf Cl5X2XjxmnWrYHpt9/OgQzcQSdki3giE8lafdcv+Q1WWyo9OBes1p64TBGdzxbG62v rwC0kiMmMlhg9Lx8ApgZe1sLx0At0rK2srVXjEyU=
Date: Sat, 16 Nov 2019 04:50:10 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4AHI735VPX54XIXF33URQFEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969075@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff0829797a_102d3f95078cd9687735ef"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q1iqNNmEA9TJtsIBqwLOLE_YrIs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:50:13 -0000

----==_mimepart_5dcff0829797a_102d3f95078cd9687735ef
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +- Reorder packets
+- Drop packets
+- Split and merge datagrams along packet boundaries
+
+An on-path attacker cannot:
+
+- Modify an authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+An on-path attacker has the opportunity to modify the packets that it observes,
+however any modifications to an authenticated portion of a packet will cause it
+to be dropped by the receiving endpoint as invalid, as QUIC payloads are both
+authenticated and encrypted.
+
+In the presence of an on-path attacker, QUIC aims to provide the following
+properties.

Fixed everywhere in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090287
----==_mimepart_5dcff0829797a_102d3f95078cd9687735ef
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090287">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +- Reorder packets
+- Drop packets
+- Split and merge datagrams along packet boundaries
+
+An on-path attacker cannot:
+
+- Modify an authenticated and encrypted portion of a packet and cause the
+ recipient to accept that packet
+
+An on-path attacker has the opportunity to modify the packets that it observes,
+however any modifications to an authenticated portion of a packet will cause it
+to be dropped by the receiving endpoint as invalid, as QUIC payloads are both
+authenticated and encrypted.
+
+In the presence of an on-path attacker, QUIC aims to provide the following
+properties.
</pre>
<p>Fixed everywhere in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK4QIJ3ICX6BFIQM7RTQT7UAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FMY#discussion_r347090287">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3UGPAKJZY7EELM6U3QT7UAFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY6DJEH4TF5DD5CRK3QT7UAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4QIJ3ICX6BFIQM7RTQT7UAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FMY#discussion_r347090287",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4QIJ3ICX6BFIQM7RTQT7UAFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FMY#discussion_r347090287",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff0829797a_102d3f95078cd9687735ef--


From nobody Sat Nov 16 04:50:30 2019
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 3DE011200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p1QXGrNqTLnI for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:27 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7210112006D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:27 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 11A0E261565 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908627; bh=avdTqgN86jUNTsHcdhpnsc2OsoKtY7b9HzqzRMpFOVI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=er1om1R2mibgJo4ImcYsOnS/GVewirHY0PxT8cFa25stenyNIzEG2JRogUsMRgQvJ F0UI/Ud1pc5J060aykJ4jassXBWmq1INQEnjggr8qRlFuHLUp6rOTQU9vVtWsMjNm2 kWRr03oPC0FcWkQYbvpaAzPcF8+IK1SzXDb7VYAg=
Date: Sat, 16 Nov 2019 04:50:26 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2TFJRSM3EDTXYD3IN33URRFEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969090@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff092c08ed_1a1c3fcbad2cd96419976c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jq2QKt0uwERzq-n5SVRUnETVzIs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:50:29 -0000

----==_mimepart_5dcff092c08ed_1a1c3fcbad2cd96419976c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which

Updated in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090299
----==_mimepart_5dcff092c08ed_1a1c3fcbad2cd96419976c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090299">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
</pre>
<p>Updated in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK35XAUFNYJJDXTUYV3QT7UBFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FQQ#discussion_r347090299">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3Y2VR556KANSC4LTTQT7UBFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYIZNXTPQ7PFPHXZI3QT7UBFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK35XAUFNYJJDXTUYV3QT7UBFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FQQ#discussion_r347090299",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK35XAUFNYJJDXTUYV3QT7UBFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FQQ#discussion_r347090299",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff092c08ed_1a1c3fcbad2cd96419976c--


From nobody Sat Nov 16 04:50:43 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 10CDA1200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.999
X-Spam-Level: 
X-Spam-Status: No, score=-2.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 kg3TSgRMnssC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:50:40 -0800 (PST)
Received: from o3.sgmail.github.com (o3.sgmail.github.com [192.254.112.98]) (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 0B05D12006D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=T6EXTeZLagdxvP2ua1ymBJX5peR0H4o3gk/J4MmcWKs=; b= FYHXA2n7RibBmY3QOAHzXXaFIPeF4zkB+eZ53pWYUephBwgyfoOfPvoRzcvSLQ6w qmZiVn4juKYr3A+H8JB2gPngESITEzKmNEBnTLJStbrBAyJr2AKatKNRgag3JJyL KqQ7/ol5Vct6rM7VuEOxeeqs/DgD4WV3KXGkQxAfFb4=
Received: by filter1234p1las1.sendgrid.net with SMTP id filter1234p1las1-1315-5DCFF09F-15 2019-11-16 12:50:39.360642645 +0000 UTC m=+53834.802320971
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) by ismtpd0008p1iad2.sendgrid.net (SG) with ESMTP id e5xB1EhrSb6SqkXjnJGbWg for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:50:39.240 +0000 (UTC)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 07F431C0B3F for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:50:39 -0800 (PST)
Date: Sat, 16 Nov 2019 12:50:39 +0000 (UTC)
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZV4CG3IXK56JD2LFN33URR5EVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969110@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff09eebd49_11f03fbc8d2cd95c2301fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak1OB3vTaHwL8EILeSxY5Htl6DuANb55tI0XAX N/vbsUmzHFO2DwK0Qs/LdMociVMtTAL+3tSGpt6IQArNQbDCriJ6zwOS6ms0i9G4gqwdbvgLyoU3I/ ekicYBXRrDA7VTqndNjRuFwalrGpFDDC5CVX83Bs1OZvMatclpTYuggKXJz8EE3+dJncJi9C5SMh6T 0=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tcJ1EADt3OvapAbaHo9P06pCzdI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:50:42 -0000

----==_mimepart_5dcff09eebd49_11f03fbc8d2cd95c2301fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet
+it observes such that it no longer reaches its destination, while an off-path
+attacker observes the packets, but cannot prevent the original packet from
+reaching its intended destination. An off-path attacker can transmit arbitrary
+packets, and it may be able to attack the network so as to place itself on-path.

Done in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090318
----==_mimepart_5dcff09eebd49_11f03fbc8d2cd95c2301fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090318">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet
+it observes such that it no longer reaches its destination, while an off-path
+attacker observes the packets, but cannot prevent the original packet from
+reaching its intended destination. An off-path attacker can transmit arbitrary
+packets, and it may be able to attack the network so as to place itself on-path.
</pre>
<p>Done in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK7RTAYZODALX6RTP5TQT7UB5A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FVQ#discussion_r347090318">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4JRSSLYW4SJWDMCZTQT7UB5ANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24L26DJWA3XSFLGT3QT7UB5A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK7RTAYZODALX6RTP5TQT7UB5A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FVQ#discussion_r347090318",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK7RTAYZODALX6RTP5TQT7UB5A5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5FVQ#discussion_r347090318",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff09eebd49_11f03fbc8d2cd95c2301fd--


From nobody Sat Nov 16 04:51:06 2019
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 573AC1200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QEaq8m3EVHCj for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:03 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4044512006D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:51:03 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 2628E660075 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:51:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908662; bh=HC54yTXAbSFRUi95Iz3yN2V76KH+ZjUQqAsZv0xi7Pg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mbXwfoPX6IdHo23hgcJPLwwKptmN4vaYzs4TZ87nM5CT38vdvGM3HjIZ/69pJ5EDK 7QEsmQkF+D1eUv2pcvxMZY1vsl2krHNxCuscnOhJInUqjmS6/WaKOV4NwArmRnJ891 bdJAncDZH2u0hg56XeSDeO0DErKDaTrRMxuhfwM8=
Date: Sat, 16 Nov 2019 04:51:02 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYI3M2Y6PDN6TFIWYN33URTNEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969153@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff0b617bab_5e293fdb36ccd96c238641"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m2ns_c1f6SGEt1QLV5-_sjkPcnY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:51:06 -0000

----==_mimepart_5dcff0b617bab_5e293fdb36ccd96c238641
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet

Removed in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090354
----==_mimepart_5dcff0b617bab_5e293fdb36ccd96c238641
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090354">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
+critical path for a given connection and can read, modify, or remove any packet
</pre>
<p>Removed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK4S3WCT5LC7M26PZ33QT7UDNA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GAI#discussion_r347090354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QD5ECIGIZG7VZKSLQT7UDNANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CS625RZIRTGGBWQDQT7UDNA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GAI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4S3WCT5LC7M26PZ33QT7UDNA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GAI#discussion_r347090354",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4S3WCT5LC7M26PZ33QT7UDNA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GAI#discussion_r347090354",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff0b617bab_5e293fdb36ccd96c238641--


From nobody Sat Nov 16 04:51:34 2019
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 14DEE1200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ySijiJcd8FdX for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:31 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AF1412006D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:51:31 -0800 (PST)
Date: Sat, 16 Nov 2019 04:51:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908690; bh=C8+Ky+puEfotRzCxrzGv/fGkKEfxr8J4fTFbxSjZ7Qw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uW/byX3PXxH6wCJ1IDw7Gv5RAY9THnqOm2eCAyUziveBDL572EOY7mxiGgIebIXzZ aDAcqzmd5ZsvRWAQujTc2ugmuDx3eOy6gI5ECFBhBCSmCKoPqpxNt3TS6/X6WtkcYF vUigKo0jT2lgJjgbnvkkublIimVAnWigJ31TW1yU=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5QHXOHG4OEZBSSGP533URVFEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969187@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff0d254e54_d843fe24decd960301054c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5nMGfYSeX-RFhUugQYzwDfOPSW8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:51:33 -0000

----==_mimepart_5dcff0d254e54_d843fe24decd960301054c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the

Changed in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090393
----==_mimepart_5dcff0d254e54_d843fe24decd960301054c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090393">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
+
+For this purpose, attacks are divided into passive and active attacks, passive
+attackers having the capability to read packets from the network and active
+attackers having the capability to write packets into the network.
+
+Attackers are additionally categorized as either on-path attackers or off-path
+attackers (see Section 3.5 of {{?RFC3552}}); an on-path attacker is on the
</pre>
<p>Changed in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK4IR4DCTUMOCWZGMWLQT7UFFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GIY#discussion_r347090393">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5AK7YLNZSDL4V3NL3QT7UFFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6VBCUZ2FX3Q5C6O73QT7UFFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4IR4DCTUMOCWZGMWLQT7UFFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GIY#discussion_r347090393",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK4IR4DCTUMOCWZGMWLQT7UFFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GIY#discussion_r347090393",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff0d254e54_d843fe24decd960301054c--


From nobody Sat Nov 16 04:51:44 2019
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 1D7221200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6LLhlUsxTPpt for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 04:51:40 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59E001200F4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 04:51:40 -0800 (PST)
Date: Sat, 16 Nov 2019 04:51:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573908699; bh=crBskLbGD3hfS7bCcERl6Q5PlV1Hinf0/me5FZJbmcQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W53EXlnJu4Qm42fpXCVagOlFiuNznkDk/vVojMkRbizZNJFWV6t89xtgvQTJJxaNM 3tvE/gSmL1BKbdOTzx4PjHEWF1tKxg5bINXpKHp3EXq5k5pqWwOmNdr9I6UxKWWmvS ZKpb51th4FgL9FQpa7GeSQx/0wHOWeOHhWXBtx1c=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYY4BTH36PITQDCYJN33URVXEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317969191@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcff0db76cf6_79c83fabd28cd968406052"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iLVfwY1hDMQd88hEER1v49qp_1I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 12:51:42 -0000

----==_mimepart_5dcff0db76cf6_79c83fabd28cd968406052
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+TBD.
+
+### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.

Done in 70dac1d

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090397
----==_mimepart_5dcff0db76cf6_79c83fabd28cd968406052
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347090397">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+TBD.
+
+### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
</pre>
<p>Done in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d/hovercard" href="https://github.com/quicwg/base-drafts/commit/70dac1d725b8d021c170c5bd306ce783d7a4ea3d"><tt>70dac1d</tt></a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK2DZYWQBXKXUJTKS33QT7UFXA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GJY#discussion_r347090397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK56RMIA2QPP2UFYJ4DQT7UFXANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZJDYWDPFUX277EZCTQT7UFXA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2DZYWQBXKXUJTKS33QT7UFXA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GJY#discussion_r347090397",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2DZYWQBXKXUJTKS33QT7UFXA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5GJY#discussion_r347090397",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcff0db76cf6_79c83fabd28cd968406052--


From nobody Sat Nov 16 05:35:51 2019
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 E696C1200FF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:35:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WH-DGhMR6dw6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:35:47 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 441B21200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:35:47 -0800 (PST)
Date: Sat, 16 Nov 2019 05:35:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911346; bh=0K6DKytIWmWTwNpjJhXiJ4zynncNKQmwFys1Ix4ma0Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T5DQ6leWsGwFLgGzcy4EhhzkH554LMqgcp6+hU/vNavpRJItrVuzH46NhNKQ9tP8l szn+mUanZB5ksjxXiB9vUtm0JsFy1zwunMK3pHmOKHXWiVJpx1hZZQQe8Tt4cn54CV zSKjKyrnCMw5+3IhjJnm/dW8wzu9EbGHcafAP+XE=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4282456436@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffb327474a_1f3e3fb1866cd960304234"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DfEgeSo3OBDWI1Evyghes8cfWtY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:35:49 -0000

----==_mimepart_5dcffb327474a_1f3e3fb1866cd960304234
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

e3860d02740395e9e1400b0da8c7871c71011093  Reorganize text, move definitions up, clean up some duplication


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/70dac1d725b8d021c170c5bd306ce783d7a4ea3d..e3860d02740395e9e1400b0da8c7871c71011093

----==_mimepart_5dcffb327474a_1f3e3fb1866cd960304234
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e3860d02740395e9e1400b0da8c7871c71011093">e3860d0</a>  Reorganize text, move definitions up, clean up some duplication</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/70dac1d725b8d021c170c5bd306ce783d7a4ea3d..e3860d02740395e9e1400b0da8c7871c71011093?email_source=notifications&amp;email_token=AFTOJKYGMSQ3SC2GTWVHSE3QT7ZLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBVGY2DGNQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK73O376A7FX5WLUVQDQT7ZLFANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3OA7E43BSK7MHJO3LQT7ZLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBVGY2DGNQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/70dac1d725b8d021c170c5bd306ce783d7a4ea3d..e3860d02740395e9e1400b0da8c7871c71011093?email_source=notifications\u0026email_token=AFTOJKYGMSQ3SC2GTWVHSE3QT7ZLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBVGY2DGNQ",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/70dac1d725b8d021c170c5bd306ce783d7a4ea3d..e3860d02740395e9e1400b0da8c7871c71011093?email_source=notifications\u0026email_token=AFTOJKYGMSQ3SC2GTWVHSE3QT7ZLFA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBVGY2DGNQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcffb327474a_1f3e3fb1866cd960304234--


From nobody Sat Nov 16 05:36:56 2019
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 7414F1200FF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:36:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YjeRYf7-mn1u for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:36:54 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00F601200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:36:54 -0800 (PST)
Date: Sat, 16 Nov 2019 05:36:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911413; bh=MYZsjALAaAWcxGEJPXc9C4YgJOLyy5l5Snrf4qhdCOs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tQPsAof6BTjraUZCC2E+IJYVGT0VEaCnhl4gd3BUkVCvbp7xQWGNXqS1KLQYXU/ot /GS7lD/RC3O6taiLpQ6hE1TgV83CdbrklpSPPKivrVGvp3Oi6Cyt5FZd9++QNJmQYV rfS3QEQTByKjC8xKSCyfrThB3vGZW6uIEND55zyI=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZEZ7TTGEKQ27SAKG533UW7JEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317970951@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffb74ec4c5_64583fdb954cd960276273"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MBoqomhrGmK1QZ6LVFE9XdJpd1Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:36:55 -0000

----==_mimepart_5dcffb74ec4c5_64583fdb954cd960276273
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +Both on-path and off-path attackers can mount a passive attack in which they
+save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.

Moved this into short header section (and renamed that to packet protection, since technically that's not unique to SH even if this is not handshake-specific). Generally moved a bunch of text up, as well.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347091878
----==_mimepart_5dcffb74ec4c5_64583fdb954cd960276273
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347091878">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +Both on-path and off-path attackers can mount a passive attack in which they
+save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
</pre>
<p>Moved this into short header section (and renamed that to packet protection, since technically that's not unique to SH even if this is not handshake-specific). Generally moved a bunch of text up, as well.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK2Y25BVZEDQ2EUTTYTQT7ZPJA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UBY#discussion_r347091878">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYXRLHFBFJN2LTFNQTQT7ZPJANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3QDRZMO5CCSSU7WPDQT7ZPJA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2Y25BVZEDQ2EUTTYTQT7ZPJA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UBY#discussion_r347091878",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2Y25BVZEDQ2EUTTYTQT7ZPJA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UBY#discussion_r347091878",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffb74ec4c5_64583fdb954cd960276273--


From nobody Sat Nov 16 05:37:26 2019
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 5EC1E120152 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:37:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ciJ3M8dnNgh0 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:37:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 877971200FF for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:37:22 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 8E67066041F for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:37:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911441; bh=SjmfXpOfFPsRb88Ugon7C6WL1qps7PWQnI6EqdpxurU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oO7GanlsZKc45tqiuT/K7iur+tummYmLEGaXqnITN5CyhV5YB0sLczpJqGM8K6QdR imURHYA8NZJDZqRS+mZdrbWdPt5eED0Wp68jVAcFAVDYCgOqftEQGFNeJ4LkRehGl6 +9cI2qCO2CZhGjqogGmEZEIQOaeOHTZ0LaI7bzug=
Date: Sat, 16 Nov 2019 05:37:21 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3GLUSY6AWUVWIMZLV33UXBDEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317970974@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffb917f6e7_720e3f8959ecd96c135242a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3s2-mBRnfCfdQdRB1sOkqwD3Dzk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:37:24 -0000

----==_mimepart_5dcffb917f6e7_720e3f8959ecd96c135242a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
+
+
+#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.

Reworded and moved this around to hopefully be more clear

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347091898
----==_mimepart_5dcffb917f6e7_720e3f8959ecd96c135242a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347091898">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +save observed QUIC packets for an offline attack against QUIC packet protection
+at a future time; this is true for any observer of any packet on any network.
+
+
+#### Active Attacks
+
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
</pre>
<p>Reworded and moved this around to hopefully be more clear</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK23ITAJGSNWMRKYCFDQT7ZRDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UHQ#discussion_r347091898">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZBT3SBHB6AKGXS3NDQT7ZRDANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6EBORPXPJ2B3TK5VTQT7ZRDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK23ITAJGSNWMRKYCFDQT7ZRDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UHQ#discussion_r347091898",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK23ITAJGSNWMRKYCFDQT7ZRDA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5UHQ#discussion_r347091898",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffb917f6e7_720e3f8959ecd96c135242a--


From nobody Sat Nov 16 05:40:44 2019
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 6C7801200FF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:40:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5oAkDD_NU0dC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:40:40 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A2EA1200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:40:40 -0800 (PST)
Date: Sat, 16 Nov 2019 05:40:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911639; bh=dThIN27ubjdZCvCsgYgBaDWAeaWiKfAVdPrabrawHbI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KAKuhFTeYV0ueUDv+cGJD3Zm4xYN26Jyflu+oLyozxonQ3zcssX6nd0c2zR6LLRiD ZabL6CfiGE6maS4eHqhGD/D0fZG4OVs/a6gy5UsM2NLL+oF0gPGa1efcuP7s07aVgE j1qqljj0lgxKBZpmqnSgr2dPF74zSKdUEFbguaUo=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4NSQQ2NJDF33SJ6I533UXNPEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317971135@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffc57c5ced_63883fde326cd96413241f9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oGKzu2vINLlAptIx5521wXXO9BA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:40:42 -0000

----==_mimepart_5dcffc57c5ced_63883fde326cd96413241f9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.

Added text to be more clear about that

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092037
----==_mimepart_5dcffc57c5ced_63883fde326cd96413241f9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092037">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +### Short Headers {#short-headers-properties}
+
+TBD.
+
+### Connection Migration {#migration-properties}
+
+Connection Migration ({{migration}}) provides endpoints with the ability to
+transition between IP addresses and ports on multiple paths, using one path at a
+time for transmission and receipt of non-probing frames.  Path validation
+({{migrate-validate}}) establishes that a peer is both willing and able
+to receive packets sent on a particular path.  This helps reduce the effects of
+address spoofing, by limiting the number of packets sent to a spoofed address,
+unless an attacker is able to also receive packets sent to that address.
+
+This section describes the intended security properties of connection migration
+when under various types of attack, as described in more detail by {{?RFC3552}}.
</pre>
<p>Added text to be more clear about that</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK2XHLAHDQYLPXNEHUTQT7Z5PA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VPY#discussion_r347092037">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7G7UWEAM4QF4JBZCLQT7Z5PANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYIUWVD3KE3QZBAKATQT7Z5PA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VPY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2XHLAHDQYLPXNEHUTQT7Z5PA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VPY#discussion_r347092037",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK2XHLAHDQYLPXNEHUTQT7Z5PA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VPY#discussion_r347092037",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffc57c5ced_63883fde326cd96413241f9--


From nobody Sat Nov 16 05:41:01 2019
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 C47111200FF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:40:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 A2pG-dPA-vFF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:40:58 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1935B1200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:40:58 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 7413E52043B for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:40:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911657; bh=yIRruDkM/f2JyRcp/GS3rjyh00NNW+8wmwpVYV6PE28=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=138u7WzVJ9JgaPN3Eog+lVfMUreCF76U9TDPTOc5YiZSlZFhmgfCIwCXAZBGMVkoX ajHpC00lbwCJ9arTCcSW2MizPVishBLMUDfMPckHut3CMqM2m1W8JI0IoO1LWg5CSZ /FUcItTrE58eySAQFkmnAVufEC+QSiW08vV8sURM=
Date: Sat, 16 Nov 2019 05:40:57 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2V7ONJZPSRYDCOM7533UXOTEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317971148@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffc696541d_76d03fee054cd96061238a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PY7hl0CLF2kdcm_1bCBJ25gmq8w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:41:00 -0000

----==_mimepart_5dcffc696541d_76d03fee054cd96061238a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any
+active attacker that observes QUIC packets and attempts to insert new data or
+modify existing data in those packets should not be able to generate packets
+deemed valid by the receiving endpoint.

Moved a bunch of this up into packet protection section

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092047
----==_mimepart_5dcffc696541d_76d03fee054cd96061238a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092047">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any
+active attacker that observes QUIC packets and attempts to insert new data or
+modify existing data in those packets should not be able to generate packets
+deemed valid by the receiving endpoint.
</pre>
<p>Moved a bunch of this up into packet protection section</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJKYPFL4X3SU4SEUBPQTQT7Z6TA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VTA#discussion_r347092047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4MZ6OZH2TDSEJWVHLQT7Z6TANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5KVO5FYL4ZNXPPPS3QT7Z6TA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJKYPFL4X3SU4SEUBPQTQT7Z6TA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VTA#discussion_r347092047",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJKYPFL4X3SU4SEUBPQTQT7Z6TA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5VTA#discussion_r347092047",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffc696541d_76d03fee054cd96061238a--


From nobody Sat Nov 16 05:41:45 2019
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 8E385120132 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:41:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KObWbueNs-5S for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:41:42 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CE8C1200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:41:42 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id C76BE6A0085 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:41:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911701; bh=ffDLIwrCa02IoH76H/aIy6vhDkMjE/yL9Na/DX8Yuoo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZVZ09AISrDhJon4mmoBebkFGQkM2bL39BzgxP9cDu8hbkm2iM9m/FT6/R76DNYlXq 8UPs9qDlUwMsTYvjdMU7G4gB7WtLpZfEEUiPHoxMrQkVB2gaGBjDUmWWHBr31EWsBi UI7QIGvho29SbxyrTTjbKQGaB2GdeAVDut+rf3xA=
Date: Sat, 16 Nov 2019 05:41:41 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6J36TLCFOW4HFPU6N33UXRLEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317971177@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffc95b7d31_5ebd3fa9408cd95c584678"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ASX00VV5j7ItkKhumlQ82mRhibs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:41:45 -0000

----==_mimepart_5dcffc95b7d31_5ebd3fa9408cd95c584678
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+However, an attacker can modify the boundaries between QUIC packets and UDP
+datagrams, causing multiple packets to be coalesced into a single datagram, or
+splitting coalesced packets into multiple datagrams.  Such modification has no
+functional effect on a QUIC connection, however it might change the performance
+characteristics exhibited by the receiving endpoint.
+
+A spoofing attack, in which an attacker rewrites unprotected parts of a QUIC
+packet such as the source or destination address, is only effective if the
+attacker can forward packets to the original endpoint, as path validation
+({{migrate-validate}}) ensures that an endpoint's ability and willingness to
+decrypt QUIC packets is demonstrated before sending significant amounts of data
+to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks

Moved, trimmed out the duplication, now at the top of the entire section and provides the definitions for the whole thing. Then the sections below move up one and are how those definitions, etc. apply to migration. Much better now -- thanks!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092070
----==_mimepart_5dcffc95b7d31_5ebd3fa9408cd95c584678
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092070">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+However, an attacker can modify the boundaries between QUIC packets and UDP
+datagrams, causing multiple packets to be coalesced into a single datagram, or
+splitting coalesced packets into multiple datagrams.  Such modification has no
+functional effect on a QUIC connection, however it might change the performance
+characteristics exhibited by the receiving endpoint.
+
+A spoofing attack, in which an attacker rewrites unprotected parts of a QUIC
+packet such as the source or destination address, is only effective if the
+attacker can forward packets to the original endpoint, as path validation
+({{migrate-validate}}) ensures that an endpoint&#39;s ability and willingness to
+decrypt QUIC packets is demonstrated before sending significant amounts of data
+to a new endpoint as part of an established QUIC connection.
+
+
+##### On-Path Active Attacks
</pre>
<p>Moved, trimmed out the duplication, now at the top of the entire section and provides the definitions for the whole thing. Then the sections below move up one and are how those definitions, etc. apply to migration. Much better now -- thanks!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK6U3CRIULJJICBWRBTQT72BLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V2I#discussion_r347092070">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4A2KNJNMFCPXCU32LQT72BLANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2FDV5YCQ5NKCFWZFLQT72BLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V2I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6U3CRIULJJICBWRBTQT72BLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V2I#discussion_r347092070",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK6U3CRIULJJICBWRBTQT72BLA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V2I#discussion_r347092070",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffc95b7d31_5ebd3fa9408cd95c584678--


From nobody Sat Nov 16 05:42:00 2019
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 88E8D1200B4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:41:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5k-0mOG3YHlZ for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:41:56 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 997B81200FF for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:41:56 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id DEA3CC6094D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:41:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911715; bh=fVUcqwaJGOKWdIJM0VqE08tEFoVVrGOpvUReBPTq80M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FI+p8Qj2OBnl5LB5HLmxh/8jl8ONqi8cBzHyjl0ohSq5seGayWT63fs78GGkIc3up BZ9KquQ4T3n7yeaMY2TJ8+Ng3Z2jxT4ifwMPmjzViKy0IzZdMOAz9jKYkAOwaGyueu TOoMPF5s580j4/fa00NX5vs+aO7wsZu44jabcJXE=
Date: Sat, 16 Nov 2019 05:41:55 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5PBTCM4YCEU6777K533UXSHEVBNHHBYGSUE4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/review/317971191@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffca3d054c_5da03f9066ccd964353478c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DrnxA283t8K4bb3w1Zjbqlo0-G0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:42:00 -0000

----==_mimepart_5dcffca3d054c_5da03f9066ccd964353478c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> +
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any

Added

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092084
----==_mimepart_5dcffca3d054c_5da03f9066ccd964353478c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/2925#discussion_r347092084">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; +
+An active attack ({{?RFC3552}}) involves writing data to the network.  An
+attacker with such a capability might be in a position to additionally prevent
+the original packets it observes from reaching their intended destination.  If
+so, they are considered to be an on-path attacker.
+
+An active attacker may also choose to rewrite the source or destination IP
+addresses of packets that it forwards or injects. Such spoofing attacks are only
+effective against a QUIC connection if the attacker can still forward the
+contents of the packets to the original endpoint, since QUIC connections are
+both authenticated and encrypted.
+
+A blind attacker, one who injects packets without being able to observe valid
+packets for a QUIC connection, is unlikely to be successful, since QUIC packet
+protection ensures that valid packets are only generated by endpoints which
+possess the key material established during the handshake.  Similarly, any
</pre>
<p>Added</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications&amp;email_token=AFTOJK37BQTKODNISP4O5FDQT72CHA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V5Y#discussion_r347092084">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZQQLTZMI3TQ7I7H3LQT72CHANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5USMQT7TIRKR2CYPTQT72CHA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK37BQTKODNISP4O5FDQT72CHA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V5Y#discussion_r347092084",
"url": "https://github.com/quicwg/base-drafts/pull/2925?email_source=notifications\u0026email_token=AFTOJK37BQTKODNISP4O5FDQT72CHA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLZ5V5Y#discussion_r347092084",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dcffca3d054c_5da03f9066ccd964353478c--


From nobody Sat Nov 16 05:43:16 2019
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 29A6D1200FF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:43:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lt69ZaNRs8Cv for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 05:43:13 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D6941200B4 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 05:43:13 -0800 (PST)
Date: Sat, 16 Nov 2019 05:43:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573911793; bh=knZMlZrI0rlGyKtB3nm/PfGfuGSaZhnAx7frrHSfbS0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ehZh2D3W9e9AvIHmmdJUKEZJhGtECe3xpnJ/SXs3zxvxbUoUTsXzfy2ORTJmarzyH lA5u8eFpWtl/nj816JRUkiCixOyopXK1cQLAhXerAq7eS+M7BSXjAhK5tz8FUDUpEZ nu36wqJXD91Cap9GriYbfCAChfmomAmRxIXGdzRU=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2925/push/4282466917@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2925@github.com>
References: <quicwg/base-drafts/pull/2925@github.com>
Subject: Re: [quicwg/base-drafts] Add initial threat model to security considerations (#2925)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dcffcf0e69f1_22be3fcc3becd960261116"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AWmjjc0CQQ9Hp_JMKzjILmVj1co>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 13:43:15 -0000

----==_mimepart_5dcffcf0e69f1_22be3fcc3becd960261116
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@erickinnear pushed 1 commit.

8d2ed7162448e2c6527733a34e838335ebe24a3a  Add reference to handshake


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/2925/files/e3860d02740395e9e1400b0da8c7871c71011093..8d2ed7162448e2c6527733a34e838335ebe24a3a

----==_mimepart_5dcffcf0e69f1_22be3fcc3becd960261116
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/erickinnear" class="user-mention">@erickinnear</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8d2ed7162448e2c6527733a34e838335ebe24a3a">8d2ed71</a>  Add reference to handshake</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/2925/files/e3860d02740395e9e1400b0da8c7871c71011093..8d2ed7162448e2c6527733a34e838335ebe24a3a?email_source=notifications&amp;email_token=AFTOJK7XDCGN2W4MMZ5R6KDQT72HBA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBWGY4TCNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3GNNTPKHDOWSSAKTTQT72HBANCNFSM4IF76LWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY73E7UVRR7OXQGHATQT72HBA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBWGY4TCNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/2925/files/e3860d02740395e9e1400b0da8c7871c71011093..8d2ed7162448e2c6527733a34e838335ebe24a3a?email_source=notifications\u0026email_token=AFTOJK7XDCGN2W4MMZ5R6KDQT72HBA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBWGY4TCNY",
"url": "https://github.com/quicwg/base-drafts/pull/2925/files/e3860d02740395e9e1400b0da8c7871c71011093..8d2ed7162448e2c6527733a34e838335ebe24a3a?email_source=notifications\u0026email_token=AFTOJK7XDCGN2W4MMZ5R6KDQT72HBA5CNFSM4IF76LWKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYDAMJSHA3TQNKQOVZWQIZUGI4DENBWGY4TCNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dcffcf0e69f1_22be3fcc3becd960261116--


From nobody Sat Nov 16 12:11:14 2019
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 9F87F120098 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:11:13 -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 Doxx_MmqVTOr for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:11:12 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA9F2120090 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:11:12 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id EE50A12029B for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:11:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573935072; bh=HcBzWWnpbOuC/rR3GAAq2asesJ63fN8/WazIUjZ3vAw=; h=Date:From:To:Subject:From; b=LrrXpTn+rnF9qveIsagYY9vEkKqPNVEo+IvUrvE82fJ8wMgUxSYFCr9dA/WkXNWCB QVoeTWBXmvO0+saaySlZUHlN7oJhW1Asjv26mA776QbJCsgRNo1RE4Aliv8Lu2y2bO Agi0aL8EGNGh9LhxrLMHCUnAmcsIVC2K9mMjFLj4=
Date: Sat, 16 Nov 2019 12:11:11 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-apporflow/000000-a4129b@github.com>
Subject: [quicwg/base-drafts] a4129b: App or flow control limited
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/RiDjdBZTsuVinH9ngS8pWsdNVmE>
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: Sat, 16 Nov 2019 20:11:13 -0000

  Branch: refs/heads/ianswett-apporflow
  Home:   https://github.com/quicwg/base-drafts
  Commit: a4129b67368d5ee374e8029f19b29ba194c1375d
      https://github.com/quicwg/base-drafts/commit/a4129b67368d5ee374e8029f19b29ba194c1375d
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  App or flow control limited

Fixes #3236



From nobody Sat Nov 16 12:11:56 2019
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 30DA8120098 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:11:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lwrrOirMtj19 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:11:54 -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 C39FA120090 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:11:53 -0800 (PST)
Date: Sat, 16 Nov 2019 12:11:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573935112; bh=DehG6/sdmMSLfQNjgiAJY9gVcev/s0pdOL0Ij2ZB1mo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=S8yFdk3TNaAfOZTGYnzBE6NBnjDp9WPDu5FcY+cBz+arY9sfXNTiREtCyudl2q/zG VczFQGuXaNNOzI0tFuF0SeI5K6EUFj+9fsNEdI7AdLYWE+c+wETffJIfXHaMZbvGdF MZDE8OYwcDq4cOpIb2a8328SpKcYeMjuFmvcFB6U=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZBPGHTZ23AWCEJZT533WFIREVBNHHB6OPOZU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3238@github.com>
Subject: [quicwg/base-drafts] App or flow control limited (#3238)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd05808b129e_3fc73f82b04cd96c802470"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V7qp9kKadau-YeYZBOmjJkMgjyk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 20:11:55 -0000

----==_mimepart_5dd05808b129e_3fc73f82b04cd96c802470
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3236

Feel free to suggest any other changes to clarify this.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3238

-- Commit Summary --

  * App or flow control limited

-- File Changes --

    M draft-ietf-quic-recovery.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3238.patch
https://github.com/quicwg/base-drafts/pull/3238.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3238

----==_mimepart_5dd05808b129e_3fc73f82b04cd96c802470
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3236.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523783929" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3236" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3236/hovercard" href="https://github.com/quicwg/base-drafts/issues/3236">#3236</a></p>
<p>Feel free to suggest any other changes to clarify this.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3238'>https://github.com/quicwg/base-drafts/pull/3238</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>App or flow control limited</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3238/files#diff-0">draft-ietf-quic-recovery.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3238.patch'>https://github.com/quicwg/base-drafts/pull/3238.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3238.diff'>https://github.com/quicwg/base-drafts/pull/3238.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications&amp;email_token=AFTOJKZRCCMWSDIMILFBHADQUBHYRA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZ53GQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZW76EEORRUXCGG4MDQUBHYRANCNFSM4JOGV5AA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7YXMQY6OX7OK7Q3VDQUBHYRA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZ53GQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJKZRCCMWSDIMILFBHADQUBHYRA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZ53GQ",
"url": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJKZRCCMWSDIMILFBHADQUBHYRA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZZ53GQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd05808b129e_3fc73f82b04cd96c802470--


From nobody Sat Nov 16 12:12:01 2019
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 617C1120098 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:12:00 -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 xWZgtCr7xAjg for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:11:59 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B483120090 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:11:59 -0800 (PST)
Date: Sat, 16 Nov 2019 12:11:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573935118; bh=eGNrL0CAFDNaLAMk8H4MVS58K5pmsIxp6NwyQ63xMUI=; h=Date:From:To:Subject:From; b=svrkeQGSfD2wgPwQFnb+Rye+c9g6CQJkg0zf7d6qn64j6uoYCvY+xWzOmNZetnOPJ slfKukUOUXmcfCDiBFLo2PD2hzsJdKvLSSE7BozsecqDblEzhY/hozqy98JdCstQeC 3Kwbm452CYmpbOPAjdSuYwq3pskJpY6qxvdNbF0w=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8fed2d-8d43e8@github.com>
Subject: [quicwg/base-drafts] 8d43e8: Script updating gh-pages from a4129b67. [ci skip]
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/4J6rM5TTVXOkEm0AK7Xvuy7uo5M>
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: Sat, 16 Nov 2019 20:12:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8d43e8c960b8a2a656fa84661bebabe3d6db7b0f
      https://github.com/quicwg/base-drafts/commit/8d43e8c960b8a2a656fa84661bebabe3d6db7b0f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    A ianswett-apporflow/draft-ietf-quic-http.html
    A ianswett-apporflow/draft-ietf-quic-http.txt
    A ianswett-apporflow/draft-ietf-quic-invariants.html
    A ianswett-apporflow/draft-ietf-quic-invariants.txt
    A ianswett-apporflow/draft-ietf-quic-qpack.html
    A ianswett-apporflow/draft-ietf-quic-qpack.txt
    A ianswett-apporflow/draft-ietf-quic-recovery.html
    A ianswett-apporflow/draft-ietf-quic-recovery.txt
    A ianswett-apporflow/draft-ietf-quic-tls.html
    A ianswett-apporflow/draft-ietf-quic-tls.txt
    A ianswett-apporflow/draft-ietf-quic-transport.html
    A ianswett-apporflow/draft-ietf-quic-transport.txt
    A ianswett-apporflow/index.html
    R ianswett-limit-bursts/draft-ietf-quic-http.html
    R ianswett-limit-bursts/draft-ietf-quic-http.txt
    R ianswett-limit-bursts/draft-ietf-quic-invariants.html
    R ianswett-limit-bursts/draft-ietf-quic-invariants.txt
    R ianswett-limit-bursts/draft-ietf-quic-qpack.html
    R ianswett-limit-bursts/draft-ietf-quic-qpack.txt
    R ianswett-limit-bursts/draft-ietf-quic-recovery.html
    R ianswett-limit-bursts/draft-ietf-quic-recovery.txt
    R ianswett-limit-bursts/draft-ietf-quic-tls.html
    R ianswett-limit-bursts/draft-ietf-quic-tls.txt
    R ianswett-limit-bursts/draft-ietf-quic-transport.html
    R ianswett-limit-bursts/draft-ietf-quic-transport.txt
    R ianswett-limit-bursts/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from a4129b67. [ci skip]



From nobody Sat Nov 16 12:14:10 2019
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 AC0D0120098 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:14:08 -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 qWbqrceW3jtd for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 12:14:07 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 844AC120090 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:14:07 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 3FA361210A2 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 12:14:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573935247; bh=o1hKb4HGWG7dR6s8FyL/7jZzdjuQBslSrRKPe2p8ONg=; h=Date:From:To:Subject:From; b=FVJ8+glqCnMB6+Ykk4fwVuoG9jHjG5j7Rr/b21i04ptHyMBzZ9pxQuUl2rPFuiv49 ZEAT0jgZWRPVQBHx01QS2UA3SwyrdxU1evJP7tBhnB0YOiJouwoG1zTDXAcCylf5DY K8geUkK/oGmChdscCldf8TvCnUqyJOHlwuHHV46M=
Date: Sat, 16 Nov 2019 12:14:06 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8d43e8-4c2579@github.com>
Subject: [quicwg/base-drafts] 4c2579: Script updating issues at 2019-11-16T20:13:59Z. [c...
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/32csRDeQQkAkiEDBLWbrha8zJqQ>
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: Sat, 16 Nov 2019 20:14:09 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4c2579e3dfee521bdf23217f43e1a5e915a621fd
      https://github.com/quicwg/base-drafts/commit/4c2579e3dfee521bdf23217f43e1a5e915a621fd
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-16T20:13:59Z. [ci skip]



From nobody Sat Nov 16 13:27:43 2019
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 2BF1E120906 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 13:27:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YscobgIJPeiL for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 13:27:39 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3488120853 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 13:27:36 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 3CD39C60C78 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 13:27:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573939656; bh=J1Gn8Ygc20YNnd9NDmT6sNzCekJdXGU83uSH+JGbOtw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=GGfqOCa5pMBDrdSV1AZ5BwWq9vIVdXu2RzNep6H4NNDrKoz0IS8AzWzKCgpuP+Pkl ptXSmPrQragNEcxN/GwcWFxKMPEz7FsI46LUSk+qSP6X+DoAduMmq66A4o+RoIp00g rtCtKGQoRr7NbD9yhw5Lj8WADvqMfvzQqLSBluEs=
Date: Sat, 16 Nov 2019 13:27:36 -0800
From: Samuel Bronson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6R2HWOPS6BC4FRDAF33WOEREVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239@github.com>
Subject: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd069c82deb6_3d093f8f4b6cd96882599"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: SamB
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G6uorgnRyw7cNyY3Vu57InmiINY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 16 Nov 2019 21:27:42 -0000

----==_mimepart_5dd069c82deb6_3d093f8f4b6cd96882599
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

It&#39;s not very clear what it means to not treat an error code as an error.

Maybe this is what&#39;s meant? (If not, please explain it better.)
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3239

-- Commit Summary --

  * HTTP: Tweak wording about unknown error codes

-- File Changes --

    M draft-ietf-quic-http.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3239.patch
https://github.com/quicwg/base-drafts/pull/3239.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239

----==_mimepart_5dd069c82deb6_3d093f8f4b6cd96882599
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>It's not very clear what it means to not treat an error code as an error.</p>
<p>Maybe this is what's meant? (If not, please explain it better.)</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3239'>https://github.com/quicwg/base-drafts/pull/3239</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>HTTP: Tweak wording about unknown error codes</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3239/files#diff-0">draft-ietf-quic-http.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3239.patch'>https://github.com/quicwg/base-drafts/pull/3239.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3239.diff'>https://github.com/quicwg/base-drafts/pull/3239.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJK5BXIHYOSMJ7RVHHC3QUBQURA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2BXCQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6D4M6USWY26VMSHMLQUBQURANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYSRO2UIYKWR3USGGLQUBQURA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2BXCQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5BXIHYOSMJ7RVHHC3QUBQURA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2BXCQ",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5BXIHYOSMJ7RVHHC3QUBQURA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2BXCQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd069c82deb6_3d093f8f4b6cd96882599--


From nobody Sat Nov 16 16:35:53 2019
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 4D7A21200B8 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:35:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 v0YzPB2rH_dp for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:35:49 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3515120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:35:49 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 8390E260419 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:35:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573950948; bh=jiCxRvww+J3qRr+IfiyS6s6plWz2eQUHpl0hrLdN6yQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=awwwJzHnM1E4sbSiQI0u/N+aSvY5gBEagxidWoF4tD9uqtORFw0nXWA5PcgX522qH X7cioDzRtS2UwHM/hddA/8WmiQnpb7WLkY3SXl8KI5YDp3XtyTTav979pgkOyMLWKd p99LIetEc+xFYHhh0p8LbMqmh59z4vRD8tIrb9Nk=
Date: Sat, 16 Nov 2019 16:35:48 -0800
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7XCEH7X7L2CHUV74V33XEGJEVBNHHB6OPOZU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3238/review/317995142@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3238@github.com>
References: <quicwg/base-drafts/pull/3238@github.com>
Subject: Re: [quicwg/base-drafts] App or flow control limited (#3238)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd095e43f084_78fc3f9f82ecd9642465ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6-aWaDIuUJkJIF19q7zROOYUNo4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:35:51 -0000

----==_mimepart_5dd095e43f084_78fc3f9f82ecd9642465ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.



> @@ -1363,9 +1363,9 @@ acked_packet from sent_packets.
      if (InCongestionRecovery(acked_packet.time_sent)):
        // Do not increase congestion window in recovery period.
        return
-     if (IsAppLimited()):
+     if (IsAppOrFowControlLimited()):

Fow->Flow

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3238#pullrequestreview-317995142
----==_mimepart_5dd095e43f084_78fc3f9f82ecd9642465ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3238#discussion_r347112798">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1363,9 +1363,9 @@ acked_packet from sent_packets.
      if (InCongestionRecovery(acked_packet.time_sent)):
        // Do not increase congestion window in recovery period.
        return
-     if (IsAppLimited()):
+     if (IsAppOrFowControlLimited()):
</pre>
<p>Fow-&gt;Flow</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications&amp;email_token=AFTOJK5KZN2GFODAER2TI33QUCGWJA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DRBQ#pullrequestreview-317995142">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4V7ZSKIQXYN2CFPODQUCGWJANCNFSM4JOGV5AA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5SVVNINDRNW5XOZN3QUCGWJA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DRBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJK5KZN2GFODAER2TI33QUCGWJA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DRBQ#pullrequestreview-317995142",
"url": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJK5KZN2GFODAER2TI33QUCGWJA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DRBQ#pullrequestreview-317995142",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd095e43f084_78fc3f9f82ecd9642465ab--


From nobody Sat Nov 16 16:43:59 2019
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 7FC24120808 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:43:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Shtw9km0cXLN for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:43:55 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81AD8120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:43:55 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id CC2D596022B for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:43:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573951434; bh=1OMzmA6bEzcpwmYjfIRl+M1D7Yx4xTTSANmxs45DYjM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KGd0ziIBMsh4sPnX+BzZjJmqDztozK9n+BkUpk2wwevq8oMsHTzun0Ruluomjx5wP wMIjojubc/akaZmnppBUMDO3ECMwzC9uqh8SePtRiplrjkGE4SJbJjIMe9fKmEBW8Y YwrGiaIvpkhyAFvCx2A7RZ35oNrCGxuTc4BYvlDM=
Date: Sat, 16 Nov 2019 16:43:54 -0800
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2Q4ZL23G4TO4QJVRF33XFEVEVBNHHB6OIEDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3237/review/317995359@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3237@github.com>
References: <quicwg/base-drafts/pull/3237@github.com>
Subject: Re: [quicwg/base-drafts] Fix Gorry's editorial comments (#3237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd097cabe116_284f3f83b2ecd96469778b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/b15JbF4uTpxQ2qj_Dtx8Ks3TTT0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:43:58 -0000

----==_mimepart_5dd097cabe116_284f3f83b2ecd96469778b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3237#pullrequestreview-317995359
----==_mimepart_5dd097cabe116_284f3f83b2ecd96469778b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications&amp;email_token=AFTOJK5TBQWAQBWGMJ76NGTQUCHUVA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DSXY#pullrequestreview-317995359">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK54PHGMOENLD35I3DDQUCHUVANCNFSM4JOEUS3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZSDNBRGHWXQEC5YW3QUCHUVA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DSXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJK5TBQWAQBWGMJ76NGTQUCHUVA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DSXY#pullrequestreview-317995359",
"url": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJK5TBQWAQBWGMJ76NGTQUCHUVA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DSXY#pullrequestreview-317995359",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd097cabe116_284f3f83b2ecd96469778b--


From nobody Sat Nov 16 16:50:23 2019
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 522C3120812 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:50:21 -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 woLalKvCZprR for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:50:20 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50DD1120810 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:50:20 -0800 (PST)
Date: Sat, 16 Nov 2019 16:50:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573951817; bh=NDNdbiEoxSLVv6LoFdrq+D1QUd1DzV/Od2Wf1pBeaH8=; h=Date:From:To:Subject:From; b=gvxWXEgQur+KxxD/TLb5qpBtfK7Zw0j1hFZjzNH2ggJYdBjtZpQfO+8CQERBDmnzZ ggK7S4kgReL+7wef+KTnRX5NMoeSh+3N9m60et7ZBOMhLDP9UWWhqiR1P1vKx/rYKO N1aMj/nwBXd2ceSahOalvCc1LlOzMouR57wfzziA=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-apporflow/a4129b-7e83e7@github.com>
Subject: [quicwg/base-drafts] 7e83e7: spelling
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/d4twVqAw62TDnnINfxCVuEjLlmY>
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, 17 Nov 2019 00:50:21 -0000

  Branch: refs/heads/ianswett-apporflow
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7e83e767057da787f5690fc93abaca9feb611992
      https://github.com/quicwg/base-drafts/commit/7e83e767057da787f5690fc93abaca9feb611992
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  spelling



From nobody Sat Nov 16 16:50:29 2019
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 7878C120810 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:50:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GePbPOfybXf6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:50:26 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DCF6120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:50:26 -0800 (PST)
Date: Sat, 16 Nov 2019 16:50:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573951825; bh=KFocGbz6dyLRLCXYDA/3F8n2Zuf62rh6xyvP5/m6jhM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l21W5fu3HWdLwvWMwiEI8WXBm3zO5qMizpQvy/gfwTi+G6TvuXvZrIVI30aEb4uvH jz38Y7NPe9gi5fDkEPAtdBJViSuCmijPVl/3A3EANbcL3w+W9PcoSzoN8Hbj6X3WEQ FauSIlSO314x+/BnGVd9MtSl3I+ZiJbkQZBYAqA4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3238/push/4283449352@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3238@github.com>
References: <quicwg/base-drafts/pull/3238@github.com>
Subject: Re: [quicwg/base-drafts] App or flow control limited (#3238)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0995123e6b_723d3fef6a2cd96011625e8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gi-BKtaJhpNRY_NVL2Xq-0j_gO0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:50:27 -0000

----==_mimepart_5dd0995123e6b_723d3fef6a2cd96011625e8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

7e83e767057da787f5690fc93abaca9feb611992  spelling


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3238/files/a4129b67368d5ee374e8029f19b29ba194c1375d..7e83e767057da787f5690fc93abaca9feb611992

----==_mimepart_5dd0995123e6b_723d3fef6a2cd96011625e8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7e83e767057da787f5690fc93abaca9feb611992">7e83e76</a>  spelling</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3238/files/a4129b67368d5ee374e8029f19b29ba194c1375d..7e83e767057da787f5690fc93abaca9feb611992?email_source=notifications&amp;email_token=AFTOJK7OT4XXHX3MQ7JUOZTQUCINDA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNZYG44DKOCQOVZWQIZUGI4DGNBUHEZTKMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6JVWRPJSVXQHIYVVDQUCINDANCNFSM4JOGV5AA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZXZNH47JS2Y2KSHNDQUCINDA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNZYG44DKOCQOVZWQIZUGI4DGNBUHEZTKMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3238/files/a4129b67368d5ee374e8029f19b29ba194c1375d..7e83e767057da787f5690fc93abaca9feb611992?email_source=notifications\u0026email_token=AFTOJK7OT4XXHX3MQ7JUOZTQUCINDA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNZYG44DKOCQOVZWQIZUGI4DGNBUHEZTKMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3238/files/a4129b67368d5ee374e8029f19b29ba194c1375d..7e83e767057da787f5690fc93abaca9feb611992?email_source=notifications\u0026email_token=AFTOJK7OT4XXHX3MQ7JUOZTQUCINDA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNZYG44DKOCQOVZWQIZUGI4DGNBUHEZTKMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0995123e6b_723d3fef6a2cd96011625e8--


From nobody Sat Nov 16 16:51:37 2019
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 1FB6D120810 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:51:35 -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 hyowbGt-BLgd for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:51:33 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84AFC120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:51:33 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 924935204F5 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:51:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573951892; bh=KytNX+08GnTtoJWPxv2JpjZCmRABr5I0hC7yonurtx0=; h=Date:From:To:Subject:From; b=n4WiaHkUOeSvjdIK4YhM4Pc1RxTMCwW3qw4uhKE0uxfW9PgC5tjfAGGIdA9u7HLlY smODMNJmWfS0XgyMgetVzqCaLbie2DtTJdBCvJPh5SQfu50gYJOfr/q5pjCLurmsHE KvBVDIQ+RcgKSqF5JV8+t+sIVkQtpzbdjJpZo5EY=
Date: Sat, 16 Nov 2019 16:51:32 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4c2579-91c85e@github.com>
Subject: [quicwg/base-drafts] 91c85e: Script updating gh-pages from 7e83e767. [ci skip]
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/kVSqWbzC6EDwqTMKgrM6biNq-7M>
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, 17 Nov 2019 00:51:35 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 91c85eafe92ff070754bf057bcb039f9958e7507
      https://github.com/quicwg/base-drafts/commit/91c85eafe92ff070754bf057bcb039f9958e7507
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M ianswett-apporflow/draft-ietf-quic-http.html
    M ianswett-apporflow/draft-ietf-quic-http.txt
    M ianswett-apporflow/draft-ietf-quic-invariants.html
    M ianswett-apporflow/draft-ietf-quic-invariants.txt
    M ianswett-apporflow/draft-ietf-quic-qpack.html
    M ianswett-apporflow/draft-ietf-quic-qpack.txt
    M ianswett-apporflow/draft-ietf-quic-recovery.html
    M ianswett-apporflow/draft-ietf-quic-recovery.txt
    M ianswett-apporflow/draft-ietf-quic-tls.html
    M ianswett-apporflow/draft-ietf-quic-tls.txt
    M ianswett-apporflow/draft-ietf-quic-transport.html
    M ianswett-apporflow/draft-ietf-quic-transport.txt
    M index.html
    R remove-vhint/draft-ietf-quic-http.html
    R remove-vhint/draft-ietf-quic-http.txt
    R remove-vhint/draft-ietf-quic-invariants.html
    R remove-vhint/draft-ietf-quic-invariants.txt
    R remove-vhint/draft-ietf-quic-qpack.html
    R remove-vhint/draft-ietf-quic-qpack.txt
    R remove-vhint/draft-ietf-quic-recovery.html
    R remove-vhint/draft-ietf-quic-recovery.txt
    R remove-vhint/draft-ietf-quic-tls.html
    R remove-vhint/draft-ietf-quic-tls.txt
    R remove-vhint/draft-ietf-quic-transport.html
    R remove-vhint/draft-ietf-quic-transport.txt
    R remove-vhint/index.html

  Log Message:
  -----------
  Script updating gh-pages from 7e83e767. [ci skip]



From nobody Sat Nov 16 16:53:57 2019
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 29863120815 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:53:55 -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 3ufo_TUA4bkW for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:53:53 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61058120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:53:53 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id BF3FC2C112E for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:53:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952032; bh=1xmf/4z76vyPW0qwfrG+nSSeAYbCDbM6nKqXYGgNKB4=; h=Date:From:To:Subject:From; b=v0F8+x4iEieDM+l58ZzFu+8DMVil7BR7VK01FBDQ14Ski0De39ch2yHK6iVaGv9w/ tUCo+K1v+AAbqei2+gGX+gbYh7FMCFc9yj1hVWyXmkPuuW2jMhjIM8ykPWHUPiD3OW RYg+jpZey8twy29Dh9SyixA/9V6YtGzAGTnkI27Y=
Date: Sat, 16 Nov 2019 16:53:52 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/dbf832-204aeb@github.com>
Subject: [quicwg/base-drafts] 204aeb: App or flow control limited (#3238)
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/3SYOVbBR6oPS_u1z6dQVVjHaLbQ>
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, 17 Nov 2019 00:53:55 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 204aeb1c77d58208ec2e9e9c6f1a35a47277f368
      https://github.com/quicwg/base-drafts/commit/204aeb1c77d58208ec2e9e9c6f1a35a47277f368
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  App or flow control limited (#3238)

* App or flow control limited

Fixes #3236

* spelling



From nobody Sat Nov 16 16:54:02 2019
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 898F9120043 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:53:55 -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, TVD_SPACE_RATIO=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 Vkp0BiHpD72C for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:53:54 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E8018120812 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:53:53 -0800 (PST)
Date: Sat, 16 Nov 2019 16:53:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952033; bh=XnJkKZtbViVhhqM1gE+qW6TBOIriYUjdcJE9SPQdjVE=; h=Date:From:To:Subject:From; b=sBgTGVju1qtqKfXToy1Ep7L21ld3Ucmkksi/IMg/2gKDKuiauSesZsnQHpB5JIsUu N5ADTRtHfyp4WO6UChJr1/BI8uP2/Kxcr2nl2UztzxtjtkCqR7Md4agEmGfK/pLFLQ TQcMyO+dYi+70IKPshECGvoHz1RXHba5G0JYXMY4=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-apporflow/7e83e7-000000@github.com>
Subject: [quicwg/base-drafts]
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/G7U-lSfZb553mw2jehMAkkmBoF4>
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, 17 Nov 2019 00:53:55 -0000

  Branch: refs/heads/ianswett-apporflow
  Home:   https://github.com/quicwg/base-drafts


From nobody Sat Nov 16 16:54:07 2019
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 26EE3120815 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EDkG9vfZnNGb for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:01 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9CA68120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:54:01 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 03F0B2C321E for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:54:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952041; bh=BaV6phjs7kVQ2LNyheH9MpbcUCz9JIS9OeHaESIKXxA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x09NNFG0T323Tt3MIHNveHsWzWxZ+7Uwa2bT69/93Va2Voqe2a3DViPdnEgt20w1t lU/Q79l5qP/vlmzmmnMHWS4lxxVkcPaU2oZPKMwnUD3vcogaL49GSewWuUAbcwJSvL 854mnF1zH3K9O4cUZVBrNB/OETNGVV0mWuJfeKTA=
Date: Sat, 16 Nov 2019 16:54:00 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IQNUQWIQXJPLHVPN33XGKREVBNHHB6OCO7E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3236/issue_event/2805100997@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3236@github.com>
References: <quicwg/base-drafts/issues/3236@github.com>
Subject: Re: [quicwg/base-drafts] OnPacketAcknowledgment pseudocode is unclear (#3236)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd09a28e99ad_4a583fa4a48cd95c3188ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DOBEdE0l11orAxylUj_taJPXRZg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:54:03 -0000

----==_mimepart_5dd09a28e99ad_4a583fa4a48cd95c3188ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3236 via #3238.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3236#event-2805100997
----==_mimepart_5dd09a28e99ad_4a583fa4a48cd95c3188ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523783929" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3236" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3236/hovercard" href="https://github.com/quicwg/base-drafts/issues/3236">#3236</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523890381" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3238" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3238/hovercard" href="https://github.com/quicwg/base-drafts/pull/3238">#3238</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications&amp;email_token=AFTOJK36KXQY5CYGXKK3QCDQUCI2RA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDRI#event-2805100997">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2Z3FG7UIQKOZO7UFLQUCI2RANCNFSM4JODHUWQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2H23OJDHT7YW3QDSDQUCI2RA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDRI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications\u0026email_token=AFTOJK36KXQY5CYGXKK3QCDQUCI2RA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDRI#event-2805100997",
"url": "https://github.com/quicwg/base-drafts/issues/3236?email_source=notifications\u0026email_token=AFTOJK36KXQY5CYGXKK3QCDQUCI2RA5CNFSM4JODHUW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDRI#event-2805100997",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd09a28e99ad_4a583fa4a48cd95c3188ee--


From nobody Sat Nov 16 16:54:12 2019
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 C1741120043 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EC2EjaaOwbLN for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:02 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1087B120812 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:54:02 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 8BE04121262 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:54:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952041; bh=/MKzWSgLutxk3elu5HcKxwkNhawMPcOzTCK7UMt84S4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uTYVI16Yamu4d+KKjg09VjlOW89oxP8XGWfBIifq489eFwMnDer29eDwIcRJJ7ZMQ 1GXgeBImeqgEPvkY7t6y64BA7rBSedkn7b6c5sJsyDX9LPwJtlpDd7UbeXOIaDh5To obgLaewi4PGAcTZ6U8MzvdkYA4bwUY+VO/p3BxXA=
Date: Sat, 16 Nov 2019 16:54:01 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2BM3PFUEYLHBJIKIN33XGKTEVBNHHB6OPOZU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3238/issue_event/2805100993@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3238@github.com>
References: <quicwg/base-drafts/pull/3238@github.com>
Subject: Re: [quicwg/base-drafts] App or flow control limited (#3238)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd09a2947afa_11393fad1d2cd96828566d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pwIn0APijv9TU6vBW_Z49CygwiE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:54:04 -0000

----==_mimepart_5dd09a2947afa_11393fad1d2cd96828566d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3238 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3238#event-2805100993
----==_mimepart_5dd09a2947afa_11393fad1d2cd96828566d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523890381" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3238" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3238/hovercard" href="https://github.com/quicwg/base-drafts/pull/3238">#3238</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications&amp;email_token=AFTOJKZRL5UDVDTDPGQVZX3QUCI2TA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDQI#event-2805100993">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4CY4U3HL4MJNG5H2TQUCI2TANCNFSM4JOGV5AA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2GSLRKVXBTEY6B7CLQUCI2TA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDQI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJKZRL5UDVDTDPGQVZX3QUCI2TA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDQI#event-2805100993",
"url": "https://github.com/quicwg/base-drafts/pull/3238?email_source=notifications\u0026email_token=AFTOJKZRL5UDVDTDPGQVZX3QUCI2TA5CNFSM4JOGV5AKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZHDQI#event-2805100993",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd09a2947afa_11393fad1d2cd96828566d--


From nobody Sat Nov 16 16:54:37 2019
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 9D0C412080D for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:36 -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 n8JUw4E4XthG for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:54:35 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38033120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:54:35 -0800 (PST)
Date: Sat, 16 Nov 2019 16:54:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952074; bh=DCwq9e3LUrST1vt10bRVgArB+X3E9w4uWpHAG8LyVnQ=; h=Date:From:To:Subject:From; b=eEaVN9UExD0/r5GF30v3quUEkIgX/i4jp9PRJHeqxfdh3ctsa+L8lwcgxW4klHhrL +Y7Dp7fGeanRbeqDJ4UfHJJZ0NUE23Y4kI44e2vdY5pz3qk0OMbSA7Qr+757lTJfyh IxFCgr74dR9bxLwWp3K7Nd+Ri73EplQr01r8FKJ4=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/91c85e-796c9a@github.com>
Subject: [quicwg/base-drafts] 796c9a: Script updating gh-pages from 204aeb1c. [ci skip]
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/BRzxeHv47_WBjuIRDSPqrK742dc>
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, 17 Nov 2019 00:54:37 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 796c9ad882c57bd2fc1d3ce9fffb82eb2c1a68c3
      https://github.com/quicwg/base-drafts/commit/796c9ad882c57bd2fc1d3ce9fffb82eb2c1a68c3
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 204aeb1c. [ci skip]



From nobody Sat Nov 16 16:56:23 2019
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 3EABA12080D for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:56:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sREYVVzW5HDd for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 16:56:21 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF0C5120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 16:56:20 -0800 (PST)
Date: Sat, 16 Nov 2019 16:56:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573952180; bh=0t1gNk9d/xeaeNFv3UzcVCzHYaLEG4Kn3CjkYFTv/yU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ENzfHguBq+SM/9WA8pLSBa87kitomBmRxMNWOjkDmAlN0oWrQxSovMMVjCLwkw2zJ TVmw8rqwbWztInnfeuqoKLPinVWY/5tELNikezS9AjaIAEhgcKZLIkHvcxv+CaotEn nYg+akGtXPQ3fLO0IJA6zr5YBwJ3P0XlCqoZbWZ4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3QLPUBCYQ5OSN7AIF33XGTJEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/317995637@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd09ab43d50e_367a3f8b32ecd964109763a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/U4WwixqCEACJl2__g16ZrL9L0XE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 00:56:22 -0000

----==_mimepart_5dd09ab43d50e_367a3f8b32ecd964109763a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.



> @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe
+time out {{pto}} to ensure acknowledgements are received. This section

...to ensure it receives acknowledgements.

> @@ -532,7 +527,7 @@ keys are available to the client, it MUST send a Handshake packet, and
 otherwise it MUST send an Initial packet in a UDP datagram of at least 1200
 bytes.
 
-Initial packets and Handshake packets may never be acknowledged, but they are
+Initial packets and Handshake packets may never be acknowledged, so they are

s/may/might

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#pullrequestreview-317995637
----==_mimepart_5dd09ab43d50e_367a3f8b32ecd964109763a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r347113217">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe
+time out {{pto}} to ensure acknowledgements are received. This section
</pre>
<p>...to ensure it receives acknowledgements.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r347113247">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -532,7 +527,7 @@ keys are available to the client, it MUST send a Handshake packet, and
 otherwise it MUST send an Initial packet in a UDP datagram of at least 1200
 bytes.
 
-Initial packets and Handshake packets may never be acknowledged, but they are
+Initial packets and Handshake packets may never be acknowledged, so they are
</pre>
<p>s/may/might</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK3PJ4LXCEYC7JCNUFLQUCJDJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DU5I#pullrequestreview-317995637">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7LUX6L56LW6ABSD6LQUCJDJANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYXNTLBZFHYA3PO7XTQUCJDJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DU5I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK3PJ4LXCEYC7JCNUFLQUCJDJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DU5I#pullrequestreview-317995637",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK3PJ4LXCEYC7JCNUFLQUCJDJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2DU5I#pullrequestreview-317995637",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd09ab43d50e_367a3f8b32ecd964109763a--


From nobody Sat Nov 16 18:31:28 2019
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 D267F12081D for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:26 -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 gnm2ug7mFFqo for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:25 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 119C112008A for <quic-issues@ietf.org>; Sat, 16 Nov 2019 18:31:25 -0800 (PST)
Date: Sat, 16 Nov 2019 18:31:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573957884; bh=+eaaFACvH6rHumBp1mF8IX5sgFW4P7qu4QTQNmgaglc=; h=Date:From:To:Subject:From; b=PKZlbPzdTK8eHNrM1EmbzYxW02CqpNbj4K3BeRUqcXlczFPaXxsSpinPwaDZx20xh Dw9TjzAYPrck7kUQfbmNNpp9kfvTL/U3Zt4Wuen4ilB2z1Hf46JT/khN9URqu6gjBt u0HKtRDWNpr1kxOmmfL2yDjCAAmqW4EmOHHIOPTI=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/204aeb-3a756e@github.com>
Subject: [quicwg/base-drafts] 3a756e: Fix Gorry's editorial comments (#3237)
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/l7JYTUDQXBDmzKVGRomyW1Df8XE>
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, 17 Nov 2019 02:31:27 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
      https://github.com/quicwg/base-drafts/commit/3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Fix Gorry's editorial comments (#3237)

This attempts to fix Gorry's editorial comments from the QUIC mailing list.



From nobody Sat Nov 16 18:31:32 2019
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 4BE3B12008A for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:27 -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, TVD_SPACE_RATIO=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 VeEWbniURZ6v for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:25 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5B3C12081C for <quic-issues@ietf.org>; Sat, 16 Nov 2019 18:31:25 -0800 (PST)
Date: Sat, 16 Nov 2019 18:31:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573957884; bh=2yRo/7qcFKzKdTmQBsA11+xgA2KbDWJ9n49izrWhirA=; h=Date:From:To:Subject:From; b=SHReKeOD5Ao9EsroD2WlfjWULzHu4gm9uZVfBRxO8JcgRKy26yiYfJfB6JQP0SsRo VDGuyptq4YX8FO1h5xYW5mLpI0NO/AwoOKiOHyWNzr7rpYDquP3F7kXlasXpWCHmsf 5V1Wgv+/18Z7WpjcBM38io5HVmOfrfDM18/RupTA=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-gorry/da1e19-000000@github.com>
Subject: [quicwg/base-drafts]
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/rSlWElu9ZORkMN_YmhTRFptX7cs>
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, 17 Nov 2019 02:31:27 -0000

  Branch: refs/heads/ianswett-gorry
  Home:   https://github.com/quicwg/base-drafts


From nobody Sat Nov 16 18:31:44 2019
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 3AB0012081C for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 P6gLlUkMAX86 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:31:33 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 179A812081D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 18:31:33 -0800 (PST)
Date: Sat, 16 Nov 2019 18:31:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573957892; bh=gXQoCx27bR1HGNaeDza+1aDJ4xdZm8LG/nViKPITeKs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VLBtqKj8RIBqL9KORv2oqjCeHEbNS87Vuxxjpznnffurc8SEg5VstH0eVJkhMnIi9 XQtXSlx2dAykYNrULF7Vl7jHA3B9xaRHPaLVZnp9wAXb43lVSji6CsNVb3wIkSV1b5 fF0XyiQb5YgofSN9GgZ3FtL0JFr8eyQD1voDxnOo=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZFXHXDTTUIQIZ5YAN33XRYJEVBNHHB6OIEDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3237/issue_event/2805136673@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3237@github.com>
References: <quicwg/base-drafts/pull/3237@github.com>
Subject: Re: [quicwg/base-drafts] Fix Gorry's editorial comments (#3237)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0b1044cb70_63ca3fcb866cd964158130"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wOK2oBVLIlDqTFKlo5buXgXJnOw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 02:31:35 -0000

----==_mimepart_5dd0b1044cb70_63ca3fcb866cd964158130
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3237 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3237#event-2805136673
----==_mimepart_5dd0b1044cb70_63ca3fcb866cd964158130
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523830297" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3237" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3237/hovercard" href="https://github.com/quicwg/base-drafts/pull/3237">#3237</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications&amp;email_token=AFTOJK2FETAFQ6CX4IBB57LQUCUIJA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZP2II#event-2805136673">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK35HBNRLXVUFI6YWFDQUCUIJANCNFSM4JOEUS3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5NOKUTZUZGF3FYM6LQUCUIJA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZP2II.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJK2FETAFQ6CX4IBB57LQUCUIJA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZP2II#event-2805136673",
"url": "https://github.com/quicwg/base-drafts/pull/3237?email_source=notifications\u0026email_token=AFTOJK2FETAFQ6CX4IBB57LQUCUIJA5CNFSM4JOEUS3KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU4ZP2II#event-2805136673",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0b1044cb70_63ca3fcb866cd964158130--


From nobody Sat Nov 16 18:32:09 2019
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 22E1E12081C for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:32:07 -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 xrififH1q-gg for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 18:32:06 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E98F412008A for <quic-issues@ietf.org>; Sat, 16 Nov 2019 18:32:05 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 3E080960261 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 18:32:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573957925; bh=T08N2N+QKLhTKwfAub7LS7Bto10L87lwhnbGIqkXlrs=; h=Date:From:To:Subject:From; b=iPF14ZDE/5MgVaCIXBCS0AOOcsE+2+OMyFH7kC1J7hnTT/TIXdHk9iarmhKqiM1nK EYUJtMFLCZwkmvYeWKahlmjtSvZ/5ivcfbz4pzwWjVt2/pHO5ZX6lR5IItWAkEq1nu mF2Ht2L3P5rCLjt1dh0kybC0BcmzfA+CWwgbwaSE=
Date: Sat, 16 Nov 2019 18:32:05 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/796c9a-103798@github.com>
Subject: [quicwg/base-drafts] 103798: Script updating gh-pages from 3a756ee0. [ci skip]
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/Mb5XvpyDbBDs1DsM3rgXe9vV3Kk>
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, 17 Nov 2019 02:32:07 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 103798905aaad4cf6ef632836e90a02985dad83d
      https://github.com/quicwg/base-drafts/commit/103798905aaad4cf6ef632836e90a02985dad83d
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 3a756ee0. [ci skip]



From nobody Sat Nov 16 19:12:10 2019
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 B5A1B120046 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:08 -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 VqITN8EhkBMX for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:07 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38F82120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:12:07 -0800 (PST)
Date: Sat, 16 Nov 2019 19:12:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960326; bh=XRktycux36CG14f2L4WL7MbZvnZP3vqq6aAGC3XHJWo=; h=Date:From:To:Subject:From; b=wTB1EPQC8b+fl0lF4MJdd2SlWi57W0hlV6xJq9k4a7zWeDA2ESiq+GwnGgO22kNhi XwgURUfMJN2m58onuKjeT/6eivzNDbzwtxMUQHmZfJH/yAimjgWJ75qxYXu2MVu+3c Lh7NvxqZh24jMW7kWByKKoHBlDltdw38N/b0tcX8=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-must-not-3/000000-ba6b49@github.com>
Subject: [quicwg/base-drafts] ba6b49: MUST NOT use a reordering theshold less than 3
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/o_P75SlM6yJAjFj9iiciLbm5HPY>
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, 17 Nov 2019 03:12:09 -0000

  Branch: refs/heads/ianswett-must-not-3
  Home:   https://github.com/quicwg/base-drafts
  Commit: ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830
      https://github.com/quicwg/base-drafts/commit/ba6b49a20a69e9e68f0d3a4c5c36efbc79d6d830
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  MUST NOT use a reordering theshold less than 3



From nobody Sat Nov 16 19:12:46 2019
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 44170120834 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:45 -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 RlMUS4YYp_6w for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:44 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2332A120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:12:44 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 8560F1210B9 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:12:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960363; bh=M6Qqa+/iiXjtGYKbtG51iysIKK+9BxrElX4CpHDsWto=; h=Date:From:To:Subject:From; b=VOXPThJ/UfEjC3pI9ERx4DBiVgRv/z5hP2NbZEMLeII5dRlgYJCYhaJOa1uyzXTuc yoxZz1sGsqZkmS+Ptg5uXFGOukA4rtpjotBOoBW/zp6wAl/MEFv8wB53VvVevmdeyT iTX/s/Pk83j4td+2nMw2vsQsl3A9XLhIZVA22iCo=
Date: Sat, 16 Nov 2019 19:12:43 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/103798-63b918@github.com>
Subject: [quicwg/base-drafts] 63b918: Script updating gh-pages from ba6b49a2. [ci skip]
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/7UAv2fJSVx8Xk2DiadwPxPbFgjY>
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, 17 Nov 2019 03:12:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 63b918fdd8328d9d03a2805bc0e4311c1aef6658
      https://github.com/quicwg/base-drafts/commit/63b918fdd8328d9d03a2805bc0e4311c1aef6658
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    A ianswett-must-not-3/draft-ietf-quic-http.html
    A ianswett-must-not-3/draft-ietf-quic-http.txt
    A ianswett-must-not-3/draft-ietf-quic-invariants.html
    A ianswett-must-not-3/draft-ietf-quic-invariants.txt
    A ianswett-must-not-3/draft-ietf-quic-qpack.html
    A ianswett-must-not-3/draft-ietf-quic-qpack.txt
    A ianswett-must-not-3/draft-ietf-quic-recovery.html
    A ianswett-must-not-3/draft-ietf-quic-recovery.txt
    A ianswett-must-not-3/draft-ietf-quic-tls.html
    A ianswett-must-not-3/draft-ietf-quic-tls.txt
    A ianswett-must-not-3/draft-ietf-quic-transport.html
    A ianswett-must-not-3/draft-ietf-quic-transport.txt
    A ianswett-must-not-3/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from ba6b49a2. [ci skip]



From nobody Sat Nov 16 19:12:54 2019
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 3E848120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 aSrD5Ck6iRcW for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:12:52 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E1EFF120834 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:12:51 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 40D3DC60746 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:12:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960371; bh=gbrZRcKR2WijjQqgQsHGNO9lQN5hGVWrmrkNm1B3Xlc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=I3a9rg58MDH6+isadE5Ekot6cZTwn4UKyd2OyR7yF3hKXx/PaSCEcOk8SXefUl/nG AdoTXcNmhKtLLWvtkef+Hv4emfShbFhVuFEPdqhj/ZgFcc4BxOxceVOt3QqB8XDBUb cxQ0POnkvmbeA/gi+WXQgkZPHGw9NfrMQUNCaJDM=
Date: Sat, 16 Nov 2019 19:12:51 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2EBQCDKLQDEZQDAYN33XWTHEVBNHHB6OUDDI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3240@github.com>
Subject: [quicwg/base-drafts] MUST NOT use a reordering theshold less than 3 (#3240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0bab332f4b_1c923fdb36ccd96c112771c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yuRc12aPNrfVVDDQXRoVFZiKz2k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:12:53 -0000

----==_mimepart_5dd0bab332f4b_1c923fdb36ccd96c112771c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>From Gorry&#39;s review.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3240

-- Commit Summary --

  * MUST NOT use a reordering theshold less than 3

-- File Changes --

    M draft-ietf-quic-recovery.md (3)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3240.patch
https://github.com/quicwg/base-drafts/pull/3240.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3240

----==_mimepart_5dd0bab332f4b_1c923fdb36ccd96c112771c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>From Gorry's review.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3240'>https://github.com/quicwg/base-drafts/pull/3240</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>MUST NOT use a reordering theshold less than 3</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3240/files#diff-0">draft-ietf-quic-recovery.md</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3240.patch'>https://github.com/quicwg/base-drafts/pull/3240.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3240.diff'>https://github.com/quicwg/base-drafts/pull/3240.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications&amp;email_token=AFTOJK7ILCJADTNHVKONKWDQUCZDHA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2QMNA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6X3SEZ4GIXC2CEVR3QUCZDHANCNFSM4JOH6U4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6S53UEPLTOEIBVTRLQUCZDHA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2QMNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications\u0026email_token=AFTOJK7ILCJADTNHVKONKWDQUCZDHA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2QMNA",
"url": "https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications\u0026email_token=AFTOJK7ILCJADTNHVKONKWDQUCZDHA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2QMNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0bab332f4b_1c923fdb36ccd96c112771c--


From nobody Sat Nov 16 19:13:41 2019
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 0C1F4120833 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:13:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Lu2UfMJ3_8kO for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:13:38 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48F6E120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:13:38 -0800 (PST)
Date: Sat, 16 Nov 2019 19:13:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960417; bh=PfnuzYBA/1TG+NOEIheBNIZbRsmhybKru72LkYYhn6w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PskrbkBx1Snbks6YzpnYIsuxP67O3tuCHXPFXj5F8Qql6mJsFeaObpesR5anTMeMe ATcu+5JWcGv86zttD2snQRDtbU/rfG4vHY1jg7v0rJHvOip785nrACsEk4INEGhHrV cKbmav5MnGeEoEEHPUyZbWXc5Dru6jZSWv0wQeds=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ZO3TWFSJEEE7A5PN33XWWDEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317998542@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0bae169f62_6acd3fe24decd96013640b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0KQMsRcV38Ayscxpi8G0Tba05KA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:13:40 -0000

----==_mimepart_5dd0bae169f62_6acd3fe24decd96013640b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi requested changes on this pull request.

I support this PR, modulo minor changes.

> @@ -385,13 +385,9 @@ perspective of the endpoint in question.
 
 ### Handshake Confirmed {#handshake-confirmed}
 
-In this document, the TLS handshake is considered confirmed at an endpoint when
-the following two conditions are met: the handshake is complete, and the
-endpoint has received an acknowledgment for a packet sent with 1-RTT keys.
-This second condition can be implemented by recording the lowest packet number
-sent with 1-RTT keys, and the highest value of the Largest Acknowledged field
-in any received 1-RTT ACK frame: once the latter is higher than or equal to the
-former, the handshake is confirmed.
+In this document, the TLS handshake is considered confirmed at the server when
+the handshake completes. At the client, the handshake is considered confirmed
+when the HANDSHAKE_DONE frame is received.

nit: could we say "when *a* HANDSHAKE_DONE frame is received."

> @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+

Can we add the following paragraph to this section:

```
Clients MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by
recording the lowest packet number sent with 1-RTT keys, and the highest
value of the Largest Acknowledged field in any received 1-RTT ACK frame:
once the latter is higher than or equal to the former, the handshake can be
confirmed.
```

> @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a

Can we add the following sentence of the start of this paragraph:

```
Servers MUST NOT send a HANDSHAKE_DONE frame before confirming
the handshake.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-317998542
----==_mimepart_5dd0bae169f62_6acd3fe24decd96013640b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> requested changes on this pull request.</p>

<p>I support this PR, modulo minor changes.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347115866">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -385,13 +385,9 @@ perspective of the endpoint in question.
 
 ### Handshake Confirmed {#handshake-confirmed}
 
-In this document, the TLS handshake is considered confirmed at an endpoint when
-the following two conditions are met: the handshake is complete, and the
-endpoint has received an acknowledgment for a packet sent with 1-RTT keys.
-This second condition can be implemented by recording the lowest packet number
-sent with 1-RTT keys, and the highest value of the Largest Acknowledged field
-in any received 1-RTT ACK frame: once the latter is higher than or equal to the
-former, the handshake is confirmed.
+In this document, the TLS handshake is considered confirmed at the server when
+the handshake completes. At the client, the handshake is considered confirmed
+when the HANDSHAKE_DONE frame is received.
</pre>
<p>nit: could we say "when <em>a</em> HANDSHAKE_DONE frame is received."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347115994">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>Can we add the following paragraph to this section:</p>
<pre><code>Clients MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by
recording the lowest packet number sent with 1-RTT keys, and the highest
value of the Largest Acknowledged field in any received 1-RTT ACK frame:
once the latter is higher than or equal to the former, the handshake can be
confirmed.
</code></pre>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116042">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
</pre>
<p>Can we add the following sentence of the start of this paragraph:</p>
<pre><code>Servers MUST NOT send a HANDSHAKE_DONE frame before confirming
the handshake.
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK2WRJMKOZLDGSPGJZDQUCZGDA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ELTQ#pullrequestreview-317998542">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7VDJBSDZ5JW2YOPIDQUCZGDANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5667RZNR5L3NMAACTQUCZGDA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ELTQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2WRJMKOZLDGSPGJZDQUCZGDA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ELTQ#pullrequestreview-317998542",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2WRJMKOZLDGSPGJZDQUCZGDA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ELTQ#pullrequestreview-317998542",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0bae169f62_6acd3fe24decd96013640b9--


From nobody Sat Nov 16 19:16:48 2019
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 8D2AE120834 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:16:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 muw53RIbC92N for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:16:45 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 173BC120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:16:45 -0800 (PST)
Date: Sat, 16 Nov 2019 19:16:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960604; bh=Gf4nLPCSycZ6BuqBTzbR59Olzd11o2kmOal1g2MklaY=; h=Date:From:To:Subject:From; b=iJWOMXFF0dQawP840SENHwCN9E7OOS75JEHraI0+7vuFgSGAvkK+57J8HUjHdzKvZ N9FiniHb7DUiMPQMbOCW3foS4tGEf/mdcRxluET/lpzzYJVQhLBEmZKU46mOF2SUDR tCBnnWOCNQBfY8motXfHx1u5m0wv7h5iReqeurGs=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/3a756e-670114@github.com>
Subject: [quicwg/base-drafts] 670114: Update draft-ietf-quic-recovery.md
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/pC4uvESAZCuydDYZYUYQYwHwOeo>
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, 17 Nov 2019 03:16:46 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 67011489dd94afc11d0a06a50ba1c2671c8c4988
      https://github.com/quicwg/base-drafts/commit/67011489dd94afc11d0a06a50ba1c2671c8c4988
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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



From nobody Sat Nov 16 19:17:24 2019
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 A29BF120833 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:17:22 -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 EkE2H7uEAnUm for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:17:21 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53038120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:17:21 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id AFD4766054F for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:17:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573960640; bh=i5TF9S4TcfBcP9kqNo5L+oh2nezXRMoM7GPkBeajncI=; h=Date:From:To:Subject:From; b=Tk6EvliWm+M8mnHpJzLDcA9tdobIBSVg41UMMg8MTSdnSaxL2eXPEBMWn0PolOS+6 39dG0saA1mm3Ryy3zP6K0nhoXpDJbX1M+WSeo6aaZYSOSaEeeBoTjbAvpnZlv9AC3e mpZJMKRu1aQ57pqHD0p7RTgGkRQWtFpUEmr7FLj4=
Date: Sat, 16 Nov 2019 19:17:20 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/63b918-f0a02c@github.com>
Subject: [quicwg/base-drafts] f0a02c: Script updating gh-pages from 67011489. [ci skip]
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/2wlANWrNFzMUh69dSV3GwOJiJug>
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, 17 Nov 2019 03:17:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f0a02cee3f20045a51eb053ad4b728d083c5adb5
      https://github.com/quicwg/base-drafts/commit/f0a02cee3f20045a51eb053ad4b728d083c5adb5
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 67011489. [ci skip]



From nobody Sat Nov 16 19:25:37 2019
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 44815120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:25:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 V0WfuvxV2PFI for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:25:34 -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 A097B120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:25:34 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id E131E8C0056 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:25:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961133; bh=E1VNLXcA0dvZOonMzpZANgCyX9ZeZ4i+GTxHosm3m10=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FPoXX7QvOLAueSREFIVguj/SZ0YzYwF8H0LMscIYE7+eNTVQrcdErsTTSzF9EpRRE zIEbBcD8sHyUZntAOh47nHsZmxGhcjLPEESm8GNtUkQXNKwI6/65s8t+ajTXgIRJkm TW3xZSHIAOeDdBDxXH0QAFiuM9jVT1Y/Rc4ApkUM=
Date: Sat, 16 Nov 2019 19:25:33 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYVO5G6EAIZIBQXPA533XYC3EVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317998981@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0bdadd1b26_6bd83fad1d2cd9687399c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dgPdKAdSLG62JM5KIted14bUoZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:25:36 -0000

----==_mimepart_5dd0bdadd1b26_6bd83fad1d2cd9687399c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a

Before **completing** the handshake.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116283
----==_mimepart_5dd0bdadd1b26_6bd83fad1d2cd9687399c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116283">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
</pre>
<p>Before <strong>completing</strong> the handshake.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK25YL6LT4EMIJQRU63QUC2S3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPBI#discussion_r347116283">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZZMYN3XQ2CAAFKLHDQUC2S3ANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYQEW3V5TL2EA7HVGTQUC2S3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPBI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK25YL6LT4EMIJQRU63QUC2S3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPBI#discussion_r347116283",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK25YL6LT4EMIJQRU63QUC2S3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPBI#discussion_r347116283",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0bdadd1b26_6bd83fad1d2cd9687399c--


From nobody Sat Nov 16 19:26:32 2019
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 3B4F1120837 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:26:31 -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 8G4QVeFGDQ76 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:26:30 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22C19120835 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:26:30 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 5A9BE9602D1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:26:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961189; bh=iw2SjO31xugnUngd252c3f84XvWpvybRKwQTahuo5+U=; h=Date:From:To:Subject:From; b=n6bbOQrjP9Y+atsbKQ74ef2ugd5gmPHeAvTUDfP4VmU6ITHN3J7a80ZG/2IEK7rFM As8zlU+xrKRNjJFkNceaT+EpZFEgsS8z7YGaYu4O9BarU0jCvjcAcfAY/8lBnuMqoK b0P/ExA43fodsZcS4s3SImrRSr1B3S/JqkGtLHw8=
Date: Sat, 16 Nov 2019 19:26:29 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-3168/000000-00e05f@github.com>
Subject: [quicwg/base-drafts] 00e05f: Reference 3168 for ECN
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/ZtheTEFM4XcsQmCOZUcNn5BWaFI>
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, 17 Nov 2019 03:26:31 -0000

  Branch: refs/heads/ianswett-3168
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2
      https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN

And note that 8311 is an update.



From nobody Sat Nov 16 19:26:51 2019
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 8F20C120836 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:26:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TuMGxCQUGmeJ for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:26:48 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2080C120835 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:26:48 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 781CC6A044E for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:26:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961207; bh=zrgTgPRiYPh2Lx9fHHvPU8KycA4a1ao6Gj1xDYp6osg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=TXkLYciBlqK4/DbaM6+idagwwOwYLzl+AGRplmRBmQlzti7a6wnjPQ698vNpB0Qo4 3AI888vQWwzdwFZNnNF06UveVLYGM3i5TYREEd8nlZXeYDX71Bzry5qzUwRwZ5xF2U bQpa0m4jyFoEFAY+v5aTFxLQ99jvH9Lr0XFZwt3w=
Date: Sat, 16 Nov 2019 19:26:47 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LRY7YOJCDY6WMNGF33XYHPEVBNHHB6OUG3M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241@github.com>
Subject: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0bdf768d11_1e293f8f4b6cd968140519"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4fANqKE7ac4TzUkIdOiaP-g0MXw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:26:49 -0000

----==_mimepart_5dd0bdf768d11_1e293f8f4b6cd968140519
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

And note that 8311 is an update.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3241

-- Commit Summary --

  * Reference 3168 for ECN

-- File Changes --

    M draft-ietf-quic-recovery.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3241.patch
https://github.com/quicwg/base-drafts/pull/3241.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241

----==_mimepart_5dd0bdf768d11_1e293f8f4b6cd968140519
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>And note that 8311 is an update.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3241'>https://github.com/quicwg/base-drafts/pull/3241</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Reference 3168 for ECN</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3241/files#diff-0">draft-ietf-quic-recovery.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3241.patch'>https://github.com/quicwg/base-drafts/pull/3241.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3241.diff'>https://github.com/quicwg/base-drafts/pull/3241.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications&amp;email_token=AFTOJK4QHEMVBEZHLL23DCTQUC2XPA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2Q3NQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3H3O7QBPI7YX7CMJ3QUC2XPANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5JJAAHZZSVAW4YATLQUC2XPA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2Q3NQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK4QHEMVBEZHLL23DCTQUC2XPA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2Q3NQ",
"url": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK4QHEMVBEZHLL23DCTQUC2XPA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2Q3NQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0bdf768d11_1e293f8f4b6cd968140519--


From nobody Sat Nov 16 19:27:43 2019
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 7CADA120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:27:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 guO69XUujYG8 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:27:41 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFF0E120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:27:40 -0800 (PST)
Date: Sat, 16 Nov 2019 19:27:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961260; bh=aKfNa/yR2EcblJWfVn1GpAKYGHOvowlYbRsLFaxknow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lD7I9ZC8NwK6/cx9VrU/zY3CXbUn5iNw9qoM7pxVApm/Yx1TsJrPFbmYRT6ouufOE Ys3GI0N9ibGgbu3xiqLjQWwwVWm6e1/Q7z2k8QdflLMB/lYShHxcTO/V7hYOgIdpl9 Z1Kk6sthG7v4Fqki9Wk9wDvBJCDwe5womzs67Y5g=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/push/4283619712@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0be2c3cc59_466c3ffb98ccd96c1477492"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ucrB0NGisB27lF7AoeAIVX6kO58>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:27:42 -0000

----==_mimepart_5dd0be2c3cc59_466c3ffb98ccd96c1477492
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

969c862258c8bd8ee5be355889a379078f61fcc6  apply David's suggestions, with minor modifications


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145/files/d1a4dcee66481e203df7909d8499dccb330fd2a3..969c862258c8bd8ee5be355889a379078f61fcc6

----==_mimepart_5dd0be2c3cc59_466c3ffb98ccd96c1477492
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/969c862258c8bd8ee5be355889a379078f61fcc6">969c862</a>  apply David&#39;s suggestions, with minor modifications</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3145/files/d1a4dcee66481e203df7909d8499dccb330fd2a3..969c862258c8bd8ee5be355889a379078f61fcc6?email_source=notifications&amp;email_token=AFTOJK6OO3NTIWFEKHG3ZSTQUC22ZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRRHE3TCMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYK2GKJWAI3KJ65RBTQUC22ZANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3KJ2V2IPMIU6O773LQUC22ZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRRHE3TCMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145/files/d1a4dcee66481e203df7909d8499dccb330fd2a3..969c862258c8bd8ee5be355889a379078f61fcc6?email_source=notifications\u0026email_token=AFTOJK6OO3NTIWFEKHG3ZSTQUC22ZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRRHE3TCMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3145/files/d1a4dcee66481e203df7909d8499dccb330fd2a3..969c862258c8bd8ee5be355889a379078f61fcc6?email_source=notifications\u0026email_token=AFTOJK6OO3NTIWFEKHG3ZSTQUC22ZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRRHE3TCMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0be2c3cc59_466c3ffb98ccd96c1477492--


From nobody Sat Nov 16 19:28:27 2019
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 E1BCE120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5ZAnHZU8crOK for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:24 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 30C7C120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:24 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id 87F1FA00B0 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961303; bh=yA4BMBdfKcbsknElS7jIEih7+POjvwW7ekQg/Rpsm6I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s3eLhVm/CoDmF1mRfGIV7L3h1s4TXKvBe8ijlYwBGLSbM/Gv5WtZPUF5kDkwi6/IZ ZgbbxFB2IdpDL5uyLu1boyesAqA9hQbWAibdArTlOPPU5/5Epn6nApR1r3eltZyfeV GvCqio5bj3ICNn/3cSCssceyyVlILXrcAYVhJBLc=
Date: Sat, 16 Nov 2019 19:28:23 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4U2SCW2ACKMYHNNR533XYNPEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317999037@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0be5778770_2ff33fa03e6cd9643045ad"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AU6TrYew5je4GSR5zfC4iRihmIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:28:26 -0000

----==_mimepart_5dd0be5778770_2ff33fa03e6cd9643045ad
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+

s / the handshake can be confirmed / the handshake is confirmed

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116358
----==_mimepart_5dd0be5778770_2ff33fa03e6cd9643045ad
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116358">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>s / the handshake can be confirmed / the handshake is confirmed</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKZGCGSVFODCT3EPBZTQUC25PA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPPI#discussion_r347116358">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYDBYGIVTZY4G2EHI3QUC25PANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5QRQSMZLSB7BMOJIDQUC25PA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPPI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKZGCGSVFODCT3EPBZTQUC25PA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPPI#discussion_r347116358",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKZGCGSVFODCT3EPBZTQUC25PA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EPPI#discussion_r347116358",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0be5778770_2ff33fa03e6cd9643045ad--


From nobody Sat Nov 16 19:28:33 2019
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 489E9120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 m_rtLJmresKR for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:30 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B8EF120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:30 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 7659AC60639 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961309; bh=5cSe4/IuoOgjgoAmiai0LNC+/7D5s5MSbHGpEUWcDd0=; h=Date:From:To:Subject:From; b=wuDgB8OtEl06sXmVQerP6Chy72aYL8l7BBnSzW3r2dJYerrEaBkXiCsz0kO2VFyuF qnJCj7EiYCacnZsmsypKy37Q1EOjSjudmWHoZrnyU10f73YGvVbHID99ykEry618R/ ZYFFs9i2el07z2NQnKxWrWgOx/tMmKXBBQ/sX9EY=
Date: Sat, 16 Nov 2019 19:28:29 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-3168/00e05f-3e0c5f@github.com>
Subject: [quicwg/base-drafts] 3e0c5f: Update draft-ietf-quic-recovery.md
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/z8DB9PW0_q-Sg-fgMN4_kYBShlw>
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, 17 Nov 2019 03:28:31 -0000

  Branch: refs/heads/ianswett-3168
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
      https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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



From nobody Sat Nov 16 19:28:42 2019
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 5F765120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KftiegoFFcnX for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:28:38 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0CC37120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:38 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 67EEDA0603 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:28:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961317; bh=ORdRW/BJxYL/WCyFGtHnaOhC8n7q96faBaEc7knvOxc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yo6taK3vBFthiPLxLSRQN1s4Y7atdxtAa7/y0kkWIQpvWRKZHa5IC0yQiAU9J66HJ rov74he2V46mnswmxCLVAA/aQtyd7YwHzu3Gs4YmupReExOpGzvHw9iqRsOl0rHyE6 RsJK9PNCwVXjsznQbmlk8txOOB6QPsa1p4pn7ck4=
Date: Sat, 16 Nov 2019 19:28:37 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241/push/4283620759@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3241@github.com>
References: <quicwg/base-drafts/pull/3241@github.com>
Subject: Re: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0be655811f_6b2c3fdf04ccd968743786"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OFVMKd79ZR6W2-udyWD40H2R18c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:28:39 -0000

----==_mimepart_5dd0be655811f_6b2c3fdf04ccd968743786
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

3e0c5f00f5aa1e95d2cf8028da01534a642b9d06  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241/files/00e05fbb38c9079150e06806e97b5f4763c70ac2..3e0c5f00f5aa1e95d2cf8028da01534a642b9d06

----==_mimepart_5dd0be655811f_6b2c3fdf04ccd968743786
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06">3e0c5f0</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3241/files/00e05fbb38c9079150e06806e97b5f4763c70ac2..3e0c5f00f5aa1e95d2cf8028da01534a642b9d06?email_source=notifications&amp;email_token=AFTOJK5QGTZ2KUAUJBVUA73QUC26LA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGNRSGA3TKOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6K2AG3B7FGVNSO6HTQUC26LANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZUC742XWCKHVXL4LQUC26LA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGNRSGA3TKOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241/files/00e05fbb38c9079150e06806e97b5f4763c70ac2..3e0c5f00f5aa1e95d2cf8028da01534a642b9d06?email_source=notifications\u0026email_token=AFTOJK5QGTZ2KUAUJBVUA73QUC26LA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGNRSGA3TKOI",
"url": "https://github.com/quicwg/base-drafts/pull/3241/files/00e05fbb38c9079150e06806e97b5f4763c70ac2..3e0c5f00f5aa1e95d2cf8028da01534a642b9d06?email_source=notifications\u0026email_token=AFTOJK5QGTZ2KUAUJBVUA73QUC26LA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGNRSGA3TKOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0be655811f_6b2c3fdf04ccd968743786--


From nobody Sat Nov 16 19:29:11 2019
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 34C77120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:29:10 -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 CMVVU80jRCfH for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:29:08 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3DA2120833 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:29:08 -0800 (PST)
Date: Sat, 16 Nov 2019 19:29:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961348; bh=7KjPzGdES8puq/gQlUIlty8S3guhtn/dVTChcxcl9PQ=; h=Date:From:To:Subject:From; b=yxP8kQ5RB2XfOnTMZs+sAVs8dPDkYAHGJwNa58BihLE4cMZO8HfmvEmThmEP/lnuf olvpg/mhnzpGDUjsRysN3MniKUo7k67AV4wc95tsuvfs6HJQOHYJYrkp0by4W15H6T /TkYWABITT2YrvipFd3k4BcAyXsIzOuLCevqCPbU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f0a02c-dcdd22@github.com>
Subject: [quicwg/base-drafts] dcdd22: Script updating gh-pages from 3e0c5f00. [ci skip]
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/92mAcyF28v-kv9QxHKzYAFv5WJQ>
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, 17 Nov 2019 03:29:10 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: dcdd22a97018bd56e25baf2480280e7409d9e71c
      https://github.com/quicwg/base-drafts/commit/dcdd22a97018bd56e25baf2480280e7409d9e71c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    A ianswett-3168/draft-ietf-quic-http.html
    A ianswett-3168/draft-ietf-quic-http.txt
    A ianswett-3168/draft-ietf-quic-invariants.html
    A ianswett-3168/draft-ietf-quic-invariants.txt
    A ianswett-3168/draft-ietf-quic-qpack.html
    A ianswett-3168/draft-ietf-quic-qpack.txt
    A ianswett-3168/draft-ietf-quic-recovery.html
    A ianswett-3168/draft-ietf-quic-recovery.txt
    A ianswett-3168/draft-ietf-quic-tls.html
    A ianswett-3168/draft-ietf-quic-tls.txt
    A ianswett-3168/draft-ietf-quic-transport.html
    A ianswett-3168/draft-ietf-quic-transport.txt
    A ianswett-3168/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 3e0c5f00. [ci skip]



From nobody Sat Nov 16 19:32:56 2019
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 810FA120836 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:32:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 y03ydmOuLThx for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:32:54 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 03DB0120091 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:32:54 -0800 (PST)
Date: Sat, 16 Nov 2019 19:32:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961573; bh=eQzpqLQS0a0u0jB16BV0Q7hUZdSsyG9yElkO+WQHr/Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MrAO6m227dob1lt26FYDSZZ5brVXYkh8SChNTSsPpmZfNkwK2cZZ5t5GbB6xgeDU2 2nBQRE98wDNJDNdTnvBiJS+oW+TuIPHvvNE+pGpdyhYbcIskqi2M9mYaHFjo+F1EV7 A2IdPimSBiPT00ZKEkFZJ7ZGJRRzVJV3ytfdhV+A=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4RSTJVRQIM7CQ27NF33XY6LEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317999140@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0bf654aba5_d313fc898ccd96814306bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/K5T9fvygMOvOomH44yop3oYZCNQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:32:56 -0000

----==_mimepart_5dd0bf654aba5_d313fc898ccd96814306bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi commented on this pull request.



> @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+

I intentionally made it "can be" because this is a MAY

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116466
----==_mimepart_5dd0bf654aba5_d313fc898ccd96814306bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347116466">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,16 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. A server MUST treat receipt of a
+HANDSHAKE_DONE frame as a connection error of type PROTOCOL_VIOLATION.
+
+
</pre>
<p>I intentionally made it "can be" because this is a MAY</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK6SI5G444MI4HJFZITQUC3OLA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQJA#discussion_r347116466">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XZNM4YYST4Q5SBZTQUC3OLANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYOWVM66Y2RZDQDTPTQUC3OLA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK6SI5G444MI4HJFZITQUC3OLA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQJA#discussion_r347116466",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK6SI5G444MI4HJFZITQUC3OLA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQJA#discussion_r347116466",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0bf654aba5_d313fc898ccd96814306bb--


From nobody Sat Nov 16 19:35:41 2019
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 A238F120091 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:35:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7Y3RM76Zbt77 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:35:38 -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 3273B120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:35:38 -0800 (PST)
Date: Sat, 16 Nov 2019 19:35:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961737; bh=Edr3PkkWW/Kdw4d+rvR0ZLC2ZJJwRNN+bKuf03ftVuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kcHqN/b7KocqA7+sn/NcbhW7LHhK2vX7aekwA2kzXPi5e9LwLC6UQZT8TwjonvWkH HosHwUX8s+SS1UxNi+SHsV+Q8BGj1Hcl98zmpafjoT+jyVilESzw+axKc4vA2DYcfe j9G9I61Ns7yNe2t4G/KOIvRIpfZU41D+DCZo0QRo=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK37GIZOGDNV3VVKUXN33XZITEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317999190@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c0097a69f_a3f3fa191ecd96c35359"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2TRWiSdEQ1hVG0Yqrkv_lfVDjrw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:35:40 -0000

----==_mimepart_5dd0c0097a69f_a3f3fa191ecd96c35359
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

DavidSchinazi approved this pull request.

Thanks for making changes, I support this.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-317999190
----==_mimepart_5dd0c0097a69f_a3f3fa191ecd96c35359
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@DavidSchinazi</b> approved this pull request.</p>

<p>Thanks for making changes, I support this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK22GUSPHBLHUHNT5JDQUC3YTA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQVQ#pullrequestreview-317999190">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK75R6LUFY7VDCW7JXDQUC3YTANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JGJEI7FO7ZXXU3WDQUC3YTA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK22GUSPHBLHUHNT5JDQUC3YTA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQVQ#pullrequestreview-317999190",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK22GUSPHBLHUHNT5JDQUC3YTA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQVQ#pullrequestreview-317999190",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c0097a69f_a3f3fa191ecd96c35359--


From nobody Sat Nov 16 19:36:57 2019
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 065F6120091 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:36:56 -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 MzFJqQG3IiGi for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:36:54 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6B6A120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:36:54 -0800 (PST)
Date: Sat, 16 Nov 2019 19:36:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961813; bh=7sb6WGIn5++c+T0c8uFfOti1lHrk/jqKmZUxJR7Y3Nc=; h=Date:From:To:Subject:From; b=b94ajptGKv6oaonWET5hmkkReaxUcAxMte07OvSzLVZTtq0/mdPI3FQ4iIeYI8iRc 3kzOfKGTE0LGaaSngivavZPHAJYVCC9SISfTE3dLnhM8plgxegxrs9ly3R1vSRvlBE FbID8oWyr4ailRy2XB0A1DtcPiXwMTW1xBnepB5Y=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-ecn-editorial/000000-c52cd4@github.com>
Subject: [quicwg/base-drafts] c52cd4: ECN editorial
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/xS-OOV0h8M69Afqi5sgT0L7jB6Q>
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, 17 Nov 2019 03:36:56 -0000

  Branch: refs/heads/ianswett-ecn-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08
      https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  ECN editorial

>From Gorry's comments



From nobody Sat Nov 16 19:37:05 2019
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 118ED120835 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jgRQfJXxW5cK for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:02 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4576C120837 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:37:02 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id A24CCA0C33 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:37:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961821; bh=C0cJh0J/Rprtt9xQs8FatviTrr2YmcrZGNzLjUd7Fqw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N7pzXP2xNEkjP6At5ub4oS+IQPhydbP1hTm1HkMjX3EbLGARfyd4yr031Uj0rogc1 iTRk9pQvp4hL9Tw8pttoSbSs+sC7j7DxZ6ulK5aiYHAe8WnYJ17X4xEaD/1xQ4hQj9 6GBs/jTq/X0Udp0FbGelH/L4NjDLt21dI1Srjnd8=
Date: Sat, 16 Nov 2019 19:37:01 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3CPMDB27KC6LU6RYF33XZN3EVBNHHB6OUG3M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241/review/317999220@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3241@github.com>
References: <quicwg/base-drafts/pull/3241@github.com>
Subject: Re: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c05d930ef_349f3f8a258cd964834064"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q4kqAEpwtMXk7sahGiefTpXH19U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:37:04 -0000

----==_mimepart_5dd0c05d930ef_349f3f8a258cd964834064
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -655,11 +655,11 @@ to support different algorithms.
 
 ## Explicit Congestion Notification {#congestion-ecn}
 
-If a path has been verified to support ECN, QUIC treats a Congestion Experienced
-codepoint in the IP header as a signal of congestion. This document specifies an
-endpoint's response when its peer receives packets with the Congestion
-Experienced codepoint.  As discussed in {{!RFC8311}}, endpoints are permitted to
-experiment with other response functions.
+If a path has been verified to support ECN as specified in {{?RFC3168}} and
+updated in {{?RFC8311}}, QUIC treats a Congestion Experienced(CE) codepoint in

Suggestion: "If a path has been verified to support ECN {{?RFC3168}} {{?RFC8311}}"

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241#pullrequestreview-317999220
----==_mimepart_5dd0c05d930ef_349f3f8a258cd964834064
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3241#discussion_r347116554">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -655,11 +655,11 @@ to support different algorithms.
 
 ## Explicit Congestion Notification {#congestion-ecn}
 
-If a path has been verified to support ECN, QUIC treats a Congestion Experienced
-codepoint in the IP header as a signal of congestion. This document specifies an
-endpoint&#39;s response when its peer receives packets with the Congestion
-Experienced codepoint.  As discussed in {{!RFC8311}}, endpoints are permitted to
-experiment with other response functions.
+If a path has been verified to support ECN as specified in {{?RFC3168}} and
+updated in {{?RFC8311}}, QUIC treats a Congestion Experienced(CE) codepoint in
</pre>
<p>Suggestion: "If a path has been verified to support ECN {{?RFC3168}} {{?RFC8311}}"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications&amp;email_token=AFTOJK5U226ID3TBNQR6JI3QUC353A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQ5A#pullrequestreview-317999220">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK74YZXJC4YYL6ZAGMTQUC353ANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZDV42HG74QSYB4MDQUC353A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQ5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK5U226ID3TBNQR6JI3QUC353A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQ5A#pullrequestreview-317999220",
"url": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK5U226ID3TBNQR6JI3QUC353A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EQ5A#pullrequestreview-317999220",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c05d930ef_349f3f8a258cd964834064--


From nobody Sat Nov 16 19:37:21 2019
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 808C4120091 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1dAzy9D9VxBB for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:18 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D8F46120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:37:17 -0800 (PST)
Date: Sat, 16 Nov 2019 19:37:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961837; bh=HkrRU/Im41Ay3vEwPx0T9rPnb+6GCt5XdgIU30ay7FA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lawxSPmxyuUbg2vdDxsUCfsfftnF18l0zbsdgt1fK7Ke2IqpBiGOxWZUvwovXkcP+ cR6oBa1MkUbnwrWG8as+1LuUk3uFQb/URNpfeQ3fo0pLCB/XNjtglUiTYQ2//ade7Y 0V5Rjcc8cTbl18gKUIEK8uU7tJeNpAxN2br9F1Rw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2IVGZXFDFA3TUIYJ533XZO3EVBNHHB6OUJ5U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3242@github.com>
Subject: [quicwg/base-drafts] ECN editorial (#3242)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c06d31d69_12a33f8782ccd9608135d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PjvMgAtBhziaK8zZuVkWaD8X1lY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:37:19 -0000

----==_mimepart_5dd0c06d31d69_12a33f8782ccd9608135d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

>From Gorry&#39;s comments
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3242

-- Commit Summary --

  * ECN editorial

-- File Changes --

    M draft-ietf-quic-recovery.md (6)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3242.patch
https://github.com/quicwg/base-drafts/pull/3242.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3242

----==_mimepart_5dd0c06d31d69_12a33f8782ccd9608135d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>From Gorry's comments</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3242'>https://github.com/quicwg/base-drafts/pull/3242</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>ECN editorial</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3242/files#diff-0">draft-ietf-quic-recovery.md</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3242.patch'>https://github.com/quicwg/base-drafts/pull/3242.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3242.diff'>https://github.com/quicwg/base-drafts/pull/3242.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications&amp;email_token=AFTOJKYSXXHYLZR6VHE6H3TQUC363A5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2RHWQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYVCZEXBG43WGCOO7LQUC363ANCNFSM4JOIARYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZVZAOAOBG2ZAJD6KLQUC363A5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2RHWQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJKYSXXHYLZR6VHE6H3TQUC363A5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2RHWQ",
"url": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJKYSXXHYLZR6VHE6H3TQUC363A5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2RHWQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0c06d31d69_12a33f8782ccd9608135d--


From nobody Sat Nov 16 19:37:34 2019
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 08366120091 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:31 -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 60oLV5RbHhRF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:37:29 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 363B8120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:37:29 -0800 (PST)
Date: Sat, 16 Nov 2019 19:37:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573961849; bh=dRutnNv6ZTUr/Vwhbc4hqtLZAy+OwpkWQ8GuaaDNYaE=; h=Date:From:To:Subject:From; b=dWbglSwdVrQEE+pqOeq7UyNVgo5RkyHnx3mYJGalTwc3so71gDVzicJUNXaVCEVu1 G5W2z+1vndTl1LmOT4zfNoMSvExBnuIZCNcl65rpftJfrTE/3JGH8t1S24kW5bTGIN Xa19KAcC9/h6DeKw3ndODeNDyq8nM8YasGBDYIvg=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/dcdd22-58c2c1@github.com>
Subject: [quicwg/base-drafts] 58c2c1: Script updating gh-pages from c52cd498. [ci skip]
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/s4o_R74HizqlrQ7s70AQMXtB3k8>
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, 17 Nov 2019 03:37:31 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 58c2c1c41774f99964444bcd1d3f66a374a4949a
      https://github.com/quicwg/base-drafts/commit/58c2c1c41774f99964444bcd1d3f66a374a4949a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    A ianswett-ecn-editorial/draft-ietf-quic-http.html
    A ianswett-ecn-editorial/draft-ietf-quic-http.txt
    A ianswett-ecn-editorial/draft-ietf-quic-invariants.html
    A ianswett-ecn-editorial/draft-ietf-quic-invariants.txt
    A ianswett-ecn-editorial/draft-ietf-quic-qpack.html
    A ianswett-ecn-editorial/draft-ietf-quic-qpack.txt
    A ianswett-ecn-editorial/draft-ietf-quic-recovery.html
    A ianswett-ecn-editorial/draft-ietf-quic-recovery.txt
    A ianswett-ecn-editorial/draft-ietf-quic-tls.html
    A ianswett-ecn-editorial/draft-ietf-quic-tls.txt
    A ianswett-ecn-editorial/draft-ietf-quic-transport.html
    A ianswett-ecn-editorial/draft-ietf-quic-transport.txt
    A ianswett-ecn-editorial/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from c52cd498. [ci skip]



From nobody Sat Nov 16 19:48:23 2019
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 03A1F120046 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:48:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pLe9N3-oHsfe for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:48:21 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB0B5120837 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:48:21 -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 45629261583 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:48:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573962501; bh=pfYPAzJclmztcRXKhuPe9bOlNxQpOXoXi1E/OxKWYfQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GZdvYv44VBTprA5p/uZJzy2+R29OmKBLUzQ5GcNbxSBPE+vM3jsFQkbA8s/fyq+dV fpwZKagD8B1njQlNg1ZhpKQYmCeIPI+KRPZFKLlnQCG4p69t32H/8UMJOS6B9ybTRB QBTU2vAZicDZsrmkynNRXTJMtm/70W8Hr4CEoZNs=
Date: Sat, 16 Nov 2019 19:48:21 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2UISP7KGTGRH247NV33X2YJEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317999416@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c305108_612f3fb352acd95c140996"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OcuzuJEEjHCmnS0HqIk0G-Ft-0I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:48:23 -0000

----==_mimepart_5dd0c305108_612f3fb352acd95c140996
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Thanks for adding the text about a 1-RTT ACK being equivalent to a client receiving HANDSHAKE_DONE.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-317999416
----==_mimepart_5dd0c305108_612f3fb352acd95c140996
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Thanks for adding the text about a 1-RTT ACK being equivalent to a client receiving HANDSHAKE_DONE.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKYBHNUZK7ALOG42C3LQUC5IJA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ESOA#pullrequestreview-317999416">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6S3YUPQIGUDHFJZSLQUC5IJANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6JZJFLCZDDEVIPGTDQUC5IJA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ESOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYBHNUZK7ALOG42C3LQUC5IJA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ESOA#pullrequestreview-317999416",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYBHNUZK7ALOG42C3LQUC5IJA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ESOA#pullrequestreview-317999416",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c305108_612f3fb352acd95c140996--


From nobody Sat Nov 16 19:54:46 2019
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 A057F120839 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:54:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 joeY953M0uUf for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:54:42 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1DA28120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:54:42 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 2592F660050 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:54:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573962881; bh=0oyhmLutKMYycynCJTTlSVapalRPB8ZWndrziNNCDPQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OczWorHaqnotHbKhQZCLDz64Wfdyw/U2LO4veuowF0lixFe7LRiR+7KBVZM/f9xa5 LMjIMcxztVjl1GeCHA1lPkTbh0hvMClM9Flb9YNjuykPHkvX0Y+OkexK/Hw2+70GYQ J1I7R3MVAcGQ2XwG+7lm4lbSxcVQtV9USouAaI8g=
Date: Sat, 16 Nov 2019 19:54:41 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK43UEJLK3HHJM44RGV33X3QDEVBNHHB6OUG3M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241/review/317999534@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3241@github.com>
References: <quicwg/base-drafts/pull/3241@github.com>
Subject: Re: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c48114748_3c253fb3ee8cd96c6429aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/18k_GIV7W-rPjh-7MmxFPXErOdM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:54:45 -0000

----==_mimepart_5dd0c48114748_3c253fb3ee8cd96c6429aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.

one suggestion, but I'm approving



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241#pullrequestreview-317999534
----==_mimepart_5dd0c48114748_3c253fb3ee8cd96c6429aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>

<p>one suggestion, but I'm approving</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications&amp;email_token=AFTOJK7PCHKYV2MVZVXVPNTQUC6ADA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETLQ#pullrequestreview-317999534">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZCWJYNRRE336XEBYLQUC6ADANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK733FZ5U4X4GQPKGWDQUC6ADA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETLQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK7PCHKYV2MVZVXVPNTQUC6ADA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETLQ#pullrequestreview-317999534",
"url": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK7PCHKYV2MVZVXVPNTQUC6ADA5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETLQ#pullrequestreview-317999534",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c48114748_3c253fb3ee8cd96c6429aa--


From nobody Sat Nov 16 19:55:11 2019
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 D12BC120839 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:55:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3aV55nSNyygt for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:55:09 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACD63120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:55:09 -0800 (PST)
Date: Sat, 16 Nov 2019 19:55:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573962909; bh=crSBqNRCRU7uBfh8EoBN3o9PbqHsWQfFO+5LQIjL3uQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DkxziwlutrKaFao0+j0WDZwOmSNOMEXQDBvUZd87UnO+rLmvMsQD2xwNyMTiYNesb 4mwP4tst396MD6SLdw53FgfRQBe5SbReY8/fm8Pqkdobq6MzKXW5ILozTn/oEhfAwd Ra5/o8hwDpy7WmXlQ6lUicvLWshv81EoUQAQk7cQ=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3POHCUY57PZH5AK7V33X3RZEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/317999544@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c49cf1d1f_36383fe0ecacd96c3792c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8qr3IGY5RJz57rd1A4kw0mJTnVc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:55:11 -0000

----==_mimepart_5dd0c49cf1d1f_36383fe0ecacd96c3792c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.

LGTM



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-317999544
----==_mimepart_5dd0c49cf1d1f_36383fe0ecacd96c3792c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<p>LGTM</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK2RVLHJXCAVNQNJUSDQUC6BZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETOA#pullrequestreview-317999544">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZIWS7XMWRACAYEADTQUC6BZANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6ZFDWYNCA3LCLGIJDQUC6BZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2RVLHJXCAVNQNJUSDQUC6BZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETOA#pullrequestreview-317999544",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2RVLHJXCAVNQNJUSDQUC6BZA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2ETOA#pullrequestreview-317999544",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c49cf1d1f_36383fe0ecacd96c3792c6--


From nobody Sat Nov 16 19:55:19 2019
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 71053120839 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:55:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TAH8nbLQv26I for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 19:55:16 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E593120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 19:55:16 -0800 (PST)
Date: Sat, 16 Nov 2019 19:55:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573962915; bh=x9VDENY/JGM1pE3SRr8iCiOaKrgX/32AW9HiqtsvqZ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gKCSKKMODp/xtcxYLfK6BLgf/OxNbnsQP6VaDcgYcdQaz0R4pKy45wJ5OGD3m3ISE Hl6a7iikRrE2iNqzgrAJIutJDOw5NoPskgWmdQuLJb5mN+4Q0Fc8lYQDYSs5DHQV+k h4LDVjRsdc1CyX91alKvHTDKTeHTGS0SCBza64n8=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/push/4283649604@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c4a36b742_29643fea4d6cd9609300a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IwZbQ26-0aYsC7vnWk8eCDyTAHc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 03:55:17 -0000

----==_mimepart_5dd0c4a36b742_29643fea4d6cd9609300a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe  send HANDSHAKE_DONE immediately


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145/files/969c862258c8bd8ee5be355889a379078f61fcc6..a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe

----==_mimepart_5dd0c4a36b742_29643fea4d6cd9609300a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe">a1df2ca</a>  send HANDSHAKE_DONE immediately</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3145/files/969c862258c8bd8ee5be355889a379078f61fcc6..a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe?email_source=notifications&amp;email_token=AFTOJK5L4SQHH4KVIWE77CDQUC6CHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRUHE3DANA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7VDU2N3OZDIYAMQQDQUC6CHANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4ODZMF2JULIHX6OSLQUC6CHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRUHE3DANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145/files/969c862258c8bd8ee5be355889a379078f61fcc6..a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe?email_source=notifications\u0026email_token=AFTOJK5L4SQHH4KVIWE77CDQUC6CHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRUHE3DANA",
"url": "https://github.com/quicwg/base-drafts/pull/3145/files/969c862258c8bd8ee5be355889a379078f61fcc6..a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe?email_source=notifications\u0026email_token=AFTOJK5L4SQHH4KVIWE77CDQUC6CHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DGNRUHE3DANA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0c4a36b742_29643fea4d6cd9609300a1--


From nobody Sat Nov 16 20:11:04 2019
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 C5BB3120837 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:11:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4RfKNmbKB7p4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:11:01 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A28C120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:11:01 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 987E46E0A6D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:11:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573963860; bh=9iDsR/BmFZzfUSd9e4PnQzCeC6iyLYhEk4/fdgZMUXE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HQmOroP8C/GGi873tNsZpf8ngar0ScsmregcfBzY89XKi7ZOQWPH8l+hDuaCLdiLm QrXARS9GojZ7v9NiUO5U3kAqzW/b3RVlPthlrg63q1H+lgbrmc7mypgMCpaRevXzSg 4/x88HgWI/3nQvdjKyEvpwuQZHlemP200FQRL8FQ=
Date: Sat, 16 Nov 2019 20:11:00 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4283666844@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c85486491_5ee13fcaad2cd960126526"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OLlZ6thvd9NUaxno4buhAhwZyGI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:11:03 -0000

----==_mimepart_5dd0c85486491_5ee13fcaad2cd960126526
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

912634dbeddd6dbe910a05694828db4b2fc67b3a  include the handshake and SPA CIDs in the connection ID limit


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/8354804a2a30580fd1b7deadb19f3baf3ad68fd8..912634dbeddd6dbe910a05694828db4b2fc67b3a

----==_mimepart_5dd0c85486491_5ee13fcaad2cd960126526
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/912634dbeddd6dbe910a05694828db4b2fc67b3a">912634d</a>  include the handshake and SPA CIDs in the connection ID limit</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/8354804a2a30580fd1b7deadb19f3baf3ad68fd8..912634dbeddd6dbe910a05694828db4b2fc67b3a?email_source=notifications&amp;email_token=AFTOJK54NWCTZUCTVDILXHTQUC75JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNRWGY4DINA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2DPNYBOMWYCVISCWLQUC75JANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYO2FLC5CMWEPBZSHLQUC75JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNRWGY4DINA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/8354804a2a30580fd1b7deadb19f3baf3ad68fd8..912634dbeddd6dbe910a05694828db4b2fc67b3a?email_source=notifications\u0026email_token=AFTOJK54NWCTZUCTVDILXHTQUC75JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNRWGY4DINA",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/8354804a2a30580fd1b7deadb19f3baf3ad68fd8..912634dbeddd6dbe910a05694828db4b2fc67b3a?email_source=notifications\u0026email_token=AFTOJK54NWCTZUCTVDILXHTQUC75JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNRWGY4DINA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0c85486491_5ee13fcaad2cd960126526--


From nobody Sat Nov 16 20:14:18 2019
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 7F6D8120837 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:14:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lrovMRZavS3K for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:14:16 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 449E7120046 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:14:16 -0800 (PST)
Date: Sat, 16 Nov 2019 20:14:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573964055; bh=zayHO9Oszxm6yxJARSH5AnfDZOQ7CknkktEUROR7AgI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y4KDhH9JJSatuQYZj1KlaIyMaMYUn4DCKnHCDzrmnMSt81sA7Fn+Nr0uAoLkkH084 VYktOQTxwL6Y4Rg06i92JH/V58nU20glHGxsporOlCvM8w6OkYOEMoxFO6tS6QwZLn 6DwBCCY70MORo660NUIrRT3mI8PNOqPuBdG3mnik=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK435DPAUYC6T7NKJN533X5ZPEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/317999935@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0c9178e18f_53df3f8194ccd9686434d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/83omOeI5jDYiIN_DTrAAdNLQjDQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:14:17 -0000

----==_mimepart_5dd0c9178e18f_53df3f8194ccd9686434d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide

@kazuho I updated the PR such that the active_connection_id_limit now included the handshake and SPA CID, which should make it a fix for #3200 now. PTAL.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347117166
----==_mimepart_5dd0c9178e18f_53df3f8194ccd9686434d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347117166">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> I updated the PR such that the active_connection_id_limit now included the handshake and SPA CID, which should make it a fix for <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518983175" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3200" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3200/hovercard" href="https://github.com/quicwg/base-drafts/issues/3200">#3200</a> now. PTAL.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKYJI2ZX3OXZ3EGUE3LQUDAJPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EWPY#discussion_r347117166">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZNWLW3PCXVJEMZS3DQUDAJPANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGNXSNU2MCOCS3RSDQUDAJPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EWPY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYJI2ZX3OXZ3EGUE3LQUDAJPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EWPY#discussion_r347117166",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYJI2ZX3OXZ3EGUE3LQUDAJPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2EWPY#discussion_r347117166",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0c9178e18f_53df3f8194ccd9686434d5--


From nobody Sat Nov 16 20:24:31 2019
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 374C8120046 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:24:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gvSAWDPE6MbB for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:24:28 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DD981208E1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:24:27 -0800 (PST)
Date: Sat, 16 Nov 2019 20:24:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573964666; bh=Iz1daPbr/KiSN9yovcSwcDipSFAc3lIlkSh8BOiN8LE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=2WlCYgod1rwtUaCH3Kw8lsli7tmsLaV6dX32KEpR2PWZYf1vRD4LlON4rRNV+shWJ CtpGS/ENp0RtdPPtwT8NZfSBgCXuJDW8D4GGRtbNOSVBVghovyHVOmsHBEI0F3mkSd nowkcatnL8DANulWH2eAM8XZf+3bFIPhZR3vDU2w=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZSMIN37JLJZXYJGD533X67VEVBNHHB6OUW34@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3243@github.com>
Subject: [quicwg/base-drafts] Add caution when using IW10 and fragmentation  (#3243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0cb7a39e23_1fef3f7f5c8cd960119863"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lFo5O6f_UYhGA90-pepsTBFLq9Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:24:29 -0000

----==_mimepart_5dd0cb7a39e23_1fef3f7f5c8cd960119863
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Gorry notes correctly that fragmentation can play poorly with using IW10. If a sender uses a large max_datagram_size, and if the network fragments, then IW10 can result in substantially larger amplification than 10x.

A simple fix here is to say that if the endpoint uses max_datagram_size larger than 1280 bytes (this is what the transport spec limits it to in the absence of DPLPMTUD), then the endpoint MUST set DF on outgoing packets.

This is a problem with RFC 6928 as well, but we should be clear about it for QUIC.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3243
----==_mimepart_5dd0cb7a39e23_1fef3f7f5c8cd960119863
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Gorry notes correctly that fragmentation can play poorly with using IW10. If a sender uses a large max_datagram_size, and if the network fragments, then IW10 can result in substantially larger amplification than 10x.</p>
<p>A simple fix here is to say that if the endpoint uses max_datagram_size larger than 1280 bytes (this is what the transport spec limits it to in the absence of DPLPMTUD), then the endpoint MUST set DF on outgoing packets.</p>
<p>This is a problem with RFC 6928 as well, but we should be clear about it for QUIC.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications&amp;email_token=AFTOJKZCE6GJVY746WX3ZI3QUDBPVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3PQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4B67GNMZXTUF3CA3TQUDBPVANCNFSM4JOIENTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZX52NIYDIA4BM7QTLQUDBPVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3PQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJKZCE6GJVY746WX3ZI3QUDBPVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3PQ",
"url": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJKZCE6GJVY746WX3ZI3QUDBPVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3PQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0cb7a39e23_1fef3f7f5c8cd960119863--


From nobody Sat Nov 16 20:24:42 2019
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 3CC31120046 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:24:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 okPFCDphNZpu for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:24:40 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2AEB120041 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:24:39 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 425A666060E for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:24:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573964679; bh=iJq58YqsAXmCSD7SLtYOi6WwOrkmqy3sjXNCEtsI3Do=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=isajdDLOIvGqoXW8JzJvmnh80gs2TltZ/24/9OZADBW6RJCELChneXQ1LRqv7PD6t fgyF2FFGtGXlkkAcsTOc25UPb9uyhCv+2Z1BXu0cPFQwcx6nx08zHJL8OnaWl4aQYs DWLlxe7C9/uQOa018X7+dvIi9AwV1Tuyd6c4iuds=
Date: Sat, 16 Nov 2019 20:24:39 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7TQXJ7GL7DEUBDOXF33X7APEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244@github.com>
Subject: [quicwg/base-drafts] Can we make a normative ref to RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0cb8732781_51903f8f4b6cd96883169"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RIRheJw_gUxWI9n_Etqc3FyMUW4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:24:41 -0000

----==_mimepart_5dd0cb8732781_51903f8f4b6cd96883169
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I would like to suggest that RFC8085 is normative. 

This RFC was written as BCP for UDP usage, and QUIC implementations need to comply with that or describe the difference and reach consensus about why it differs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244
----==_mimepart_5dd0cb8732781_51903f8f4b6cd96883169
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I would like to suggest that RFC8085 is normative.</p>
<p>This RFC was written as BCP for UDP usage, and QUIC implementations need to comply with that or describe the difference and reach consensus about why it differs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK72GWVG25PNLIJO7P3QUDBQPA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3UQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5VSWL74FYNRP3V3BLQUDBQPANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK37LYLGZ2MJRZNK6OTQUDBQPA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3UQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK72GWVG25PNLIJO7P3QUDBQPA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3UQ",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK72GWVG25PNLIJO7P3QUDBQPA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2S3UQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0cb8732781_51903f8f4b6cd96883169--


From nobody Sat Nov 16 20:39:55 2019
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 A2179120077 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:39:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DDJkyP0S4bLy for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:39:52 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 201A9120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:39:52 -0800 (PST)
Date: Sat, 16 Nov 2019 20:39:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573965591; bh=wub4XRNdi6YAlTkGoe6Bs/2OpRzYBzfrrXsTBuOKwGc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yUoji8ppdmjvzhmEE5H3m+V87vXao8nE+bRiFCZ39JS+/FK4w4QtVQHUyAMsTvkaV nb4PAU1upcrdJhI2sD5JQdYG1Jl16BTVv7WrJDY+eVn0ySNWAOujMb3nMZOXvw6Nur eQQWwmPrR6qEmvUedGS4Ealbibg2FB9H8n4khl1Q=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK25J7QS4GAW6ZUVAYN33YAZPEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245@github.com>
Subject: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0cf17430c2_65483fe6764cd9601695585"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1d364BiWP-Q86_nErN5JKbSd9nY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:39:54 -0000

----==_mimepart_5dd0cf17430c2_65483fe6764cd9601695585
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Gorry notes that we don't have a normative reference to 6928, but we could. The discussion there is largely independent of TCP, so I agree that we could do a normative reference to it.

This might be a design issue. It creates an exception to not having normative references to TCP documents. I think it's ok and may even be useful in this case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245
----==_mimepart_5dd0cf17430c2_65483fe6764cd9601695585
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Gorry notes that we don't have a normative reference to 6928, but we could. The discussion there is largely independent of TCP, so I agree that we could do a normative reference to it.</p>
<p>This might be a design issue. It creates an exception to not having normative references to TCP documents. I think it's ok and may even be useful in this case.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK535UMGZAGX7C65YHDQUDDJPA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TMTA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK47AWG74ZHTN42EHY3QUDDJPANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY5IKZFW27NPVCQU63QUDDJPA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TMTA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK535UMGZAGX7C65YHDQUDDJPA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TMTA",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK535UMGZAGX7C65YHDQUDDJPA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TMTA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0cf17430c2_65483fe6764cd9601695585--


From nobody Sat Nov 16 20:40:21 2019
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 1DAB9120077 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:40: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 YztJXirVJXRh for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:40:18 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCC61120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:40:18 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id EA6DD6E0508 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:40:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573965617; bh=6+8CCUfy9bPHywtKJCfcUq96VBAMap9i7EetaKaCqYY=; h=Date:From:To:Subject:From; b=plJtMeMP0fGwfDBEiuHHy7MOz0y27OwUWZ18cqM+riJklo4LTzfJZitzEz/MFzaE5 a54EG2M/sNir6kNquuI6m7oxi/Np785pcv1Mqswa+KFNxQK0ardoZWdA8d4oRo/Obh cPioU4ur8GmCyM1yE3brp6n0/2oAGFZ7AukU5yNA=
Date: Sat, 16 Nov 2019 20:40:17 -0800
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/iw-normative/000000-bece9d@github.com>
Subject: [quicwg/base-drafts] bece9d: Make RFC6928 normative
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/Ph4ylLUbCiVUBznMsH1qwukhAu0>
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, 17 Nov 2019 04:40:20 -0000

  Branch: refs/heads/jri/iw-normative
  Home:   https://github.com/quicwg/base-drafts
  Commit: bece9dda00a1059d47841bc7363e1eab5cd16709
      https://github.com/quicwg/base-drafts/commit/bece9dda00a1059d47841bc7363e1eab5cd16709
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Make RFC6928 normative



From nobody Sat Nov 16 20:41:00 2019
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 8834B120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:40:58 -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 PytbDJaRrdoA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:40:57 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2430B120077 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:40:57 -0800 (PST)
Date: Sat, 16 Nov 2019 20:40:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573965656; bh=BpVC9QSBrWfrp5ohL59Js0bso7amKyTcmhU+B39lEkQ=; h=Date:From:To:Subject:From; b=Z7WPRO7GKzLCOiClNiFnMm4bT2bLJmP/GcxwnNvil03I/3dwU6H1V+OAcB4rI7fi6 5rgYHVIUUHOUYaDk56yckoOYZLM3M4Pa0iCYmmKQGD9n/OEP2pXrqEKhpFfYB6t7HV k+uhx8j2eR9PLdVzuCayj+meg9UiH8JVMVnPGHNY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/58c2c1-efdba2@github.com>
Subject: [quicwg/base-drafts] efdba2: Script updating gh-pages from bece9dda. [ci skip]
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/2viN6YnGlQr9j9toRhhnq_2ErG4>
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, 17 Nov 2019 04:40:59 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: efdba2fa8427232430a392a40adda95b03d123f6
      https://github.com/quicwg/base-drafts/commit/efdba2fa8427232430a392a40adda95b03d123f6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A jri/iw-normative/draft-ietf-quic-http.html
    A jri/iw-normative/draft-ietf-quic-http.txt
    A jri/iw-normative/draft-ietf-quic-invariants.html
    A jri/iw-normative/draft-ietf-quic-invariants.txt
    A jri/iw-normative/draft-ietf-quic-qpack.html
    A jri/iw-normative/draft-ietf-quic-qpack.txt
    A jri/iw-normative/draft-ietf-quic-recovery.html
    A jri/iw-normative/draft-ietf-quic-recovery.txt
    A jri/iw-normative/draft-ietf-quic-tls.html
    A jri/iw-normative/draft-ietf-quic-tls.txt
    A jri/iw-normative/draft-ietf-quic-transport.html
    A jri/iw-normative/draft-ietf-quic-transport.txt
    A jri/iw-normative/index.html

  Log Message:
  -----------
  Script updating gh-pages from bece9dda. [ci skip]



From nobody Sat Nov 16 20:41:17 2019
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 7C010120077 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:41:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VcMisOosW5KB for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:41:14 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D7BFE120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:41:13 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id E2A089602D1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:41:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573965672; bh=4GrSr2xclqXSZYrF9G0LcalREq/JfQM1itshDC3mhQw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=c1M9/iqnJVJBdOwicExmFXNz8KwoFb9rfYC04ihrghBO4KdAlg8adMMqt8xH4H7u5 SUqOo7BD4kdoGyVHZ1GyZbIgtkzKxeT5BoRR10ZEiwn7nqLLaLvf6L/XddhmbmRJjw QVGno9fKU79UvEZWuU88Zuz0kb2e62xYRAGzwyAY=
Date: Sat, 16 Nov 2019 20:41:12 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DYZRBB5OVI6R5KFF33YA6REVBNHHB6OU3R4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3246@github.com>
Subject: [quicwg/base-drafts] Make RFC6928 normative (#3246)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0cf68d4512_1d853fa8ec6cd96c5427de"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8rsqjhoxRaxq1qUzrGD-YHHn8jg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 04:41:15 -0000

----==_mimepart_5dd0cf68d4512_1d853fa8ec6cd96c5427de
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #3245.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3246

-- Commit Summary --

  * Make RFC6928 normative

-- File Changes --

    M draft-ietf-quic-recovery.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3246.patch
https://github.com/quicwg/base-drafts/pull/3246.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3246

----==_mimepart_5dd0cf68d4512_1d853fa8ec6cd96c5427de
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3245.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523934502" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3245" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3245/hovercard" href="https://github.com/quicwg/base-drafts/issues/3245">#3245</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3246'>https://github.com/quicwg/base-drafts/pull/3246</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Make RFC6928 normative</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3246/files#diff-0">draft-ietf-quic-recovery.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3246.patch'>https://github.com/quicwg/base-drafts/pull/3246.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3246.diff'>https://github.com/quicwg/base-drafts/pull/3246.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3246?email_source=notifications&amp;email_token=AFTOJK7HNUOQ7AEWFS5CICLQUDDORA5CNFSM4JOIFUV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TOHQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWBFHMZWLD3HYC5YTQUDDORANCNFSM4JOIFUVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK25FXP67TEU6USBV5DQUDDORA5CNFSM4JOIFUV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TOHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3246?email_source=notifications\u0026email_token=AFTOJK7HNUOQ7AEWFS5CICLQUDDORA5CNFSM4JOIFUV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TOHQ",
"url": "https://github.com/quicwg/base-drafts/pull/3246?email_source=notifications\u0026email_token=AFTOJK7HNUOQ7AEWFS5CICLQUDDORA5CNFSM4JOIFUV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2TOHQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0cf68d4512_1d853fa8ec6cd96c5427de--


From nobody Sat Nov 16 20:42:37 2019
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 17152120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:42:36 -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 0A4DjARPxTOk for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 20:42:34 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C350D120077 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:42:34 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 7CF94260419 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 20:42:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573965754; bh=1ODJzMCs7RTKsAbPOTk4YXfqE/AZekvV+ULpPkYxRWQ=; h=Date:From:To:Subject:From; b=YW6/9Z/7s6xwqyOCMwE2f+hHyXCX5BBv9ZtoOWG70mgP9CRy1f9CZyJ1JEgQF1PAk Hhh1udyR61dSTCfQu89t1E7GkQYpLNINwKmvsjvAIW+IEEACsm0XzJb38y4Bf5h7ZR ycXMljr4CeqsF/ZHfqn5JSJcQcrFdCVRv2pY7Mw8=
Date: Sat, 16 Nov 2019 20:42:34 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/efdba2-6ae2da@github.com>
Subject: [quicwg/base-drafts] 6ae2da: Script updating issues at 2019-11-17T04:42:26Z. [c...
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/ldS0BY01e3c9p1L8DOXy9gY_S5w>
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, 17 Nov 2019 04:42:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6ae2da631730a893312673c78e4d3d26d3ee36b1
      https://github.com/quicwg/base-drafts/commit/6ae2da631730a893312673c78e4d3d26d3ee36b1
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-17T04:42:26Z. [ci skip]



From nobody Sat Nov 16 21:08:23 2019
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 78CF1120043 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:08:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9BRqwrWbNtJO for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:08:20 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D27F4120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:08:19 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 2BC82C60588 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:08:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967299; bh=0XM/R2XeoUJ6BBGezRlUiw46v5dGVeYC30KfbxoFnj8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Tl/ihX1xJApaG9MbqkhGWhRwCAYQpg9LmcUGgnI0YprGPOzpQYGSiwO5jrgoFcEnn WvNaF6POKgALxYrXk33olQX/+QaMobJyrftcQef90LQnI153lwHclTQvaMp6J4jMZ1 SVZtrK69uA2cwpRT5R8eYKl7PoAnUG0G2DLhYjQ8=
Date: Sat, 16 Nov 2019 21:08:19 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4YT3FJ3SNI4FVFHKF33YEEHEVBNHHB6OVDVY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3247@github.com>
Subject: [quicwg/base-drafts] I am concerned the congestion control text is too permissive. (#3247)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d5c31df08_1ef93fa8ec6cd96c2616c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1RwFh0e4FTp_vAn9s-rB8wgvNeg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:08:21 -0000

----==_mimepart_5dd0d5c31df08_1ef93fa8ec6cd96c2616c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


The docs call out that the design is based on (new)Reno. That is good and suitable for a PS. I have no problem here.

However, there are several places where the text is very permissive "MAY..." that suggests the PS can implement this or anything else. This combination seems awkward for a PS. I'd hoped that we could allow experimentation with new CC's but say SHOULD use an IETF-specified congestion control method, or something text close to that, and change the MAYs into something more helpful. I think this is an easy piece of text to get correct.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3247
----==_mimepart_5dd0d5c31df08_1ef93fa8ec6cd96c2616c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The docs call out that the design is based on (new)Reno. That is good and suitable for a PS. I have no problem here.</p>
<p>However, there are several places where the text is very permissive "MAY..." that suggests the PS can implement this or anything else. This combination seems awkward for a PS. I'd hoped that we could allow experimentation with new CC's but say SHOULD use an IETF-specified congestion control method, or something text close to that, and change the MAYs into something more helpful. I think this is an easy piece of text to get correct.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications&amp;email_token=AFTOJKYP3PFODYM54UU2GATQUDGUHA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2UOXA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7BOKHHYIW3EBOPDJTQUDGUHANCNFSM4JOIH5WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4OTDIGXKMUE7IVHULQUDGUHA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2UOXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJKYP3PFODYM54UU2GATQUDGUHA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2UOXA",
"url": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJKYP3PFODYM54UU2GATQUDGUHA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2UOXA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0d5c31df08_1ef93fa8ec6cd96c2616c--


From nobody Sat Nov 16 21:09:27 2019
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 ED6FF120043 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:09:25 -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 P9b3H5TOwUnC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:09:24 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CE1B7120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:09:24 -0800 (PST)
Date: Sat, 16 Nov 2019 21:09:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967364; bh=ivP+gePz/Cay6MRfwEtZhTaQp4aDhuGTUKJ0prbqv9o=; h=Date:From:To:Subject:From; b=czh3xi/mkpP6a9C+Xusefo7gwHZFC5aoCXA19bIn6xEQ7sbBGGGwNAsi1N5q8WH0l 78BzXmRp/9J/LLATcfzfXl7vsER8SWuMV5O+UOe55d+KBngUQQN9e4/9ZAxhxmHGRI e+VBojO+LZqmixGk5Ysue7meSPQVi9iYMQILVm5k=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/cc/000000-0acbcf@github.com>
Subject: [quicwg/base-drafts] 0acbcf: Fix congestion control permissiveness
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/FjaI-9Xjm9lkLjycEFOAmAbXH04>
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, 17 Nov 2019 05:09:26 -0000

  Branch: refs/heads/jri/cc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0acbcfa59c3df7d73911e357027eab56694a62a1
      https://github.com/quicwg/base-drafts/commit/0acbcfa59c3df7d73911e357027eab56694a62a1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Fix congestion control permissiveness



From nobody Sat Nov 16 21:10:10 2019
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 3DB51120072 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:10:09 -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 B4286-lD84iK for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:10:08 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E30D120043 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:10:08 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id D88C712122C for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:10:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967407; bh=5HAFo1kofJcN8Om2u2T89tZsVsrvtTBf4PaE5WqlNbU=; h=Date:From:To:Subject:From; b=onhsz9RAR+0z427L6DqtWis7r8FnHHmb1JsPC3hf3SARFVr101dx6+Nn2UB01x3t9 fY2FVF2jP8nOKDo1ssB9srMP8Ohx4fpnCvHZMWna67/iFON4GuZTrMAn2K/4HV+1G2 RMhECM1wbPy6rFF32smVpNzFfJULW6mWpLgr0LeE=
Date: Sat, 16 Nov 2019 21:10:07 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6ae2da-c868ac@github.com>
Subject: [quicwg/base-drafts] c868ac: Script updating gh-pages from 0acbcfa5. [ci skip]
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/ZJbsQOpjL4Vmf_DnI56OTNXxAtI>
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, 17 Nov 2019 05:10:09 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c868ac8fc278eaf37d0dfe5e44c9062e8fadbafa
      https://github.com/quicwg/base-drafts/commit/c868ac8fc278eaf37d0dfe5e44c9062e8fadbafa
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A jri/cc/draft-ietf-quic-http.html
    A jri/cc/draft-ietf-quic-http.txt
    A jri/cc/draft-ietf-quic-invariants.html
    A jri/cc/draft-ietf-quic-invariants.txt
    A jri/cc/draft-ietf-quic-qpack.html
    A jri/cc/draft-ietf-quic-qpack.txt
    A jri/cc/draft-ietf-quic-recovery.html
    A jri/cc/draft-ietf-quic-recovery.txt
    A jri/cc/draft-ietf-quic-tls.html
    A jri/cc/draft-ietf-quic-tls.txt
    A jri/cc/draft-ietf-quic-transport.html
    A jri/cc/draft-ietf-quic-transport.txt
    A jri/cc/index.html

  Log Message:
  -----------
  Script updating gh-pages from 0acbcfa5. [ci skip]



From nobody Sat Nov 16 21:11:32 2019
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 8640B120043 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:11:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fU2qmc2jjLiQ for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:11:29 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F7C7120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:11:29 -0800 (PST)
Date: Sat, 16 Nov 2019 21:11:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967488; bh=m6uzu+aG5IJfOEiFRUBUTy8DxtWlxTjbZjf9HjD97zc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=WLpHAHbIh0Hh2skBxTi5i8SODqeA9yjHhTH6crpUMsQUIJMGW0W2EOkBYsGat5Ra0 zxzsUfqUkCqk5kC6XDd6YldNcgWj1PNmMxA7+mrm1GNmNoiGRf1aK6t1DqWYslIr70 4kyRuI1YvMKHm4pzT0vzXJB02u6tZcfT3OVte/Ow=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5UQK4BGZYPPXC5E2F33YEQBEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248@github.com>
Subject: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d680284ab_5c053f82b04cd96c1323c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OM4JjoouYz3TOQzWX2qqWrPPg7I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:11:30 -0000

----==_mimepart_5dd0d680284ab_5c053f82b04cd96c1323c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Also changes NewReno to Reno because of pedantry (not from Gorry).

Fixes #3247.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3248

-- Commit Summary --

  * Fix congestion control permissiveness

-- File Changes --

    M draft-ietf-quic-recovery.md (29)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3248.patch
https://github.com/quicwg/base-drafts/pull/3248.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248

----==_mimepart_5dd0d680284ab_5c053f82b04cd96c1323c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Also changes NewReno to Reno because of pedantry (not from Gorry).</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3247.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523936686" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3247" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3247/hovercard" href="https://github.com/quicwg/base-drafts/issues/3247">#3247</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3248'>https://github.com/quicwg/base-drafts/pull/3248</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix congestion control permissiveness</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3248/files#diff-0">draft-ietf-quic-recovery.md</a>
    (29)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3248.patch'>https://github.com/quicwg/base-drafts/pull/3248.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3248.diff'>https://github.com/quicwg/base-drafts/pull/3248.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK4OHWYR3X4FKYHDZWTQUDHABA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2USJQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6COOK4KUZF3LYUEF3QUDHABANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK34PNP24WCJ4ZZDIY3QUDHABA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2USJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK4OHWYR3X4FKYHDZWTQUDHABA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2USJQ",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK4OHWYR3X4FKYHDZWTQUDHABA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2USJQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0d680284ab_5c053f82b04cd96c1323c3--


From nobody Sat Nov 16 21:13:17 2019
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 74AA4120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:13:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bvlTgW_7i-R0 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:13:15 -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 02A1E120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:13:15 -0800 (PST)
Date: Sat, 16 Nov 2019 21:13:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967594; bh=x+kWGHSNMesPgTygA4w72zAYHK/+yeDiM4lEitjQ+ns=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MnP++BNBfAUS5u2ejdkFXqi5YPkZS090w3Q+ajIFSMYJVRAoEirLz33+iX7vkownO +vXvVfnqk3sKF0LFbYMREs8c3BXSAq0+QQ1SjDRnlklxzmmqSX7vDfeAURgtdPl6XI 0B688jwvp6gwU6Ri94xao/k4BRyjKDHzRijeDhFE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4283731564@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d6ea1cfcf_33933fef6a2cd9605241d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hnZ2xoyhalvXrGDvLVXLaSfgGaw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:13:16 -0000

----==_mimepart_5dd0d6ea1cfcf_33933fef6a2cd9605241d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

a11afffde6f7d8a1663baf21877b1b87449c2f41  rephrase when to supply new CIDs


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/912634dbeddd6dbe910a05694828db4b2fc67b3a..a11afffde6f7d8a1663baf21877b1b87449c2f41

----==_mimepart_5dd0d6ea1cfcf_33933fef6a2cd9605241d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a11afffde6f7d8a1663baf21877b1b87449c2f41">a11afff</a>  rephrase when to supply new CIDs</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/912634dbeddd6dbe910a05694828db4b2fc67b3a..a11afffde6f7d8a1663baf21877b1b87449c2f41?email_source=notifications&amp;email_token=AFTOJK6PTLZYRVO5UOUUPX3QUDHGVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZTGE2TMNA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5NZ7E4QLT4RQT53CDQUDHGVANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3DJ6KQPY3KFHNUN2LQUDHGVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZTGE2TMNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/912634dbeddd6dbe910a05694828db4b2fc67b3a..a11afffde6f7d8a1663baf21877b1b87449c2f41?email_source=notifications\u0026email_token=AFTOJK6PTLZYRVO5UOUUPX3QUDHGVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZTGE2TMNA",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/912634dbeddd6dbe910a05694828db4b2fc67b3a..a11afffde6f7d8a1663baf21877b1b87449c2f41?email_source=notifications\u0026email_token=AFTOJK6PTLZYRVO5UOUUPX3QUDHGVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZTGE2TMNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0d6ea1cfcf_33933fef6a2cd9605241d2--


From nobody Sat Nov 16 21:14:51 2019
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 9BD1F120147 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:14:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3T25_NBfNcoy for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:14:48 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 278DA120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:14:48 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 5C452960024 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:14:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967687; bh=3S/+4h7eCiZ1I2uweBn5hFDcsWdy4sbCGaOe1Lm9aDI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LByThJVr5C1UIuKP4kzGVBtsFKpvsPU87SB2xWBnnB28J5tecphEPtbgSZUdVo7E0 3YRqXPyy3ce5RBUR/RuA++AZbVTeaNYRQGiUs02blx1rtTu5Lh3TyST6FK2PG4e6Bp wJ3z9MIhOFbxHcbMBlnGnb0ucUWOAQXd+ew7JqJI=
Date: Sat, 16 Nov 2019 21:14:47 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3GITPWYET5ML5NNQV33YE4PEVBNHHB6OVDVY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3247/554706175@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3247@github.com>
References: <quicwg/base-drafts/issues/3247@github.com>
Subject: Re: [quicwg/base-drafts] I am concerned the congestion control text is too permissive. (#3247)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d7474d3cc_2cb53fb306acd96c720754"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Jnh_lG8K2ZtJK6FBqV1TqzshvFY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:14:49 -0000

----==_mimepart_5dd0d7474d3cc_2cb53fb306acd96c720754
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please check appendices, e.g.

" Constants used in loss recovery are based on a combination of RFCs,
   papers, and common practice.  Some may need to be changed or
   negotiated in order to better suit a variety of environments."
- that final sentence needs thought.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3247#issuecomment-554706175
----==_mimepart_5dd0d7474d3cc_2cb53fb306acd96c720754
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please check appendices, e.g.</p>
<p>" Constants used in loss recovery are based on a combination of RFCs,<br>
papers, and common practice.  Some may need to be changed or<br>
negotiated in order to better suit a variety of environments."</p>
<ul>
<li>that final sentence needs thought.</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications&amp;email_token=AFTOJK46RG564B45HAI26LTQUDHMPA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEICJ7Y#issuecomment-554706175">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK23WHJDYLEH6F327D3QUDHMPANCNFSM4JOIH5WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6GN37OWWQDF6K6OZTQUDHMPA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEICJ7Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJK46RG564B45HAI26LTQUDHMPA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEICJ7Y#issuecomment-554706175",
"url": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJK46RG564B45HAI26LTQUDHMPA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEICJ7Y#issuecomment-554706175",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0d7474d3cc_2cb53fb306acd96c720754--


From nobody Sat Nov 16 21:16:04 2019
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 3B1A8120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:03 -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 bV8gZRIdcqSP for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:02 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 17CAD120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:02 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 749FD96045D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967761; bh=i8NJ8nnBx2KLoAEC3satNx3VeXG/kr5vV/EH0KOP61g=; h=Date:From:To:Subject:From; b=mLtR+ViNI91QsCvS6Mgvj0qymW41A7WnomOi5SFhy0i48DfRZ/d4ocxd2978JgGFo uNP8aVcaxQRyUJnNwG8FInA65qw2FwEh2gPHBhpp78Pk/Q01Ug+wH6FRw3CGDAMiyQ VaIuRJagda1rpVdmPowFNJ4YR+JOCv8ebdPOuRFo=
Date: Sat, 16 Nov 2019 21:16:01 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/abort/e898a6-26d909@github.com>
Subject: [quicwg/base-drafts] 26d909: --layer
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/wkksz5Yulyrh7GOhnpdXICqoOII>
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, 17 Nov 2019 05:16:03 -0000

  Branch: refs/heads/abort
  Home:   https://github.com/quicwg/base-drafts
  Commit: 26d90987df16bcd264146040aa0ed33995ccc0bf
      https://github.com/quicwg/base-drafts/commit/26d90987df16bcd264146040aa0ed33995ccc0bf
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  --layer



From nobody Sat Nov 16 21:16:14 2019
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 32A5B120018 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Ou4xzl1kACAQ for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:11 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2BDD5120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:11 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 5B3EC660D03 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967770; bh=82orJCFdMqO+Rk3clzWRICJG6xNLk3Ki+lXAgNaeD3Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jMmf/U1FGKPEqKZ4p1tYZZZsZLcjnLDDhviygoXGlCuc9rv5NXIcm+Ah6JCKWmhJ2 REW6YtMJ6u3pUUiOdlDjdkxvbDiQJJF+gFH6qYJ1m+vPlPfN1vx5NSyLxxt1pYRwAe UpJqmwx0ARMbWPu8J8Rx6DZYjEdcvLvdN5KeD4lA=
Date: Sat, 16 Nov 2019 21:16:10 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3228/push/4283734873@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3228@github.com>
References: <quicwg/base-drafts/pull/3228@github.com>
Subject: Re: [quicwg/base-drafts] Use no_application_protocol more (#3228)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d79a4c9ae_61583fa4294cd968148571"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VpSyWDnNP0znaGaP2lK5oDCJMYM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:16:13 -0000

----==_mimepart_5dd0d79a4c9ae_61583fa4294cd968148571
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

26d90987df16bcd264146040aa0ed33995ccc0bf  --layer


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3228/files/e898a628f4146a462d112a6de705b1b3f0f11100..26d90987df16bcd264146040aa0ed33995ccc0bf

----==_mimepart_5dd0d79a4c9ae_61583fa4294cd968148571
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/26d90987df16bcd264146040aa0ed33995ccc0bf">26d9098</a>  --layer</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3228/files/e898a628f4146a462d112a6de705b1b3f0f11100..26d90987df16bcd264146040aa0ed33995ccc0bf?email_source=notifications&amp;email_token=AFTOJK7TQZJBFYXPEHZKNKTQUDHRVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI4DGNZTGQ4DOMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6KIYKITY6GYGJ5DALQUDHRVANCNFSM4JL6O76Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3SRFO72NB2TCE45WLQUDHRVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI4DGNZTGQ4DOMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3228/files/e898a628f4146a462d112a6de705b1b3f0f11100..26d90987df16bcd264146040aa0ed33995ccc0bf?email_source=notifications\u0026email_token=AFTOJK7TQZJBFYXPEHZKNKTQUDHRVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI4DGNZTGQ4DOMY",
"url": "https://github.com/quicwg/base-drafts/pull/3228/files/e898a628f4146a462d112a6de705b1b3f0f11100..26d90987df16bcd264146040aa0ed33995ccc0bf?email_source=notifications\u0026email_token=AFTOJK7TQZJBFYXPEHZKNKTQUDHRVA5CNFSM4JL6O762YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZTGUYTON2QOVZWQIZUGI4DGNZTGQ4DOMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0d79a4c9ae_61583fa4294cd968148571--


From nobody Sat Nov 16 21:16:56 2019
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 776DA1201AA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:55 -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 0mmviA2Ty4nK for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:16:54 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 299FC120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:54 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 294106A04D6 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:16:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967813; bh=vp8Cm3iCmbNh00AC4S8VhuvYXJ+8WuJd8mASEqnBbWY=; h=Date:From:To:Subject:From; b=VObD0sk9hcRfS+4i2KbJNrN6cCXwNtIaI3SOV0I8bBz9zGdiasZS1JWYvGzUFYdxD HCgq0794dsuBW6acHT9ngsVk6aoYUwcmnvHIyemhN678F/2y5/0PFIzhODDosLDb64 x/vy0iei3WR0nn7cS99RKH/0afn2j8+Z8zGIWRvM=
Date: Sat, 16 Nov 2019 21:16:53 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c868ac-00c75f@github.com>
Subject: [quicwg/base-drafts] 00c75f: Script updating gh-pages from 26d90987. [ci skip]
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/VOtszfDnj4mdt8xFkB3E-Xc_bL8>
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, 17 Nov 2019 05:16:55 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00c75f2c12b9ba71366d900f51e3318cb636f2c4
      https://github.com/quicwg/base-drafts/commit/00c75f2c12b9ba71366d900f51e3318cb636f2c4
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M abort/draft-ietf-quic-http.html
    M abort/draft-ietf-quic-http.txt
    M abort/draft-ietf-quic-invariants.html
    M abort/draft-ietf-quic-invariants.txt
    M abort/draft-ietf-quic-qpack.html
    M abort/draft-ietf-quic-qpack.txt
    M abort/draft-ietf-quic-recovery.html
    M abort/draft-ietf-quic-recovery.txt
    M abort/draft-ietf-quic-tls.html
    M abort/draft-ietf-quic-tls.txt
    M abort/draft-ietf-quic-transport.html
    M abort/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 26d90987. [ci skip]



From nobody Sat Nov 16 21:17:38 2019
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 0DE8F120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:17:37 -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 kJf5pWCa5ePc for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:17:35 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 72296120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:17:35 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id C05BD2C0B12 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:17:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967854; bh=fo951XAL36X8CoGn81Gnz5pLivugrNJAYqmgP8XgHdA=; h=Date:From:To:Subject:From; b=aMp3q0t+GcCHkaUi2KXdbxVKrKkFkqQ5YjwaLCQTo5/qb2JfoMV7fUwgjUPMJbiMc 2RVF/D7WKkGsgbKFjjaMDOP4GUsITa52wCtS7xYD6MhtoKmAydrKkTtlGS85cy13SW 9ZpSpRfd6Qg0iuYQaGHlGITUyjMVdWH2dM5wHf+A=
Date: Sat, 16 Nov 2019 21:17:34 -0800
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/cc/0acbcf-9ec976@github.com>
Subject: [quicwg/base-drafts] 9ec976: remove pointless sentences
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/MLizoEkgOuMdOozBM8HmYZAKILg>
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, 17 Nov 2019 05:17:37 -0000

  Branch: refs/heads/jri/cc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9ec976d809528fb1ca637425f9ef02b455a69d9a
      https://github.com/quicwg/base-drafts/commit/9ec976d809528fb1ca637425f9ef02b455a69d9a
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  remove pointless sentences



From nobody Sat Nov 16 21:17:48 2019
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 F1E9C120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:17:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 M3RaLz5gUMbr for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:17:43 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D4D7120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:17:43 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id ECD7166041B for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:17:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967862; bh=x31G924okQv9M3fnpyuimzLJnPuy2sTIP/xFPS00iEM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aFgAH/H7OVEHdGPjobSjWr7LutFjopu42OikOzavv/+CDoa0SFlPN+Idw7WxCkq5V inq16Vm0+KAJ0MmOJU9fXWHlle8ExTgYjR6kIoyQOqjaDJGQkjCpUE3DrESQ/8/UBo QHHQFtTWl8INVD7m2pEiHc1BKE1vv4gBmXz0oUx4=
Date: Sat, 16 Nov 2019 21:17:42 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/push/4283736574@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d7f6dd684_6ea83fcbad2cd964927912"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YhU0EcJcn1V3iHz2bFcW-i-2qFY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:17:46 -0000

----==_mimepart_5dd0d7f6dd684_6ea83fcbad2cd964927912
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

9ec976d809528fb1ca637425f9ef02b455a69d9a  remove pointless sentences


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248/files/0acbcfa59c3df7d73911e357027eab56694a62a1..9ec976d809528fb1ca637425f9ef02b455a69d9a

----==_mimepart_5dd0d7f6dd684_6ea83fcbad2cd964927912
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9ec976d809528fb1ca637425f9ef02b455a69d9a">9ec976d</a>  remove pointless sentences</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3248/files/0acbcfa59c3df7d73911e357027eab56694a62a1..9ec976d809528fb1ca637425f9ef02b455a69d9a?email_source=notifications&amp;email_token=AFTOJK4UVE24P37QFG4V4UTQUDHXNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DGNZTGY2TONA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK53SIWOI3LRQ5LURR3QUDHXNANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3K7ZAFJIVP4NMN7ODQUDHXNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DGNZTGY2TONA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248/files/0acbcfa59c3df7d73911e357027eab56694a62a1..9ec976d809528fb1ca637425f9ef02b455a69d9a?email_source=notifications\u0026email_token=AFTOJK4UVE24P37QFG4V4UTQUDHXNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DGNZTGY2TONA",
"url": "https://github.com/quicwg/base-drafts/pull/3248/files/0acbcfa59c3df7d73911e357027eab56694a62a1..9ec976d809528fb1ca637425f9ef02b455a69d9a?email_source=notifications\u0026email_token=AFTOJK4UVE24P37QFG4V4UTQUDHXNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DGNZTGY2TONA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0d7f6dd684_6ea83fcbad2cd964927912--


From nobody Sat Nov 16 21:18:22 2019
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 D78EA120813 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:18:18 -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 PaEcDc8CP2Ik for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:18:17 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A1728120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:18:17 -0800 (PST)
Date: Sat, 16 Nov 2019 21:18:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967897; bh=frh+t07C/9ee5wUP6SKqBRVDij6HdNj0zv1TN695mh0=; h=Date:From:To:Subject:From; b=BsbBKs8iyfX/uUj/Uk5QslJoc8zqHS6hQ8/JMGvvMLlZEmKWSp0VoNp1lpCorR9YS +XK8seylMI+C1evxsLQyl30Vh7+hoJ9QGEiKXJHew/XVitTRDlugGyOLYPTicSiqFK Ww+63CA866K5p+mSEqsYYMOhYMb3Vkf0VKd9dwdY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/00c75f-c3843d@github.com>
Subject: [quicwg/base-drafts] c3843d: Script updating gh-pages from 9ec976d8. [ci skip]
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/uqG49E2p7ilhKf84W_ALs69eOHo>
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, 17 Nov 2019 05:18:19 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c3843d3dcb34128a1724446b72c838aba525243a
      https://github.com/quicwg/base-drafts/commit/c3843d3dcb34128a1724446b72c838aba525243a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    M jri/cc/draft-ietf-quic-recovery.html
    M jri/cc/draft-ietf-quic-recovery.txt

  Log Message:
  -----------
  Script updating gh-pages from 9ec976d8. [ci skip]



From nobody Sat Nov 16 21:18:57 2019
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 BBDF91201AA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:18:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 clJY5pErHvpP for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:18:55 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF2BD120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:18:55 -0800 (PST)
Date: Sat, 16 Nov 2019 21:18:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573967935; bh=SJhBufpCqUs3BrtTqNb7EGSo8GpOMDCdkExwAl1FeOE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g0dDJL/kor7qdci5ipnK95mhNslAwtnr8sFtvy649MWHFUjIHcAKRTHH6bKuuzNnx OwrfspqxKCuzIy9qxb1tuerD4Ism04Xu+DlGenkOPlBZdZhMcGCgCkkidbuaYdvuwK o7lWNkdDm+nLNPVlNfB/eOhsj8yLfGiuZT0XIe/A=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYNVM7G5XQTMNOA5PF33YFL7EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318001317@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d83f2c498_5d273fe82f4cd964183372"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DvCbp8kUWjbLImq5V8Pn-rEyCvI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:18:57 -0000

----==_mimepart_5dd0d83f2c498_5d273fe82f4cd964183372
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear approved this pull request.

Latest changes look good



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-318001317
----==_mimepart_5dd0d83f2c498_5d273fe82f4cd964183372
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> approved this pull request.</p>

<p>Latest changes look good</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKYDRDSM27665E5GOYDQUDH37A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FBJI#pullrequestreview-318001317">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYINDY3YWQMJ6GOPDDQUDH37ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK54ZVDILZI3EERCRTDQUDH37A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FBJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYDRDSM27665E5GOYDQUDH37A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FBJI#pullrequestreview-318001317",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYDRDSM27665E5GOYDQUDH37A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FBJI#pullrequestreview-318001317",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0d83f2c498_5d273fe82f4cd964183372--


From nobody Sat Nov 16 21:24:09 2019
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 808D51201AA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:24:07 -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 uuDTJUqwE2Qf for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:24:06 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24587120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:24:06 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 78D2B1C0AD3 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:24:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968245; bh=pv2+uGtdIs9cVYi3EyAShKQhykzKD17wzLkUYeNMS1U=; h=Date:From:To:Subject:From; b=L1vnOjy42Z3fvKplVNXzR7aNYO20dJsO1rDsBTCJZCEM1vyhZmGOh1t/0m0z0oPnX nFUkTKrE4kOApBmmSQeQCkMM6tk0TxSBD7re11azCZX8EmSfBygWoQ24ijKRj/cPh5 sIqGIbhCVtg6eQiSkIGt6HUBpegvJ40KL0FcZB3M=
Date: Sat, 16 Nov 2019 21:24:05 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/sub-host/000000-5653e3@github.com>
Subject: [quicwg/base-drafts] b0e93f: Use host less as appropriate
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/i1V8Pf-bgouNFGluTckSNwOlNpE>
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, 17 Nov 2019 05:24:07 -0000

  Branch: refs/heads/sub-host
  Home:   https://github.com/quicwg/base-drafts
  Commit: b0e93f726ac15c1b3a57721b621639ed5b2fcac0
      https://github.com/quicwg/base-drafts/commit/b0e93f726ac15c1b3a57721b621639ed5b2fcac0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Use host less as appropriate


  Commit: 5653e332c7394814bedd12b84586da20f3a6c186
      https://github.com/quicwg/base-drafts/commit/5653e332c7394814bedd12b84586da20f3a6c186
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Define "address"

Closes 3233.


Compare: https://github.com/quicwg/base-drafts/compare/b0e93f726ac1%5E...5653e332c739


From nobody Sat Nov 16 21:24:50 2019
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 3123C1201DC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:24:49 -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 gpm9NQsZUgPp for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:24:47 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5044120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:24:47 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id E08BD6E0189 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:24:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968286; bh=lEZXf9XdF/yl8NnXCH+QE2FmrTcDF64Xj1spT2acd4g=; h=Date:From:To:Subject:From; b=IcQK17sCcCVsEgjWZBZP5clWoMTleD9vcT1ZwfNb0a83SWI771daFlPOVJtxNgXjT UMzMRpkPJdXL4qWu2ck/JYTe0HECOZ/5fzrUiT6QjXvv5LL8i8/u7IQoE/hLimGorY mpAYkPp5slv6cZJj0Re1R5KAqzu65qZZg8OQF8yY=
Date: Sat, 16 Nov 2019 21:24:46 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c3843d-79d6d1@github.com>
Subject: [quicwg/base-drafts] 79d6d1: Script updating gh-pages from 5653e332. [ci skip]
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/D1DBmj-oIa6exP2ogIso0HeCUpc>
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, 17 Nov 2019 05:24:49 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 79d6d1035f115eccb123796671b1295601386acf
      https://github.com/quicwg/base-drafts/commit/79d6d1035f115eccb123796671b1295601386acf
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A sub-host/draft-ietf-quic-http.html
    A sub-host/draft-ietf-quic-http.txt
    A sub-host/draft-ietf-quic-invariants.html
    A sub-host/draft-ietf-quic-invariants.txt
    A sub-host/draft-ietf-quic-qpack.html
    A sub-host/draft-ietf-quic-qpack.txt
    A sub-host/draft-ietf-quic-recovery.html
    A sub-host/draft-ietf-quic-recovery.txt
    A sub-host/draft-ietf-quic-tls.html
    A sub-host/draft-ietf-quic-tls.txt
    A sub-host/draft-ietf-quic-transport.html
    A sub-host/draft-ietf-quic-transport.txt
    A sub-host/index.html

  Log Message:
  -----------
  Script updating gh-pages from 5653e332. [ci skip]



From nobody Sat Nov 16 21:26:15 2019
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 1F495120233 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:26:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5v-4LjgvdiWy for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:26:12 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7DB281201DC for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:26:12 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id DC7F81C0E01 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:26:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968371; bh=Uc6lpxrN+8ghYrUC+/vgizZBLOxKWneXSYjFO3S88G8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=APRoBHZbsGcid6EZmLQ61WRxWsj53j782MaOh/T6897jGLtZ11VSHU71ApxHDQgWZ ffq5VZCQQ3zuc8gLn4TJU1gae2OxBM4eeJFSlQm6iIncpsi4hAxuXq0Adhd3KOLo8k myQHMavaGIzaIQIE0oKOE2uIBvW/De0kQvy2UQMM=
Date: Sat, 16 Nov 2019 21:26:11 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZURURCDK75X3UZJHF33YGHHEVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249@github.com>
Subject: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0d9f3cddf4_7abe3f8f4b6cd968855966"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6XpyM07GnXOOdekhPU85miCGQuQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:26:14 -0000

----==_mimepart_5dd0d9f3cddf4_7abe3f8f4b6cd968855966
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Some definitional work for terms that were poorly used.

Note that &quot;host&quot; in the remaining uses is strictly interpreted in the RFC 1122 sense, so I left those alone.

I considered sorting the terms section differently, and might still alphabetize that, but this isn&#39;t problematic just yet.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3249

-- Commit Summary --

  * Use host less as appropriate
  * Define &quot;address&quot;

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3249.patch
https://github.com/quicwg/base-drafts/pull/3249.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249

----==_mimepart_5dd0d9f3cddf4_7abe3f8f4b6cd968855966
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Some definitional work for terms that were poorly used.</p>
<p>Note that "host" in the remaining uses is strictly interpreted in the RFC 1122 sense, so I left those alone.</p>
<p>I considered sorting the terms section differently, and might still alphabetize that, but this isn't problematic just yet.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3249'>https://github.com/quicwg/base-drafts/pull/3249</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Use host less as appropriate</li>
  <li>Define &quot;address&quot;</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3249/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3249.patch'>https://github.com/quicwg/base-drafts/pull/3249.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3249.diff'>https://github.com/quicwg/base-drafts/pull/3249.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJKYY6I44MJYFZVFRSLLQUDIXHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VF4A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6LN4LQ6WLEYRWCBUTQUDIXHANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZL67R7FVAVX6B5OFTQUDIXHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VF4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJKYY6I44MJYFZVFRSLLQUDIXHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VF4A",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJKYY6I44MJYFZVFRSLLQUDIXHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VF4A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0d9f3cddf4_7abe3f8f4b6cd968855966--


From nobody Sat Nov 16 21:26:25 2019
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 71B541201DC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:26:23 -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 1qpX6vUii_kw for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:26:22 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 34DC3120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:26:22 -0800 (PST)
Date: Sat, 16 Nov 2019 21:26:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968381; bh=XP1vH+iaxM7HPINb79ZcJw2Ioo5kAC5bXReExRBOqTo=; h=Date:From:To:Subject:From; b=vQ+SQ/oy+JYi6X9mnBXm0XFeU0EfmGr9we5flxhv6vU1uulvRcS3rxvwNgykZRdjb d9Snfr2NDhPMCGaml9QXuoWOva387/hdki+fak+2eTBc9VtfJrP3eN25DQlCP/66s5 jeRAnM0SH3kDPpZmODyl+DCF9rQ9/8VGN2yNV9xk=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/time-threshold/000000-31c1f5@github.com>
Subject: [quicwg/base-drafts] 31c1f5: Fix incorrect expression
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/PhwVdV_N_mrSAS5ajywY5Z7Bkb0>
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, 17 Nov 2019 05:26:23 -0000

  Branch: refs/heads/jri/time-threshold
  Home:   https://github.com/quicwg/base-drafts
  Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
      https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Fix incorrect expression



From nobody Sat Nov 16 21:27:08 2019
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 F2D0D1201AA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:27:06 -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 ULl-_YZ6Gw70 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:27:05 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA0F6120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:27:05 -0800 (PST)
Date: Sat, 16 Nov 2019 21:27:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968425; bh=HSzFjSTi8Wg1H1F4FrsDiK6fhZuJa3lqiqgJkCi3/vs=; h=Date:From:To:Subject:From; b=r6AVw4ajcw2Tfw0mUaxp5zvtMthANf4j350saW9IOpXQleWQQoivG6TausXMmJfKs GTlYBxwKcXCrgkReX68knC7fMV2fnHv2FNURWsqiJucoucKNf99U1TP/Zo2SIcsPvw 5MrfaufgMTt6Ed0DI2yGu9e2KJoaPGr31U0MC7vM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/79d6d1-b38869@github.com>
Subject: [quicwg/base-drafts] b38869: Script updating gh-pages from 31c1f5a0. [ci skip]
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/PqWRmX0-moOFD3hhsDauz40NU00>
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, 17 Nov 2019 05:27:07 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b38869750bd2e2d6d94211ff9ba15b57b8ae693e
      https://github.com/quicwg/base-drafts/commit/b38869750bd2e2d6d94211ff9ba15b57b8ae693e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A jri/time-threshold/draft-ietf-quic-http.html
    A jri/time-threshold/draft-ietf-quic-http.txt
    A jri/time-threshold/draft-ietf-quic-invariants.html
    A jri/time-threshold/draft-ietf-quic-invariants.txt
    A jri/time-threshold/draft-ietf-quic-qpack.html
    A jri/time-threshold/draft-ietf-quic-qpack.txt
    A jri/time-threshold/draft-ietf-quic-recovery.html
    A jri/time-threshold/draft-ietf-quic-recovery.txt
    A jri/time-threshold/draft-ietf-quic-tls.html
    A jri/time-threshold/draft-ietf-quic-tls.txt
    A jri/time-threshold/draft-ietf-quic-transport.html
    A jri/time-threshold/draft-ietf-quic-transport.txt
    A jri/time-threshold/index.html

  Log Message:
  -----------
  Script updating gh-pages from 31c1f5a0. [ci skip]



From nobody Sat Nov 16 21:27:17 2019
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 A21241201DC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:27:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ilIBUCI4q146 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:27:14 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 44131120086 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:27:14 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 97E9E2616D9 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:27:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968433; bh=KfFwW6FxVqNYrp0nJ3GG3pcFcZ5RJF6S/3SeidTbj3s=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Q4+XXpF4tah6QsXchKGA8zjbeB0aCDLuJ44goFRcsRKkluHDDojW3yLVdM3nRz7oD IvK26Oi62JH9fprjwxOg9kzNWngoccynFgDUHgWOgClolpT8fxEZJjXANJ6CFtxjkb Ykhku71aItl08URLRYPNUCY/ZHH79OBe/F5183VA=
Date: Sat, 16 Nov 2019 21:27:13 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2FHWKU2MPVRARHX5F33YGLDEVBNHHB6OVJYY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3250@github.com>
Subject: [quicwg/base-drafts] Fix incorrect time-threshold expression (#3250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0da31518b4_dec3fdb4cacd96c2091967"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hDwxViM1Mg0SJ2PDJk3io9eqB2Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:27:16 -0000

----==_mimepart_5dd0da31518b4_dec3fdb4cacd96c2091967
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this was left over from earlier.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3250

-- Commit Summary --

  * Fix incorrect expression

-- File Changes --

    M draft-ietf-quic-recovery.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3250.patch
https://github.com/quicwg/base-drafts/pull/3250.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3250

----==_mimepart_5dd0da31518b4_dec3fdb4cacd96c2091967
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this was left over from earlier.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3250'>https://github.com/quicwg/base-drafts/pull/3250</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix incorrect expression</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3250/files#diff-0">draft-ietf-quic-recovery.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3250.patch'>https://github.com/quicwg/base-drafts/pull/3250.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3250.diff'>https://github.com/quicwg/base-drafts/pull/3250.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications&amp;email_token=AFTOJK3SZJYZPVASV2XUCOTQUDI3DA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VHDA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UBFVUMUAKIU64OALQUDI3DANCNFSM4JOIJPKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7LEO3BZI577BCL2DLQUDI3DA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VHDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK3SZJYZPVASV2XUCOTQUDI3DA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VHDA",
"url": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK3SZJYZPVASV2XUCOTQUDI3DA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VHDA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0da31518b4_dec3fdb4cacd96c2091967--


From nobody Sat Nov 16 21:30:45 2019
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 8F27E120086 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:30:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iiAML5YumJC6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:30:42 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36155120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:30:42 -0800 (PST)
Date: Sat, 16 Nov 2019 21:30:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968641; bh=yGp2945V7s2nM5rKaKXz/acFRGSY2SBnEqFa5psfTZA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gXnWNuhY9KH1H+n+E+ZsHDoE8cgeRNb3z8KV8bdIutkTEv4FfFj8stnoKR4kd2dYz Xr3q7fe8DzyZlm2KWbvXuAQiGAPhKccB7l+Mr2JmNtXw7y0vR7R7rreMnl+fm49KG7 WaSQ/W4U/SfRnThS0OATcL+8YvXfgdBBQoRIRtyk=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4283749628@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0db019cf32_7b7c3fa4fb8cd964267914"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5bfRdyAFZuLx3zNUOY3Vsad0CrU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:30:43 -0000

----==_mimepart_5dd0db019cf32_7b7c3fa4fb8cd964267914
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

2473c8b0a7b3834498c159403a6dfca75daaa41e  Merge remote-tracking branch 'upstream/master' into enforce-active-connection-id-limit


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/a11afffde6f7d8a1663baf21877b1b87449c2f41..2473c8b0a7b3834498c159403a6dfca75daaa41e

----==_mimepart_5dd0db019cf32_7b7c3fa4fb8cd964267914
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/2473c8b0a7b3834498c159403a6dfca75daaa41e">2473c8b</a>  Merge remote-tracking branch &#39;upstream/master&#39; into enforce-active-connection-id-limit</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/a11afffde6f7d8a1663baf21877b1b87449c2f41..2473c8b0a7b3834498c159403a6dfca75daaa41e?email_source=notifications&amp;email_token=AFTOJKY75CVSSJOIMJOVDHDQUDJIDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZUHE3DEOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK25TKU3D2CGFQSPU2DQUDJIDANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3L34FIBEHAHZR3OPDQUDJIDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZUHE3DEOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/a11afffde6f7d8a1663baf21877b1b87449c2f41..2473c8b0a7b3834498c159403a6dfca75daaa41e?email_source=notifications\u0026email_token=AFTOJKY75CVSSJOIMJOVDHDQUDJIDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZUHE3DEOA",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/a11afffde6f7d8a1663baf21877b1b87449c2f41..2473c8b0a7b3834498c159403a6dfca75daaa41e?email_source=notifications\u0026email_token=AFTOJKY75CVSSJOIMJOVDHDQUDJIDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DGNZUHE3DEOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0db019cf32_7b7c3fa4fb8cd964267914--


From nobody Sat Nov 16 21:32:50 2019
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 006D2120233 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:32:48 -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 rbu7-7gsfv_2 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:32:46 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A0821201DC for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:32:46 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id D9ED06E01F9 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:32:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968765; bh=+ML+5YYj5KhWf4yu4KTaIuf0yUbHQr+9aoxbFvz+LFA=; h=Date:From:To:Subject:From; b=TYe3HlIogQAjYv1/cwRlucTvFvnLGC7vseLlbTNvAId3njoAo8UmYbadLQia+H4wv A71m+H8lpL47bNH/p9J2NthiwUe1VXAc4C/zz4CA8mNbvh/N3mYdzF+CBOEFm5Vin+ kKZdhCF2kNDuQx8BUNienSqitF1xbyFhU/bzag6U=
Date: Sat, 16 Nov 2019 21:32:45 -0800
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/not-seed/000000-95ad25@github.com>
Subject: [quicwg/base-drafts] 95ad25: Set, not seed
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/3NALx4APMe1bHM-8c7ef-_5HRtc>
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, 17 Nov 2019 05:32:48 -0000

  Branch: refs/heads/jri/not-seed
  Home:   https://github.com/quicwg/base-drafts
  Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
      https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Set, not seed



From nobody Sat Nov 16 21:33:12 2019
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 2A3DB1201DC for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:33:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rB2XOOg_PPjt for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:33:10 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E15E2120018 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:33:09 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 3F0006A12EF for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:33:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968789; bh=BgB3m0ff6ZvFQQ4FY5ROqnaxKBdZKtOpCDwmOhEL/Q0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=CkUtODaU30LoX2SrE1Xqxdv0b6BY638w7FAub2g7KBHL6ME+ZT61hnGXLZbLdumhd jnY/CitmqsUFOn2Zm2jFlW7suXm2cRpnEA6t6iomKB3LG7qDOolzKuZSxM1tsFnLHB MNy5cXmy/qubzBd+RVqF7pxyDw01RTftHWWD+JuA=
Date: Sat, 16 Nov 2019 21:33:09 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4AW4RJEVQHO55WDY533YHBLEVBNHHB6OVLPQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3251@github.com>
Subject: [quicwg/base-drafts] Set, not seed (#3251)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0db952f91d_45ce3fa9408cd95c1133896"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NqK_Z7fn17zF9xFiyW-ZVpRbLT4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 05:33:11 -0000

----==_mimepart_5dd0db952f91d_45ce3fa9408cd95c1133896
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3251

-- Commit Summary --

  * Set, not seed

-- File Changes --

    M draft-ietf-quic-recovery.md (7)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3251.patch
https://github.com/quicwg/base-drafts/pull/3251.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3251

----==_mimepart_5dd0db952f91d_45ce3fa9408cd95c1133896
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3251'>https://github.com/quicwg/base-drafts/pull/3251</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Set, not seed</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3251/files#diff-0">draft-ietf-quic-recovery.md</a>
    (7)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3251.patch'>https://github.com/quicwg/base-drafts/pull/3251.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3251.diff'>https://github.com/quicwg/base-drafts/pull/3251.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications&amp;email_token=AFTOJK7CIFAYZPPOXPO3MDTQUDJRLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VN6A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5ZYPD7GTXFYC3T7TDQUDJRLANCNFSM4JOIJ5KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2H4M4UIRC6OP4CTW3QUDJRLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VN6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK7CIFAYZPPOXPO3MDTQUDJRLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VN6A",
"url": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK7CIFAYZPPOXPO3MDTQUDJRLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ2VN6A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0db952f91d_45ce3fa9408cd95c1133896--


From nobody Sat Nov 16 21:33:33 2019
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 29944120233 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:33:32 -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 5bUlrUeJuoeX for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 21:33:31 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE7A61201DC for <quic-issues@ietf.org>; Sat, 16 Nov 2019 21:33:30 -0800 (PST)
Date: Sat, 16 Nov 2019 21:33:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573968810; bh=zp+le29dy7zp5/xSRUJB8+/RKdKo0mXZ2X/YBGDXjHU=; h=Date:From:To:Subject:From; b=Nb1cIy1mfiD6Owz29bAwcouYT27lyfgRfq3z8CXuLZHF5RalVk0D/l8XDr1dL5N8b IyyUHcNP3auMs7mh2YnqicbiVjMXuVsQx0TpJmhhDk79j04sv3H3IliJCLV2s+a1Mv Sq9QD2oBQFmDNWtllIVak6kA5LVLqPdDyF9JrOgk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b38869-6dd447@github.com>
Subject: [quicwg/base-drafts] 6dd447: Script updating gh-pages from 95ad25c1. [ci skip]
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/9MdNQk9Cu3p8mC0afEXIMBIupD8>
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, 17 Nov 2019 05:33:32 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6dd447038a11ab25ba15f91402904cdbb68407df
      https://github.com/quicwg/base-drafts/commit/6dd447038a11ab25ba15f91402904cdbb68407df
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A jri/not-seed/draft-ietf-quic-http.html
    A jri/not-seed/draft-ietf-quic-http.txt
    A jri/not-seed/draft-ietf-quic-invariants.html
    A jri/not-seed/draft-ietf-quic-invariants.txt
    A jri/not-seed/draft-ietf-quic-qpack.html
    A jri/not-seed/draft-ietf-quic-qpack.txt
    A jri/not-seed/draft-ietf-quic-recovery.html
    A jri/not-seed/draft-ietf-quic-recovery.txt
    A jri/not-seed/draft-ietf-quic-tls.html
    A jri/not-seed/draft-ietf-quic-tls.txt
    A jri/not-seed/draft-ietf-quic-transport.html
    A jri/not-seed/draft-ietf-quic-transport.txt
    A jri/not-seed/index.html

  Log Message:
  -----------
  Script updating gh-pages from 95ad25c1. [ci skip]



From nobody Sat Nov 16 23:04:08 2019
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 A7E9F1200A1 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:07 -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, 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 4zOtyLCU1Lge for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:06 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04FE3120041 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:06 -0800 (PST)
Date: Sat, 16 Nov 2019 23:04:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974245; bh=Tbo9V6lv6cpPRqldTKMsi/ebS1xFA98wVpjrEvvkK6s=; h=Date:From:To:Subject:From; b=E+flJUcWeoB8YuICIcjDe1wjFxv1gdmIaZX5tznrRTUSlYfPUMxqrSSv9EP84HWqM Y7SgU/rD172+lY1atz2dkmc4npspXeey0+nY0J60z4wcsIiBSIvxmLnw7qVdnD554K p+sELXhht4FEFXIfBf0Eh89KGW6iIQyE7EQimwkc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-3168/3e0c5f-e41a12@github.com>
Subject: [quicwg/base-drafts] e41a12: Jana's suggestion
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/34MWciiuoxEZm3R6nsVmtN0byIA>
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, 17 Nov 2019 07:04:08 -0000

  Branch: refs/heads/ianswett-3168
  Home:   https://github.com/quicwg/base-drafts
  Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5
      https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

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



From nobody Sat Nov 16 23:04:17 2019
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 1ED341200A1 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ioan_EPP_dkp for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:14 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82106120041 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:14 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id A511B960024 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974253; bh=dvw6jwYbWtucV8BrfTxinfuCK0Lph1GdNQ7ZptMYxCQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hLYdVrEgBIXNB92D7W/8PEHw/P89gpLZzMrkmAuJti2Xfq9BwVwMzX1zbeiqQObqy CpxovIEmSi7CzQAQRo6hwkYM2cDNH/DpZygHp0/UmFDf4F2/YxYhFclybWoqOgy/m+ SuVocBf90I7QkJ6UEOkt3+5cCB+Mg0fzN8TnWaLY=
Date: Sat, 16 Nov 2019 23:04:13 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241/push/4283851497@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3241@github.com>
References: <quicwg/base-drafts/pull/3241@github.com>
Subject: Re: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f0ed96912_20303f9066ccd964149965"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P1L1AjeWvlni295uGeFKHpH_kqE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:04:16 -0000

----==_mimepart_5dd0f0ed96912_20303f9066ccd964149965
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

e41a121b775409e5b7f6e276ede0e11eca7936d5  Jana's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241/files/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06..e41a121b775409e5b7f6e276ede0e11eca7936d5

----==_mimepart_5dd0f0ed96912_20303f9066ccd964149965
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5">e41a121</a>  Jana&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3241/files/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06..e41a121b775409e5b7f6e276ede0e11eca7936d5?email_source=notifications&amp;email_token=AFTOJK3PALZCDLTVPQYKGCTQUDUG3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGOBVGE2DSNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7J6BEAVW5M6RQ3NU3QUDUG3ANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7P5H6FAIMGRLYDPZLQUDUG3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGOBVGE2DSNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241/files/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06..e41a121b775409e5b7f6e276ede0e11eca7936d5?email_source=notifications\u0026email_token=AFTOJK3PALZCDLTVPQYKGCTQUDUG3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGOBVGE2DSNY",
"url": "https://github.com/quicwg/base-drafts/pull/3241/files/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06..e41a121b775409e5b7f6e276ede0e11eca7936d5?email_source=notifications\u0026email_token=AFTOJK3PALZCDLTVPQYKGCTQUDUG3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBRGU3DCMCQOVZWQIZUGI4DGOBVGE2DSNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0f0ed96912_20303f9066ccd964149965--


From nobody Sat Nov 16 23:04:52 2019
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 655FB1200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:50 -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 CeNCkCZCaEmo for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:49 -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 1BFD01200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:49 -0800 (PST)
Date: Sat, 16 Nov 2019 23:04:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974288; bh=2VWo40OjFFot/CAYNf0BKm1jaVEdevaJ3b1Zv/XUNjU=; h=Date:From:To:Subject:From; b=cgiLJmCbT4jATEzgEWn32LGrlXEoBjBAHOfunaQqq3T8o2cV4QnxyeJLS0PCr5I+s PJP2H/cv9wLzHIbT7ge+Ake7PMYAZ0nySzv3cZbpJ+hxDMnZbUUk7/bFhUHv+1T67V UPZfTd4SFQ4yf2ptl3G4JHx5A9F+0rQrrO5OtsFg=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6dd447-273754@github.com>
Subject: [quicwg/base-drafts] 273754: Script updating gh-pages from e41a121b. [ci skip]
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/RJigibiXvwAnB6c4iwEHqAlCypY>
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, 17 Nov 2019 07:04:50 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 273754c6bdaac8544a2f69f05477dbdf6d34a105
      https://github.com/quicwg/base-drafts/commit/273754c6bdaac8544a2f69f05477dbdf6d34a105
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M ianswett-3168/draft-ietf-quic-http.html
    M ianswett-3168/draft-ietf-quic-invariants.html
    M ianswett-3168/draft-ietf-quic-qpack.html
    M ianswett-3168/draft-ietf-quic-recovery.html
    M ianswett-3168/draft-ietf-quic-recovery.txt
    M ianswett-3168/draft-ietf-quic-tls.html
    M ianswett-3168/draft-ietf-quic-transport.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from e41a121b. [ci skip]



From nobody Sat Nov 16 23:04:57 2019
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 8BAB01200B6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:54 -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 4clDLS-pgVAP for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:53 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13AD21200A3 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:53 -0800 (PST)
Date: Sat, 16 Nov 2019 23:04:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974292; bh=K4q964ID2j25XrZfg4oRHONUQb4P7hkzjRnSBXG198U=; h=Date:From:To:Subject:From; b=jl5W5ZpEq7YSk2kcTC0RDOx56bm4VJd4nn4mUb2t/SszjmRBAqLGLHRwel1sDckbt DF0qXlER1PU7tjJ7FMTh/TKVS2hIxJUSuSyxmmARNAGt27HmejfHQ/YvD4Mmwj4HMZ CQ4cbZXNWMAdJOSuWe8uO0Gkb6ql7hvjNIIcuezA=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/670114-f427ed@github.com>
Subject: [quicwg/base-drafts] 00e05f: Reference 3168 for ECN
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/uW_lJfs5VMrDCfxvacBw4JGcMnQ>
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, 17 Nov 2019 07:04:54 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2
      https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN

And note that 8311 is an update.


  Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
      https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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


  Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5
      https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

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


  Commit: f427ed23016ed57959adf1152d08b3041d0704d3
      https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN (#3241)

* Reference 3168 for ECN

And note that 8311 is an update.

* Update draft-ietf-quic-recovery.md


Compare: https://github.com/quicwg/base-drafts/compare/67011489dd94...f427ed23016e


From nobody Sat Nov 16 23:05:01 2019
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 E5D2B1200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:54 -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, TVD_SPACE_RATIO=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 wUAPOjNdZWYO for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:04:53 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4EB71200B7 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:53 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id C25C4660031 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:04:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974292; bh=Xws1ys0SumBfxYBUqq+LI2FMor7w9zULo14jd+gWzgs=; h=Date:From:To:Subject:From; b=vLAfwr93u73SaTSJ0+wRzQE2KkEO5xV2XsbWGQAeI/BryGnRRjzfptovIipdNxRol N1g3CcSKW+JOB2Ck7U+KCjp+6svjjBGyAdIRVRnGrP3PQLhMUDOqehkJPA9C4083Jz M7KQZQYaCYNITiGtbtOQIPd3KUf3n9Ihn+Gv3cZU=
Date: Sat, 16 Nov 2019 23:04:52 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-3168/e41a12-000000@github.com>
Subject: [quicwg/base-drafts]
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/0qlRbqW8KKyJPSfX50tJajAeEPI>
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, 17 Nov 2019 07:04:55 -0000

  Branch: refs/heads/ianswett-3168
  Home:   https://github.com/quicwg/base-drafts


From nobody Sat Nov 16 23:05:07 2019
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 2FAA1120041 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:05:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mXDv7R_7aqCA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:05:02 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E31EA1200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:05:01 -0800 (PST)
Date: Sat, 16 Nov 2019 23:05:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974301; bh=eGvswh50Ieg5EV+yfo+WRF5HI2l+D6NYhctCLfGv9eg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=viV9oueBcwm6bRFdatQcEwF+dPZfUtJQOSuHS3fzsWxPWkdXJ9nbzyWqCApkGBa0r oRZ3PaSPYn20/iNQ1qr5+Qpp+t0ySH1q3uZmJeE54Rda7/txa2awqxg8Mzt6m5/CWh 7H+8l+XM5Bo+uQRjkIrI6PDfzlYoc+1wnZQoxp4I=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6U3L6HFTRC2OHJB5N33YRZ3EVBNHHB6OUG3M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3241/issue_event/2805236323@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3241@github.com>
References: <quicwg/base-drafts/pull/3241@github.com>
Subject: Re: [quicwg/base-drafts] Reference 3168 for ECN (#3241)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f11d37682_182f3f7f5c8cd96041867c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VcDMqzRN_pPzK9MpoQo0j7MMnS0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:05:03 -0000

----==_mimepart_5dd0f11d37682_182f3f7f5c8cd96041867c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3241 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3241#event-2805236323
----==_mimepart_5dd0f11d37682_182f3f7f5c8cd96041867c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523929307" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3241" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3241/hovercard" href="https://github.com/quicwg/base-drafts/pull/3241">#3241</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications&amp;email_token=AFTOJK6QBZLC6HQFGA26ZQTQUDUJ3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IEYY#event-2805236323">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2DNBCQRNLCIHA3SH3QUDUJ3ANCNFSM4JOH7W6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK324G6RK34J7M3OSGDQUDUJ3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IEYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK6QBZLC6HQFGA26ZQTQUDUJ3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IEYY#event-2805236323",
"url": "https://github.com/quicwg/base-drafts/pull/3241?email_source=notifications\u0026email_token=AFTOJK6QBZLC6HQFGA26ZQTQUDUJ3A5CNFSM4JOH7W62YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IEYY#event-2805236323",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f11d37682_182f3f7f5c8cd96041867c--


From nobody Sat Nov 16 23:06:06 2019
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 B07121200A1 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:05 -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 hNVt71-rG7Kx for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:04 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FB70120041 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:04 -0800 (PST)
Date: Sat, 16 Nov 2019 23:06:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974364; bh=NBBJUfGMpG3Gvw+YTJVe0FPmPZDbdKnM/wqLPTWLhW4=; h=Date:From:To:Subject:From; b=yYX38+dsBOvWOzWqiYuWkHNHITjfLbfBfUJAKdKDYK8jiIiBZXrU5lYoTQ/A3M4zb 19dxOYawnUbW53S1XNTgTTO4iqH0pT34cfSdFbK2WMukXJt3A+D50uOVhm2vpKMRAN 1+sgIyZDvAIB7aY3mmOdKGYfRBGHGwzjXwcYnQjc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/273754-aa4fac@github.com>
Subject: [quicwg/base-drafts] aa4fac: Script updating gh-pages from f427ed23. [ci skip]
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/elDw9ZwbvhJ45l0yuzRYc7IATz8>
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, 17 Nov 2019 07:06:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: aa4fac7423d561c42328ad284107018a3238a795
      https://github.com/quicwg/base-drafts/commit/aa4fac7423d561c42328ad284107018a3238a795
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from f427ed23. [ci skip]



From nobody Sat Nov 16 23:06:40 2019
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 6A395120041 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Yjxusf6-XPD2 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:35 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2E1391200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:35 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 5E3556E01F5 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974394; bh=HLczlSIiyzvvvYLjie5GImXjatLpiOSC6OzX9dX1O8A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=al4HjwTdHD45sz+GWddu57idrapsniTEsLPUs9hv9KeIM1PBCHrp5CC7nrzNFHNkK zT/+fpmBHuMH0vIb5PCIJ0H4SPVHnRmfDRXDQ8orT0CtLAcupVJln+XyA+hqsM7lnn Wl5kzRLvJ8NVCr+MjtWtnKySmVol7ymgTtG2t5v0=
Date: Sat, 16 Nov 2019 23:06:34 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZS3FILCEOHZZ6645F33YR7VEVBNHHB6OVLPQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3251/review/318003964@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3251@github.com>
References: <quicwg/base-drafts/pull/3251@github.com>
Subject: Re: [quicwg/base-drafts] Clarify that initial RTT is set, not seeded into something (#3251)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f17a4a836_11f03fbc8d2cd95c875248"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/T8Ob_sKe-G1Oo3xniY_bTWQ3MAY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:06:38 -0000

----==_mimepart_5dd0f17a4a836_11f03fbc8d2cd95c875248
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3251#pullrequestreview-318003964
----==_mimepart_5dd0f17a4a836_11f03fbc8d2cd95c875248
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications&amp;email_token=AFTOJK4OYJLVNFSU3T5HOBDQUDUPVA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FV7A#pullrequestreview-318003964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK23NKFVVXFLE7B4GE3QUDUPVANCNFSM4JOIJ5KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6POWHXYKJDTGVM7PLQUDUPVA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FV7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK4OYJLVNFSU3T5HOBDQUDUPVA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FV7A#pullrequestreview-318003964",
"url": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK4OYJLVNFSU3T5HOBDQUDUPVA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FV7A#pullrequestreview-318003964",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f17a4a836_11f03fbc8d2cd95c875248--


From nobody Sat Nov 16 23:06:46 2019
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 5F7BF120041 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:38 -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 vSwisFeKz73e for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:37 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E30F1200B6 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:37 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id D1B551202F5 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974396; bh=VKMFxiWeXg3S+6E+7K3c1doBHHCjKHFhMw5FunkYlIM=; h=Date:From:To:Subject:From; b=j9E64A2jSAUCkvH3VlZAgX/t+Tib/yFDk6kv1U6G0A+acJGORosegE28gHwSds7Hv ofZKBR7d25ypezguidp5WBe45AI3AxzNajKHgQ7xNsMtmsevhvsPKzsBtNUqsU1mfD 1Y38t56S/MMbInEiUaUsGuI2hVGbW1ltda7IZK5M=
Date: Sat, 16 Nov 2019 23:06:36 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/f427ed-c5d0fe@github.com>
Subject: [quicwg/base-drafts] 95ad25: Set, not seed
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/d96pSQvH3jqhy76D5O6II1OK9Q0>
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, 17 Nov 2019 07:06:38 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
      https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Set, not seed


  Commit: c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
      https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3251 from quicwg/jri/not-seed

Clarify that initial RTT is set, not seeded into something


Compare: https://github.com/quicwg/base-drafts/compare/f427ed23016e...c5d0fe922251


From nobody Sat Nov 16 23:06:50 2019
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 9A7281200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:38 -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, TVD_SPACE_RATIO=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 gcxq78MDuvJy for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:37 -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 ADDA11200B9 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:37 -0800 (PST)
Date: Sat, 16 Nov 2019 23:06:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974397; bh=brbUa9oNmm33H7lML2KPgQKQsSRoiSTnrt0aCgUhu8M=; h=Date:From:To:Subject:From; b=d5Dr9+UTUQT2M2sbSEsbp97cST4/r2xbt5feIKJaSTrqXkQfFnCKsCDQOLQlQnWk4 MiVfAQUWqhfMRc1fJE+nlj+v5XveA0Je9v9XpAph8jvXMgYlb9DE6zf8iSoNePweOe vkgoypd4OfLeDkry8tIira+h3/5X3pfs28bYnq1Q=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/not-seed/95ad25-000000@github.com>
Subject: [quicwg/base-drafts]
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/-svUsW8kFLS9VJ9oUeLWxZetARc>
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, 17 Nov 2019 07:06:38 -0000

  Branch: refs/heads/jri/not-seed
  Home:   https://github.com/quicwg/base-drafts


From nobody Sat Nov 16 23:06:57 2019
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 AEFB1120041 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q525XQ4I4plb for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:06:46 -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 381541200A3 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:06:46 -0800 (PST)
Date: Sat, 16 Nov 2019 23:06:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974405; bh=3IhGtwXiuhvcXSjaNzWes1IpLyjkcmUEy1uwNz6U140=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pEd0l2ib5HZIT7vl9YJ/oK1SwcAvv8YyVeXGYHAvPx0NT/tTZ5zwZD4zip6hsAkWZ GIlx3o3DaLuwFZn/XapV9hun5Hzg6fqVCj+B+ep5bZ+Y9Nly8hgew4MP8e7ZYbxruv np4UQyJm3E6k0mHvK5qiP786a96eaEdi5QL6GMxM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2GNUDMRMYJIQKLHWV33YSALEVBNHHB6OVLPQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3251/issue_event/2805236985@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3251@github.com>
References: <quicwg/base-drafts/pull/3251@github.com>
Subject: Re: [quicwg/base-drafts] Clarify that initial RTT is set, not seeded into something (#3251)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f1858738a_60aa3fb1866cd9601110ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cSSaOLKLxXRAPbIRxRTUPjrTcH4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:06:47 -0000

----==_mimepart_5dd0f1858738a_60aa3fb1866cd9601110ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3251 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3251#event-2805236985
----==_mimepart_5dd0f1858738a_60aa3fb1866cd9601110ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523938684" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3251" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3251/hovercard" href="https://github.com/quicwg/base-drafts/pull/3251">#3251</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications&amp;email_token=AFTOJK5Q2QK5NPMMSAGHZ6DQUDUQLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IJ6I#event-2805236985">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HIEYY64P55R4HKOLQUDUQLANCNFSM4JOIJ5KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK34S5EE4S2GSSKYU63QUDUQLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IJ6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK5Q2QK5NPMMSAGHZ6DQUDUQLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IJ6I#event-2805236985",
"url": "https://github.com/quicwg/base-drafts/pull/3251?email_source=notifications\u0026email_token=AFTOJK5Q2QK5NPMMSAGHZ6DQUDUQLA5CNFSM4JOIJ5KKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42IJ6I#event-2805236985",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f1858738a_60aa3fb1866cd9601110ca--


From nobody Sat Nov 16 23:07:19 2019
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 9E50E120840 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:07:15 -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 KPteDTXDuSZn for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:07:14 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55968120816 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:07:14 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 58C9AA0453 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:07:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974433; bh=cDGHq0YZ3jz2WgfO+Ow5v0JqNpyPm2wD/r/QysQ31WA=; h=Date:From:To:Subject:From; b=zTOGmevOl3MgKOdfdB7r8omfBDRqAtVd+DdFTqaQtcZ8cM4lwj+U5rTscfl3gHS5W vWkd5O9KnCqRqTNDXw8+NUbyPCzaGzw2Voe8fgd9/dseoskW4TsuyLwopaDm4Mgvk/ f9Abe3XMazsgOGnwDVN8IL7ghbuWtLYfDVhvlBGU=
Date: Sat, 16 Nov 2019 23:07:13 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/aa4fac-99d8a9@github.com>
Subject: [quicwg/base-drafts] 99d8a9: Script updating gh-pages from c5d0fe92. [ci skip]
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/TkZsZT6wFL8aKAMcVRJZmnRx2ok>
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, 17 Nov 2019 07:07:18 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 99d8a97512f77c816b29234fa14fa9bf8442d601
      https://github.com/quicwg/base-drafts/commit/99d8a97512f77c816b29234fa14fa9bf8442d601
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from c5d0fe92. [ci skip]



From nobody Sat Nov 16 23:12:57 2019
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 3CF1F120041 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:12:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iX8-ammAZZnV for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:12:55 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1130E1200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:12:55 -0800 (PST)
Date: Sat, 16 Nov 2019 23:12:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974774; bh=eo/Ro/wHApt5SH2R8bLLAgdbyRHSGJZjlbK+zcPDvNw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=awtcOwLoljzGhaL8FPe+bxhl8IJ9uc+xnTlwY7YZxlclo858R7fIjdAmTHSE1pWAm y1TDHdFs9aEV23n354tgc2WX3G5+QY+L4LDYXLjY3G2jGzqOgoo2KawSUKc7spilCn chlw/JO93VVrE72MQiyzOA8qL6hTY1w3eAZ1AY60=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5Y67JTOKBOJFP46AN33YSXNEVBNHHB6OVJYY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3250/review/318004150@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3250@github.com>
References: <quicwg/base-drafts/pull/3250@github.com>
Subject: Re: [quicwg/base-drafts] Fix incorrect time-threshold expression (#3250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f2f65efd8_60aa3fb1866cd960121635"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J4Zm45DK3lw8dHwa2ZAYPBO2v4w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:12:56 -0000

----==_mimepart_5dd0f2f65efd8_60aa3fb1866cd960121635
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.

Thanks, this now matches the text and the pseudocode as well.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3250#pullrequestreview-318004150
----==_mimepart_5dd0f2f65efd8_60aa3fb1866cd960121635
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>

<p>Thanks, this now matches the text and the pseudocode as well.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications&amp;email_token=AFTOJK2ZRGZLUESTLRX2YR3QUDVHNA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FXNQ#pullrequestreview-318004150">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3U7EGM35LKAAACR3TQUDVHNANCNFSM4JOIJPKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3OKUGDP6PIJNVB3DTQUDVHNA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FXNQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK2ZRGZLUESTLRX2YR3QUDVHNA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FXNQ#pullrequestreview-318004150",
"url": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK2ZRGZLUESTLRX2YR3QUDVHNA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FXNQ#pullrequestreview-318004150",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f2f65efd8_60aa3fb1866cd960121635--


From nobody Sat Nov 16 23:13:04 2019
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 28A2B1200B9 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:03 -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 zN2D0iJ11sdM for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:02 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2721A1200A3 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:02 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 84D6A660C33 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974781; bh=IvwlVg6PltDtQm2lCJa+K55AdTzqW8ziZGMzeT4w2Lg=; h=Date:From:To:Subject:From; b=nvfU0p6n8uqUJmfG7rUDpDXCvIjj+isitZTXBsULUnn9UxCwPGTZKRHUEI0DpZumX Lp8UCKa4tN9olE5qy2NqiKV9d7yEMIlcWlhdGGtgtIAGe/hjLT0KopVN7v5hvQVFs+ joLDDsDXcReC8GWUX/OvjFM73vIH6i/HlJF93QQc=
Date: Sat, 16 Nov 2019 23:13:01 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/c5d0fe-bbe9e9@github.com>
Subject: [quicwg/base-drafts] 31c1f5: Fix incorrect expression
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/1zkWf8qbB4HdlTQZZqnYSQlaCa0>
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, 17 Nov 2019 07:13:03 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
      https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Fix incorrect expression


  Commit: bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
      https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3250 from quicwg/jri/time-threshold

Fix incorrect time-threshold expression


Compare: https://github.com/quicwg/base-drafts/compare/c5d0fe922251...bbe9e9bbe1f7


From nobody Sat Nov 16 23:13:09 2019
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 1D8E11200B6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:06 -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, TVD_SPACE_RATIO=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 ZVlfsH0-APCk for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:03 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8DB001200A3 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:03 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id F3A726A002F for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974781; bh=XXL6dEYQ6gp3jJpGXYfHzCm/15EkV/KntJt4r3RQlik=; h=Date:From:To:Subject:From; b=y36ah/nO2ctM0KVbb87+C9rmgdkez4V6TR6516g3aHqNERdrGhcDgpKDNWtrG36rl R1eWyZLtexdSeJUlsr1AA6jrTXKp4KejfDm5UrlaWWQRN09WfZyHebdYldrDGunDzo j3mHfkN2ZmWY29blN9TJMiMw1tGmF3wcGwZobWvg=
Date: Sat, 16 Nov 2019 23:13:01 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/time-threshold/31c1f5-000000@github.com>
Subject: [quicwg/base-drafts]
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/kYKdl-n6zPkwOfzgDmexvODzYbE>
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, 17 Nov 2019 07:13:06 -0000

  Branch: refs/heads/jri/time-threshold
  Home:   https://github.com/quicwg/base-drafts


From nobody Sat Nov 16 23:13:14 2019
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 36B961200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wdLcKKLWsldD for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:12 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FFCA1200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:12 -0800 (PST)
Date: Sat, 16 Nov 2019 23:13:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974791; bh=5kQRvSWLEgsMGY6Nalf53rb3UE5Vs95VnHHiRuTQQtE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sIdUlCl7FpgtoQm5ypW4x1QWq7zKfPlXa3rddoZrgYTanXIWF/RRFvXvUneLhALDE dCC0HQCrAgUz1hsUrz0p2NWYPp+0QqbUBTYGrJKyM2gsyCWi1fttI2mr88QkQSChFe kXUBAFTgDcgQhm22oMvoA6v1fWbIbl8/xZkT91fY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3K2SL4XIUURK7ZL4V33YSYPEVBNHHB6OVJYY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3250/issue_event/2805239454@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3250@github.com>
References: <quicwg/base-drafts/pull/3250@github.com>
Subject: Re: [quicwg/base-drafts] Fix incorrect time-threshold expression (#3250)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f30757b34_15e93f82b04cd96c3319f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/l7EG0IAKda_4pdHyZqC9Kd874XU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:13:13 -0000

----==_mimepart_5dd0f30757b34_15e93f82b04cd96c3319f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3250 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3250#event-2805239454
----==_mimepart_5dd0f30757b34_15e93f82b04cd96c3319f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523938246" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3250" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3250/hovercard" href="https://github.com/quicwg/base-drafts/pull/3250">#3250</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications&amp;email_token=AFTOJK2PEUGWOD2YJAGRMKTQUDVIPA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42I5HQ#event-2805239454">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7VSEJE53HPHIQEAHTQUDVIPANCNFSM4JOIJPKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7RMO5VH5T7YC5XJ5TQUDVIPA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42I5HQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK2PEUGWOD2YJAGRMKTQUDVIPA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42I5HQ#event-2805239454",
"url": "https://github.com/quicwg/base-drafts/pull/3250?email_source=notifications\u0026email_token=AFTOJK2PEUGWOD2YJAGRMKTQUDVIPA5CNFSM4JOIJPK2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU42I5HQ#event-2805239454",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f30757b34_15e93f82b04cd96c3319f--


From nobody Sat Nov 16 23:13:54 2019
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 B28D41200B6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:52 -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 grNusMdwSFXF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:13:51 -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 B4E201200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:13:51 -0800 (PST)
Date: Sat, 16 Nov 2019 23:13:51 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974831; bh=m7TmRRe/6J2IBinzo5Rdf4y+ctKnNNvaYVe9Z40V+9k=; h=Date:From:To:Subject:From; b=gXigK+g64W4y5FOPYVK5u/wwLVWiaIbIpNXoQ/MtHC2HhI3Mu2jQCLuZHSnHuJa5G D7w1+WibFbNi7b450m6HFWpvh/emnSYIfMKH5JCX3XN+3y/BehZIkcebuxkLP+D1dk 0GsvHefjFkySOQ4EKGa4fYrdlpjuIR8+gDweOB3w=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/99d8a9-c125e2@github.com>
Subject: [quicwg/base-drafts] c125e2: Script updating gh-pages from bbe9e9bb. [ci skip]
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/XcHP3qpWLp94LPI4tEd4yZFKvOg>
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, 17 Nov 2019 07:13:53 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c125e2270963f58b1ab79db6eda7b3a8666aba78
      https://github.com/quicwg/base-drafts/commit/c125e2270963f58b1ab79db6eda7b3a8666aba78
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from bbe9e9bb. [ci skip]



From nobody Sat Nov 16 23:15:03 2019
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 D8F6D1200B2 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:15:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LrC47ifwoP9N for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:15:00 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B5721200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:15:00 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id DCAD32615BB for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:14:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573974899; bh=pR5Hwu8NA7nCJ6xmQCD6G73pVtKCyvI6+wfoid1wU8w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=suSysOcCNvHMYsjnmR8yjaJ/IogznR7hMCgdHKzFDS84Xse+pVIWjm+1EypcghS1W czsqo33AFHpFmAy352jZDk4m9fXCxl1KUXBRnB6bnjQhIGBgAZBv/8HKdQxNARJd5X e71xIanUhWUwRbILEycJv7F03BZSuG9O832xMpRo=
Date: Sat, 16 Nov 2019 23:14:59 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4D6T3B4DLOKLEPWXV33YS7HEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/review/318004227@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f37394a11_69be3fe05c6cd96024244f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vEk7jrIhEIM4aSvsiTL75DBj_Mw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:15:02 -0000

----==_mimepart_5dd0f37394a11_69be3fe05c6cd96024244f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



>  
-Implementations MAY use other congestion control algorithms, such as
-Cubic {{?RFC8312}}, and endpoints MAY use different algorithms from one another.
-The signals QUIC provides for congestion control are generic and are designed
-to support different algorithms.
+If an endpoint uses a different controller than that specified in this document,
+it MUST conform to the congestion control guidelines specified in {{!RFC8085}}.
+
+The algorithm in this document specifies and uses the controller's congestion
+window in bytes.
+
+An endpoint MUST NOT send a packet if it would cause bytes_in_flight (see
+{{vars-of-interest}}) to be larger than the congestion window, unless the packet
+is a probe sent on a PTO timer expiration (see {{pto}}).

```suggestion
is sent on a PTO timer expiration (see {{pto}}).
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#pullrequestreview-318004227
----==_mimepart_5dd0f37394a11_69be3fe05c6cd96024244f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@ianswett</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3248#discussi=
on_r347121086">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-Implementations MAY use other congestion control algorithms, such as=0D
-Cubic {{?RFC8312}}, and endpoints MAY use different algorithms from one =
another.=0D
-The signals QUIC provides for congestion control are generic and are des=
igned=0D
-to support different algorithms.=0D
+If an endpoint uses a different controller than that specified in this d=
ocument,=0D
+it MUST conform to the congestion control guidelines specified in {{!RFC=
8085}}.=0D
+=0D
+The algorithm in this document specifies and uses the controller&#39;s c=
ongestion=0D
+window in bytes.=0D
+=0D
+An endpoint MUST NOT send a packet if it would cause bytes_in_flight (se=
e=0D
+{{vars-of-interest}}) to be larger than the congestion window, unless th=
e packet=0D
+is a probe sent on a PTO timer expiration (see {{pto}}).=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-is a probe sent on a PTO timer expiration (se=
e {{pto}}).=0D
+is sent on a PTO timer expiration (see {{pto}}).=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3248?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK3IEPM5WGF7U4URVULQUDVPHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FYAY#pullrequestreview-318004227=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKY2CZK452BNMF6CHTDQUDVPHANCNFSM4JOIIFYQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKZ3ZXGKJYED=
QF22TGDQUDVPHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCL2FYAY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=3D=
notifications\u0026email_token=3DAFTOJK3IEPM5WGF7U4URVULQUDVPHA5CNFSM4JOI=
IFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
L2FYAY#pullrequestreview-318004227",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK3IEPM5WGF7U4URVULQUDVPHA5CNFSM4JOIIF=
Y2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2=
FYAY#pullrequestreview-318004227",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd0f37394a11_69be3fe05c6cd96024244f--


From nobody Sat Nov 16 23:16:54 2019
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 7CAE21200B6 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:16:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PN4cUo9iJhuF for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:16:52 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3A3BE1200A1 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:16:52 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 95382A00B2 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:16:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573975011; bh=UqFSqI0frjQmlMaQqCrAS8bYwpLlfMH5q4VK1ERmYhE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1RQBcuX1ql7BT3+pgkFj/Tst6NY4h5prGiIoK5abZxGEXkeWhbQxJNvj7jBrcYk0g NHUAuI3cnBND5ST2e7Pnfks3HXl4NTsXh1A7X8p+rco0HVXJy1jH4Cpbcilwpvy1YM Y3siIorxLeNwDqrabWRwhaSuTLLpGzYScS7Iv0JE=
Date: Sat, 16 Nov 2019 23:16:51 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK57QPXMVQFPQQ7PE6V33YTGHEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318004286@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f3e38552e_51903f8f4b6cd968928226"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mP1XN5pVzwxmZ0FH86IShWWgaBg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:16:53 -0000

----==_mimepart_5dd0f3e38552e_51903f8f4b6cd968928226
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-318004286
----==_mimepart_5dd0f3e38552e_51903f8f4b6cd968928226
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKZ5TSHFLNLJM4GNQS3QUDVWHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FYPQ#pullrequestreview-318004286">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67BDJSD7YCAV6ORBLQUDVWHANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6MF37G7QVEH4PFOTDQUDVWHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FYPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKZ5TSHFLNLJM4GNQS3QUDVWHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FYPQ#pullrequestreview-318004286",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKZ5TSHFLNLJM4GNQS3QUDVWHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2FYPQ#pullrequestreview-318004286",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f3e38552e_51903f8f4b6cd968928226--


From nobody Sat Nov 16 23:17:52 2019
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 E58FA1200C4 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:17:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KfgWWI1BR8n9 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:17:44 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BF2461200BA for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:17:44 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 26E796E0035 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:17:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573975064; bh=6bTH8ypnRt612nGG4lcnGGFXaiqPmT1SUMDM1y+DBSc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VJ6iV28DhGlHGHJPxKmo6avgwJgmr3Xq9vxcyktmUXyDp9WLb5APiX6V8OtoCjsSv LSurK/SDhTcHolxxoN0U6ifRfD0hfeJVsYcymLpba4/hJuFKsyr97DeTcUJ5nlqYgH wtLITZWEJxa06ggiPrK9YgLxawPIZgOS6r392wdA=
Date: Sat, 16 Nov 2019 23:17:44 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ2DUI2VZ2CFTXOBXN33YTJREVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c554719980@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f41817c7f_77cc3fa5abecd96c103026a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pKvlVMYNGilfbyVNSaJXJDTVaWo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:17:46 -0000

----==_mimepart_5dd0f41817c7f_77cc3fa5abecd96c103026a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is design, so it's in limbo at the moment.  Also, I need to re-read RFC8085 and ensure that MUST is viable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-554719980
----==_mimepart_5dd0f41817c7f_77cc3fa5abecd96c103026a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this is design, so it's in limbo at the moment.  Also, I need to re-read RFC8085 and ensure that MUST is viable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJKZMQEXVKNBDRTWMZ3TQUDVZRA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIFV3A#issuecomment-554719980">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4IGD3ZPJUKQT6DACTQUDVZRANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYGGMIBZEJ7FFBDJODQUDVZRA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIFV3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZMQEXVKNBDRTWMZ3TQUDVZRA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIFV3A#issuecomment-554719980",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZMQEXVKNBDRTWMZ3TQUDVZRA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIFV3A#issuecomment-554719980",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0f41817c7f_77cc3fa5abecd96c103026a--


From nobody Sat Nov 16 23:30:48 2019
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 AE104120098 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:30:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uUy07Rpr56Z3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:30:45 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 699D3120033 for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:30:45 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id B35F16E110D for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:30:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573975844; bh=XXN42gG3JgkVPCAr177cmzAkoiI6D8rGRuq2iFQMo+8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=MBy4soiNtyp2Id5bEWK9cPGcJ/qkhtupttGYfpuBs+20UTPrld1SNQBOYT9lkl3ey nuJU6cv9tMMyvRxymuc7gLGGTJ++PZqWFc7i2bKweRUieSqlB3ZGj7S3rjF6FhSxT2 nrC1GUsg/2P7lqL5jCz5j+UgfaZphFPA5eYPi+AU=
Date: Sat, 16 Nov 2019 23:30:44 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6CIHHRLKBKMUW4ZRV33YU2JEVBNHHB6OWUZM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3252@github.com>
Subject: [quicwg/base-drafts] endpoints never requests a CID (#3252)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0f724a44ec_66343fa9408cd95c140309"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Rb7PLi19ovHPZ9sMB0jY-YMX8ZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:30:46 -0000

----==_mimepart_5dd0f724a44ec_66343fa9408cd95c140309
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this is an editorial issue.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3252

-- Commit Summary --

  * endpoints never requests a CID

-- File Changes --

    M draft-ietf-quic-transport.md (8)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3252.patch
https://github.com/quicwg/base-drafts/pull/3252.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3252

----==_mimepart_5dd0f724a44ec_66343fa9408cd95c140309
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this is an editorial issue.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3252'>https://github.com/quicwg/base-drafts/pull/3252</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>endpoints never requests a CID</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3252/files#diff-0">draft-ietf-quic-transport.md</a>
    (8)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3252.patch'>https://github.com/quicwg/base-drafts/pull/3252.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3252.diff'>https://github.com/quicwg/base-drafts/pull/3252.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications&amp;email_token=AFTOJKZUVUWBFADXPWW5CGDQUDXKJA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ22TFQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2OPLUAX3S7AITTNRDQUDXKJANCNFSM4JOIUHIA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GIQJ3662QSNXPKELQUDXKJA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ22TFQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications\u0026email_token=AFTOJKZUVUWBFADXPWW5CGDQUDXKJA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ22TFQ",
"url": "https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications\u0026email_token=AFTOJKZUVUWBFADXPWW5CGDQUDXKJA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ22TFQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd0f724a44ec_66343fa9408cd95c140309--


From nobody Sat Nov 16 23:43:57 2019
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 C5D361200A3 for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:43:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 w3fNeGBw1DGA for <quic-issues@ietfa.amsl.com>; Sat, 16 Nov 2019 23:43:49 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3FF5B1200BA for <quic-issues@ietf.org>; Sat, 16 Nov 2019 23:43:49 -0800 (PST)
Date: Sat, 16 Nov 2019 23:43:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573976628; bh=0rtJXjWbLOyhKEZzzyiyyczPYEgkwqa7+tWDML6F7Ww=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OQ+HMG6MbX1noYcaOO3VvIU7Q2Ao8IJZf48cWkrCk7USbEn5r9mtXgJLtXr2JeAg/ LHomMhsfoJ/PK9a4jkW5Sz9bWiTnBB20PpFAdvs/5rotu3ZCWLJo5gMS+Bo6msECkj C+a7bdIKkdrBE83z2RDjn4LBHX8RaRoOwAks4XY4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK34PJ6AGGCSNY2WCMV33YWLJEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318005163@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd0fa3475dcf_77f73f7edeecd96016694a4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uRjZUX1nlfoQC4XH4bQMpHtwLkA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 07:43:51 -0000

----==_mimepart_5dd0fa3475dcf_77f73f7edeecd96016694a4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -4590,8 +4595,11 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  If the active_connection_id_limit parameter is absent, a default of 2 is
+  assumed. Values below 2 are invalid.

The default and minimal values of 2 look odd, when using a zero-length CID.

Maybe rephrase to:
> Unless a zero-length connection ID is being used, the value of the active_connection_id_limit parameter MUST be no less than 2. If the active_connection_id_limit parameter is absent, a default of 2 is
   assumed.
> 
> When a zero-length connection ID is being used, the active_connection_id_limit parameter MUST NOT be sent.

The rationale behind the last sentence is that it disputable if we consider CIDL=0 as the absence of CID or as the use of zero-length CID. The value of active_connection_id_limit becomes zero or one based on the view you choose. Hence my preference to require absence of the TP when a zero-length CID is used.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-318005163
----==_mimepart_5dd0fa3475dcf_77f73f7edeecd96016694a4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347122022">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,11 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  If the active_connection_id_limit parameter is absent, a default of 2 is
+  assumed. Values below 2 are invalid.
</pre>
<p>The default and minimal values of 2 look odd, when using a zero-length CID.</p>
<p>Maybe rephrase to:</p>
<blockquote>
<p>Unless a zero-length connection ID is being used, the value of the active_connection_id_limit parameter MUST be no less than 2. If the active_connection_id_limit parameter is absent, a default of 2 is<br>
assumed.</p>
<p>When a zero-length connection ID is being used, the active_connection_id_limit parameter MUST NOT be sent.</p>
</blockquote>
<p>The rationale behind the last sentence is that it disputable if we consider CIDL=0 as the absence of CID or as the use of zero-length CID. The value of active_connection_id_limit becomes zero or one based on the view you choose. Hence my preference to require absence of the TP when a zero-length CID is used.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK2NCMRSHFNHHZS7X7DQUDY3JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2F7KY#pullrequestreview-318005163">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6GZBSZO5LRDNVXVOTQUDY3JANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KBR6V7DWSQIORTN3QUDY3JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2F7KY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK2NCMRSHFNHHZS7X7DQUDY3JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2F7KY#pullrequestreview-318005163",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK2NCMRSHFNHHZS7X7DQUDY3JA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2F7KY#pullrequestreview-318005163",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd0fa3475dcf_77f73f7edeecd96016694a4--


From nobody Sun Nov 17 00:36:52 2019
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 8FDF61200D6 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 00:36:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6sn7HjJogYm0 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 00:36:48 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C29571200D5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 00:36:48 -0800 (PST)
Date: Sun, 17 Nov 2019 00:36:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573979807; bh=OOzh5TG8ebvGz2Hfb44Jyp5agkxls/YuaYKe2WyimjA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=X1iPkx19zDQbuZwONnZ07N2yjVXoMvFJjEBWBB5+ElbXVPW2n3UB2Xn7kuBIpirMk Gqic1LyNZouV0meKDLieFDGItFBRCrUWDzLCwSAPmXYx+J9tLbno6PuVnQmTQWDHB0 WbpRUQAaTJBmg+V/ulJnSX2OYs+9L1/bNvNJK98I=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6QI6J5WCTXXMG2RHF33Y4R7EVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318007302@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1069fce2de_3cdc3f85506cd96888834"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/94Mv1GbAwPT4am3tB0o5qfz35HI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 08:36:50 -0000

----==_mimepart_5dd1069fce2de_3cdc3f85506cd96888834
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema approved this pull request.

Ship it!



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-318007302
----==_mimepart_5dd1069fce2de_3cdc3f85506cd96888834
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> approved this pull request.</p>

<p>Ship it!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKYH5TUJANVPWF4AEATQUD7B7A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2GQBQ#pullrequestreview-318007302">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6RLSRGJK6BAWIZE4TQUD7B7ANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYMLQXFFCSKKSJAJKDQUD7B7A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2GQBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYH5TUJANVPWF4AEATQUD7B7A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2GQBQ#pullrequestreview-318007302",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYH5TUJANVPWF4AEATQUD7B7A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2GQBQ#pullrequestreview-318007302",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1069fce2de_3cdc3f85506cd96888834--


From nobody Sun Nov 17 01:07:21 2019
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 7AEA51200C4 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:07: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 XJyJtAac1JHm for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:07:19 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6662312008D for <quic-issues@ietf.org>; Sun, 17 Nov 2019 01:07:19 -0800 (PST)
Date: Sun, 17 Nov 2019 01:07:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573981638; bh=f3FGbIYm+qHO9BTkcl87Ga/Df3XE6rLgj2r6cSiHzeg=; h=Date:From:To:Subject:From; b=AGNI/+0EF/BqJlJmnDbJ6Y3AcI4QyeSSCwSYxq2lk5Ro1U4VzgQwB8FrVUkkb5tya uldc8tBzKx0OU5CuMA7uxCZr0WvnJoVCYlTXZZ+/bM7dCC0Jjaa3Jt3hXgMfoBdKCq awOD/5tN8554sl7EJugXOmck75Y4fmDoZRwyFMUU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/table-tag/000000-7333f4@github.com>
Subject: [quicwg/base-drafts] 7333f4: Avoid using table- prefixes for anchors
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/JbXIsIHtoTiNKEUWLXhIirH54nc>
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, 17 Nov 2019 09:07:20 -0000

  Branch: refs/heads/table-tag
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7333f466daf11ab512f44ab13005fb477c952098
      https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Avoid using table- prefixes for anchors

xml2rfc v3 format prohibits the use of these, which will cause problems.
This makes the anchors longer, so feel free to go with something else.



From nobody Sun Nov 17 01:08:02 2019
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 B215E1200C4 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:08:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RELky5aU_bwX for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:07:59 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8512912008D for <quic-issues@ietf.org>; Sun, 17 Nov 2019 01:07:59 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id B8DDD960024 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 01:07:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573981678; bh=+erKJERPPyabd8ovCa5RZLOZsSOtQT1sY5/MuydxQ50=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Ng3gjAM+mKWb4PIcxNkTeoNud8m6q3fI5JPmfUYnYZSywDEufktMvgjP3PYLxsYgL BIegttQ0pEk1N6xO12ZTphcoldOBatfY6GpKJW9Q3wN93dMZSKBLz+cRYE9GuIh4y4 lV880KZ4eP+gyIzK+s5blKhEoiI0j2XpOx5iQX48=
Date: Sun, 17 Nov 2019 01:07:58 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNR27S4JCBLPZZEMN33ZAG5EVBNHHB6OXVHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3253@github.com>
Subject: [quicwg/base-drafts] Avoid using table- prefixes for anchors (#3253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd10deea96d4_b7e3f9c68acd96c420645"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/d_7zTO9cvVjokajydD0pqZnfz5U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 09:08:01 -0000

----==_mimepart_5dd10deea96d4_b7e3f9c68acd96c420645
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

xml2rfc v3 format prohibits the use of these, which will cause problems.
This makes the anchors longer, so feel free to go with something else.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3253

-- Commit Summary --

  * Avoid using table- prefixes for anchors

-- File Changes --

    M draft-ietf-quic-qpack.md (14)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3253.patch
https://github.com/quicwg/base-drafts/pull/3253.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3253

----==_mimepart_5dd10deea96d4_b7e3f9c68acd96c420645
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>xml2rfc v3 format prohibits the use of these, which will cause problems.<br>
This makes the anchors longer, so feel free to go with something else.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3253'>https://github.com/quicwg/base-drafts/pull/3253</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Avoid using table- prefixes for anchors</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3253/files#diff-0">draft-ietf-quic-qpack.md</a>
    (14)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3253.patch'>https://github.com/quicwg/base-drafts/pull/3253.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3253.diff'>https://github.com/quicwg/base-drafts/pull/3253.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications&amp;email_token=AFTOJK4U7MIIAKKVWFPVSVDQUECW5A5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ26U7A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZYNXNQ4FX6AZTB5TDQUECW5ANCNFSM4JOI5KAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZFNPB6MWXQ4MT4GXLQUECW5A5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ26U7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJK4U7MIIAKKVWFPVSVDQUECW5A5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ26U7A",
"url": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJK4U7MIIAKKVWFPVSVDQUECW5A5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ26U7A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd10deea96d4_b7e3f9c68acd96c420645--


From nobody Sun Nov 17 01:08:06 2019
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 E16701200D7 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:08:02 -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 vRKzo2m0Ob6D for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 01:08:01 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C82ED1200C4 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 01:08:01 -0800 (PST)
Date: Sun, 17 Nov 2019 01:08:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573981681; bh=RCq9EhNPKum+/Eu5WoqqKv+fWQ2kNPAuOEbRohkOPAg=; h=Date:From:To:Subject:From; b=pfjFZeTvh0ufFstakJ69XEqTC4+MCllJrg8TKRlgM8VM5ufv5RR6V2XPek4FCsJuY lRAWodgrGsMoznfsvAQuY2D56OQEWYfq+d+gAaF9q8JWvTNR5Sm+GyDMSmi2ETa/rg nb4Wxn3Kj9eYez8QCVGb2/wVfP0aLmoCxDfsbvGQ=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c125e2-d7a3a7@github.com>
Subject: [quicwg/base-drafts] d7a3a7: Script updating gh-pages from 7333f466. [ci skip]
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/jL3uSrGe0T83dFQjfvASCjSMecs>
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, 17 Nov 2019 09:08:03 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d7a3a7ffcaa80078c9686f1ea97641c90c2f35a8
      https://github.com/quicwg/base-drafts/commit/d7a3a7ffcaa80078c9686f1ea97641c90c2f35a8
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M index.html
    A table-tag/draft-ietf-quic-http.html
    A table-tag/draft-ietf-quic-http.txt
    A table-tag/draft-ietf-quic-invariants.html
    A table-tag/draft-ietf-quic-invariants.txt
    A table-tag/draft-ietf-quic-qpack.html
    A table-tag/draft-ietf-quic-qpack.txt
    A table-tag/draft-ietf-quic-recovery.html
    A table-tag/draft-ietf-quic-recovery.txt
    A table-tag/draft-ietf-quic-tls.html
    A table-tag/draft-ietf-quic-tls.txt
    A table-tag/draft-ietf-quic-transport.html
    A table-tag/draft-ietf-quic-transport.txt
    A table-tag/index.html

  Log Message:
  -----------
  Script updating gh-pages from 7333f466. [ci skip]



From nobody Sun Nov 17 05:05:19 2019
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 15D901200F4 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:05:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZL20VfIVMVlx for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:05:16 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94C971200CD for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:05:16 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id DAA896A1323 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:05:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573995915; bh=AaGS7pX15k9ji8e/TQ+d3dOmH79AS18YF8R9PKDCwJc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h9jzPN/B6uUGdLVs/Dt/WgESOcAuIX0Le4+AJ+DoglaYDHT5rSAV1eZXMSplAsiy3 FZAK3WQa71tVlc2T2OdFSxehYe9Kv/geKeKiZ8WGnH7xLnWJA5yBrY7EX0c37iFzq4 TCtTyfNxJN5sAloIMpYs6QDgweXRZMaNoyt+UYLc=
Date: Sun, 17 Nov 2019 05:05:15 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5EFJBVJFPXLSK6T7533Z4AXEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318019194@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1458bca958_76623fa4a48cd95c19973d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/txF5cJiLYJZFzhtBIS36Q9FYWmk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 13:05:18 -0000

----==_mimepart_5dd1458bca958_76623fa4a48cd95c19973d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-318019194
----==_mimepart_5dd1458bca958_76623fa4a48cd95c19973d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK47MMEJAZOGIDV5Y3TQUE6QXA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2JM6Q#pullrequestreview-318019194">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSQUA6XARJ6OPK6XLQUE6QXANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYH2PSQTLQT3RJJRCTQUE6QXA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2JM6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK47MMEJAZOGIDV5Y3TQUE6QXA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2JM6Q#pullrequestreview-318019194",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK47MMEJAZOGIDV5Y3TQUE6QXA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2JM6Q#pullrequestreview-318019194",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1458bca958_76623fa4a48cd95c19973d4--


From nobody Sun Nov 17 05:42:34 2019
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 A354A12010C for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:42:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 mjRPjdZCwuyF for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:42:31 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1415E120100 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:42:31 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 6263F520769 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:42:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573998150; bh=/OKzURNm755SeUlb982i3KNN3hDJQ1DB7ppn003hOjw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GCYLS1aLAi9nNP6m9z2Kzm3A2anduDALxVohWfwC8bGtN6AJ/d7ytw30aVMp6jVKG q1d1L++f2iui5zM06mcDqV5cmGYvKHz3pmAX0ovdKAlG3eVPy3yoZ6nwvi8uvAwAgA k4Leh7ydtsTnja53gIrnRSGszoGG0cE8seEY7ZcE=
Date: Sun, 17 Nov 2019 05:42:30 -0800
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYLYSOPLICH5RZ6GY5332AMNEVBNHHB6OUW34@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3243/554746830@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3243@github.com>
References: <quicwg/base-drafts/issues/3243@github.com>
Subject: Re: [quicwg/base-drafts] Add caution when using IW10 and fragmentation  (#3243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd14e46533d6_62c33f8959ecd96c43636f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-FrUHCsZIOe99DokyICGmRJKWC4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 13:42:33 -0000

----==_mimepart_5dd14e46533d6_62c33f8959ecd96c43636f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Shouldn't endpoint always set DF for all QUIC packets? TCP does so. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3243#issuecomment-554746830
----==_mimepart_5dd14e46533d6_62c33f8959ecd96c43636f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Shouldn't endpoint always set DF for all QUIC packets? TCP does so.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications&amp;email_token=AFTOJK3IP5ASNK5KRMML46DQUFC4NA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMHTQ#issuecomment-554746830">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ7YVEJVPAPATWI3PDQUFC4NANCNFSM4JOIENTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3VWIJCK52RTLMVDBLQUFC4NA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMHTQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK3IP5ASNK5KRMML46DQUFC4NA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMHTQ#issuecomment-554746830",
"url": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK3IP5ASNK5KRMML46DQUFC4NA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMHTQ#issuecomment-554746830",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd14e46533d6_62c33f8959ecd96c43636f--


From nobody Sun Nov 17 05:45:18 2019
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 186BD120100 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:45:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 BvLW43ZhMsi8 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:45:16 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E73C81200CD for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:45:15 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 46E2BA003A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:45:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573998315; bh=WPD96qE/+1bJJkamZ2dXNsz/outX2ZIppaXBnp3S6ME=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1uKj86Z73lx4ZJzHj1s550PnANtPpyd//IGU0iWq11rlcOljCATqt9/wbaoT2dDyG DecPZyPm+uR8bd2+VvYIEllT1CJrexzvxn8hlRnN4WL3vl5r6BUr671lWM5WSKP5y4 E0eKWGiGuPzRIEEPh87b10g5YfBisOJHb8XsXkis=
Date: Sun, 17 Nov 2019 05:45:15 -0800
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4XEB534PZEVBM7UXN332AWXEVBNHHB4VEL2Y@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3122/554747138@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3122@github.com>
References: <quicwg/base-drafts/issues/3122@github.com>
Subject: Re: [quicwg/base-drafts] Recommend algorithm for packet scheduler, rather than implementation (#3122)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd14eeb372a5_4c63fca280cd96013500f1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_pGnMQZ26qwmd7T9xVkM3FEBYyE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 13:45:17 -0000

----==_mimepart_5dd14eeb372a5_4c63fca280cd96013500f1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree. I found this reference pretty odd and it could become dated in time. I don't think we need to refer implementers to any particular implementation. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3122#issuecomment-554747138
----==_mimepart_5dd14eeb372a5_4c63fca280cd96013500f1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree. I found this reference pretty odd and it could become dated in time. I don't think we need to refer implementers to any particular implementation.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3122?email_source=notifications&amp;email_token=AFTOJK3DI4JGSNS4OB73RH3QUFDGXA5CNFSM4JCCTGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMKAQ#issuecomment-554747138">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2RLETRWFPYU7Z35QTQUFDGXANCNFSM4JCCTGLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7XNRJAWL4ONLHJBJDQUFDGXA5CNFSM4JCCTGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMKAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3122?email_source=notifications\u0026email_token=AFTOJK3DI4JGSNS4OB73RH3QUFDGXA5CNFSM4JCCTGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMKAQ#issuecomment-554747138",
"url": "https://github.com/quicwg/base-drafts/issues/3122?email_source=notifications\u0026email_token=AFTOJK3DI4JGSNS4OB73RH3QUFDGXA5CNFSM4JCCTGLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMKAQ#issuecomment-554747138",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd14eeb372a5_4c63fca280cd96013500f1--


From nobody Sun Nov 17 05:50:03 2019
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 03FC2120108 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:50:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qgiuMRN2BjRO for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 05:50:01 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB4131200CD for <quic-issues@ietf.org>; Sun, 17 Nov 2019 05:50:01 -0800 (PST)
Date: Sun, 17 Nov 2019 05:50:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1573998601; bh=HJe6sdTCChuFvW/p76Ofu2/GkzixI5lzOh0S0a6fRmY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sO0HJPU+Ut8FOIRTGTLLFasuiyS+DSzOzEPGO+jnPbRzCBj7JCqZmMLhMc5ZcmcK0 OnAU7eUhNd7pV1d497Io7tm3imS6Bz7GEvAgPH3qnhPHMSjbv4SowyacOz88S6K0m/ bjvAEEmDRcDi5agxUkHs5MsVZacoTCVCpXyCbt7M=
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYIP4FAYJZU6GGQH6F332BITEVBNHHB4PUWF4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3094/554747535@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3094@github.com>
References: <quicwg/base-drafts/issues/3094@github.com>
Subject: Re: [quicwg/base-drafts] congestion window increase on every ACKed packet could result in bursty sends (#3094)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd15009af50_3b863fe0ecacd96c829391"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0rucq8f7RPuNasH5o-i1P_S3068>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 13:50:03 -0000

----==_mimepart_5dd15009af50_3b863fe0ecacd96c829391
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that when not pacing, using an ABC limit is appropriate. FWIW Windows TCP was using a limit of 4 and not 2 for a long time and now uses 8 which is pretty close to IW10 burst in slow start phase.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3094#issuecomment-554747535
----==_mimepart_5dd15009af50_3b863fe0ecacd96c829391
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that when not pacing, using an ABC limit is appropriate. FWIW Windows TCP was using a limit of 4 and not 2 for a long time and now uses 8 which is pretty close to IW10 burst in slow start phase.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications&amp;email_token=AFTOJK3LJFH7IJYKRFCJ4H3QUFDYTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMNDY#issuecomment-554747535">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYF6UQQ74SLOPOZKJ3QUFDYTANCNFSM4JBARGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ4TR3XJIR73WUWLGLQUFDYTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMNDY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK3LJFH7IJYKRFCJ4H3QUFDYTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMNDY#issuecomment-554747535",
"url": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK3LJFH7IJYKRFCJ4H3QUFDYTA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIMNDY#issuecomment-554747535",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd15009af50_3b863fe0ecacd96c829391--


From nobody Sun Nov 17 12:04:22 2019
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 6C3ED120128 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 12:04:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 85mu21LEEqQY for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 12:04:20 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E9AB612011D for <quic-issues@ietf.org>; Sun, 17 Nov 2019 12:04:19 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 1A7206E0848 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 12:04:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574021059; bh=h/rPXFnFg05Gv2qLZcmCKKDkgbcxsST36qqZfl4h7gw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IMfAhwQ6ds7hRy73TxiOWfsEsevKaan7adQZ/m2Fcq2wxFI9zrkWfVqvDWMFBqK0q tKLSdcsEgI4gHLvf4X58VD36bXnz6PBAh8lIpZpSrjlWOJ7+qHC438FIQdxgbATCs1 j8M/wJFDetCXZAtyg/eLRyar+WCQ7sXJoActRR3k=
Date: Sun, 17 Nov 2019 12:04:19 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZDLNPDSTGMEZZUWMV333NEHEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318040728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1a7c3bd21_3a2a3fa5abecd96c79163b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g5Knfu4uTiVmbpi5EYfm4gAGCsU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 20:04:21 -0000

----==_mimepart_5dd1a7c3bd21_3a2a3fa5abecd96c79163b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

Isn't capping to 2*MSS the desired congestion window? `=` is my intended proposal to cap the congestion window to 2MSS.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347156144
----==_mimepart_5dd1a7c3bd21_3a2a3fa5abecd96c79163b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347156144">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>Isn't capping to 2*MSS the desired congestion window? <code>=</code> is my intended proposal to cap the congestion window to 2MSS.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK3H6GNIXEF7BQGDIRTQUGPUHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2OVGA#discussion_r347156144">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4OCPKTZG3WRGTFB5LQUGPUHANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6HBJAFCNS2WAOZWYTQUGPUHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2OVGA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3H6GNIXEF7BQGDIRTQUGPUHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2OVGA#discussion_r347156144",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3H6GNIXEF7BQGDIRTQUGPUHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2OVGA#discussion_r347156144",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1a7c3bd21_3a2a3fa5abecd96c79163b--


From nobody Sun Nov 17 12:14:15 2019
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 315CE1200B5 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 12:14:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XYZTJfaX1aUv for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 12:14:12 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA4DD12001E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 12:14:12 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id D1F7C6A0073 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 12:14:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574021651; bh=ZR7aRAG/e9jthHR2eUNCbzudqwZpaiCw7ujw7DY45pM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wQVmLddwIiDG3vQSHMZGGh1Fc4ZsO8IW27Phhn6SAi9T7lC7rhg6j8jwLG34S7FrJ i8klG/t6+nxfvlOjCSTwEHJy4kfNNrSmUPjz659u7Pu1BE0dOVJzwUA6Nrgj2NJhFU rn5/fPVngzddDAXKKuaP9FITLUVkqtIy8/PiGB+c=
Date: Sun, 17 Nov 2019 12:14:11 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5YBR6GATXIVMQ2QWF333OJHEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/c554781647@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1aa13c26b8_38723fb306acd96c48517e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FBtPX1YFfu2C1kVlm7OEkAaoOto>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 20:14:14 -0000

----==_mimepart_5dd1aa13c26b8_38723fb306acd96c48517e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> * Do we need anything in addition to the existing IW burst limit?  A single ACK loss would not cause a burst to exceed the IW10 limit, and multiple consecutive ACK losses in slow start are VERY rare in my experience.
> * Do we need to describe the non-pacing scenarios in the pseudocode, given we recommend pacing?  Using CWND to manipulate sending behavior is an

I agree that increasing congestion window and controlling sending rate are orthogonal in theory. But in practice, congestion window is being used in many implementations to indirectly control the sending rate. I think the addition of RFC3465 text and pseudocode is more for completeness than what should be ideal behavior.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#issuecomment-554781647
----==_mimepart_5dd1aa13c26b8_38723fb306acd96c48517e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<ul>
<li>Do we need anything in addition to the existing IW burst limit?  A single ACK loss would not cause a burst to exceed the IW10 limit, and multiple consecutive ACK losses in slow start are VERY rare in my experience.</li>
<li>Do we need to describe the non-pacing scenarios in the pseudocode, given we recommend pacing?  Using CWND to manipulate sending behavior is an</li>
</ul>
</blockquote>
<p>I agree that increasing congestion window and controlling sending rate are orthogonal in theory. But in practice, congestion window is being used in many implementations to indirectly control the sending rate. I think the addition of RFC3465 text and pseudocode is more for completeness than what should be ideal behavior.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK3NZOZCXETWIM7GCFTQUGQZHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIUXTY#issuecomment-554781647">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5JUT266JLCJ46Z5HDQUGQZHANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK72IBZXTXZ5SVRYNUDQUGQZHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIUXTY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3NZOZCXETWIM7GCFTQUGQZHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIUXTY#issuecomment-554781647",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3NZOZCXETWIM7GCFTQUGQZHA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIUXTY#issuecomment-554781647",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1aa13c26b8_38723fb306acd96c48517e--


From nobody Sun Nov 17 13:00:55 2019
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 F26D0120115 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:00:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.908
X-Spam-Level: 
X-Spam-Status: No, score=-6.908 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, HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hg3DvQmv0b9B for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:00:52 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5DD811200B5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 13:00:52 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 8E4BF2C14BA for <quic-issues@ietf.org>; Sun, 17 Nov 2019 13:00:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574024451; bh=7mbkCWe19f/xL+294/hQmLtLxlzTy8n0DVErV8mf4ww=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=W2U6wAAqbZSwziYXJk06xT72xjPa1P1G5SzI09vDSC47Dpd8vdXeSb98RiElpO49t a+9nq+JA4JLK7OeSB95/ZUlYeH5n2YXULwvuYdXtQq6ZxNaLyFyifnBYKy76OLoebG XSsyihYYhQLzy1N54q22W37YVGfztof0E8pNXqIw=
Date: Sun, 17 Nov 2019 13:00:51 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK775KNFMGSYS33PYSN333TYHEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/c554786594@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1b5037e70b_8873fa4a48cd95c880943"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-mkRMFzh_DGA2eaA04Qoz6O1Fig>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 21:00:54 -0000

----==_mimepart_5dd1b5037e70b_8873fa4a48cd95c880943
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Looks great!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#issuecomment-554786594
----==_mimepart_5dd1b5037e70b_8873fa4a48cd95c880943
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Looks great!</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKYMX7AKXAL3F6U4SQ3QUGWIHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIV6IQ#issuecomment-554786594">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4QETCMJJI2YHKV2OLQUGWIHANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5J5CIOTGPDT3AMYUTQUGWIHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIV6IQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYMX7AKXAL3F6U4SQ3QUGWIHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIV6IQ#issuecomment-554786594",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYMX7AKXAL3F6U4SQ3QUGWIHA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIV6IQ#issuecomment-554786594",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1b5037e70b_8873fa4a48cd95c880943--


From nobody Sun Nov 17 13:01:20 2019
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 6AEDD120115 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:01:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QIL1ssFinkKb for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:01:18 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43FA11200B5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 13:01:18 -0800 (PST)
Date: Sun, 17 Nov 2019 13:01:17 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574024477; bh=0m1lOboR3jCuwCRgoXBw1Rjw+Vvmy4moAnZxaP1TZ4g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DpncPj7urJK8OMY2hiP/uKvYwn8/MVzsTKSKwpq/zGdbHUcvK2K+i4VYammVJG5pt YJhGUhnyHk4nV/k1YGYS0Uby/gBGWEbhQtABWpxlhNMQk5s0Ay1qIze+k6ViR7Y27E ZN+I9lzhM3F/rDXt0jG6r+OxBqyi+y3xbcEi44JI=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FIE7GMYL4LR7QLHV333TZ3EVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318043876@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1b51d75346_19743f8b32ecd96415241b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/07Xst4Ml9lNhJ2EmyPrLGqcDEWM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 21:01:19 -0000

----==_mimepart_5dd1b51d75346_19743f8b32ecd96415241b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RyanAtGoogle approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-318043876
----==_mimepart_5dd1b51d75346_19743f8b32ecd96415241b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@RyanAtGoogle</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK52J6ZQGTLKV43QULTQUGWJ3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2PNZA#pullrequestreview-318043876">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4JQPUQE7A25MUPQJ3QUGWJ3ANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4I52XZOFSLC4BNJWTQUGWJ3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2PNZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK52J6ZQGTLKV43QULTQUGWJ3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2PNZA#pullrequestreview-318043876",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK52J6ZQGTLKV43QULTQUGWJ3A5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2PNZA#pullrequestreview-318043876",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1b51d75346_19743f8b32ecd96415241b4--


From nobody Sun Nov 17 13:27:46 2019
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 D24A3120090 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:27:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.453
X-Spam-Level: 
X-Spam-Status: No, score=-6.453 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Z3Zv9Ozvf8a2 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 13:27:43 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55C1812008C for <quic-issues@ietf.org>; Sun, 17 Nov 2019 13:27:43 -0800 (PST)
Date: Sun, 17 Nov 2019 13:27:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574026062; bh=gCcZG8boHhAwgSl2dLPX9g+Y9a7pEXyO1qgc4ev8rqQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cWGC9QHnFACajucZe6+Ok6nfOAv/KH4aAwIEPGGtgVfjAlax2mARAIpcTN37dxjRy XWUuo1QF8WkKqzuCWZY5ndNYHP1BdT9Pqpa7/wdEH2xPzpIGaQDu5UYTaGNoOCa1DO t069MpXfy7ZgurKNM7P82WP7IqPMiHZfQtqPhZVg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6LAFFBSQKJJAJMD2V333W45EVBNHHB6OUW34@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3243/554789171@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3243@github.com>
References: <quicwg/base-drafts/issues/3243@github.com>
Subject: Re: [quicwg/base-drafts] Add caution when using IW10 and fragmentation  (#3243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1bb4e4e9bb_4bf63f7f5c8cd96029580f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5tgTXoIDWaBpcQy8EchjAC8nK5I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 21:27:45 -0000

----==_mimepart_5dd1bb4e4e9bb_4bf63f7f5c8cd96029580f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I tend to agree with Praveen here.  I think this is something that's under-specified in transport?

I believe it should be in section 14: https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-14

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3243#issuecomment-554789171
----==_mimepart_5dd1bb4e4e9bb_4bf63f7f5c8cd96029580f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I tend to agree with Praveen here.  I think this is something that's under-specified in transport?</p>
<p>I believe it should be in section 14: <a href="https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-14" rel="nofollow">https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-14</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications&amp;email_token=AFTOJK3WLTXATOOP4HXM6GTQUGZM5A5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIWSMY#issuecomment-554789171">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2MIAEQ5IBIJRKRFRLQUGZM5ANCNFSM4JOIENTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYZNFHWWVHS4GEGW7TQUGZM5A5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIWSMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK3WLTXATOOP4HXM6GTQUGZM5A5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIWSMY#issuecomment-554789171",
"url": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK3WLTXATOOP4HXM6GTQUGZM5A5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIWSMY#issuecomment-554789171",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1bb4e4e9bb_4bf63f7f5c8cd96029580f0--


From nobody Sun Nov 17 15:36:29 2019
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 7EFC41201EF for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 15:36:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 dK9yI3nMG39x for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 15:36:26 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2134F120144 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 15:36:26 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 347436E06CB for <quic-issues@ietf.org>; Sun, 17 Nov 2019 15:36:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574033785; bh=0eyLxlyVB4xu24Opv+gDleBlEfQYyj16wOk3CyYMlGI=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=x9qr+WR5OXIWTWOA99Akvtc6ylVtaYvvf2bIg4pUQKMs+30I9VCQPXSoZ5AwpwsSn HVfhlAu03NF6mF1ACn+VfQgbGqntBs+1Rb4Jd1Fa30mBFovE3i4z5WcAVdA48BEenP 1U/7e/4fcUfD3187A3OZHym+48afP9O3oI1AuLTk=
Date: Sun, 17 Nov 2019 15:36:25 -0800
From: Benjamin Saunders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5C527CK5UWHAVIHEN334F7TEVBNHHB6PFDUI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3254@github.com>
Subject: [quicwg/base-drafts] Contradictory language regarding multiplexing connections with zero-length IDs (#3254)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1d97922167_4b5a3fa8ec6cd96c8000b6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Ralith
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yOxJSDI_XoDkNitvgLgoqTM-D08>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 23:36:27 -0000

----==_mimepart_5dd1d97922167_4b5a3fa8ec6cd96c8000b6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

[=C2=A75.1](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html=
#connection-id):=0D
=0D
> A zero-length connection ID can be used when a connection ID is not nee=
ded to route to the correct endpoint. However, multiplexing connections o=
n the same local IP address and port while using zero-length connection I=
Ds will cause failures in the presence of peer connection migration, NAT =
rebinding, and client port reuse; and therefore MUST NOT be done unless a=
n endpoint is certain that those protocol features are not in use.=0D
=0D
[=C2=A75.2](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html=
#packet-handling)=0D
=0D
> If the Destination Connection ID is zero length and the packet matches =
the **local** address and port of a connection where the host used zero-l=
ength connection IDs, QUIC processes the packet as part of that connectio=
n.=0D
=0D
> Packets with a supported version, or no version field, are matched to a=
 connection using the connection ID or - for packets with zero-length con=
nection IDs - the local address and port.=0D
=0D
If only the local address is used, the described multiplexing is impossib=
le. Multiplexing zero-length connection IDs is useful for reducing overhe=
ad when remote clients are known to not use the described features, so I =
think this language should be updated to refer to the 4-tuple rather than=
 only the local connection.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3254=

----==_mimepart_5dd1d97922167_4b5a3fa8ec6cd96c8000b6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.ht=
ml#connection-id" rel=3D"nofollow">=C2=A75.1</a>:</p>=0D
<blockquote>=0D
<p>A zero-length connection ID can be used when a connection ID is not ne=
eded to route to the correct endpoint. However, multiplexing connections =
on the same local IP address and port while using zero-length connection =
IDs will cause failures in the presence of peer connection migration, NAT=
 rebinding, and client port reuse; and therefore MUST NOT be done unless =
an endpoint is certain that those protocol features are not in use.</p>=0D=

</blockquote>=0D
<p><a href=3D"https://quicwg.org/base-drafts/draft-ietf-quic-transport.ht=
ml#packet-handling" rel=3D"nofollow">=C2=A75.2</a></p>=0D
<blockquote>=0D
<p>If the Destination Connection ID is zero length and the packet matches=
 the <strong>local</strong> address and port of a connection where the ho=
st used zero-length connection IDs, QUIC processes the packet as part of =
that connection.</p>=0D
</blockquote>=0D
<blockquote>=0D
<p>Packets with a supported version, or no version field, are matched to =
a connection using the connection ID or - for packets with zero-length co=
nnection IDs - the local address and port.</p>=0D
</blockquote>=0D
<p>If only the local address is used, the described multiplexing is impos=
sible. Multiplexing zero-length connection IDs is useful for reducing ove=
rhead when remote clients are known to not use the described features, so=
 I think this language should be updated to refer to the 4-tuple rather t=
han only the local connection.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3254?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK3IBVO7I6VTUCXPZZDQUHIPTA5CNFSM4JOMLY2KYY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HZ4UORA">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJKYTFCCKVNIL3TCMRETQUHIPTA=
NCNFSM4JOMLY2A">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJK7Y7ZCDUTSO2WV7XOTQUHIPTA5CNFSM4JOMLY2KYY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ4UORA.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3254?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK3IBVO7I6VTUCXPZZDQUHIPTA5CNFSM4=
JOMLY2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ4UORA",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3254?email_source=3D=
notifications\u0026email_token=3DAFTOJK3IBVO7I6VTUCXPZZDQUHIPTA5CNFSM4JOM=
LY2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ4UORA",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd1d97922167_4b5a3fa8ec6cd96c8000b6--


From nobody Sun Nov 17 15:51:52 2019
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 46D23120220 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 15:51:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TAkBTsPjX7mK for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 15:51:48 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A45512020A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 15:51:48 -0800 (PST)
Date: Sun, 17 Nov 2019 15:51:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574034707; bh=y6Rjc/M2A6HUrTXGmPCTobfsNQLiTG3tg11qsSDAl7E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DJJHm2y8I5NaCWpYoJm69N4TAoZqjxeE6MLmeAlFuhAz/cfS6HNB0zipp1asdS2f4 PytlaHZkLJ07RjwrrjpwChGq5iuWWrtD55VsmLD2PofGUyO4P3ZzOLRnSX1ZdiMVgl kKBHyUkXH6mT3zI9JYcsL83mz7PCA/yu93KDn9Jo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5BN7U52FBEJOSXGDN334HZHEVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c554802226@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1dd13c2cec_72113fea4d6cd960719b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Z1BmJ9ZJ1XDDeaWiuJijgnrMABg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 17 Nov 2019 23:51:50 -0000

----==_mimepart_5dd1dd13c2cec_72113fea4d6cd960719b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Let's open an issue.  At this stage, I want to be very particular about this sort of change, even if it is quite clearly within the bounds of established principles.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-554802226
----==_mimepart_5dd1dd13c2cec_72113fea4d6cd960719b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Let's open an issue.  At this stage, I want to be very particular about this sort of change, even if it is quite clearly within the bounds of established principles.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJKYTJ5TSIWIY7Q3GWTDQUHKJHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZYMQ#issuecomment-554802226">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5WT7HR6Z6BBCFSCD3QUHKJHANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYRWDMSMLGB5QYEFUTQUHKJHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZYMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYTJ5TSIWIY7Q3GWTDQUHKJHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZYMQ#issuecomment-554802226",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJKYTJ5TSIWIY7Q3GWTDQUHKJHA5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZYMQ#issuecomment-554802226",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1dd13c2cec_72113fea4d6cd960719b0--


From nobody Sun Nov 17 16:03:48 2019
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 0703F120232 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:03:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2cCuGhDhsaUq for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:03:46 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF48B12022A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:03:46 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id BE4C02C33DA for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:03:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035425; bh=NV5x7JROvjJs2D72KxPdSH8musFU2xOnbpRlkM2GtRw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gdZ7u7CGxajjQQTEyl8Iiqz7jnouFSMKYbFvYPLe8UyNjJUZMCFHEgI6mIDbUOCvg xrlOpEKFC6hOfbERLO++aQ2PwlIxdpo9j1j/fV6eMoMsVnRbeOqX2NQ8abf00B24rE c11LBLAkRTQUs5ihQvUzOLcSspq7+hyvghKm5ugA=
Date: Sun, 17 Nov 2019 16:03:45 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK546X2KEWO2FAXJCMV334JGDEVBNHHB2TYBKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3014/554803356@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3014@github.com>
References: <quicwg/base-drafts/issues/3014@github.com>
Subject: Re: [quicwg/base-drafts] Handling of corrupt Retry packets (#3014)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1dfe1af7cb_b7e3f9c68acd96c110372"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2WusbyrolVyQCwi3A5876E3Ydwo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:03:48 -0000

----==_mimepart_5dd1dfe1af7cb_b7e3f9c68acd96c110372
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Moving discussion back here to address @ekr's [request](https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554271932) to encrypt the token.

Discussion thus far identified a very minor performance/value trade-off. Running AES might cost some.  This is minor, as the key is fixed and so the AES key preparation costs are erased; you might even pregenerate the fixed key stream and just run XOR.  With that realization, we observed that the value provided by encryption was equivalent to the difficulty of applying that XOR.

There is a step higher, which is to use a key derived from the connection ID, but that depends on running a KDF and setting up AES, which I think we all agreed was prohibitive.

I think that the idea of moving from a 0 key to a fixed key is easy, so we should definitely do that even if we do nothing else.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3014#issuecomment-554803356
----==_mimepart_5dd1dfe1af7cb_b7e3f9c68acd96c110372
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Moving discussion back here to address <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a>'s <a href="https://github.com/quicwg/base-drafts/pull/3120#issuecomment-554271932" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3120/hovercard">request</a> to encrypt the token.</p>
<p>Discussion thus far identified a very minor performance/value trade-off. Running AES might cost some.  This is minor, as the key is fixed and so the AES key preparation costs are erased; you might even pregenerate the fixed key stream and just run XOR.  With that realization, we observed that the value provided by encryption was equivalent to the difficulty of applying that XOR.</p>
<p>There is a step higher, which is to use a key derived from the connection ID, but that depends on running a KDF and setting up AES, which I think we all agreed was prohibitive.</p>
<p>I think that the idea of moving from a 0 key to a fixed key is easy, so we should definitely do that even if we do nothing else.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications&amp;email_token=AFTOJK4VHFGF3LMKF254M4TQUHLWDA5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2BHA#issuecomment-554803356">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2NWADNDAO4TW3JM23QUHLWDANCNFSM4IVITWZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2QUAZMQ3WEV5M5IE3QUHLWDA5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2BHA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications\u0026email_token=AFTOJK4VHFGF3LMKF254M4TQUHLWDA5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2BHA#issuecomment-554803356",
"url": "https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications\u0026email_token=AFTOJK4VHFGF3LMKF254M4TQUHLWDA5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2BHA#issuecomment-554803356",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1dfe1af7cb_b7e3f9c68acd96c110372--


From nobody Sun Nov 17 16:06:10 2019
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 E86A4120236 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:06:09 -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 WVfqmsAgRaFv for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:06:08 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC71412023E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:08 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id E4FF32C0A52 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035567; bh=RH35fB5K5R0u6L3AJUz5xEktU9h3wuE3VZ6N5NnYcCM=; h=Date:From:To:Subject:From; b=hmw4mGwY5xWvuXH6LZt537Ssf03yVh5HFD8hf/vw2DqbLnf0J9c8rliTcgxi2K70K 28y+TUnZbxSg0AZWmU6Z2N7k2yUAoUwd9PKP0Hab+BpU9M44SI1U1F8fmqm//gmsdJ HFbEBQSu06kCsoT803JdUBVJsjI9d3ehzNmUOf2M=
Date: Sun, 17 Nov 2019 16:06:07 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/bbe9e9-08f96e@github.com>
Subject: [quicwg/base-drafts] e526cc: endpoints never requests a CID
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/lBkbA7lWaz5CzHq_LZEoRis4tBw>
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 Nov 2019 00:06:10 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e526ccf9c43c49e3dd90110e3a22e450f32a76b0
      https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  endpoints never requests a CID


  Commit: 08f96e3da48faf241da7fad12cfee7b27fcef691
      https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid

endpoints never requests a CID


Compare: https://github.com/quicwg/base-drafts/compare/bbe9e9bbe1f7...08f96e3da48f


From nobody Sun Nov 17 16:06:18 2019
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 5C6FD12023E for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:06:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 d9aSbdy_Qx7q for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:06:17 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C503C120236 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:16 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 224EF6E1448 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035576; bh=45wDj5lOkGN+k7MqeB+HvkDdpmbXSYatwMKSiHhtxP4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zHFy+WXtLLzuQkcn2OE4QG0AAmxwcQ+7P7WP4uATrYiZaTKPdh0ADXfBAV1Da9xe4 xgymIFfyVP4YyseXeO+TOQcczxAuq+ZFq1mC+mfU9pPdAwiB/8BjF2z433nKKKieIY HvKuIbRKCzy1aUogj97dEz/qpzPf2MC0TJg4tG2Q=
Date: Sun, 17 Nov 2019 16:06:16 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2UU5EY6FT6AWQJUVF334JPREVBNHHB6OWUZM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3252/issue_event/2805799719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3252@github.com>
References: <quicwg/base-drafts/pull/3252@github.com>
Subject: Re: [quicwg/base-drafts] endpoints never requests a CID (#3252)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e078136f7_63b73fa4a48cd95c8678f4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qViNyJwgjEbNJlGQMqEhuSYhNec>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:06:18 -0000

----==_mimepart_5dd1e078136f7_63b73fa4a48cd95c8678f4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3252 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3252#event-2805799719
----==_mimepart_5dd1e078136f7_63b73fa4a48cd95c8678f4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523949259" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3252" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3252/hovercard" href="https://github.com/quicwg/base-drafts/pull/3252">#3252</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications&amp;email_token=AFTOJK6J6E6UXFIRN65FG53QUHL7RA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU46RWJY#event-2805799719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY6HLRX2CN7RUNKC7LQUHL7RANCNFSM4JOIUHIA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4II4B73BCXCRU5G6LQUHL7RA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU46RWJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications\u0026email_token=AFTOJK6J6E6UXFIRN65FG53QUHL7RA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU46RWJY#event-2805799719",
"url": "https://github.com/quicwg/base-drafts/pull/3252?email_source=notifications\u0026email_token=AFTOJK6J6E6UXFIRN65FG53QUHL7RA5CNFSM4JOIUHIKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU46RWJY#event-2805799719",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e078136f7_63b73fa4a48cd95c8678f4--


From nobody Sun Nov 17 16:07:02 2019
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 37D2A12023E for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:07:01 -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 w-lN5AIUmv42 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:06:59 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 73432120236 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:59 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id C72F99604AB for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:06:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035618; bh=aeijp86723tnKhnSi3fn6xrThqheMwg0hlJAikC4KFI=; h=Date:From:To:Subject:From; b=f4561VCWadXymc4Sg9eFZSgqvkGu9qcpcrY1dIYGh3kRXlelkf1yyLsosSh0sFuqG dynAahVQB05FT07XmRZC1LVKApFc6+jbK7lAPrURw+M4wdZQ9W95rIYtMvYP932vfw 46zfxAGG8tHkChPebQltT8itISY7zbmn1EIuDvLg=
Date: Sun, 17 Nov 2019 16:06:58 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d7a3a7-0d0205@github.com>
Subject: [quicwg/base-drafts] 0d0205: Script updating gh-pages from 08f96e3d. [ci skip]
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/QFx2WGrDmxee84aTmk6dcCcWgvI>
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 Nov 2019 00:07:01 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0d02059603e2c6dba5305909932247a7d5591be1
      https://github.com/quicwg/base-drafts/commit/0d02059603e2c6dba5305909932247a7d5591be1
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 08f96e3d. [ci skip]



From nobody Sun Nov 17 16:08:06 2019
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 16A41120271 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:08:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kAG-hXEH0FBZ for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:08:03 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5796712025D for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:08:03 -0800 (PST)
Date: Sun, 17 Nov 2019 16:08:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035682; bh=exyqh/rMd5bM//oZp9h97bGFp9y1hciohFxUwEcjU/c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NJUK2am46eEYD4J/1EUUDltIk7GroTs/O473+pb3J4RlxZX+vEFGVE8fwKIl6oqWw tXM16m/yRKDmYB9j5etaXwlRatsQINAMBQes6P7zIIW4uSardpo7gvG07GJkbKHsKc coeV2jHITRAQ78WNu4kzjpTIjqqmSJQ6/+87m2l0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7D7LDG244IKLWYYFF334JWFEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554803826@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e0e2a7803_72623fabd28cd968919fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OJsuT1-zg4vEEFmwyz-ikjK1ngs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:08:05 -0000

----==_mimepart_5dd1e0e2a7803_72623fabd28cd968919fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I see RFC 8085 in the list of normative references already.  Was there something in particular that you think we should be explicitly depending on?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554803826
----==_mimepart_5dd1e0e2a7803_72623fabd28cd968919fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I see RFC 8085 in the list of normative references already.  Was there something in particular that you think we should be explicitly depending on?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK7NIGDRFSNVDRI64BTQUHMGFA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2E4Q#issuecomment-554803826">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZZWFQCMJYKE5QTNELQUHMGFANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY73TMDQ7WNWW4PFP3QUHMGFA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2E4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK7NIGDRFSNVDRI64BTQUHMGFA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2E4Q#issuecomment-554803826",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK7NIGDRFSNVDRI64BTQUHMGFA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2E4Q#issuecomment-554803826",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e0e2a7803_72623fabd28cd968919fa--


From nobody Sun Nov 17 16:08:47 2019
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 5F9301202A0 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:08:45 -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 I6ooR0rqDdUV for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:08:44 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A2B7120271 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:08:44 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 3FF881204D5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:08:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035723; bh=FmKgj1Cpf4LEE9e8tIPyeNLHYwTC3tk1t/4s02ws89U=; h=Date:From:To:Subject:From; b=JK6e2Uv7yw5aqaNtYq1NPuQap6+pxCY7mZF1hdjLhFuW8oX35WqNC1u1nL8hn4ZGx hLa1AwO8fwfMrjD/x4/4R+JjP/uj7qJ3402PygQDtyxlKWZsZBdCaoXPgJUt0zb2o7 STkS0F5FUhcmUGh83IO4bkqqtda7z7ut7gVc6V10=
Date: Sun, 17 Nov 2019 16:08:42 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/0d0205-c726be@github.com>
Subject: [quicwg/base-drafts] c726be: Script updating issues at 2019-11-18T00:08:35Z. [c...
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/lSyb6x7qSfmN_xR6e87_4i5WYrs>
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 Nov 2019 00:08:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c726be60cee470ff1487882b9b888060b441dad2
      https://github.com/quicwg/base-drafts/commit/c726be60cee470ff1487882b9b888060b441dad2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-18T00:08:35Z. [ci skip]



From nobody Sun Nov 17 16:09:22 2019
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 825931207FB for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:09:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YNUMZsUBFR_t for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:09:20 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 769431202A0 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:09:20 -0800 (PST)
Date: Sun, 17 Nov 2019 16:09:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574035760; bh=iF+aK+PIa8RHz6U5MHwxsaOPK0ZSEFLvS8y1T4PJLV0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zapGZwRL18r2/SL8Zk5BnBe/RnmTtCS7TExIqNvLBR7ZSPmT90J+rq/6QlXppn/35 q86svXL/tYGLEYvLdooaIYTSKdT3P53se5RlR6d7pactF4vBEpjmYkrM6oOYV9z/Q5 8mDaTSqqMKuAxLVTedTojV1sKDaXGJHHv10wvlFA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3P6QNQJVYXLEKOGJV334J3BEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554803950@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e130fe07_52873fcc3becd960417632"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VbYq8zWzKf8GvvjDhOXWa2UOXKo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:09:21 -0000

----==_mimepart_5dd1e130fe07_52873fcc3becd960417632
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

...Or, I realize now, does this comment apply to the recovery document?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554803950
----==_mimepart_5dd1e130fe07_52873fcc3becd960417632
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>...Or, I realize now, does this comment apply to the recovery document?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK4V43NXUVAW2CYEUN3QUHMLBA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2F3Q#issuecomment-554803950">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4OYYZW74ZYG43MFHTQUHMLBANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYME4YTAYB6XEUHS33QUHMLBA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2F3Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK4V43NXUVAW2CYEUN3QUHMLBA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2F3Q#issuecomment-554803950",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK4V43NXUVAW2CYEUN3QUHMLBA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2F3Q#issuecomment-554803950",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e130fe07_52873fcc3becd960417632--


From nobody Sun Nov 17 16:15:32 2019
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 69F0612004A for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:15:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TZuZJNhpa2f7 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:15:29 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BDCE512000F for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:15:29 -0800 (PST)
Date: Sun, 17 Nov 2019 16:15:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574036128; bh=+drMtLaliQVWT+zdzNRMDlEiXEVWJdxEJTqofUg1AWE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bbSfGfPopRAZpEdXr91CWxnZEv3JeFtb5RjXNygfR0k7BDH/7e8B9lC2xITjEaCXJ usCZl2lpjpQu0zEJegbwmXyaEbo0fDqq5q1vDeUvoWt04toy7u+Q+9ORDbyLZkaw0B xGD53aoeOC/YfL8VjDLvOTXHaq9/JYVhntzv2amg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7W6QWPYEIDJLY2DYF334KSBEVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318056964@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e2a054b25_4c773fa191ecd96c10451a0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MzAB2Dvf4MacY_I4fDlnv-9ubFs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:15:31 -0000

----==_mimepart_5dd1e2a054b25_4c773fa191ecd96c10451a0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.

One comment, but this is good.

> @@ -5495,6 +5497,24 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. Servers MUST NOT send a
+HANDSHAKE_DONE frame before completing the handshake.  A server MUST treat
+receipt of a HANDSHAKE_DONE frame as a connection error of type
+PROTOCOL_VIOLATION.
+
+A client MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
+keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by recording

I misread this first sentence at first and got the wrong impression.  I think that this belongs in the other document, but it should probably instead say that:

> A client MAY consider the handshake to be confirmed when it receives an acknowledgement for a 1-RTT packet.  ...[the how to implement bit]

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#pullrequestreview-318056964
----==_mimepart_5dd1e2a054b25_4c773fa191ecd96c10451a0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<p>One comment, but this is good.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347169687">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,24 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. Servers MUST NOT send a
+HANDSHAKE_DONE frame before completing the handshake.  A server MUST treat
+receipt of a HANDSHAKE_DONE frame as a connection error of type
+PROTOCOL_VIOLATION.
+
+A client MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
+keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by recording
</pre>
<p>I misread this first sentence at first and got the wrong impression.  I think that this belongs in the other document, but it should probably instead say that:</p>
<blockquote>
<p>A client MAY consider the handshake to be confirmed when it receives an acknowledgement for a 1-RTT packet.  ...[the how to implement bit]</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJKYUJYFX37FEAA3NL6DQUHNCBA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2SUBA#pullrequestreview-318056964">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3K26Y2VZOETG6EFXTQUHNCBANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3TBICIOON375PPUNLQUHNCBA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2SUBA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYUJYFX37FEAA3NL6DQUHNCBA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2SUBA#pullrequestreview-318056964",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJKYUJYFX37FEAA3NL6DQUHNCBA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL2SUBA#pullrequestreview-318056964",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e2a054b25_4c773fa191ecd96c10451a0--


From nobody Sun Nov 17 16:17:18 2019
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 8066712004A for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:17:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WffhwZs_Ruh3 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:17:15 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 72E2B12000F for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:17:15 -0800 (PST)
Date: Sun, 17 Nov 2019 16:17:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574036234; bh=awMs52ZghvcLyHfKjzUlXs0VvbOA3V3/lqSOZIro0s4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uQryQ2DzTKpzPiZS+AnS0IDC6G1ATCw9uYpFXXUYorsAOKXvfmW0oxCKhzJpP59FS 6W9egURd1Prb9uw/cz7gWJVszGI2nwPZaXr5baemaHwJaIVPXavmLEaMV0GfRFV4Qx UQcZ4W7x11J7rKPeRyQCBKT2iedCTaub7vEgCrMc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6DEWXGJWKREW7D2DN334KYVEVBNHHB6OUW34@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3243/554804759@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3243@github.com>
References: <quicwg/base-drafts/issues/3243@github.com>
Subject: Re: [quicwg/base-drafts] Add caution when using IW10 and fragmentation  (#3243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e30aad527_29da3ffb98ccd96c7556e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RKADW2UL9db9zDLa-QO5oP-42o4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:17:16 -0000

----==_mimepart_5dd1e30aad527_29da3ffb98ccd96c7556e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, this is probably an issue in transport.  DF seems like the obvious answer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3243#issuecomment-554804759
----==_mimepart_5dd1e30aad527_29da3ffb98ccd96c7556e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, this is probably an issue in transport.  DF seems like the obvious answer.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications&amp;email_token=AFTOJK32V6E5IPMHRYTVZD3QUHNIVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2MFY#issuecomment-554804759">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK22AODH7BYPXFVFOZ3QUHNIVANCNFSM4JOIENTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5MYSOMOYFTDI67TPLQUHNIVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2MFY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK32V6E5IPMHRYTVZD3QUHNIVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2MFY#issuecomment-554804759",
"url": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJK32V6E5IPMHRYTVZD3QUHNIVA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2MFY#issuecomment-554804759",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e30aad527_29da3ffb98ccd96c7556e--


From nobody Sun Nov 17 16:31:37 2019
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 C1D5A12022E for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:31:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 D7ppBAZBii0U for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:31:34 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E06012020A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:31:34 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id AF7AF1C025C for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:31:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574037093; bh=CFTd6iq3evu/9iYVlOqXYBfHaExYNFct/0PgdPJv33s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g7b0IyBsreRXcBPEsQ623mKfl8UwsI0HohmIpxnnZnz9aMry/V7cItjHjborE9a2+ qJhCrY1+w6LpoaB0+NMYgx1ffYKLp6u0Fkhiuv1uwCNZtvJ8GpSyb6d56Gwt/pz+df 901MzJPIU2BNY9daVIh9QvmU5IplYlvHCG00ob8A=
Date: Sun, 17 Nov 2019 16:31:33 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4AH574TRVQSRRXJF334MOLEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554806262@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e665a0864_55033f9066ccd9649006ac"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LDa3A24o7JXOobuFgKOpoLBQFCQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:31:36 -0000

----==_mimepart_5dd1e665a0864_55033f9066ccd9649006ac
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This was intended for the recovery doc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554806262
----==_mimepart_5dd1e665a0864_55033f9066ccd9649006ac
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This was intended for the recovery doc.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJKY6EZF43XTWWCW5ULTQUHO6LA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2X5Q#issuecomment-554806262">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3KF2DXKVGWKBJBQDTQUHO6LANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7TQATGOPX76HVJYHDQUHO6LA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2X5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKY6EZF43XTWWCW5ULTQUHO6LA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2X5Q#issuecomment-554806262",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKY6EZF43XTWWCW5ULTQUHO6LA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI2X5Q#issuecomment-554806262",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e665a0864_55033f9066ccd9649006ac--


From nobody Sun Nov 17 16:36:22 2019
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 9770C1207FB for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:36:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lA_O1HfslTRy for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 16:36:20 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 37D7512020A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:36:20 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 60CC69604AB for <quic-issues@ietf.org>; Sun, 17 Nov 2019 16:36:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574037379; bh=AnQsrBEIKEZ4BBl4ode95zw4343q4VCDRlQT3AntSrA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VTlOcicG4TSzTvPBkdHzkdJ24jz8O2Hleh651ff5sBuuhnxtQcZrJeWAz+bGY3XMV +F1i4NTGLCGtVQxSR95ne0Xws+Mxu3nnSSy5jFBGkmNOVTSoUP+hzqL6idshF9ajZx 93SkCDy6mZhW6aC+CZThBKLG2EoCo1yFmDYGf8q8=
Date: Sun, 17 Nov 2019 16:36:19 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4EOEQUYMYXLAD3JG5334NAHEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554806795@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1e78350650_55d13fb3ee8cd96c2753824"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OEli0oIQ2xD1e_juw5AnBk2TDB0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 00:36:22 -0000

----==_mimepart_5dd1e78350650_55d13fb3ee8cd96c2753824
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ahh, the comment still applies then.  What specific items in RFC 8085 would this need to depend on?  We don't just add normative dependencies without that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554806795
----==_mimepart_5dd1e78350650_55d13fb3ee8cd96c2753824
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ahh, the comment still applies then.  What specific items in RFC 8085 would this need to depend on?  We don't just add normative dependencies without that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJKZZZNBFB5SR2DO2M73QUHPQHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI24CY#issuecomment-554806795">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3YVJ6Z4TQKFKS6MKTQUHPQHANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3W27BIUUYXUPAU3BLQUHPQHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI24CY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKZZZNBFB5SR2DO2M73QUHPQHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI24CY#issuecomment-554806795",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKZZZNBFB5SR2DO2M73QUHPQHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI24CY#issuecomment-554806795",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1e78350650_55d13fb3ee8cd96c2753824--


From nobody Sun Nov 17 18:15:04 2019
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 AC30112011F for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 18:15:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 frwCtVTmsA8i for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 18:15:02 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 38E6E120048 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 18:15:02 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 66DB6520C23 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 18:15:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574043301; bh=UVmL93XpYeJBYBP1Nr70ukIufSp/mhxqQ4TBY+0Ja9o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iZxHuWjm9P1RMLb1H7viTLjJhSpEphdSERiO9xW2KZ3pqWWS2feBUd5QPJmLhh/9g /cpba+LpjYspHBJtMndgwey/X+Skew/QmfjOt8lHh704qlvrurAZuIdkQ5Tov0obWo DDDFFQNsV2ddawJ/e0fQO/RTed3lFzPiI80XQeqw=
Date: Sun, 17 Nov 2019 18:15:01 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZIDWFUPR4GNC472FN334YSLEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554821548@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd1fea556a10_41d43feab54cd968117894"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QZxYvTTn4j6sPg87p7q__HmbaE8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 02:15:03 -0000

----==_mimepart_5dd1fea556a10_41d43feab54cd968117894
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, this comment targets recovery. I think the editors can propose text referring to the draft - there is no intended change to the technical spec.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554821548
----==_mimepart_5dd1fea556a10_41d43feab54cd968117894
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, this comment targets recovery. I think the editors can propose text referring to the draft - there is no intended change to the technical spec.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK5Y4HZ2QHEMJJUHHZ3QUH3CLA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI6PLA#issuecomment-554821548">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UXOWWNWV6AETL4QTQUH3CLANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYUAXAIZXKYC2HXRRDQUH3CLA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI6PLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK5Y4HZ2QHEMJJUHHZ3QUH3CLA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI6PLA#issuecomment-554821548",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK5Y4HZ2QHEMJJUHHZ3QUH3CLA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI6PLA#issuecomment-554821548",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd1fea556a10_41d43feab54cd968117894--


From nobody Sun Nov 17 19:33:12 2019
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 3AEDA12008A for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:33:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 qu5TLsdbhbk6 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:33:08 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 75D0212004C for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:33:08 -0800 (PST)
Date: Sun, 17 Nov 2019 19:33:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574047987; bh=EBHfRNzoWk7L5/qEcnCy574VkoO3jDZjg+o1qVyT1vE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k3ko/+uXKLZlNXpKPFA0SeWDPLfUc0pB9YzF9ioGiql4Td1VlZQj3+rvIlb5VZzQ6 TZQIK+4ca5Gtpuo3we8PxORyogpK4kPfmCiccDsELN3hpjLkUTqPvnmLN9avpAZLq/ cpKOaVPKyNRVUz+lKoPwRI/NSci9CabDk099qrA8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5A2AQWZQMQ3OVI7N5335BXHEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554836389@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd210f3aa737_4ec53f8194ccd96891005f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aXgS5h8J1nUdzua9jM1Owovj02g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 03:33:10 -0000

----==_mimepart_5dd210f3aa737_4ec53f8194ccd96891005f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm sorry, I perhaps wasn't clear.  This is not stated as an issue.  "This document doesn't cite X" isn't an issue.  Is there something specific that is in RFC 8085 that is needed to address an issue?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554836389
----==_mimepart_5dd210f3aa737_4ec53f8194ccd96891005f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm sorry, I perhaps wasn't clear.  This is not stated as an issue.  "This document doesn't cite X" isn't an issue.  Is there something specific that is in RFC 8085 that is needed to address an issue?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJKZPUVII32HNSKLBBETQUIEHHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI#issuecomment-554836389">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7DWDQWJLB4BIUWP43QUIEHHANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ2UT6SOBO2677GMW3QUIEHHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKZPUVII32HNSKLBBETQUIEHHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI#issuecomment-554836389",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJKZPUVII32HNSKLBBETQUIEHHA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI#issuecomment-554836389",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd210f3aa737_4ec53f8194ccd96891005f--


From nobody Sun Nov 17 19:55:34 2019
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 D0CBB1208A2 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:55:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VRJla0h4nf28 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:55:29 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B53F12082A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:55:29 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 794EC6A049E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:55:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049328; bh=KfJuAHtd4SnFk1JJUd5KuqO43uhRWJokYEgrNWPkD7k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZvbFS2+/rUlkS1KCWnqhqwAFyoeSth+zOooQHgR9nIEbHMFG04lINOn3Wj/acNZLM Xe9PRG0HNfRbP5BqktrxPOdEWVh4H2fTuZVuUXXcz5pA0Q0kfSlhTBFuuyQakIrVkT 9x9X096BSmQMiiul7D8bA/Ek/yP8pZJwSKbJ+au8=
Date: Sun, 17 Nov 2019 19:55:28 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7QT7MANYWBWYLYQ2N335ELBEVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/554840758@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2163069fed_3b3e3feab54cd96812940b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/v4MgxZW-pM0ODJVlRD1PGuuJsbg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 03:55:32 -0000

----==_mimepart_5dd2163069fed_3b3e3feab54cd96812940b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I suspect what I have in PR 3248 (=0D
https://github.com/quicwg/base-drafts/pull/3248) ought to address this. I=
=0D
think Gorry wanted to have normative reference for congestion control=0D
conformance.=0D
=0D
On Mon, Nov 18, 2019 at 11:33 AM Martin Thomson <notifications@github.com=
>=0D
wrote:=0D
=0D
> I'm sorry, I perhaps wasn't clear. This is not stated as an issue. "Thi=
s=0D
> document doesn't cite X" isn't an issue. Is there something specific th=
at=0D
> is in RFC 8085 that is needed to address an issue?=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you are subscribed to this thread.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/3244?email_source=3Dnotif=
ications&email_token=3DACUOBVADNJN5BK3OKBWCPQLQUIEHFA5CNFSM4JOIEOC2YY3PNV=
WWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI#issuecommen=
t-554836389>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/ACUOBVBMGGR3BJENIZRX=
3PDQUIEHFANCNFSM4JOIEOCQ>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-554840758=

----==_mimepart_5dd2163069fed_3b3e3feab54cd96812940b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I suspect what I have in PR 3248 (<br>=0D
https://github.com/quicwg/base-drafts/pull/3248) ought to address this. I=
<br>=0D
think Gorry wanted to have normative reference for congestion control<br>=
=0D
conformance.<br>=0D
<br>=0D
On Mon, Nov 18, 2019 at 11:33 AM Martin Thomson &lt;notifications@github.=
com&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; I&#39;m sorry, I perhaps wasn&#39;t clear. This is not stated as an =
issue. &quot;This<br>=0D
&gt; document doesn&#39;t cite X&quot; isn&#39;t an issue. Is there somet=
hing specific that<br>=0D
&gt; is in RFC 8085 that is needed to address an issue?<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you are subscribed to this thread.<br=
>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/3244?email_source=3D=
notifications&amp;email_token=3DACUOBVADNJN5BK3OKBWCPQLQUIEHFA5CNFSM4JOIE=
OC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJCDJI#is=
suecomment-554836389&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ACUOBVBMGGR3BJ=
ENIZRX3PDQUIEHFANCNFSM4JOIEOCQ&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3244?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKYI7EOQS3MVANGHCWLQUIG3BA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDFNQ#issuecomment-554840758">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJKYJCOWUDA7PHSBWOETQUIG3BANCNFSM4JOIEOCQ">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK67O2CYX5IQQ3QDNYDQUIG3=
BA5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEEJDFNQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKYI7EOQS3MVANGHCWLQUIG3BA5CNFSM4=
JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDFN=
Q#issuecomment-554840758",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=3D=
notifications\u0026email_token=3DAFTOJKYI7EOQS3MVANGHCWLQUIG3BA5CNFSM4JOI=
EOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDFNQ#i=
ssuecomment-554840758",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd2163069fed_3b3e3feab54cd96812940b0--


From nobody Sun Nov 17 19:56:03 2019
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 67A2E12088B for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:55:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p9AlwtIJat8d for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:55:54 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF373120830 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:55:53 -0800 (PST)
Date: Sun, 17 Nov 2019 19:55:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049353; bh=th2LUK2XdL8f2a998/yj+p5UspBuwD8eFe/YA3WvPhM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nvELoPhgnsPa4L1Fa4KsTm/sk3qjgF685FloS0UlFLqAYcm6wbJvnca2LPBb/OZKL A5hG+El8ko/2fbPurUqyEWJ0XXuzGMlMxO4/4JlkrxrwjHC5Xv6ZGCrGovDYPxmsYV zvT+q+TwDrwjcn/+tNhNKNCGAEtLipTTDZGIKsCI=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ5XKOXU36OXCUWTZ5335EMTEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c554840822@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd216491d99f_17b53fabd28cd9685415e4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vmM90vf_E4Uf58M_FkXZ9GSnROc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 03:56:02 -0000

----==_mimepart_5dd216491d99f_17b53fabd28cd9685415e4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yup, the issue this address should be marked design.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-554840822
----==_mimepart_5dd216491d99f_17b53fabd28cd9685415e4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yup, the issue this address should be marked design.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK7COI3C2BT6JOPIZCLQUIG4TA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDF5Q#issuecomment-554840822">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY3MX4FKKYRSTSNGVLQUIG4TANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK663X5A6CRBA4FDG3LQUIG4TA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDF5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7COI3C2BT6JOPIZCLQUIG4TA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDF5Q#issuecomment-554840822",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7COI3C2BT6JOPIZCLQUIG4TA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJDF5Q#issuecomment-554840822",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd216491d99f_17b53fabd28cd9685415e4--


From nobody Sun Nov 17 19:56:13 2019
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 918C3120867 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:05 -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, TVD_SPACE_RATIO=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 nNyi65e3JCXY for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:03 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69D771208B5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:56:03 -0800 (PST)
Date: Sun, 17 Nov 2019 19:56:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049363; bh=PSfUiTTxwv4BKin4GVojdJ0XRY8DAw+kjkm8xdT+Exk=; h=Date:From:To:Subject:From; b=HP0/aAnz6r3JIrXQ9QQoi3mCK9EncydiYHDvmf+jAG0kMr3/bpj6RYapE0JR6tUpe +g/tkMLtmN8Xzy0lDC5uVesTqdL3A5LithojAGDk8lAYUCIFa5udBPNc3n6VU9HIub nX+zVbC41LRg2hyxSX0Q+ej1se1zBg3H917yUVp4=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/cc/9ec976-74c57f@github.com>
Subject: [quicwg/base-drafts] 74c57f: Update draft-ietf-quic-recovery.md
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/O7ZhkDt1cTuZVLGHGBZxyaQDswA>
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 Nov 2019 03:56:11 -0000

  Branch: refs/heads/jri/cc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 74c57fbe45516e3c25d24d14f32b358dfa53c321
      https://github.com/quicwg/base-drafts/commit/74c57fbe45516e3c25d24d14f32b358dfa53c321
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

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

Co-Authored-By: ianswett <ianswett@users.noreply.github.com>



From nobody Sun Nov 17 19:56:20 2019
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 C91431208AA for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2hnelW2AaPsz for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:11 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A8AB120876 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:56:11 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 277421203C4 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:56:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049371; bh=AQQft1OfuGJccRcpTzA1ezfcoG37uPpsorU2uFUHxxg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WXoBvR2WyrhDLp4EPSn84l5FG85lmP3TF4qrUyaZuKTIzwbGaNfV8dW00RTDCSiqh sS+OHFMtGXMez29VEvCM3z9K9+ZrUjfTf2d4Fn3jTmTOoW6QnvE+xAa59Sa6FxJoOA LoWADvO9ep8RDub2cmc8u7wZfpDpAkkAqvbN65Ao=
Date: Sun, 17 Nov 2019 19:56:10 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/push/4285879979@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2165ad7883_5e9c3fdb4cacd96c1093811"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oI-gIg34vXCbEzeIiAa72cqax88>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 03:56:18 -0000

----==_mimepart_5dd2165ad7883_5e9c3fdb4cacd96c1093811
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

74c57fbe45516e3c25d24d14f32b358dfa53c321  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248/files/9ec976d809528fb1ca637425f9ef02b455a69d9a..74c57fbe45516e3c25d24d14f32b358dfa53c321

----==_mimepart_5dd2165ad7883_5e9c3fdb4cacd96c1093811
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/74c57fbe45516e3c25d24d14f32b358dfa53c321">74c57fb</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3248/files/9ec976d809528fb1ca637425f9ef02b455a69d9a..74c57fbe45516e3c25d24d14f32b358dfa53c321?email_source=notifications&amp;email_token=AFTOJKZKRUEIKRAOBQROTDDQUIG5VA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DKOBXHE4TOOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4NN5E2W3U3YCJ2HLTQUIG5VANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYBLJWKCGF2OMBUKZLQUIG5VA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DKOBXHE4TOOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248/files/9ec976d809528fb1ca637425f9ef02b455a69d9a..74c57fbe45516e3c25d24d14f32b358dfa53c321?email_source=notifications\u0026email_token=AFTOJKZKRUEIKRAOBQROTDDQUIG5VA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DKOBXHE4TOOI",
"url": "https://github.com/quicwg/base-drafts/pull/3248/files/9ec976d809528fb1ca637425f9ef02b455a69d9a..74c57fbe45516e3c25d24d14f32b358dfa53c321?email_source=notifications\u0026email_token=AFTOJKZKRUEIKRAOBQROTDDQUIG5VA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4DKOBXHE4TOOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd2165ad7883_5e9c3fdb4cacd96c1093811--


From nobody Sun Nov 17 19:56:50 2019
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 44434120826 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:49 -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 At5LMvUwwK6G for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 19:56:47 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46C42120824 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:56:47 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 742FA2C0DFE for <quic-issues@ietf.org>; Sun, 17 Nov 2019 19:56:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049406; bh=TTL8gA8N9Y0s/7EFujW30R4P23P9yKJLCIxo517TqrE=; h=Date:From:To:Subject:From; b=RGPeO5qV46oGYQrweCzCaQvnPhnTI0wh7gf9MZyySRwypTesX/UlXc3umevjQyASk qzQ0TtHOlg0P6G+ylFKRA6BQb3IfnNvOcw/dxjAvz79/4wQ6g80YQpPgTeYTH6JZiz rs1kHO0rAQEeVLXRsXvLrM3XvxYJOpATNrmEzH1k=
Date: Sun, 17 Nov 2019 19:56:46 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c726be-1e8198@github.com>
Subject: [quicwg/base-drafts] 1e8198: Script updating gh-pages from 74c57fbe. [ci skip]
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/xIoeVNU11bnkoC8qMIrlwE8iT4o>
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 Nov 2019 03:56:49 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1e81987e6ce8960c7d9e7142acd7dcee26ebc0b0
      https://github.com/quicwg/base-drafts/commit/1e81987e6ce8960c7d9e7142acd7dcee26ebc0b0
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M index.html
    M jri/cc/draft-ietf-quic-http.html
    M jri/cc/draft-ietf-quic-http.txt
    M jri/cc/draft-ietf-quic-invariants.html
    M jri/cc/draft-ietf-quic-invariants.txt
    M jri/cc/draft-ietf-quic-qpack.html
    M jri/cc/draft-ietf-quic-qpack.txt
    M jri/cc/draft-ietf-quic-recovery.html
    M jri/cc/draft-ietf-quic-recovery.txt
    M jri/cc/draft-ietf-quic-tls.html
    M jri/cc/draft-ietf-quic-tls.txt
    M jri/cc/draft-ietf-quic-transport.html
    M jri/cc/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 74c57fbe. [ci skip]



From nobody Sun Nov 17 20:04:42 2019
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 56BD1120876 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:04:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8ccb_CSHiWHF for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:04:35 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C6B051208BF for <quic-issues@ietf.org>; Sun, 17 Nov 2019 20:04:34 -0800 (PST)
Date: Sun, 17 Nov 2019 20:04:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574049874; bh=hnn3QwhyXE4WJbcx8MIdwhi31mqJobPrPR4ZV+ImtTE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=OdOYftOy4YwlJwYzcOJuvVqZ3X8vMTOtmRIMsNAucUNmRzo3q0Mfc3gAPyKO+Mhjx nZcv/6SauctLfYoUdfRfPli9w0yLP9bgXJ5Fp1PKd6iTKthnV5yRJIeQTCltkU6qaZ vtopNw/89HfSCNb0EVLZtyOLULgtNoHr413PkMh0=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3YJYIFZJQSIFKBW4N335FNFEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255@github.com>
Subject: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd21852254d2_68463fa191ecd96c15147a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rmarx
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QNVDOCd-TRk2bMMSJpzMbwmbeuI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 04:04:42 -0000

----==_mimepart_5dd21852254d2_68463fa191ecd96c15147a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Following a discussion on Slack (cc @jlaine, @nibanks, @rpaulo ), I feel a clarification might be needed on how/which INITIAL packets should be padded to 1200 bytes.

E.g.,  https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-8.1 states:

> Clients MUST ensure that UDP datagrams containing Initial packets
   have UDP payloads of at least 1200 bytes, adding padding to packets
   in the datagram as necessary.

Some people (cc @nibanks) interpret this to mean ALL packets containing initials should be padded (e.g., also an initial ACK from the client to the server) and not just the first initials with crypto data from the client. 

However, https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-14 somewhat contradicts/restates this:

> The payload of a UDP datagram carrying the first Initial packet MUST
   be expanded to at least 1200 bytes, by adding PADDING frames to the
   Initial packet and/or by coalescing the Initial packet (see
   Section 12.2).

@nibanks said he feels this should be removed/restated.

I personally don't know why ALL initials should be padded outside of the first flight... @nibanks mentioned the stateless LB use case, where they could drop all initials < 1200 bytes, though I'm not sure why a LB would do this... @rpaulo mentioned that padding the client's initial ACKs gives additional allowance towards the 3X amplification factor limit, but as those intitial ACKS will arrive with/close to the client's first handshake packet (which validates the path, IIUC, https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-8.1). 

Either way, I feel the text should be tightened to clarify the intended use.
Full disclosure: we're working on some dirty stuff that spoofs/abuses QUIC initials to carry in-band metadata, so we'd really not like intermediaries dropping < 1200 byte initials by default. 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255
----==_mimepart_5dd21852254d2_68463fa191ecd96c15147a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Following a discussion on Slack (cc <a class=3D"user-mention" data-hov=
ercard-type=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D1567624"=
 data-octo-click=3D"hovercard-link-click" data-octo-dimensions=3D"link_ty=
pe:self" href=3D"https://github.com/jlaine">@jlaine</a>, <a class=3D"user=
-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/hovercards?=
user_id=3D20663557" data-octo-click=3D"hovercard-link-click" data-octo-di=
mensions=3D"link_type:self" href=3D"https://github.com/nibanks">@nibanks<=
/a>, <a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercar=
d-url=3D"/hovercards?user_id=3D1491286" data-octo-click=3D"hovercard-link=
-click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.co=
m/rpaulo">@rpaulo</a> ), I feel a clarification might be needed on how/wh=
ich INITIAL packets should be padded to 1200 bytes.</p>
<p>E.g.,  <a href=3D"https://tools.ietf.org/html/draft-ietf-quic-transpor=
t-24#section-8.1" rel=3D"nofollow">https://tools.ietf.org/html/draft-ietf=
-quic-transport-24#section-8.1</a> states:</p>
<blockquote>
<p>Clients MUST ensure that UDP datagrams containing Initial packets<br>
have UDP payloads of at least 1200 bytes, adding padding to packets<br>
in the datagram as necessary.</p>
</blockquote>
<p>Some people (cc <a class=3D"user-mention" data-hovercard-type=3D"user"=
 data-hovercard-url=3D"/hovercards?user_id=3D20663557" data-octo-click=3D=
"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"ht=
tps://github.com/nibanks">@nibanks</a>) interpret this to mean ALL packet=
s containing initials should be padded (e.g., also an initial ACK from th=
e client to the server) and not just the first initials with crypto data =
from the client.</p>
<p>However, <a href=3D"https://tools.ietf.org/html/draft-ietf-quic-transp=
ort-24#section-14" rel=3D"nofollow">https://tools.ietf.org/html/draft-iet=
f-quic-transport-24#section-14</a> somewhat contradicts/restates this:</p=
>
<blockquote>
<p>The payload of a UDP datagram carrying the first Initial packet MUST<b=
r>
be expanded to at least 1200 bytes, by adding PADDING frames to the<br>
Initial packet and/or by coalescing the Initial packet (see<br>
Section 12.2).</p>
</blockquote>
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/hovercards?user_id=3D20663557" data-octo-click=3D"hovercard-link-=
click" data-octo-dimensions=3D"link_type:self" href=3D"https://github.com=
/nibanks">@nibanks</a> said he feels this should be removed/restated.</p>=

<p>I personally don't know why ALL initials should be padded outside of t=
he first flight... <a class=3D"user-mention" data-hovercard-type=3D"user"=
 data-hovercard-url=3D"/hovercards?user_id=3D20663557" data-octo-click=3D=
"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=3D"ht=
tps://github.com/nibanks">@nibanks</a> mentioned the stateless LB use cas=
e, where they could drop all initials &lt; 1200 bytes, though I'm not sur=
e why a LB would do this... <a class=3D"user-mention" data-hovercard-type=
=3D"user" data-hovercard-url=3D"/hovercards?user_id=3D1491286" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/rpaulo">@rpaulo</a> mentioned that padding the c=
lient's initial ACKs gives additional allowance towards the 3X amplificat=
ion factor limit, but as those intitial ACKS will arrive with/close to th=
e client's first handshake packet (which validates the path, IIUC, <a hre=
f=3D"https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-8.1=
" rel=3D"nofollow">https://tools.ietf.org/html/draft-ietf-quic-transport-=
24#section-8.1</a>).</p>
<p>Either way, I feel the text should be tightened to clarify the intende=
d use.<br>
Full disclosure: we're working on some dirty stuff that spoofs/abuses QUI=
C initials to carry in-band metadata, so we'd really not like intermediar=
ies dropping &lt; 1200 byte initials by default.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3255?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK7NSOWGOWONZOFFABLQUIH5FA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFUVEXG43VM=
WVGG33NNVSW45C7NFSM4HZ5O3UA">view it on GitHub</a>, or <a href=3D"https:/=
/github.com/notifications/unsubscribe-auth/AFTOJK3PIBTGVL3HFJ2PN6DQUIH5FA=
NCNFSM4JONYYYA">unsubscribe</a>.<img src=3D"https://github.com/notificati=
ons/beacon/AFTOJKYOP3QEKD4S4UTR7DLQUIH5FA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4=
DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ5O3UA.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK7NSOWGOWONZOFFABLQUIH5FA5CNFSM4=
JONYYYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ5O3UA",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=3D=
notifications\u0026email_token=3DAFTOJK7NSOWGOWONZOFFABLQUIH5FA5CNFSM4JON=
YYYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ5O3UA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5dd21852254d2_68463fa191ecd96c15147a2--


From nobody Sun Nov 17 20:45:49 2019
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 4B8FC120839 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:45:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xmH_By0ZzNxv for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:45:45 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 756B6120096 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 20:45:45 -0800 (PST)
Date: Sun, 17 Nov 2019 20:45:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574052344; bh=1VvS9fa9hkgCqmsVdr0MMETwxZsttnVJCfyQBIPhGkg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FEzbvCx1UVSoSz61qC04oWFI79vk9+iwju0bZuxJR7C8pxsPG5CpwGb6EwyR04R4L a3vOVQ3knMkwFLtfejo+7NWuJdR0+cWN3CTgAmWZ4QcUzBOIuC3gNF2HSrVto9NR4R 1QXMA7ogXWQrHzVjmEjjN56jBYRklMs68o4jXTgw=
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK246CWCTEID7KZCYQN335KHREVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318097655@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd221f8907b8_63b93fe32aecd964137158e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VKkA2qb5Ouh3yhGaXb1rySTyDB8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 04:45:48 -0000

----==_mimepart_5dd221f8907b8_63b93fe32aecd964137158e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

I believe the basic intention of RFC3465 (section 2.3) is limiting cwnd *increase* during slow start per ACK,  (e.g. one ACK acknowledges 4 MSS --> only increase cwnd by 2 MSS, not 4 MSS), not resetting cwnd. If cwnd is reset to 2xMSS, it is basically same to idle timeout scenario.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347199932
----==_mimepart_5dd221f8907b8_63b93fe32aecd964137158e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347199932">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>I believe the basic intention of RFC3465 (section 2.3) is limiting cwnd <em>increase</em> during slow start per ACK,  (e.g. one ACK acknowledges 4 MSS --&gt; only increase cwnd by 2 MSS, not 4 MSS), not resetting cwnd. If cwnd is reset to 2xMSS, it is basically same to idle timeout scenario.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK7IHU7A6SIAGCYVZ4DQUIMXRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL24R5Y#discussion_r347199932">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5EA6NK6PIPRWH4WHTQUIMXRANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZYBVHHWXQX62JOBTQUIMXRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL24R5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK7IHU7A6SIAGCYVZ4DQUIMXRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL24R5Y#discussion_r347199932",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK7IHU7A6SIAGCYVZ4DQUIMXRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL24R5Y#discussion_r347199932",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd221f8907b8_63b93fe32aecd964137158e--


From nobody Sun Nov 17 20:48:33 2019
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 7626B120839 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:48:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 y2Op_HOsMH8t for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 20:48:29 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2438120857 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 20:48:28 -0800 (PST)
Date: Sun, 17 Nov 2019 20:48:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574052508; bh=H6BofCa/tkUp36w4mvbiKFbRIpKqMz8/Y7AqqTiaUR8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GLPY02+M1dyvjDdAdJvKKoeJbeAnyaVuKYv5Zrw4EZyfFof5h9eBa1P9z4KKz+Tus ALKbz6WS1vbJfNaUJNbaImvj9TY4xqCjpdYqIWOnIY+O7CmxOCYbhbez771xFUzX+3 H5dTBDL+MBv0BC/cgnz5p6H6aYUgX3+8Jjv06ZI0=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4GAHNV4ZEDLEB7IWV335KRZEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554849445@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2229c4708a_3b573f7edeecd960108155b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7_q272M7WdjiUtT0zOh7felleoM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 04:48:30 -0000

----==_mimepart_5dd2229c4708a_3b573f7edeecd960108155b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"Some people (cc @nibanks) interpret this to mean ALL packets containing initials should be padded"

This matches my interpretation and sounds simple and straightforward.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554849445
----==_mimepart_5dd2229c4708a_3b573f7edeecd960108155b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"Some people (cc <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20663557" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a>) interpret this to mean ALL packets containing initials should be padded"</p>
<p>This matches my interpretation and sounds simple and straightforward.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK6YPPU3LFMHT55FH6TQUINBZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJFJJI#issuecomment-554849445">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4KPYZXIVXNWVBI6KLQUINBZANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3IZ7S4EQ7P5TCGNILQUINBZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJFJJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK6YPPU3LFMHT55FH6TQUINBZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJFJJI#issuecomment-554849445",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK6YPPU3LFMHT55FH6TQUINBZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJFJJI#issuecomment-554849445",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2229c4708a_3b573f7edeecd960108155b--


From nobody Sun Nov 17 21:52:23 2019
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 32EEC120880 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 21:52:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JBP4F-iSVNmc for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 21:52:19 -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 737B212086C for <quic-issues@ietf.org>; Sun, 17 Nov 2019 21:52:19 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 91AF48C044D for <quic-issues@ietf.org>; Sun, 17 Nov 2019 21:52:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574056338; bh=OXmLmBfbIiRojW9Rx/adMprAXGVLL2E3tdSMtKffcE8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QqLBn7L89vYxAFIAQ8D6XTFNuNuCo0AYZRNdx9TPdrhBZkOU6zNlExX+EL32e8weV lrQbie8bAS3sH9RK4B/KYECYCpv2U91kXwRJcKBMrI6IZGDjFX519dK6J8hTdMO9g4 ZgVOMCHzUTiChuheQ9FVdNUQnjb8gpmfzD7tv7ns=
Date: Sun, 17 Nov 2019 21:52:18 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3C4PT4FMKRWNIBFZ5335SBFEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554863484@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2319281a07_2c1a3fea452cd96c13723d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8zKF5tjjKFMdXh7ZUifCo617tLU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 05:52:21 -0000

----==_mimepart_5dd2319281a07_2c1a3fea452cd96c13723d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes. We have the consensus to require *every* datagram containing an Initial packet to be padded. See #2522.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554863484
----==_mimepart_5dd2319281a07_2c1a3fea452cd96c13723d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes. We have the consensus to require <em>every</em> datagram containing an Initial packet to be padded. See <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="421314778" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2522" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2522/hovercard" href="https://github.com/quicwg/base-drafts/issues/2522">#2522</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK52C537D574AXXCRSDQUIURFA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJIW7A#issuecomment-554863484">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2APY6NDKUOA7ZX3X3QUIURFANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5EXT6BRZLCEL4JF3LQUIURFA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJIW7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK52C537D574AXXCRSDQUIURFA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJIW7A#issuecomment-554863484",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK52C537D574AXXCRSDQUIURFA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJIW7A#issuecomment-554863484",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2319281a07_2c1a3fea452cd96c13723d--


From nobody Sun Nov 17 21:59:29 2019
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 53555120914 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 21:59:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2FvQRIAM-016 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 21:59:22 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DAEB11208BE for <quic-issues@ietf.org>; Sun, 17 Nov 2019 21:59:21 -0800 (PST)
Date: Sun, 17 Nov 2019 21:59:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574056761; bh=OCvHAPtVQrznlsp+LdpGhfeojycIellXsUygZBNDiVw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WL1onnCBoGfbzIKJB2/Tv8YbgVx4tHydMbPc60WSwMKZhiolQUOEL0M/vcu6FnWgG /KIe9EyssgkpSRgejUQ+PIaBI7buIShYCn3VCZnvc/bkdjJRhhtLkjpAlLXpnwDnz1 Zg32+xO0vQ3keBcuZA8GPS5JCf0Lx5M8EI6nE+CI=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZVHKSFYKQS7277TAV335S3TEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554865374@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23339d17d_15a83fd2514cd96c66619"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EZ4CshunKlIEIrUoKyZvzP-7f3Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 05:59:26 -0000

----==_mimepart_5dd23339d17d_15a83fd2514cd96c66619
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To clarify, section 8.1 talks about client Initials.  @RyanAtGoogle at @kazuho are you saying all datagrams containing client Initial packets or all datagrams containing Initial packets?

I think there are some uses for non-padded server to client Initials, such as a CONNECTION_CLOSE.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554865374
----==_mimepart_5dd23339d17d_15a83fd2514cd96c66619
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To clarify, section 8.1 talks about client Initials.  <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=19561162" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RyanAtGoogle">@RyanAtGoogle</a> at <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> are you saying all datagrams containing client Initial packets or all datagrams containing Initial packets?</p>
<p>I think there are some uses for non-padded server to client Initials, such as a CONNECTION_CLOSE.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJKYAQLJJ6VN5Y646Q4DQUIVLTA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJJFXQ#issuecomment-554865374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZZXRONRRHUCUXBQ23QUIVLTANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYP32IT6CLMTTUBYSLQUIVLTA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJJFXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYAQLJJ6VN5Y646Q4DQUIVLTA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJJFXQ#issuecomment-554865374",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYAQLJJ6VN5Y646Q4DQUIVLTA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJJFXQ#issuecomment-554865374",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23339d17d_15a83fd2514cd96c66619--


From nobody Sun Nov 17 22:25:23 2019
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 D1EDF1208AA for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:25:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 LvJSz67u3LBY for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:25:20 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 910DE12089E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:25:20 -0800 (PST)
Date: Sun, 17 Nov 2019 22:25:19 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058319; bh=oJQLvnTNSxdG9eX40Xcjjz5UbWC7MJH1Nw7udPjCQqM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DURDh6/lxJ7UUw54acf+pV1F6yCwUtXtS0Y0CxeoRxWrL33ESpxf8rzhVO1DdQiac H16Hpa48UHGuBsb54QrsQDHdQme/FUkJo3QeYr+3/UF7j4+XNusGj0sNE2C/rcK+dl 0slkoErOXeCOgLVJZGB93q8ezi19D2HkR8ahzknE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4VMZXNPXMHWBGGOBF335V47EVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/review/318118103@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2394fd661e_62f73fab28ccd9649573a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9NtsvxQofz3Tu8PA4JRk-mlPVd0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:25:22 -0000

----==_mimepart_5dd2394fd661e_62f73fab28ccd9649573a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#pullrequestreview-318118103
----==_mimepart_5dd2394fd661e_62f73fab28ccd9649573a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJK6EFBVZVWNV7B3MZPTQUIYM7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3BRVY#pullrequestreview-318118103">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZKI6ZRSKWP532URZDQUIYM7ANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6OYKPA62YTOR6UVN3QUIYM7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3BRVY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK6EFBVZVWNV7B3MZPTQUIYM7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3BRVY#pullrequestreview-318118103",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK6EFBVZVWNV7B3MZPTQUIYM7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3BRVY#pullrequestreview-318118103",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2394fd661e_62f73fab28ccd9649573a--


From nobody Sun Nov 17 22:32:09 2019
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 D032512089E for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:32:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pcq_8qktHWiK for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:32:06 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E1601208B5 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:32:06 -0800 (PST)
Date: Sun, 17 Nov 2019 22:32:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058725; bh=w87e4l05Fo4Za1mS3vKuozR5cnW7Kay+zjThLVntTKU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WszbYuj8Vu77KCfwa6kUN9fRqej0gK0R+l3ztEKCZXWJkwc3Okjig+7se7nFJOxY9 GyAA71fmkjCGAEqh1vu8FvMzUrxwr75kt27gX4aj+JVo1dK6iUjaivwuS+qLXeDNlx kX1nK0v6eYmuBoyrBUfkAlUYO5mKzOlKbbDBVBIQ=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4LROXZMXDQRJPEQOF335WWLEVBNHHB6OUJ5U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3242/review/318119756@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3242@github.com>
References: <quicwg/base-drafts/pull/3242@github.com>
Subject: Re: [quicwg/base-drafts] ECN editorial (#3242)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23ae5ce79b_1aa3fb3652cd9601035ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GjJbvfLiHRk3pIBWUteunNCdOug>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:32:08 -0000

----==_mimepart_5dd23ae5ce79b_1aa3fb3652cd9601035ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.

Lgtm



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3242#pullrequestreview-318119756
----==_mimepart_5dd23ae5ce79b_1aa3fb3652cd9601035ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>

<p>Lgtm</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications&amp;email_token=AFTOJK247O5M5CNER2ATIQLQUIZGLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3B6TA#pullrequestreview-318119756">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6AOGHTS7J7LUDG5JLQUIZGLANCNFSM4JOIARYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6UGXBDMCH3Z7UGHBLQUIZGLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3B6TA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJK247O5M5CNER2ATIQLQUIZGLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3B6TA#pullrequestreview-318119756",
"url": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJK247O5M5CNER2ATIQLQUIZGLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3B6TA#pullrequestreview-318119756",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23ae5ce79b_1aa3fb3652cd9601035ae--


From nobody Sun Nov 17 22:34:03 2019
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 9F8F71208AC for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:34:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 c92ur0_Wp2Qn for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:34:00 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09C0812089E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:34:00 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 5CBD16E0D02 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:33:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058839; bh=qXUcUzhboMgd/CQp5+DcMGu4/fii+tgfc4gz3WJzvL8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SQr+StMDagtyTwLvW/UJZi9hKvQYH/BrHjyWpLF+8YRvGAxjopDChLMNB/VwsBZjn oW0Ul2BCyAwVPL7I8FLvKI/lG2+kTEmSICpiQjawHWe6RQ4uUe8EcLOoxvZieSVtX0 BygozsfHpl/33oNchY/4qBwcD77dgNavTQR9wiFU=
Date: Sun, 17 Nov 2019 22:33:59 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7KX3SETUBMBOIBLC5335W5PEVBNHHB6PQ4TQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3256@github.com>
Subject: [quicwg/base-drafts] Packet reordering thresholds less than 3 are not sufficiently reordering tolerant (#3256)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23b574de89_17ea3fe697ecd96c28105"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bb61wmwxoTEASSXfhAQRBaY8pJ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:34:02 -0000

----==_mimepart_5dd23b574de89_17ea3fe697ecd96c28105
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Gorry suggested that the QUIC recovery draft should specifically recommend against packet reordering thresholds less than 3 because it will not be sufficiently tolerant of real-world reordering.

Pull #3240 already created.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3256
----==_mimepart_5dd23b574de89_17ea3fe697ecd96c28105
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Gorry suggested that the QUIC recovery draft should specifically recommend against packet reordering thresholds less than 3 because it will not be sufficiently tolerant of real-world reordering.</p>
<p>Pull <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523928346" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3240" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3240/hovercard" href="https://github.com/quicwg/base-drafts/pull/3240">#3240</a> already created.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications&amp;email_token=AFTOJK5DOKLDCSIROATYUDLQUIZNPA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6DSOA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3K5X7KE46AZNA6KH3QUIZNPANCNFSM4JOOYGUQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYJE5I6IOIWZPXONO3QUIZNPA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6DSOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications\u0026email_token=AFTOJK5DOKLDCSIROATYUDLQUIZNPA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6DSOA",
"url": "https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications\u0026email_token=AFTOJK5DOKLDCSIROATYUDLQUIZNPA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6DSOA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23b574de89_17ea3fe697ecd96c28105--


From nobody Sun Nov 17 22:35:09 2019
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 5F016120877 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:35:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GEHFseGYOeTS for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:35:06 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F1771200B3 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:35:06 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 6B700A05FF for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:35:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058905; bh=zB3XJE9zpfcF55u+q7Z1jC2eVr3IXl2mPPUM92A5soY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BnniOunbEwzdcwbH0K/PN9QofqZvIPRXxEZaFDWGrP9uO9aO0bt4QRCcr7cinC6/V JUalWukB35dvASaZYJsUUv6v/0OQ4AKua6TGU3eYujdvBGh4N8ir2x0ffSmrvQfhf1 IKWu4C6Dmo357brFjjgFOjISfmwqnJ2B1XmD4MIA=
Date: Sun, 17 Nov 2019 22:35:05 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ6XUJWXSI42J7HHCN335XBTEVBNHHB6PQ4TQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3256/554873415@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3256@github.com>
References: <quicwg/base-drafts/issues/3256@github.com>
Subject: Re: [quicwg/base-drafts] Packet reordering thresholds less than 3 are not sufficiently reordering tolerant (#3256)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23b995c653_2c1e3fea452cd96c878cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UsFCipLvz-wcMenW0Bh2gTO5RTo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:35:07 -0000

----==_mimepart_5dd23b995c653_2c1e3fea452cd96c878cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

FWIW, I think this is likely design because it adds a SHOULD NOT, but it also doesn't substantively change the existing recommendation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3256#issuecomment-554873415
----==_mimepart_5dd23b995c653_2c1e3fea452cd96c878cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>FWIW, I think this is likely design because it adds a SHOULD NOT, but it also doesn't substantively change the existing recommendation.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications&amp;email_token=AFTOJK4WSVTDPMWV33APXOLQUIZRTA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLERY#issuecomment-554873415">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67KNJHPFTHJ24VF2TQUIZRTANCNFSM4JOOYGUQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK66ITH5R5UPYF2FIGDQUIZRTA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLERY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications\u0026email_token=AFTOJK4WSVTDPMWV33APXOLQUIZRTA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLERY#issuecomment-554873415",
"url": "https://github.com/quicwg/base-drafts/issues/3256?email_source=notifications\u0026email_token=AFTOJK4WSVTDPMWV33APXOLQUIZRTA5CNFSM4JOOYGU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLERY#issuecomment-554873415",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23b995c653_2c1e3fea452cd96c878cc--


From nobody Sun Nov 17 22:35:47 2019
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 9DC2F120877 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:35:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gKeCTol0BI5K for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:35:44 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 299081200B3 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:35:44 -0800 (PST)
Date: Sun, 17 Nov 2019 22:35:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058943; bh=36g+5nFCNNOZMwwJCRZWzy+oYqljz0NrdAikPJQ+6Qs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QDpVR7iEEhZMLQc0sxUuLfgopS8lyF9F6KY8xWX/zegZ6rNQiJNslGYgNGvSgGYD8 Ybiml4gzB3/xYewTClwBAebWRgv19qS1hIpm05z3bgQ7PPiRFYUhFBa7V2oybjZ5Zy DzpQ5vUN9hrTK8Sfj6eFOCHP5ONLG2f8KCCww76g=
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2OCLZXT3YMNABHM7N335XD7EVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554873537@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23bbf1607f_511d3fbe94ccd96c10996"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rmarx
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nww1U_hkNb8WIr2bN-bb8BoLxQQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:35:46 -0000

----==_mimepart_5dd23bbf1607f_511d3fbe94ccd96c10996
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I also meant client-sent initials. Though, I assume for asymmetric PMTU reasons, the server's initials should also be 1200+ bytes?

IIUC correctly from the comments above: requiring client initial ACKs to also be 1200+ is mainly out of convenience/consistency (#2522)?  In that case, the text in section 14 should indeed be updated to make that more clear? I can submit a PR for that. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554873537
----==_mimepart_5dd23bbf1607f_511d3fbe94ccd96c10996
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I also meant client-sent initials. Though, I assume for asymmetric PMTU reasons, the server's initials should also be 1200+ bytes?</p>
<p>IIUC correctly from the comments above: requiring client initial ACKs to also be 1200+ is mainly out of convenience/consistency (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="421314778" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2522" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2522/hovercard" href="https://github.com/quicwg/base-drafts/issues/2522">#2522</a>)?  In that case, the text in section 14 should indeed be updated to make that more clear? I can submit a PR for that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK3WYPL2TKGZEBDIIYDQUIZT7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLFQI#issuecomment-554873537">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYH7OJWJSEHYCFVAITQUIZT7ANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYITN5UBOBSY244BK3QUIZT7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLFQI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK3WYPL2TKGZEBDIIYDQUIZT7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLFQI#issuecomment-554873537",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK3WYPL2TKGZEBDIIYDQUIZT7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJLFQI#issuecomment-554873537",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23bbf1607f_511d3fbe94ccd96c10996--


From nobody Sun Nov 17 22:36:42 2019
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 97F201208B5 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:41 -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 PgklzmnvvxFN for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:40 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49BD212089E for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:36:40 -0800 (PST)
Date: Sun, 17 Nov 2019 22:36:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574058999; bh=pPE7jS2cPhBswcDoDG1qR5RosPPRQ/Gl+AlnnpX3+s4=; h=Date:From:To:Subject:From; b=Ti0HBRNSeoQ0QatEbkXfCEeJc+Smf4blUXwY9P6DpniS5Fwz6UQBPU+7SWDX+5cNl 2MWTR3+U1Cl64OPEvumxlphffLYcBhOzU9iy6FmCNtrPxDh+1g+0tVjnGRaSjNso3p omOJa9DnW9zClg1M1c78iNPVCI8qrDcKABuVKhZs=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/08f96e-dfa1d1@github.com>
Subject: [quicwg/base-drafts] c52cd4: ECN editorial
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/zV57Fqw7P8IcTS4QTbGDPynTvXQ>
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 Nov 2019 06:36:41 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08
      https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  ECN editorial

>From Gorry's comments


  Commit: dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
      https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3242 from quicwg/ianswett-ecn-editorial

ECN editorial


Compare: https://github.com/quicwg/base-drafts/compare/08f96e3da48f...dfa1d15b6727


From nobody Sun Nov 17 22:36:48 2019
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 38F361208BD for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:43 -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, TVD_SPACE_RATIO=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 f1SMV3rVKY27 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:40 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3CE11208AC for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:36:40 -0800 (PST)
Date: Sun, 17 Nov 2019 22:36:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574059000; bh=c9GZcAVpgqRNctF5OfR/ur2a9OG45m7WRefUZyZ5PZo=; h=Date:From:To:Subject:From; b=L4AACOrOCeZOOo24eotTJjb0/4SGnHBx6+oDFd99LEYpdWZMVg0YNEX+axZwa2bvk cdpfJntZVCYKjmarmWObkhLfnblOy3k5u44QN4kK9VSbLKm8iuLNwbZn6LUTEsDixT djYlzt3qjfH1NjLTEYpLrcSqub8Niarc2G9yHUCM=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-ecn-editorial/c52cd4-000000@github.com>
Subject: [quicwg/base-drafts]
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/drI2ebm9W-F9_JApNS7uGEHhGXo>
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 Nov 2019 06:36:43 -0000

  Branch: refs/heads/ianswett-ecn-editorial
  Home:   https://github.com/quicwg/base-drafts


From nobody Sun Nov 17 22:36:56 2019
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 D2D491208B5 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VYdaiDHvEwU0 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:36:53 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABC581208AC for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:36:53 -0800 (PST)
Date: Sun, 17 Nov 2019 22:36:53 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574059013; bh=H48hOD2/Bc1diQevmQBndf+VX3n3QlNyYB2vU1jK20I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VlQSdbJgToDevVI6BEVG/hyfLwYrSRuYpP3hvQTqNW4x/VywjLuUKUXKJeUDc9Da5 dHdh9A1ZBhzvxOgGzseXYshHix1R9OxqSKLVYmrN/RftuNx7Os18szqQcgovZ1rSAC kR8H6wJaZH0VsN/nLHtGVKMOf6F0HirSQYnEKwd0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7CEDRLGXPVGCE23VV335XILEVBNHHB6OUJ5U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3242/issue_event/2806309169@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3242@github.com>
References: <quicwg/base-drafts/pull/3242@github.com>
Subject: Re: [quicwg/base-drafts] ECN editorial (#3242)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23c054f61_6ed93fbd7fccd964199343"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5nY6_ierWqZSxnXnupWX-huFoi4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:36:55 -0000

----==_mimepart_5dd23c054f61_6ed93fbd7fccd964199343
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3242 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3242#event-2806309169
----==_mimepart_5dd23c054f61_6ed93fbd7fccd964199343
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523930093" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3242" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3242/hovercard" href="https://github.com/quicwg/base-drafts/pull/3242">#3242</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications&amp;email_token=AFTOJK52VVQVTYYZ34KQMF3QUIZYLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU5COCMI#event-2806309169">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK62OXZTOVMCNCESFLDQUIZYLANCNFSM4JOIARYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3YIBEJXZT342EYWU3QUIZYLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU5COCMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJK52VVQVTYYZ34KQMF3QUIZYLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU5COCMI#event-2806309169",
"url": "https://github.com/quicwg/base-drafts/pull/3242?email_source=notifications\u0026email_token=AFTOJK52VVQVTYYZ34KQMF3QUIZYLA5CNFSM4JOIARYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU5COCMI#event-2806309169",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23c054f61_6ed93fbd7fccd964199343--


From nobody Sun Nov 17 22:37:31 2019
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 4A8F512089E for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:37:30 -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 C1HjO3ijBGZu for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:37:29 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B7A51200B3 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:37:29 -0800 (PST)
Date: Sun, 17 Nov 2019 22:37:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574059048; bh=LnWipxQ2jXvoO7xg5g6tm7aGzQG3phrreRn1kETz69U=; h=Date:From:To:Subject:From; b=dt6+cAIfROgWJHYalYEKGC8r4ve8x/xeU0Ki+g7BKV6cwkbsyzJ6FLZsJ1aNExMRa VUJkIaVWDuRcBQsjlblv/NEslCGpiBkGvdeNq8NvK+dHlVT09/K4g5IJ8R5HhKB0Kk 3IXfBELc8LqSzGHzHQxqmD/trev7TOJg9cB1Si1I=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/1e8198-c903f4@github.com>
Subject: [quicwg/base-drafts] c903f4: Script updating gh-pages from dfa1d15b. [ci skip]
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/e8QsTp01O7SbkRMqKWwwSOarHWQ>
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 Nov 2019 06:37:30 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c903f4f06cf282df5035f1236e1371e708f61f13
      https://github.com/quicwg/base-drafts/commit/c903f4f06cf282df5035f1236e1371e708f61f13
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from dfa1d15b. [ci skip]



From nobody Sun Nov 17 22:48:30 2019
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 383681208B5 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:48:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4gbW3SHUILBl for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:48:28 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3AC71200B3 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:48:27 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id ED822A098F for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:48:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574059706; bh=i5Ed9WRFaDZ8blTIgHpTvsQfnXLfTOZEgZpX/nAAHt4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IIUnWfl8ePWIDs6+uEOi1dqFbgOGVV6CBXgQRIaDBF+LY9MRoM698V4grpASdiSPh itJHQ+toPn8AaXJLt+7LTbTjnxn7WGSAjY8MK1PYQ5Pkk27SWoUGwsRMMcqRtI17Pr 4jglSlVdGzsM25ryxRoAgfIKqHLOm/0vUeH3toT4=
Date: Sun, 17 Nov 2019 22:48:26 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4UYEI5LMEYDCQVLN335YTVEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554876575@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23ebade6c3_15e23fa3f5ccd96c180589"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/w4J-vG4Zm6xmWp6DiAE2TtRmD_c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:48:29 -0000

----==_mimepart_5dd23ebade6c3_15e23fa3f5ccd96c180589
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@rmarx That is my understanding, and I think that a PR would be very welcome.

To clarify, the following statement in section 8.1 is correct as I understand: _Clients MUST ensure that UDP datagrams containing Initial packets have UDP payloads of at least 1200 bytes, adding padding to packets in the datagram as necessary._.

The text in section 14 seems to be incorrect (likely out-of-date).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554876575
----==_mimepart_5dd23ebade6c3_15e23fa3f5ccd96c180589
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=2240689" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rmarx">@rmarx</a> That is my understanding, and I think that a PR would be very welcome.</p>
<p>To clarify, the following statement in section 8.1 is correct as I understand: <em>Clients MUST ensure that UDP datagrams containing Initial packets have UDP payloads of at least 1200 bytes, adding padding to packets in the datagram as necessary.</em>.</p>
<p>The text in section 14 seems to be incorrect (likely out-of-date).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK5C7JAAPLZ24P3K2E3QUI3DVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJL5HY#issuecomment-554876575">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZRGDD6IURZHHEYZEDQUI3DVANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7KXRBDZBB5CRNLKCTQUI3DVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJL5HY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK5C7JAAPLZ24P3K2E3QUI3DVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJL5HY#issuecomment-554876575",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK5C7JAAPLZ24P3K2E3QUI3DVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJL5HY#issuecomment-554876575",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23ebade6c3_15e23fa3f5ccd96c180589--


From nobody Sun Nov 17 22:51:54 2019
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 2E0BB1200B3 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:51:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 36aCXPl4vR5z for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 22:51:51 -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 C1A0B120089 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:51:50 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 231918C043B for <quic-issues@ietf.org>; Sun, 17 Nov 2019 22:51:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574059910; bh=5CauNbZLqRBl2Bo156S7ln+Ku3i1gaF+4RhL7BDdDxw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HyC2WOZ6hWWD8Z0tedN8zEqjDURWg/0kwkcGZP7LUevsxHZ7bteVAR/bm+cAv6TIc xx++N92o8Z5zVB8iY7cPuWMCUAWoV6uALJGrIG9D2oyfFME9Y2xyS29luJJNSDwD4Q 6bBghHtiteCj6pFnKbTFJz1ELvcnBedyHrcEUZFg=
Date: Sun, 17 Nov 2019 22:51:50 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYTB42OTAZIKU3IFLN335ZANEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/review/318125181@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd23f86146dd_2e5e3fb5fdccd95c23193f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O0DVuyxTV0CFNUR8hJ5eLqikIK4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 06:51:52 -0000

----==_mimepart_5dd23f86146dd_2e5e3fb5fdccd95c23193f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#pullrequestreview-318125181
----==_mimepart_5dd23f86146dd_2e5e3fb5fdccd95c23193f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJKZYYLFFA5HDJCSSQTLQUI3QNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3DI7I#pullrequestreview-318125181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6DELWXJWPAS4LUM4LQUI3QNANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYAQNURX33OYBVN6ZLQUI3QNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3DI7I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZYYLFFA5HDJCSSQTLQUI3QNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3DI7I#pullrequestreview-318125181",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZYYLFFA5HDJCSSQTLQUI3QNA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3DI7I#pullrequestreview-318125181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd23f86146dd_2e5e3fb5fdccd95c23193f--


From nobody Sun Nov 17 23:18:56 2019
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 2364F1208CF for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:18:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eTAg83qgWNPW for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:18:54 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C75661200B3 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:18:53 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id C0125C602D1 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:18:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574061532; bh=gO+rXCEBb1BFzUZG9nXt8rIBDJ/u82BqCIBZfUvU2Uk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SeILb16e72pRTng9q70LN8o8QbqebQYL7I4jDSuFnYdoRJi0ldYrdMN88C4SvHYm/ r+7qiy2E/i21l2+7wTHuC6rc6qrt9LWR4TQvbs+fk34U0yBGYGri3Uw42RzWStNSD4 PWZLAWQjUZ6QzdE4Eif0CRxbPzIk7uxRwOV3LdrI=
Date: Sun, 17 Nov 2019 23:18:52 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3BX5RXFL75SEUGZZF3354FZEVBNHHB6PS5SE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3257@github.com>
Subject: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd245dcb11bf_27ed3fe697ecd96c2248a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/d-fyblB0WsgE9xZ4M7dHaXGhSiY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 07:18:55 -0000

----==_mimepart_5dd245dcb11bf_27ed3fe697ecd96c2248a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The draft says:
> The random selection process SHOULD be designed such that on average the spin bit is disabled for at least one eighth of network paths.

However, given that each endpoint needs to decide for itself whether it is enabling spin bit, it is not exactly clear whether each endpoint SHOULD disable spin bit on at least 1/8 (=12.5%) of connections, or it can assume that the other endpoint is also making a random decision to disable and disable only on 1-sqrt(7/8) (=6.5%) of connections.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3257
----==_mimepart_5dd245dcb11bf_27ed3fe697ecd96c2248a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The draft says:</p>
<blockquote>
<p>The random selection process SHOULD be designed such that on average the spin bit is disabled for at least one eighth of network paths.</p>
</blockquote>
<p>However, given that each endpoint needs to decide for itself whether it is enabling spin bit, it is not exactly clear whether each endpoint SHOULD disable spin bit on at least 1/8 (=12.5%) of connections, or it can assume that the other endpoint is also making a random decision to disable and disable only on 1-sqrt(7/8) (=6.5%) of connections.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications&amp;email_token=AFTOJK5RMEHREFUCWJZ3UILQUI6VZA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6LWIQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3RZDE2THHQ7UKRNHDQUI6VZANCNFSM4JOPEI6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6FJ3IIZDCRDCT4PS3QUI6VZA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6LWIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK5RMEHREFUCWJZ3UILQUI6VZA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6LWIQ",
"url": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK5RMEHREFUCWJZ3UILQUI6VZA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6LWIQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd245dcb11bf_27ed3fe697ecd96c2248a1--


From nobody Sun Nov 17 23:59:01 2019
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 DEE871208E8 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:58:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 G_mZfFOdWroa for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:58:58 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B5AD1200B2 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:58:58 -0800 (PST)
Date: Sun, 17 Nov 2019 23:58:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574063937; bh=IO6hU932v2BjTltbTORmmgvmqZbQaANN1w5LZVRqKVw=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dqhuS3mBEN2E9T+TnoXTn6udWBvtlw3ga1eGJyjA5lgtgUucB9yzXdAftdfpnfY8/ y0QPC6XLtSnJy7pPDnMw37dymGJ8ijnC0RUgYewLE4X5gNlQ4Sz86tXc1FQR9lXwep od2dCGUfTlnfollPkQ59y/6nULr92Wu3dKR75NJg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZWQ3VL5WED6O35BF5336A4DEVBNHHB6PVAQQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3258@github.com>
Subject: [quicwg/base-drafts] Allow CRYPTO_BUFFER_EXCEEEDED error when CRYPTO frame goes beyond 2^62 bytes (#3258)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd24f41645b7_6de03fd4410cd9603203d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7iQsOtqLFKFW8Pd4rQGXin1oRxM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 07:59:00 -0000

----==_mimepart_5dd24f41645b7_6de03fd4410cd9603203d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



When discussing #3027 at Cupertino, we agreed that either of the following two errors can be sent when the payload of the STREAM frame exceeds 2^62 bytes:
* FRAME_ENCODING_ERROR
* FLOW_CONTROL_ERROR

And we've merged PR #3042 that made that change, along with other changes. However, in that PR, we failed to apply the rule that we agreed for SRTEAM frame to CRYPTO frame.

Editors' draft now allows use of FRAME_ENCODING_ERROR for CRYPTO frames, but not CRYPTO_BUFFER_EXCEEDED.

As CRYPTO_BUFFER_EXCEEDED *is* the flow control error for CRYPTO streams, that should be permitted too.

To be fixed by PR #3186.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3258
----==_mimepart_5dd24f41645b7_6de03fd4410cd9603203d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>When discussing <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493128958" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3027" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3027/hovercard" href="https://github.com/quicwg/base-drafts/issues/3027">#3027</a> at Cupertino, we agreed that either of the following two errors can be sent when the payload of the STREAM frame exceeds 2^62 bytes:</p>
<ul>
<li>FRAME_ENCODING_ERROR</li>
<li>FLOW_CONTROL_ERROR</li>
</ul>
<p>And we've merged PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494368063" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3042" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3042/hovercard" href="https://github.com/quicwg/base-drafts/pull/3042">#3042</a> that made that change, along with other changes. However, in that PR, we failed to apply the rule that we agreed for SRTEAM frame to CRYPTO frame.</p>
<p>Editors' draft now allows use of FRAME_ENCODING_ERROR for CRYPTO frames, but not CRYPTO_BUFFER_EXCEEDED.</p>
<p>As CRYPTO_BUFFER_EXCEEDED <em>is</em> the flow control error for CRYPTO streams, that should be permitted too.</p>
<p>To be fixed by PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516961618" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3186" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3186/hovercard" href="https://github.com/quicwg/base-drafts/pull/3186">#3186</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications&amp;email_token=AFTOJK2MLGVPQWQL544JTSLQUJDMDA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6UCCA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6OE23AQKWWRJGZIGDQUJDMDANCNFSM4JOPQCYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GTNFKBDDS6K4ULJLQUJDMDA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6UCCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications\u0026email_token=AFTOJK2MLGVPQWQL544JTSLQUJDMDA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6UCCA",
"url": "https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications\u0026email_token=AFTOJK2MLGVPQWQL544JTSLQUJDMDA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZ6UCCA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd24f41645b7_6de03fd4410cd9603203d3--


From nobody Sun Nov 17 23:59:28 2019
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 7399D1208E8 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:59:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2_87daGbbmkX for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:59:26 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 175601200B2 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:59:26 -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 57E966A076A for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:59:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574063965; bh=UREOBwT5DS9EeHMEsEDPipXf30h8dcgHw+ySGwAEPP8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Zlcrv2+qjgL48X5k6OMrYDsVdRGec9+SnxRSvUWphWCebp+rXXy/e/eMCXyt+c2kx 3VXUPXis0nst9JIyQQbiboNRbcEE5Bri7Bq/HzFEOXmKTDB0ifEIbZoq380VzfbMcF 7Yocu86z/8PhAAaICVtaa9XKx75lX7qM/lVWBLCU=
Date: Sun, 17 Nov 2019 23:59:25 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6YLEAZN4EEEIOIE45336A53EVBNHHB5UBVKI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3186/c554898128@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3186@github.com>
References: <quicwg/base-drafts/pull/3186@github.com>
Subject: Re: [quicwg/base-drafts] allow CRYPTO_BUFFER_EXCEEDED when overflowing a CRYPTO frame (#3186)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd24f5d490d8_5fbb3fef46ecd964560720"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/v7hHwYuTrFD6nmW37whKIFDUFNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 07:59:27 -0000

----==_mimepart_5dd24f5d490d8_5fbb3fef46ecd964560720
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann did as #3258.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3186#issuecomment-554898128
----==_mimepart_5dd24f5d490d8_5fbb3fef46ecd964560720
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> did as <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524198020" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3258" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3258/hovercard" href="https://github.com/quicwg/base-drafts/issues/3258">#3258</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications&amp;email_token=AFTOJK3VHG5TCX5CEMGDSALQUJDN3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJRFUA#issuecomment-554898128">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4EFSTNH5W7DCD3KATQUJDN3ANCNFSM4JIPDOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK53UKANESIKFOVQYW3QUJDN3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJRFUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3VHG5TCX5CEMGDSALQUJDN3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJRFUA#issuecomment-554898128",
"url": "https://github.com/quicwg/base-drafts/pull/3186?email_source=notifications\u0026email_token=AFTOJK3VHG5TCX5CEMGDSALQUJDN3A5CNFSM4JIPDOG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJRFUA#issuecomment-554898128",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd24f5d490d8_5fbb3fef46ecd964560720--


From nobody Mon Nov 18 00:00:00 2019
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 08E491208E8 for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:59:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.383
X-Spam-Level: 
X-Spam-Status: No, score=-6.383 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 M_kmNAWOidkL for <quic-issues@ietfa.amsl.com>; Sun, 17 Nov 2019 23:59:56 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7E73E1200B2 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:59:56 -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 BA1C9521139 for <quic-issues@ietf.org>; Sun, 17 Nov 2019 23:59:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574063994; bh=xTNXRohxIy7u9WV2ec4zomDspyvqBGekB6IZGN8ZUpE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qZRMmcqRp5F4CdYWF0XEU3W2a2ZGnwCFWGvzsXS8CBm92vthnZdn32yQf+LGbwXPH ozrRGaAG3x6SpcQX+3vw8DstSR/GVpJarrANf5lCab+KOPKHvGXjV8v1zpeE6dkR4c wSnO91ephny9Sesk2hJN1p9sGFtzarml62vWZYd8=
Date: Sun, 17 Nov 2019 23:59:54 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4286467973@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd24f7aab83a_5f9e3fef46ecd9642833b3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vqKqTJplRgdP6o59c6soy81aD_8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 07:59:58 -0000

----==_mimepart_5dd24f7aab83a_5f9e3fef46ecd9642833b3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

750caeac14e33b7bfa362d54d4804f6e2be69e5b  no active_connection_id_limit when using zero-length CIDs


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/2473c8b0a7b3834498c159403a6dfca75daaa41e..750caeac14e33b7bfa362d54d4804f6e2be69e5b

----==_mimepart_5dd24f7aab83a_5f9e3fef46ecd9642833b3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/750caeac14e33b7bfa362d54d4804f6e2be69e5b">750caea</a>  no active_connection_id_limit when using zero-length CIDs</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/2473c8b0a7b3834498c159403a6dfca75daaa41e..750caeac14e33b7bfa362d54d4804f6e2be69e5b?email_source=notifications&amp;email_token=AFTOJK2KHQYLT7JKOREYTMTQUJDPVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMNBWG44TOMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK675YDUTWUXC3QDVTLQUJDPVANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5O23UCH6SS2YYCRITQUJDPVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMNBWG44TOMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/2473c8b0a7b3834498c159403a6dfca75daaa41e..750caeac14e33b7bfa362d54d4804f6e2be69e5b?email_source=notifications\u0026email_token=AFTOJK2KHQYLT7JKOREYTMTQUJDPVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMNBWG44TOMY",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/2473c8b0a7b3834498c159403a6dfca75daaa41e..750caeac14e33b7bfa362d54d4804f6e2be69e5b?email_source=notifications\u0026email_token=AFTOJK2KHQYLT7JKOREYTMTQUJDPVA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMNBWG44TOMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd24f7aab83a_5f9e3fef46ecd9642833b3--


From nobody Mon Nov 18 00:00:10 2019
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 BB6991208E8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:00:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ceKAuCHilwdn for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:00:08 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B5C81200B2 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:00:08 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id C4D38A0840 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:00:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574064006; bh=j79eR4fynCF/NJ3c+9FxUHW04A5qqtPmdg/Mtdb4Uw4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fLW6JJq2LJ3+8DwDmhJsFEI9cGd2Ia34GR4+EwzWaGMgl/HvfT76PbIdQt3QQQ4sH wEqpU6zNffqI6ncBf8X9IYUq0GSTASFh0uS9sFuFr2e9VzHHEjzKXze9tRUM3VucLO 1Nh/fF/24N7QihhiZBqNH7/3s9g4OiyXg2dp28g0=
Date: Mon, 18 Nov 2019 00:00:06 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK33RXWCJ5Y6WKKMEN5336BANEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318148765@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd24f86b5e2f_5fc63fb7e1ccd96c28226f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BQnf8Ls3KPm1qdKpUrSxXylvmIM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 08:00:10 -0000

----==_mimepart_5dd24f86b5e2f_5fc63fb7e1ccd96c28226f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -4590,8 +4595,11 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  If the active_connection_id_limit parameter is absent, a default of 2 is
+  assumed. Values below 2 are invalid.

Thanks for catching this. I updated the PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347238838
----==_mimepart_5dd24f86b5e2f_5fc63fb7e1ccd96c28226f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347238838">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,11 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  If the active_connection_id_limit parameter is absent, a default of 2 is
+  assumed. Values below 2 are invalid.
</pre>
<p>Thanks for catching this. I updated the PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK4KMZNWMYRAH2TJQSLQUJDQNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JBHI#discussion_r347238838">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5SICVTUAAQH3263DTQUJDQNANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYHDL2YNUJAJL7G4HLQUJDQNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JBHI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4KMZNWMYRAH2TJQSLQUJDQNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JBHI#discussion_r347238838",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4KMZNWMYRAH2TJQSLQUJDQNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JBHI#discussion_r347238838",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd24f86b5e2f_5fc63fb7e1ccd96c28226f--


From nobody Mon Nov 18 00:04:10 2019
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 CCA151208E9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:04:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 i7hpfPKS9CAP for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:04:07 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33EEC1200B2 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:04:07 -0800 (PST)
Date: Mon, 18 Nov 2019 00:04:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574064246; bh=R+0OTAcMj3daB9Uo5ZdTYhP+md24XTvfKLQmajoJZ8U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L+ZWYNgeXJgy0U+ZBdEfvPtRsBW0nOei45Du2T/5PHd7NpHyMwgKNtn+t+iXZlWz6 8yGaMz7XIe91SL4WAPc9tt/4n4UXItPKRWlkENm/2URoH0zJTCCUnImx/kTi3MQjga WVNeeH9VXieL0ixXseQsT+RUN2SKjgVH9OmaialY=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/push/4286481658@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd250768731c_32b33fcab2acd96c4396a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Tvox7FT2EmhOTLyMzCIyLe4kUZ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 08:04:09 -0000

----==_mimepart_5dd250768731c_32b33fcab2acd96c4396a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

e163adc74a30cf73bdcca5dfd238a10b137b2a4b  apply mt's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145/files/a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe..e163adc74a30cf73bdcca5dfd238a10b137b2a4b

----==_mimepart_5dd250768731c_32b33fcab2acd96c4396a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e163adc74a30cf73bdcca5dfd238a10b137b2a4b">e163adc</a>  apply mt&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3145/files/a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe..e163adc74a30cf73bdcca5dfd238a10b137b2a4b?email_source=notifications&amp;email_token=AFTOJK4QBHG643LIOZJAF3DQUJD7NA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DMNBYGE3DKOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7GFKZDVUJ6A2NTDYLQUJD7NANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5KQM2754Z2YTBIYK3QUJD7NA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DMNBYGE3DKOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145/files/a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe..e163adc74a30cf73bdcca5dfd238a10b137b2a4b?email_source=notifications\u0026email_token=AFTOJK4QBHG643LIOZJAF3DQUJD7NA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DMNBYGE3DKOA",
"url": "https://github.com/quicwg/base-drafts/pull/3145/files/a1df2ca28bfaefc1ec22ca81efe5bb17615b22fe..e163adc74a30cf73bdcca5dfd238a10b137b2a4b?email_source=notifications\u0026email_token=AFTOJK4QBHG643LIOZJAF3DQUJD7NA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTCOBTG43TQN2QOVZWQIZUGI4DMNBYGE3DKOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd250768731c_32b33fcab2acd96c4396a1--


From nobody Mon Nov 18 00:04:29 2019
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 634391208E9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:04:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZHZ7Jh2gOvpQ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:04:25 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A26751200B2 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:04:25 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 8A02AC607C0 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:04:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574064264; bh=UOBqN0sSpbDhL26Z1nJFBJWOhkJWZriVY7scf21oSkY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lGXVu+Zj3gexRvA3litLE157tPfF+Hyu8OzbrWI0zfpYPkZl3UB/3FgTRloFl3iWv AivwpOgKtlnEXIcnnQ6Vc/1+8UcxAgf9oIX9vV92/sOZqxAKGcKLjDBhCNlv9nxGKf AAJjTSwgz4LInNtjKDVLwCtAfHS/a8kaNfU50u10=
Date: Mon, 18 Nov 2019 00:04:24 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2X4BTYKWK7S4DLUVN336BQREVBNHHB475TUU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3145/review/318150456@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3145@github.com>
References: <quicwg/base-drafts/pull/3145@github.com>
Subject: Re: [quicwg/base-drafts] use a HANDSHAKE_DONE frame to drive the handshake to confirmation (#3145)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd250887a670_74843fc452ccd96c204041"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yTmxBGePWTxO2YLiIlDUUo4mzXw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 08:04:27 -0000

----==_mimepart_5dd250887a670_74843fc452ccd96c204041
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -5495,6 +5497,24 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. Servers MUST NOT send a
+HANDSHAKE_DONE frame before completing the handshake.  A server MUST treat
+receipt of a HANDSHAKE_DONE frame as a connection error of type
+PROTOCOL_VIOLATION.
+
+A client MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
+keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by recording

Thanks. I applied your suggestion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3145#discussion_r347240088
----==_mimepart_5dd250887a670_74843fc452ccd96c204041
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3145#discussion_r347240088">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -5495,6 +5497,24 @@ Reason Phrase:
   This SHOULD be a UTF-8 encoded string {{!RFC3629}}.
 
 
+## HANDSHAKE_DONE frame {#handshake-done-frame}
+
+The server uses the HANDSHAKE_DONE frame (type=0x1e) to signal confirmation of
+the handshake to the client.  The HANDSHAKE_DONE frame contains no additional
+fields.
+
+This frame can only be sent by the server. Servers MUST NOT send a
+HANDSHAKE_DONE frame before completing the handshake.  A server MUST treat
+receipt of a HANDSHAKE_DONE frame as a connection error of type
+PROTOCOL_VIOLATION.
+
+A client MAY treat receipt of an acknowledgment for a packet it sent with 1-RTT
+keys as receipt of a HANDSHAKE_DONE frame.  This can be implemented by recording
</pre>
<p>Thanks. I applied your suggestion.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications&amp;email_token=AFTOJK2YJJRGA5L6TVUU7YDQUJEARA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JOOA#discussion_r347240088">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYRPDBRNTQI3XA34VTQUJEARANCNFSM4JEOIBDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY2WJOK2SCTUELJZ73QUJEARA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JOOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2YJJRGA5L6TVUU7YDQUJEARA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JOOA#discussion_r347240088",
"url": "https://github.com/quicwg/base-drafts/pull/3145?email_source=notifications\u0026email_token=AFTOJK2YJJRGA5L6TVUU7YDQUJEARA5CNFSM4JEOIBD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3JOOA#discussion_r347240088",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd250887a670_74843fc452ccd96c204041--


From nobody Mon Nov 18 00:43:17 2019
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 CED371200E5 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:43:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ThnZjn57Pb12 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 00:43:14 -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 08AA51200CE for <quic-issues@ietf.org>; Mon, 18 Nov 2019 00:43:14 -0800 (PST)
Date: Mon, 18 Nov 2019 00:43:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574066593; bh=/CDZm/nZqSza7UgtrOkfuU05lGoc3U/uR49GaIEEXbc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ddwQ+TmnTboM9I+DbyJMHqaGnVYAxGPkN0jBPIfrZiy1mqJyeI7S8ZA40/p9Q8bxj pGeRTHeH6MWOd9LCMFynmMh28OOlJQStAqoJRAUrKFiSwkVeW7VNb1jcc8L2VrY+FS u6eI14j4oL5htHq1eyY0CFQ9GGGFfPEcQabWlZFk=
From: Brian Trammell <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYOL4T73J6F5WDPCZV336GCDEVBNHHB6PS5SE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3257/554912431@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3257@github.com>
References: <quicwg/base-drafts/issues/3257@github.com>
Subject: Re: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd259a147af7_6dd63fd4410cd960518078"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: britram
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_XmRST5uF2vGIL05DGL6_i1S_tw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 08:43:16 -0000

----==_mimepart_5dd259a147af7_6dd63fd4410cd960518078
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

as the author of this passage, I intended the latter (assume the other side is disabling as well, so 1-sqrt(7/8)), but the "at least" is in there since just disabling 1/8 is probably what people will do, and the result (about 1/4) is "at least 1/8".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3257#issuecomment-554912431
----==_mimepart_5dd259a147af7_6dd63fd4410cd960518078
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>as the author of this passage, I intended the latter (assume the other side is disabling as well, so 1-sqrt(7/8)), but the "at least" is in there since just disabling 1/8 is probably what people will do, and the result (about 1/4) is "at least 1/8".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications&amp;email_token=AFTOJK5KGFET2CYIXI2O2W3QUJISDA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJUVLY#issuecomment-554912431">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4ON3EDYITVVKFELADQUJISDANCNFSM4JOPEI6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZBLQD4YGAPL4CENIDQUJISDA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJUVLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK5KGFET2CYIXI2O2W3QUJISDA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJUVLY#issuecomment-554912431",
"url": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK5KGFET2CYIXI2O2W3QUJISDA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJUVLY#issuecomment-554912431",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd259a147af7_6dd63fd4410cd960518078--


From nobody Mon Nov 18 01:07:52 2019
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 AF5AF1200C7 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:07:50 -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 awOcx5fE0TUX for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:07:49 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77E4A120047 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:07:49 -0800 (PST)
Date: Mon, 18 Nov 2019 01:07:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574068068; bh=OFdux5WzEk3LGquGhv6mJK1tGvncZ3mP+zpCnD8LAXc=; h=Date:From:To:Subject:From; b=ivHWQKzUENin0SrnNsb6EcCRF7dYVfXTI5AmFYsIRJi4qL0e68spnCz9u652LKfgz 8REQPxV/Y+tA2uDA5thRxnmglkl6j0ABBFbSrLKxThtnWVVxFC/mjEIJ8+5xJJ07zs Irhxo9bha2T9d8D97obcAU0sAfU3EelZTY2I2Yc0=
From: Lars Eggert <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/308406-27be2f@github.com>
Subject: [quicwg/wg-materials] 2ebf18: Add QUIC_Discard_Handshake_Keys_IETF_106.pdf
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/wamAFx5snie9Oi1US0WrKMITldo>
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 Nov 2019 09:07:51 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 2ebf18a62f8936a667cd97ff69233d1b6ca75fab
      https://github.com/quicwg/wg-materials/commit/2ebf18a62f8936a667cd97ff69233d1b6ca75fab
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A ietf106/QUIC_Discard_Handshake_Keys_IETF_106.pdf

  Log Message:
  -----------
  Add QUIC_Discard_Handshake_Keys_IETF_106.pdf


  Commit: 27be2fc6588b8929e918e26fc53315547c16d0f7
      https://github.com/quicwg/wg-materials/commit/27be2fc6588b8929e918e26fc53315547c16d0f7
  Author: Lars Eggert <200328+larseggert@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A ietf106/QUIC_Discard_Handshake_Keys_IETF_106.pdf

  Log Message:
  -----------
  Merge pull request #129 from DavidSchinazi/discard106

Add QUIC_Discard_Handshake_Keys_IETF_106.pdf


Compare: https://github.com/quicwg/wg-materials/compare/308406a0d04d...27be2fc6588b


From nobody Mon Nov 18 01:24:49 2019
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 1A76F1208A7 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:24:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OmjmDejJZPBT for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:24:44 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A1B8A1201DB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:24:44 -0800 (PST)
Date: Mon, 18 Nov 2019 01:24:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069083; bh=mmwcJGChfaG2bGUkArX45wChR5oUXsTe7Z8sekHYhhw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P7J3kva/O0Zln62NdwUeXz/kBjH16eheAv3NLPOe8vcq26JOVXYQ2zYkQwVXAjbGq eJoOVOgVEePY4TPt4wUVn85rX/IgB2gcbaOk1JHTRTLUf8Aj9rHLQMh64d2gvzAbJB KPxVsCc4TsvOOx6OBM2R20Mz4+c78Z9S3SuKmVgE=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6ST3LCUBIGPQO3SPN336K5XEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318189978@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2635bdfbbe_4bfc3fbf516cd96471516"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qQctO9bXhJUHh7h2D3Jd_BkWDWM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:24:47 -0000

----==_mimepart_5dd2635bdfbbe_4bfc3fbf516cd96471516
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

I'm in agreement with @MikeBishop -- I would suggest changing this to a SHOULD error. This is different than the flow control errors, since an endpoint does not have to store all connection IDs that have been received.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347270154
----==_mimepart_5dd2635bdfbbe_4bfc3fbf516cd96471516
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347270154">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>I'm in agreement with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> -- I would suggest changing this to a SHOULD error. This is different than the flow control errors, since an endpoint does not have to store all connection IDs that have been received.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK6ODRYFQDH4R24W3EDQUJNNXA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3TDGQ#discussion_r347270154">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5ZUHWRH6EMRQEIKUTQUJNNXANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5O45LRINN2BY4YHK3QUJNNXA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3TDGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6ODRYFQDH4R24W3EDQUJNNXA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3TDGQ#discussion_r347270154",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6ODRYFQDH4R24W3EDQUJNNXA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3TDGQ#discussion_r347270154",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2635bdfbbe_4bfc3fbf516cd96471516--


From nobody Mon Nov 18 01:31:13 2019
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 04E3812086D for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:31:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yZmDDtoFzkML for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:31:10 -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 95AE012004F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:31:10 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id B99748C01FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:31:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069469; bh=Xm8taTVzmyluJ61PAp0OviFWgCsIkxARAxS+1d4iPss=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gLHAkxzMHayNwBSyauW2MDkXrpzLaovxRAp7ly67By4XuHbWHeX9fsiIW2vBnHUkV 4gk1RPCbhyvj63k8RLFPzxZy8hasG1QT+YTONraOSbwzX2Q1m5YnXq+utYCn30LqLc T1B/bmSY7gnzs7PAtb1ZfHuyfzV6GlbrhEZOoX8s=
Date: Mon, 18 Nov 2019 01:31:09 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3IHYLKW52HK5E5UWF336LV3EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318194002@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd264dd587c1_480e3febae4cd9641559fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nqwvtymoDJKcJ0u6IexiQLIqEqM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:31:12 -0000

----==_mimepart_5dd264dd587c1_480e3febae4cd9641559fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

I might suggest having a design discussion in the issue (i.e. #3193) rather than here. There has been certain amount of discussion in that issue, and it seems to me that we have preference for MUST NOT.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347273316
----==_mimepart_5dd264dd587c1_480e3febae4cd9641559fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347273316">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>I might suggest having a design discussion in the issue (i.e. <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518245996" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3193" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3193/hovercard" href="https://github.com/quicwg/base-drafts/issues/3193">#3193</a>) rather than here. There has been certain amount of discussion in that issue, and it seems to me that we have preference for MUST NOT.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK22BMVJTNF4EJZJY5DQUJOF3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UCUQ#discussion_r347273316">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5SYTK4MKWNA7LCZKTQUJOF3ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK27KKOLTKSALEOTSCDQUJOF3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UCUQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK22BMVJTNF4EJZJY5DQUJOF3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UCUQ#discussion_r347273316",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK22BMVJTNF4EJZJY5DQUJOF3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UCUQ#discussion_r347273316",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd264dd587c1_480e3febae4cd9641559fc--


From nobody Mon Nov 18 01:33:05 2019
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 E878B120892 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZU9roI19LEc5 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:02 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 32DBF12086D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:33:02 -0800 (PST)
Date: Mon, 18 Nov 2019 01:33:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069581; bh=psFAHRL4Cjz3O/FMMjWIxB3mmfYuXv1qwKD8P3yQcJA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Y+jUICtDITSVAbo3uroljmYru+3meZUsUhW1uIynQBWxBc1tQNZu5VEDAPgX5jYGm fnQTmbkuoA+99/VxOLC5M0hBrrBvOZ3KvYRS08zyx6phy4CQ9eWrJdf9U66Ktz63J7 ILUAJcYay2A6apxQOzEheZeBH6lPml03nuxVTlFg=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6QSSSEP4GSVQRL7VN336L43EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318195169@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2654d3d3f7_1ad83fb0354cd9641253be"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oiOIfdqi2V-MyqZdRDlc5lWGRoQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:33:04 -0000

----==_mimepart_5dd2654d3d3f7_1ad83fb0354cd9641253be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

I'm not sure that I'm against the SHOULD, but I think the idea behind enforcing this was that an endpoint would indeed now need to store every CID it receives, and if it's not willing to store X amount, then it shouldn't have advertised a limit of X.

And even if you *still* didn't store them all, you technically don't need to store them to keep track of how many you've been issued, which you'll probably need in order to cope with getting Retire Prior To anyways.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347274181
----==_mimepart_5dd2654d3d3f7_1ad83fb0354cd9641253be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347274181">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>I'm not sure that I'm against the SHOULD, but I think the idea behind enforcing this was that an endpoint would indeed now need to store every CID it receives, and if it's not willing to store X amount, then it shouldn't have advertised a limit of X.</p>
<p>And even if you <em>still</em> didn't store them all, you technically don't need to store them to keep track of how many you've been issued, which you'll probably need in order to cope with getting Retire Prior To anyways.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK2PP4TEG4IYKQGDNE3QUJOM3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ULYI#discussion_r347274181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY63PJ7DOXHFLZIQQ3QUJOM3ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3GCLZK24SIYULTZQDQUJOM3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ULYI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK2PP4TEG4IYKQGDNE3QUJOM3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ULYI#discussion_r347274181",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK2PP4TEG4IYKQGDNE3QUJOM3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ULYI#discussion_r347274181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2654d3d3f7_1ad83fb0354cd9641253be--


From nobody Mon Nov 18 01:33:22 2019
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 88335120892 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 CfYZ2TSnEnUU for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:19 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5EB9512086D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:33:19 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id BE3B3961E86 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:33:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069598; bh=yJep69uXxpH2BoJYG9QqeNy8u2WcAKzRHwkMRTunvDc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UwraJ0do6Ti2h6fweQpscsLwRtbO/+AWizdOH3TlinqsfdUXpB5TKlYVelFjtTZFh yEDoP91GmXm+F1x9tlsVqFXsqt9uBegZLwT63/ZmTK1vDqLJ9Nr9Twb7ak+e/faeR6 jpU+GWZbZEVhegFLSqciWrtrMQrQXJ/D2cG2SFUA=
Date: Mon, 18 Nov 2019 01:33:18 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4NG5I2QARRSKOEZVF336L55EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318195357@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2655eb00de_5c2c3fc724acd96c2111d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XiR-AkGUc0F7Vt1pBH2V0bPTS_8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:33:20 -0000

----==_mimepart_5dd2655eb00de_5c2c3fc724acd96c2111d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-318195357
----==_mimepart_5dd2655eb00de_5c2c3fc724acd96c2111d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK4OR2J2AFXS4GJMGCLQUJON5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UNHI#pullrequestreview-318195357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4C62P36PEZS3T5YALQUJON5ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FJFHGVA2HNSMRO33QUJON5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UNHI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4OR2J2AFXS4GJMGCLQUJON5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UNHI#pullrequestreview-318195357",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4OR2J2AFXS4GJMGCLQUJON5A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3UNHI#pullrequestreview-318195357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2655eb00de_5c2c3fc724acd96c2111d3--


From nobody Mon Nov 18 01:33:38 2019
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 D00BB1208A9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 n_BvkVUvH0EY for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:33:34 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC329120892 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:33:34 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 0F4A91210DC for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:33:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069614; bh=hPJ7Fx8d0N3N01Gp8U6b95GzD+raf+72N4CIeTwhQ0E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m0IchaJHKu3w0W7+L1a32y3zrkBcUA2H6l+TYCnm5wluEPSTmxlCjQbrGJmTBNQ3F jz6MtyuDagDeUQyFqeGYddSliAnrUBlhPea+q6lz6sewB/SNmo3njZx5yEWzDVi0jz sRhdvKZuYODIxb5ypCmiQv885PdtRcq1KAejK0ac=
Date: Mon, 18 Nov 2019 01:33:33 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2WOYUCTOAW6RNYI4F336L63EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318191803@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2656dbde67_203b3faa508cd964171082"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P9Tb86T_utmmJ4ZFGefZa4zaVYk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:33:37 -0000

----==_mimepart_5dd2656dbde67_203b3faa508cd964171082
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar requested changes on this pull request.

A few comments. I think the enforcement is useful, but requiring it is not necessary.

> @@ -1033,10 +1036,12 @@ longer plans to use that address.
 
 An endpoint can cause its peer to retire connection IDs by sending a
 NEW_CONNECTION_ID frame with an increased Retire Prior To field.  Upon receipt,
-the peer MUST retire the corresponding connection IDs using RETIRE_CONNECTION_ID
-frames.  Failure to retire the connection IDs within approximately one PTO can
-cause packets to be delayed, lost, or cause the original endpoint to send a
-stateless reset in response to a connection ID it can no longer route correctly.
+the peer MUST first retire the corresponding connection IDs using
+NEW_CONNECTION_ID frames and then add the newly provided connection ID to the

```suggestion
RETIRE_CONNECTION_ID frames and then add the newly provided connection ID to the
```

> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.

I think this change is unnecessary and detrimental. Why is this useful?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-318191803
----==_mimepart_5dd2656dbde67_203b3faa508cd964171082
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> requested changes on this pull request.</p>=0D
=0D
<p>A few comments. I think the enforcement is useful, but requiring it is=
 not necessary.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3201#discussi=
on_r347271591">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1033,10 +1036,12 @@ longer plans to us=
e that address.=0D
 =0D
 An endpoint can cause its peer to retire connection IDs by sending a=0D
 NEW_CONNECTION_ID frame with an increased Retire Prior To field.  Upon r=
eceipt,=0D
-the peer MUST retire the corresponding connection IDs using RETIRE_CONNE=
CTION_ID=0D
-frames.  Failure to retire the connection IDs within approximately one P=
TO can=0D
-cause packets to be delayed, lost, or cause the original endpoint to sen=
d a=0D
-stateless reset in response to a connection ID it can no longer route co=
rrectly.=0D
+the peer MUST first retire the corresponding connection IDs using=0D
+NEW_CONNECTION_ID frames and then add the newly provided connection ID t=
o the=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-NEW_CONNECTION_ID frames and then add the new=
ly provided connection ID to the=0D
+RETIRE_CONNECTION_ID frames and then add the newly provided connection I=
D to the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3201#discussi=
on_r347274092">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (=
0x000d):=0D
 active_connection_id_limit (0x000e):=0D
 =0D
 : The maximum number of connection IDs from the peer that an endpoint is=
 willing=0D
-  to store. This value includes only connection IDs sent in NEW_CONNECTI=
ON_ID=0D
-  frames. If this parameter is absent, a default of 0 is assumed.=0D
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID=
 frames,=0D
+  the connection ID used during the handshake as well as the connection =
ID=0D
+  provided in the preferred_address transport parameter.=0D
+  Unless a zero-length connection ID is being used, the value of the=0D
+  active_connection_id_limit parameter MUST be no less than 2. If this=0D=

+  transport parameter is absent, a default of 2 is assumed.=0D
+  When a zero-length connection ID is being used, the active_connection_=
id_limit=0D
+  parameter MUST NOT be sent.=0D
</pre>=0D
<p>I think this change is unnecessary and detrimental. Why is this useful=
?</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3201?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKZ4E2GW2JUYYUPWPT3QUJOO3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3TROY#pullrequestreview-318191803=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK5O6Z53KPOMFHKR3ALQUJOO3ANCNFSM4JKANHMA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK4AI7HVOKKF=
B43QXL3QUJOO3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCL3TROY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=3D=
notifications\u0026email_token=3DAFTOJKZ4E2GW2JUYYUPWPT3QUJOO3A5CNFSM4JKA=
NHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
L3TROY#pullrequestreview-318191803",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKZ4E2GW2JUYYUPWPT3QUJOO3A5CNFSM4JKANH=
MKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3=
TROY#pullrequestreview-318191803",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd2656dbde67_203b3faa508cd964171082--


From nobody Mon Nov 18 01:36:21 2019
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 659961208F2 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:36:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.596
X-Spam-Level: 
X-Spam-Status: No, score=-1.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_NONE=-0.0001, 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 KeZIL0QUGKOt for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:36:13 -0800 (PST)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (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 1B9D3120902 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:36:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=IfLljeXSbH4MB3gE2xaSoudeqSaFLPapu70CArxd+sU=; b= PUwow9fWwHINfvCiE7CvKZYtvOG84KEkzzgcifvp90ZkqglsolLywbETXxDRnNtT WMNA972Fj+rvUQ6wa33r104CzVLFG3dHKAUmCSxIyegwRyXdQ0QQjgT6bCt8E3z5 phanoBqMVHVa2Q9VsLy4lpKP2XyPjDE1U/OeODIOsr8=
Received: by filter1355p1las1.sendgrid.net with SMTP id filter1355p1las1-11390-5DD2660C-E 2019-11-18 09:36:12.520091865 +0000 UTC m=+215993.220357771
Received: from github-lowworker-f144ac1.va3-iad.github.net (unknown [140.82.115.0]) by ismtpd0033p1iad2.sendgrid.net (SG) with ESMTP id duCFVwZkTH-zGP7BO4Er0A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 09:36:12.397 +0000 (UTC)
Received: from github.com (localhost [127.0.0.1]) by github-lowworker-f144ac1.va3-iad.github.net (Postfix) with ESMTP id 3C9B292078C for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:36:12 -0800 (PST)
Date: Mon, 18 Nov 2019 09:36:12 +0000 (UTC)
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK26WTSPXJ3DCMFUR7V336MIZEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318197112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2660c3b4a5_4eb33fb2c72cd9683323e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak3m10VmX7mVvKWp26tczO5O95f/cUNCIZRI3C 1KDoDVFi8SLWut2Ads6oePH4abeqWptcctS8pp1/THha9OhZZwp7EosXRFmXoP3cl17h0/T3NLAHhx 9PT0X+Kdb/yNAHm+UY9fV6FkplhLBSdd2+w+8VSuxTIq6nqUnqCK/g8g107LvaYagDsK9QICY/gk3k Y=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vX3p_YF36Bs5ObTIXgAUuieZ3Mw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:36:20 -0000

----==_mimepart_5dd2660c3b4a5_4eb33fb2c72cd9683323e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.

Can you elaborate which part you find detrimental?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347275680
----==_mimepart_5dd2660c3b4a5_4eb33fb2c72cd9683323e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347275680">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.
</pre>
<p>Can you elaborate which part you find detrimental?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK5CMW22QN6Y7IY5BZTQUJOYZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U26A#discussion_r347275680">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK523J42SYJW5HMPKWDQUJOYZANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7I5P267INKSRGL7S3QUJOYZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U26A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5CMW22QN6Y7IY5BZTQUJOYZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U26A#discussion_r347275680",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5CMW22QN6Y7IY5BZTQUJOYZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U26A#discussion_r347275680",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2660c3b4a5_4eb33fb2c72cd9683323e--


From nobody Mon Nov 18 01:36:30 2019
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 6C5B212093B for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:36:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 E74IZfUrHhFD for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:36:14 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B891112093A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:36:14 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 14CEE1C1DB5 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:36:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069774; bh=uNMs9YL4+195vmJGbeO06zJEXqN1qvzC+d8p0YEc5HM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h71kH5iwz/d6BaTEZZyZJA3LQlTQrjhvSQPIdj67CnjC5CtAbBlHVHzFWqqfNc6Zb yRmKf8Erv5mf0d3/gFY28ZB0MokfYte7ipGuz8WAikBhJw188ZElUHiRYtxn8cu2ak 03U8u5KmMBZjyGoxI7yLVjINSmGpMlMocIalOqdo=
Date: Mon, 18 Nov 2019 01:36:14 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2TPCRKUS7NGU3ALRF336MI5EVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/review/318197139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2660e6721_31d43fcd544cd9645414b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GASOMKKnSm7y9jJbo-QBTnQ5pjk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:36:22 -0000

----==_mimepart_5dd2660e6721_31d43fcd544cd9645414b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#pullrequestreview-318197139
----==_mimepart_5dd2660e6721_31d43fcd544cd9645414b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK24Z26RWDLI3QXNK33QUJOY5A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U3EY#pullrequestreview-318197139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5XDUBU2P7C6SVJ4RLQUJOY5ANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3HBYZKHDHEATNFCMTQUJOY5A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U3EY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK24Z26RWDLI3QXNK33QUJOY5A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U3EY#pullrequestreview-318197139",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK24Z26RWDLI3QXNK33QUJOY5A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3U3EY#pullrequestreview-318197139",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2660e6721_31d43fcd544cd9645414b--


From nobody Mon Nov 18 01:37:24 2019
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 771CE12095A for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:37:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.001
X-Spam-Level: 
X-Spam-Status: No, score=-8.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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 t3Lvq0OiIYxO for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:37:16 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0851812096A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:37:16 -0800 (PST)
Date: Mon, 18 Nov 2019 01:37:15 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069835; bh=3DG1mrwq558Am/26lIVxySDLyG9BlkQTs/Of7cw9kBk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CDQtU0cy5qNC6BzhANmR6zwzqVwIeRUogVOOybYlYzP3G86xDXXASLwqbwAA5hrP+ ubjjJcCtf3y20kG5+SM5mYB2kUG6IXuPu3TAXQ5pFuqELD9IuTpo88D93eQGLCO9OY LiZQloVQiWj4D5l/OtbTxE0NH/j45Fk3m0Rw5zvg=
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2NQH4PTBCNEWPBAHV336MMXEVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/554934384@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2664b32c7d_74e43fd3e36cd968335d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qnzk8EzBzKE-Dm7q2Qdxqk9JvSQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:37:23 -0000

----==_mimepart_5dd2664b32c7d_74e43fd3e36cd968335d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Proxying from the PR in regards to enforcing MUST error if the limit is exceeded: 
@MikeBishop:
> "MUST error" requires tracking. It's possible that an implementation might decide to drop some CIDs and reduce the number it keeps without closing the connection. "SHOULD/MAY error" provides the same deterrent effect for the issuer's misbehavior without placing a requirement on the receiver.

@marten-seemann: 
> We're requiring other limit checks (e.g. for STREAM_LIMIT_ERROR and for FLOW_CONTROL_ERROR), so I'd prefer to keep this a requirement as well.
>
>I don't think dropping should be regarded as acceptable behavior (although you can't prevent implementations from doing it), since a CID issued by an endpoint consumes state on that endpoint as well.

@janaiyengar: 
> I'm in agreement with @MikeBishop -- I would suggest changing this to a SHOULD error. This is different than the flow control errors, since an endpoint does not have to store all connection IDs that have been received.

@kazuho: 
> I might suggest having a design discussion in the issue (i.e. #3193) rather than here. There has been certain amount of discussion in that issue, and it seems to me that we have preference for MUST NOT.

@erickinnear:
> I'm not sure that I'm against the SHOULD, but I think the idea behind enforcing this was that an endpoint would indeed now need to store every CID it receives, and if it's not willing to store X amount, then it shouldn't have advertised a limit of X.
>
> And even if you still didn't store them all, you technically don't need to store them to keep track of how many you've been issued, which you'll probably need in order to cope with getting Retire Prior To anyways.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-554934384
----==_mimepart_5dd2664b32c7d_74e43fd3e36cd968335d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Proxying from the PR in regards to enforcing MUST error if the limit is exceeded:<br>
<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a>:</p>
<blockquote>
<p>"MUST error" requires tracking. It's possible that an implementation might decide to drop some CIDs and reduce the number it keeps without closing the connection. "SHOULD/MAY error" provides the same deterrent effect for the issuer's misbehavior without placing a requirement on the receiver.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1478487" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a>:</p>
<blockquote>
<p>We're requiring other limit checks (e.g. for STREAM_LIMIT_ERROR and for FLOW_CONTROL_ERROR), so I'd prefer to keep this a requirement as well.</p>
<p>I don't think dropping should be regarded as acceptable behavior (although you can't prevent implementations from doing it), since a CID issued by an endpoint consumes state on that endpoint as well.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a>:</p>
<blockquote>
<p>I'm in agreement with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=4273797" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> -- I would suggest changing this to a SHOULD error. This is different than the flow control errors, since an endpoint does not have to store all connection IDs that have been received.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>:</p>
<blockquote>
<p>I might suggest having a design discussion in the issue (i.e. <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518245996" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3193" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3193/hovercard" href="https://github.com/quicwg/base-drafts/issues/3193">#3193</a>) rather than here. There has been certain amount of discussion in that issue, and it seems to me that we have preference for MUST NOT.</p>
</blockquote>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=32474881" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/erickinnear">@erickinnear</a>:</p>
<blockquote>
<p>I'm not sure that I'm against the SHOULD, but I think the idea behind enforcing this was that an endpoint would indeed now need to store every CID it receives, and if it's not willing to store X amount, then it shouldn't have advertised a limit of X.</p>
<p>And even if you still didn't store them all, you technically don't need to store them to keep track of how many you've been issued, which you'll probably need in order to cope with getting Retire Prior To anyways.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK33MGQKQ4WAMQUG3YLQUJO4XA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ2A4A#issuecomment-554934384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3RFAF6HIVVU2WVQDTQUJO4XANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZELQRWCAARZB6DWOLQUJO4XA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ2A4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK33MGQKQ4WAMQUG3YLQUJO4XA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ2A4A#issuecomment-554934384",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK33MGQKQ4WAMQUG3YLQUJO4XA5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ2A4A#issuecomment-554934384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2664b32c7d_74e43fd3e36cd968335d1--


From nobody Mon Nov 18 01:37:46 2019
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 7641A1208F1 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:37:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 k_i_L3J2qeCR for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:37:43 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0DAF01208A9 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:37:43 -0800 (PST)
Date: Mon, 18 Nov 2019 01:37:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069862; bh=7+lh7j0PVSyw4HNETAm51a6nkPbMiyY/F2aX9YS/UYk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TjGXmxwtCIaovLBSvX7qcks3UGEL6slqBz5EE4kFH6doL+z/O9tGpGNJpf9UKzoaA o2Y/v+kD7k8LmnkOTlBlbpOwj70D6jUmtyjr6yeT2OQ4p5el+FWZfjfzJDZ6IIktFM 4nvBBcTeA2l2h5Kw5SmFHF/zHq1KSjNlAVsiKOGE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4286836385@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26666574fa_60993fa0648cd964930f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SlielcsT0k7PnhBN8CC8o2tPBNo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:37:44 -0000

----==_mimepart_5dd26666574fa_60993fa0648cd964930f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

569b660eb85bf55bf7a226037da73057afd86ddf  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/750caeac14e33b7bfa362d54d4804f6e2be69e5b..569b660eb85bf55bf7a226037da73057afd86ddf

----==_mimepart_5dd26666574fa_60993fa0648cd964930f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/569b660eb85bf55bf7a226037da73057afd86ddf">569b660</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/750caeac14e33b7bfa362d54d4804f6e2be69e5b..569b660eb85bf55bf7a226037da73057afd86ddf?email_source=notifications&amp;email_token=AFTOJKZTVJGP7HJGFHVURNTQUJO6NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMOBTGYZTQNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7FPF5QIBLDIC3SJ2TQUJO6NANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2JF6ZSN6AA4QUVC73QUJO6NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMOBTGYZTQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/750caeac14e33b7bfa362d54d4804f6e2be69e5b..569b660eb85bf55bf7a226037da73057afd86ddf?email_source=notifications\u0026email_token=AFTOJKZTVJGP7HJGFHVURNTQUJO6NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMOBTGYZTQNI",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/750caeac14e33b7bfa362d54d4804f6e2be69e5b..569b660eb85bf55bf7a226037da73057afd86ddf?email_source=notifications\u0026email_token=AFTOJKZTVJGP7HJGFHVURNTQUJO6NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4DMOBTGYZTQNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd26666574fa_60993fa0648cd964930f--


From nobody Mon Nov 18 01:38:02 2019
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 C65D41208F1 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:38:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vb8vmM7MBRld for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:37:59 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 68C7C1208A9 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:37:59 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 92B70660E4D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:37:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574069878; bh=hJPYILOTkRgZu3gu75u///aWNAtwlo+Y0phdDhE/jiI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N7el44pgntDpCTZ6LN84YR5YBA9mgQSughYJn7CPzHCKhDMwKrDSkW0k/11JSinMq JMil5IRvM+eeyyeREc2JnokhfKebK5c3/xqX35brm9oE6+mh6P8I6ihKVVWMs60ArY 5P8H40gBm1GUJuO5+7bd73d2sgWx20UnTey+Ztww=
Date: Mon, 18 Nov 2019 01:37:58 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IO2GA7WZNKLLKLH5336MPNEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318198196@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2667683e1b_667e3f7f768cd964835af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3BusgeR8hwUJJg7uS00JnGKkAcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:38:01 -0000

----==_mimepart_5dd2667683e1b_667e3f7f768cd964835af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.

@janaiyengar PTAL at https://github.com/quicwg/base-drafts/pull/3201#discussion_r347122022.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347276619
----==_mimepart_5dd2667683e1b_667e3f7f768cd964835af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347276619">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=11067604" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> PTAL at <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518998062" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3201" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3201/hovercard?comment_id=347122022&amp;comment_type=review_comment" href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347122022">#3201 (comment)</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK5OI2I4VMIPIFEM33DQUJO7NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VDNA#discussion_r347276619">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2L3ZNBCDIZ7POBGLQUJO7NANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGQ6S7YR3AEQI4BF3QUJO7NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VDNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5OI2I4VMIPIFEM33DQUJO7NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VDNA#discussion_r347276619",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5OI2I4VMIPIFEM33DQUJO7NA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VDNA#discussion_r347276619",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2667683e1b_667e3f7f768cd964835af--


From nobody Mon Nov 18 01:42:18 2019
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 359A31208A9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:42:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 U0Jcp4vWPtsb for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:42:15 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5C361200C4 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:42:14 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id 21F342C1701 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:42:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574070134; bh=//lKjS7MkHtWhh6WD6LpdI/7UmqIdvMnf47lGzf6MkQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f40yuUWqXh8vyYEcaTiTXpAcjwwDJ4b1OODas11h0YmpTEO3pOUCzTaenbW7eJCKl XfPJN4ylIFiC3n9J5SF+g9onxFZ2Vu2bOGfTSWWuTCVRTTWTwsIwFM3bn7rEhr52Kd bfoQ7txfAREuOI5uD9ArwynqYLmRATiiWI/Nq2I4=
Date: Mon, 18 Nov 2019 01:42:14 -0800
From: Eric Kinnear <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5PTZ3OKAVEJOC6OLV336M7NEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318200826@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2677613470_61c33f8349ecd964746b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: erickinnear
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D1QQYAlPPcuiG7QpJky26FkB_C4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:42:16 -0000

----==_mimepart_5dd2677613470_61c33f8349ecd964746b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

erickinnear commented on this pull request.



> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.

(Would you rather it was ignored rather than not sent?)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347278701
----==_mimepart_5dd2677613470_61c33f8349ecd964746b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@erickinnear</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347278701">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.
</pre>
<p>(Would you rather it was ignored rather than not sent?)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKYHZ4EOYVXFIW6PLXLQUJPPNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VX6Q#discussion_r347278701">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7WPBTLTBYHHKQWOMLQUJPPNANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3BKFFKFY53CYB7OUDQUJPPNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VX6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYHZ4EOYVXFIW6PLXLQUJPPNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VX6Q#discussion_r347278701",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYHZ4EOYVXFIW6PLXLQUJPPNA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3VX6Q#discussion_r347278701",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2677613470_61c33f8349ecd964746b0--


From nobody Mon Nov 18 01:57:05 2019
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 C9DE512008D for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:57:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oZU7Q8HanMM4 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:56:59 -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 4513D1207FE for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:56:59 -0800 (PST)
Date: Mon, 18 Nov 2019 01:56:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574071018; bh=yA6qrbN1Pp2EvwTB6cJ2rYnuj5bvig6DPDhYX4HrJv0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pCMB8kmm4qDslzdjk6ZvZsbmHeUpD5LKJo/nZFAg/E74WpiygEhD7HotbEHejsOto BUFunKSRuzotwCW4EXO8IjMjC3+nyNzZDDGwNd1UlCwSUzcqXem7lvn11/tKS34MEl ECqUPqO7bfxWUZDPSizpZL6EHz1w47Z6QHEXxNSE=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7TO7J2WV3DN2A6CXV336OWVEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/554941852@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26aea90fa7_170b3fe0938cd96818808b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/n9bzGDiK6N2Q41AtI1lahCf-2-Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:57:01 -0000

----==_mimepart_5dd26aea90fa7_170b3fe0938cd96818808b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm pretty sure that the text in Section 14 is outdated, and should probably be removed, with a short reference to section 8.1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-554941852
----==_mimepart_5dd26aea90fa7_170b3fe0938cd96818808b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm pretty sure that the text in Section 14 is outdated, and should probably be removed, with a short reference to section 8.1.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJKY5UOJBPIPUVURMXC3QUJRGVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ33HA#issuecomment-554941852">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4C26YQSEFAKML2PLTQUJRGVANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK67DWT2BNASFZOYE3DQUJRGVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ33HA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKY5UOJBPIPUVURMXC3QUJRGVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ33HA#issuecomment-554941852",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKY5UOJBPIPUVURMXC3QUJRGVA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ33HA#issuecomment-554941852",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd26aea90fa7_170b3fe0938cd96818808b--


From nobody Mon Nov 18 01:58:44 2019
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 1AEF11200D5 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:58:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LHDSmMRU3nwk for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 01:58:41 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B622120043 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:58:41 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id D89D96E124B for <quic-issues@ietf.org>; Mon, 18 Nov 2019 01:58:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574071120; bh=5Dd9t+zLyeRt6epv824w1dfcA40AbbIHDbM5cXixkY4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NkqlX7jwBCZD78Rlv078sjH3zMReYi0y8G9xGirmhcMtie9ZDIQXiIUcNz+2FlT33 +gD3T8xs0oL9mPvKyXs0vaTXMwv2oG6ezCZpd3KT5ry5YDecaPxs3Q1nqOniMUwzr3 UtcMOUsmg34AsSgslvT7FryPXnGAcNuxowSnZvu4=
Date: Mon, 18 Nov 2019 01:58:40 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3YQMY2AQ6FUNBEQN336O5BEVBNHHB6OUDDI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3240/review/318211719@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3240@github.com>
References: <quicwg/base-drafts/pull/3240@github.com>
Subject: Re: [quicwg/base-drafts] SHOULD NOT use a reordering threshold less than 3 (#3240)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26b50c9632_40443ff528acd96c754d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kMcSRjlJ0uLipiFzAUYflhqRSxM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 09:58:43 -0000

----==_mimepart_5dd26b50c9632_40443ff528acd96c754d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3240#pullrequestreview-318211719
----==_mimepart_5dd26b50c9632_40443ff528acd96c754d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications&amp;email_token=AFTOJK7LHITHN3IBBWT7D33QUJRNBA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YNBY#pullrequestreview-318211719">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6KSBUJG33LABEWDX3QUJRNBANCNFSM4JOH6U4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7ZW5MO73HI7MZMJATQUJRNBA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YNBY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications\u0026email_token=AFTOJK7LHITHN3IBBWT7D33QUJRNBA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YNBY#pullrequestreview-318211719",
"url": "https://github.com/quicwg/base-drafts/pull/3240?email_source=notifications\u0026email_token=AFTOJK7LHITHN3IBBWT7D33QUJRNBA5CNFSM4JOH6U42YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YNBY#pullrequestreview-318211719",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd26b50c9632_40443ff528acd96c754d2--


From nobody Mon Nov 18 02:00:46 2019
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 1D0A7120814 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:00:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yhQKrb7a6wfz for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:00:43 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 956091207FE for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:00:43 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id EF6446603B1 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:00:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574071242; bh=HZKw2ibSi36eqdVZ4bBAJ/R+GjgGGUQUcBtGaVMCEwM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=RHgnJsEYGzRY+OmA9EhatNQSatHKtDWx9iqgTf/DYDESjxyYboSHY2009kJoY+hXp RZGiNqAWfAwna014AXHEGZJjg9Yh5EV+xSNFHliZ//4ntPbmnyVkRx+UzgGNg8Um9q ovNvApsnuVSTtUhT8YVIJHFvhyki1VyJPjAeLluQ=
Date: Mon, 18 Nov 2019 02:00:42 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTTA5A5RVSPMUZYDN336PEVEVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/review/318212480@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26bcadffc4_43f03f9fdfacd96016733e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SIYTeIoisRemzjpLIAVp69RAAsQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:00:45 -0000

----==_mimepart_5dd26bcadffc4_43f03f9fdfacd96016733e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.

What's "UDP protocol"? Did you mean "IP protocol"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#pullrequestreview-318212480
----==_mimepart_5dd26bcadffc4_43f03f9fdfacd96016733e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3249#discussion_r347287876">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.
</pre>
<p>What's "UDP protocol"? Did you mean "IP protocol"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJK2CWNQNFKQ6RL22HHDQUJRUVA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YTAA#pullrequestreview-318212480">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ZRMOO627ZWKC25DLQUJRUVANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4WKDCTNRCUZBDQJG3QUJRUVA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YTAA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK2CWNQNFKQ6RL22HHDQUJRUVA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YTAA#pullrequestreview-318212480",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK2CWNQNFKQ6RL22HHDQUJRUVA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3YTAA#pullrequestreview-318212480",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd26bcadffc4_43f03f9fdfacd96016733e--


From nobody Mon Nov 18 02:05:13 2019
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 95AC4120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:05:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SEOz1fMtW9wR for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:05:11 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B581120018 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:05:11 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 6678FA1CBA for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:05:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574071510; bh=9o//nPJjhcPtvL/nTVcWIq2Pmq5D6bUZ8YFiSa1f+wM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WE8Qn/jnub95rE+j3ikupWGIZKHJ0Qbhr+TeQL7ScaCxq+ce9PaWwMmmLwOpdR4ck m5rzRYm2AiqV8WVU+MP8JlRiUsot2YfT+YqhPcBwvwBOIUgNR7AdmeLp4cRR4H9TLN Hat1Pqy5FVl4xvP/MUySy8CZmCbArfOFa/4MCJIQ=
Date: Mon, 18 Nov 2019 02:05:10 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2MFGFYQ5RFECE6VMF336PVNEVBNHHB6OUW34@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3243/554945047@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3243@github.com>
References: <quicwg/base-drafts/issues/3243@github.com>
Subject: Re: [quicwg/base-drafts] Add caution when using IW10 and fragmentation  (#3243)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26cd658033_40443ff528acd96c9406d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_AAVWZGe_RS-BznFym_etqR6WVg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:05:12 -0000

----==_mimepart_5dd26cd658033_40443ff528acd96c9406d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That was my first answer, but I thought that might be too intrusive. If we all agree that is a fine response, I'm happy with that. I can write up a PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3243#issuecomment-554945047
----==_mimepart_5dd26cd658033_40443ff528acd96c9406d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That was my first answer, but I thought that might be too intrusive. If we all agree that is a fine response, I'm happy with that. I can write up a PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications&amp;email_token=AFTOJKZWCV6BBJUY3EQ3F33QUJSFNA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ4UFY#issuecomment-554945047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHPD5NJEV6PM5KASLQUJSFNANCNFSM4JOIENTQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4JZ4PDT2OJYTGT7EDQUJSFNA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ4UFY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJKZWCV6BBJUY3EQ3F33QUJSFNA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ4UFY#issuecomment-554945047",
"url": "https://github.com/quicwg/base-drafts/issues/3243?email_source=notifications\u0026email_token=AFTOJKZWCV6BBJUY3EQ3F33QUJSFNA5CNFSM4JOIENT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEJ4UFY#issuecomment-554945047",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd26cd658033_40443ff528acd96c9406d--


From nobody Mon Nov 18 02:07:23 2019
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 D6A1F120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:07:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.597
X-Spam-Level: 
X-Spam-Status: No, score=-6.597 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 D4u21-J5j0bX for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:07:20 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BCB5120018 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:07:20 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id AE94252060D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:07:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574071639; bh=4r/F1CVy6Su/eYdrqV/x2asYQXbb9vjkZKtb2f0vEd4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2gceDQ9DmVCq90okMFRzC++alIfvv6miY0etBveKoHzM5qBH2NQcqmoRL2bhwigwY CMEAJ93ojOeVVgmEpKfQL/UYfEVwGbWjTRzA061iDrxMLnC3FaCyXdv1Dklxc5hnPI ap8v7a1PdEPsj22j5GTxXTxOBrgr84a9vUC/cBtU=
Date: Mon, 18 Nov 2019 02:07:19 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK53SJBEQHSF333NFNF336P5PEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318217275@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd26d579fa5a_7d1a3fac148cd96c3699c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Iz1-qIzudI1_69m1lbjwKUcvUF0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:07:22 -0000

----==_mimepart_5dd26d579fa5a_7d1a3fac148cd96c3699c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

My bad. I would have to fix this. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347291704
----==_mimepart_5dd26d579fa5a_7d1a3fac148cd96c3699c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347291704">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>My bad. I would have to fix this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4N4GM7NFWNBMRSRGLQUJSNPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ZYOY#discussion_r347291704">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3G5SE66XWUNTPLE2LQUJSNPANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK52YJ6ISHOEL4HS7OLQUJSNPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ZYOY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4N4GM7NFWNBMRSRGLQUJSNPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ZYOY#discussion_r347291704",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4N4GM7NFWNBMRSRGLQUJSNPA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL3ZYOY#discussion_r347291704",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd26d579fa5a_7d1a3fac148cd96c3699c--


From nobody Mon Nov 18 02:26:20 2019
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 BB25A120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:26:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uzr0WNVbuLRR for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:26:17 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1EE581200DF for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:26:17 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 367D52C344C for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:26:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072775; bh=0ZWhXdrjZjckFCiT10DqFNjGsMvbrqFwIRQ9gRCJBbg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hGaR6KM38Ah/bZkeiknswXRAi2uodR0UIydChT09EBoG0wdyvLRT4P7HCKfFmpQhw V6000iZ279xgcoYjd++K5WnvVc/PtuJiUJHk3QUa3IsnANHTjklqojkpyU0TQ7yC0F v9smehneLfQBNMZzMzzC+J1KZxlTzzdB6VImsVmc=
Date: Mon, 18 Nov 2019 02:26:15 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VIKXDB2G4RLCEJ7N336SEPEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/318229005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd271c727e85_37c13ff18e2cd96c22876d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/P-kNA6jsBpjVI1F20AnfItSvrMg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:26:20 -0000

----==_mimepart_5dd271c727e85_37c13ff18e2cd96c22876d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe
+time out {{pto}} to ensure acknowledgements are received. This section

Done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#discussion_r347301062
----==_mimepart_5dd271c727e85_37c13ff18e2cd96c22876d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r347301062">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe
+time out {{pto}} to ensure acknowledgements are received. This section
</pre>
<p>Done</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJKYEV55DRO4SY574IMTQUJUUPA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34UDI#discussion_r347301062">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3FAMPH7T6KQQRX7SDQUJUUPANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2BSAIS7N6Z2ICZ6GLQUJUUPA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34UDI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJKYEV55DRO4SY574IMTQUJUUPA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34UDI#discussion_r347301062",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJKYEV55DRO4SY574IMTQUJUUPA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34UDI#discussion_r347301062",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd271c727e85_37c13ff18e2cd96c22876d--


From nobody Mon Nov 18 02:26:44 2019
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 CC9BF1200DF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:26:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ER-nD_js6VWe for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:26:41 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C655120851 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:26:41 -0800 (PST)
Date: Mon, 18 Nov 2019 02:26:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072801; bh=0iTBQCDZHW8BS8Gqs/6vwH/hsixc9Rzd6ktrwgKqn7I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HQlOGz/12QkTQTyvvFgb0awkz5izsdQ6hkykp0bz8g8IZYnuTR4Xrbg4LIVKnFFrJ Y9QZWAhOs+IYiz1fhIWsOAOczIKXQ7tXCuQyUVntInR8mGFYDM1H77KWsvWPILMTxr w2CaIS1gzNKIVAZXH2rRQL3xdbmymA+b5YJJJtaY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7X5334TAWUXICO27F336SGDEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/318229252@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd271e11d0b6_5c113faf806cd9682750bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iOqaq2HdG0tD5-3C2QqdM7q7_-8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:26:43 -0000

----==_mimepart_5dd271e11d0b6_5c113faf806cd9682750bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -532,7 +527,7 @@ keys are available to the client, it MUST send a Handshake packet, and
 otherwise it MUST send an Initial packet in a UDP datagram of at least 1200
 bytes.
 
-Initial packets and Handshake packets may never be acknowledged, but they are
+Initial packets and Handshake packets may never be acknowledged, so they are

Done

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#discussion_r347301264
----==_mimepart_5dd271e11d0b6_5c113faf806cd9682750bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r347301264">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -532,7 +527,7 @@ keys are available to the client, it MUST send a Handshake packet, and
 otherwise it MUST send an Initial packet in a UDP datagram of at least 1200
 bytes.
 
-Initial packets and Handshake packets may never be acknowledged, but they are
+Initial packets and Handshake packets may never be acknowledged, so they are
</pre>
<p>Done</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJKYUY6UI6JCM6UFVYMTQUJUWDA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34WBA#discussion_r347301264">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6S7CBRXRHBVIY5Y5TQUJUWDANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5YKTZCL5LUKHMSHGDQUJUWDA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34WBA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJKYUY6UI6JCM6UFVYMTQUJUWDA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34WBA#discussion_r347301264",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJKYUY6UI6JCM6UFVYMTQUJUWDA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL34WBA#discussion_r347301264",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd271e11d0b6_5c113faf806cd9682750bb--


From nobody Mon Nov 18 02:27:12 2019
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 CCE3D120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:10 -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 fRqZXiOsMSKQ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:09 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56EC31200DF for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:27:09 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 5A6D5C60639 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:27:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072828; bh=b1bH4xOXps+iThNM3aZWeOsZBfsVLG0lfdU4109a7Lo=; h=Date:From:To:Subject:From; b=HAoBOtYMcbQkwJoQo8YjVcf2ww60PMLY9ODnEXUA308iP986Yqu0XCsL6d9MF6Kgh gTqkqBMoksmHOoUw1uf3gQQhm4Q3Zrd475l9ax456VxdR8L90RZuivG/GtyJEoUkMp bc5pKWoQvbOM8dGUXxCxUNmwRXgi1jRgDfXKNpV8=
Date: Mon, 18 Nov 2019 02:27:08 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/0cf2aa-afb284@github.com>
Subject: [quicwg/base-drafts] afb284: Martin's comments
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/-yjJOFCrgQpNpMDzC-pFqppxbgk>
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 Nov 2019 10:27:11 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: afb284145fd83da4c72f37cd4a867f98946f4d39
      https://github.com/quicwg/base-drafts/commit/afb284145fd83da4c72f37cd4a867f98946f4d39
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Martin's comments



From nobody Mon Nov 18 02:27:19 2019
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 6D3721200DF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YL-UOowg38Cp for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:17 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0184B12086E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:27:17 -0800 (PST)
Date: Mon, 18 Nov 2019 02:27:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072836; bh=Kstn4uTyLqzFL6rI+eJAaymq9b8jdKVHAWa4ZI+6DYs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NpY1Q6MMTe8jeqYJqhIp8PBN0fcHcSSeistPxvWN3IC63AOO7Jscbcg5iz1ICd4YH g16G8zEeo+Txfql6Erwmha3LcevfDqA1eehh9x001Cwcs354njo9gI0Jiw8OHbz3gz znryca+i4Db9nmqckGe2njEIox3Kbprv13LnRrsA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4287050699@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2720436496_25a13fc1be8cd95c697d4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nIFS4rBTzKbd2FNwiyTfr8qvtYI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:27:18 -0000

----==_mimepart_5dd2720436496_25a13fc1be8cd95c697d4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

afb284145fd83da4c72f37cd4a867f98946f4d39  Martin's comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/0cf2aab793c7393a9edad7f5a3fc360b56d9646b..afb284145fd83da4c72f37cd4a867f98946f4d39

----==_mimepart_5dd2720436496_25a13fc1be8cd95c697d4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/afb284145fd83da4c72f37cd4a867f98946f4d39">afb2841</a>  Martin&#39;s comments</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/0cf2aab793c7393a9edad7f5a3fc360b56d9646b..afb284145fd83da4c72f37cd4a867f98946f4d39?email_source=notifications&amp;email_token=AFTOJK5OK24J7ECH5NXJVN3QUJUYJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGA3DSOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWFL6TJQGXUITYMPLQUJUYJANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZYFYBES6T4VCS35C3QUJUYJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGA3DSOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/0cf2aab793c7393a9edad7f5a3fc360b56d9646b..afb284145fd83da4c72f37cd4a867f98946f4d39?email_source=notifications\u0026email_token=AFTOJK5OK24J7ECH5NXJVN3QUJUYJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGA3DSOI",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/0cf2aab793c7393a9edad7f5a3fc360b56d9646b..afb284145fd83da4c72f37cd4a867f98946f4d39?email_source=notifications\u0026email_token=AFTOJK5OK24J7ECH5NXJVN3QUJUYJA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGA3DSOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd2720436496_25a13fc1be8cd95c697d4--


From nobody Mon Nov 18 02:27:52 2019
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 828A0120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:50 -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 JwRWur1n2EL1 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:27:49 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4AD781200DF for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:27:49 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 6E0906A1D3D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:27:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072868; bh=z7A72a4F7qNdoJEwAMcQbCK/vAA6b/yxQn0j4tNb/U0=; h=Date:From:To:Subject:From; b=eLkJHtjtNEdrXmFWTkpxAUpK4Tq85clD/FrhJJiOLC2LIX1a5neo7+rgpyJEnZqTv 6nLXaWszH+L7O8AK/8aXBPUOraYg7Zd9oHzbLntCDUYvOd4kdcouMBy3j/y1Tv7vHf OTxcB40GqMFTOUyvyeqrrpeBm106O16RE5sCuM1k=
Date: Mon, 18 Nov 2019 02:27:48 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c903f4-1acbd7@github.com>
Subject: [quicwg/base-drafts] 1acbd7: Script updating gh-pages from afb28414. [ci skip]
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/O7r4BsVfBiNZVpaQHzDZ7fkSdOI>
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 Nov 2019 10:27:51 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1acbd7a94f9b6f920deda73a779d8ff77b2a531c
      https://github.com/quicwg/base-drafts/commit/1acbd7a94f9b6f920deda73a779d8ff77b2a531c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ianswett-recovery-editorial/draft-ietf-quic-http.html
    M ianswett-recovery-editorial/draft-ietf-quic-http.txt
    M ianswett-recovery-editorial/draft-ietf-quic-invariants.html
    M ianswett-recovery-editorial/draft-ietf-quic-invariants.txt
    M ianswett-recovery-editorial/draft-ietf-quic-qpack.html
    M ianswett-recovery-editorial/draft-ietf-quic-qpack.txt
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.html
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.txt
    M ianswett-recovery-editorial/draft-ietf-quic-tls.html
    M ianswett-recovery-editorial/draft-ietf-quic-tls.txt
    M ianswett-recovery-editorial/draft-ietf-quic-transport.html
    M ianswett-recovery-editorial/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from afb28414. [ci skip]



From nobody Mon Nov 18 02:28:07 2019
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 2A98B120851 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.002
X-Spam-Level: 
X-Spam-Status: No, score=-7.002 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, RCVD_IN_MSPIKE_H2=-0.001, 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 vk_BsNBLPv5u for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:04 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6EB441200DF for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:28:04 -0800 (PST)
Date: Mon, 18 Nov 2019 02:28:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072883; bh=pn1FwwJuoDqwAjcPKrqe6/+48R3oYbUn+lJsyQIgJ9I=; h=Date:From:To:Subject:From; b=AxcdOHBDKotYTJ6K+6TRRaZ1RlEQznnBcBuZv/wEC52rSxGODaiyGPbx87VH4Ss9H awKmHQPMWJAFtiHE+uIvkiImA3kw6/ug5vOe0w80oTD1ekzMDJ7u4RiACiBu6th9Z9 HOtpylKlhtKgduCB29YKbVwqeIQte4YIvGewoq1g=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/afb284-cae4f4@github.com>
Subject: [quicwg/base-drafts] 204aeb: App or flow control limited (#3238)
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/lbdYKDKfg2hrj8a1bwNlYv0xRec>
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 Nov 2019 10:28:06 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 204aeb1c77d58208ec2e9e9c6f1a35a47277f368
      https://github.com/quicwg/base-drafts/commit/204aeb1c77d58208ec2e9e9c6f1a35a47277f368
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  App or flow control limited (#3238)

* App or flow control limited

Fixes #3236

* spelling


  Commit: 3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
      https://github.com/quicwg/base-drafts/commit/3a756ee0d1bd3c17baf882cefbe7dbe4e93dc0c5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Fix Gorry's editorial comments (#3237)

This attempts to fix Gorry's editorial comments from the QUIC mailing list.


  Commit: 67011489dd94afc11d0a06a50ba1c2671c8c4988
      https://github.com/quicwg/base-drafts/commit/67011489dd94afc11d0a06a50ba1c2671c8c4988
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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


  Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2
      https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN

And note that 8311 is an update.


  Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
      https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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


  Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08
      https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  ECN editorial

>From Gorry's comments


  Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
      https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Fix incorrect expression


  Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
      https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Set, not seed


  Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5
      https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

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


  Commit: f427ed23016ed57959adf1152d08b3041d0704d3
      https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN (#3241)

* Reference 3168 for ECN

And note that 8311 is an update.

* Update draft-ietf-quic-recovery.md


  Commit: c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
      https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3251 from quicwg/jri/not-seed

Clarify that initial RTT is set, not seeded into something


  Commit: bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
      https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3250 from quicwg/jri/time-threshold

Fix incorrect time-threshold expression


  Commit: e526ccf9c43c49e3dd90110e3a22e450f32a76b0
      https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  endpoints never requests a CID


  Commit: 08f96e3da48faf241da7fad12cfee7b27fcef691
      https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid

endpoints never requests a CID


  Commit: dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
      https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3242 from quicwg/ianswett-ecn-editorial

ECN editorial


  Commit: cae4f4f5ae14fd93a3797bbdc135facffc639453
      https://github.com/quicwg/base-drafts/commit/cae4f4f5ae14fd93a3797bbdc135facffc639453
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge branch 'master' into ianswett-recovery-editorial


Compare: https://github.com/quicwg/base-drafts/compare/afb284145fd8...cae4f4f5ae14


From nobody Mon Nov 18 02:28:23 2019
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 28077120928 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kRQKKRwoKlRX for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:13 -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 831E012092B for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:28:13 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id D63258C0C4F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:28:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072892; bh=XB1mQpXwPjRl06elWtHgxgDb2gFUhkwN4iUEm6L8Kb0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=C/KwqRUg01zCUPz931YZhkGOdpF6oWRSxpTwCMtdjlAV1pZUU61jyYKjt0yXoHbJ8 tXav6Hb7GfiWosclDHwwIczC+xx6n2fY5upBEsynbDawutqqDpJYA+SAfzRMSstogu Z3acnSVHfNi8Jejkn1DWKjh6rhuif8KqkgRc5LJs=
Date: Mon, 18 Nov 2019 02:28:12 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4287054593@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2723cc7f66_62743fb548acd964236189"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8ZB0Cl1dU-XCtlQCJ9JapzVKPC0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 10:28:21 -0000

----==_mimepart_5dd2723cc7f66_62743fb548acd964236189
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

cae4f4f5ae14fd93a3797bbdc135facffc639453  Merge branch 'master' into ianswett-recovery-editorial


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/afb284145fd83da4c72f37cd4a867f98946f4d39..cae4f4f5ae14fd93a3797bbdc135facffc639453

----==_mimepart_5dd2723cc7f66_62743fb548acd964236189
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cae4f4f5ae14fd93a3797bbdc135facffc639453">cae4f4f</a>  Merge branch &#39;master&#39; into ianswett-recovery-editorial</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/afb284145fd83da4c72f37cd4a867f98946f4d39..cae4f4f5ae14fd93a3797bbdc135facffc639453?email_source=notifications&amp;email_token=AFTOJK7DRWNDYKNPWYYSEQ3QUJU3ZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGQ2TSMY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK26WKXKBQJSIAGNOATQUJU3ZANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2JVMXPX75FE5V7G3DQUJU3ZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGQ2TSMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/afb284145fd83da4c72f37cd4a867f98946f4d39..cae4f4f5ae14fd93a3797bbdc135facffc639453?email_source=notifications\u0026email_token=AFTOJK7DRWNDYKNPWYYSEQ3QUJU3ZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGQ2TSMY",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/afb284145fd83da4c72f37cd4a867f98946f4d39..cae4f4f5ae14fd93a3797bbdc135facffc639453?email_source=notifications\u0026email_token=AFTOJK7DRWNDYKNPWYYSEQ3QUJU3ZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4DOMBVGQ2TSMY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd2723cc7f66_62743fb548acd964236189--


From nobody Mon Nov 18 02:28:48 2019
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 3762A120874 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:47 -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 oHdu-Q2q_Lm8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:28:46 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EEA8D120882 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:28:45 -0800 (PST)
Date: Mon, 18 Nov 2019 02:28:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574072925; bh=6v6DxjX0PzK4W+FYCHAZw3sC/K9oe9yyz8VBYFLyXgY=; h=Date:From:To:Subject:From; b=Y0vbQJWc2pqoHoXQzkvBQ2FHxXGBAtaqdoRrknFDS3WPh/r1QADc4RgCwNzoXxZ+n aysRT+i7oilI/8p6xLQi6/8aN3DcQ0aZe4Bt7WhCKlKS0nbZlYhp8iMpBG7/EToLhN uav/JOIY+hyBOA7hG+/rgx+O3XNt+vVdURQhqxMw=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/1acbd7-1bf54b@github.com>
Subject: [quicwg/base-drafts] 1bf54b: Script updating gh-pages from cae4f4f5. [ci skip]
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/7ywfDLJIKX3kigVCAJQYIHoWkBg>
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 Nov 2019 10:28:47 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1bf54b0065e55a41acc20e31584738331983b36a
      https://github.com/quicwg/base-drafts/commit/1bf54b0065e55a41acc20e31584738331983b36a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.html
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.txt
    M ianswett-recovery-editorial/draft-ietf-quic-transport.html
    M ianswett-recovery-editorial/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from cae4f4f5. [ci skip]



From nobody Mon Nov 18 02:30:37 2019
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 B42CC1200DF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:30:35 -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 r-UF_E2_WaXE for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 02:30:34 -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 94D3B120851 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 02:30:34 -0800 (PST)
Date: Mon, 18 Nov 2019 02:30:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574073033; bh=V4f5if8aze/fkSyYgXslRGCYyNI8GwKhhneWYIyZlL4=; h=Date:From:To:Subject:From; b=jm0IQVZsJNyj3oR8RcE6hIp7l2wltdYVj2PZTUiP5Xbrf81yXTj1xU610bgKdBn3C Dq9Ls9dOouQm+LlFuAo/sa1QfxNMKVqZLFJdByLEhau0USSLRRa5x+xqf2CLvHdppE ObJxZXAmvL1OYQWZerlu8HKRqeZ4TzPcm+l3qVEw=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/1bf54b-4133e0@github.com>
Subject: [quicwg/base-drafts] 4133e0: Script updating issues at 2019-11-18T10:30:25Z. [c...
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/59nAgbH_sqzVJVTWrFHsq9GQgQw>
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 Nov 2019 10:30:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4133e0b9c0df99e536617133872da06c2b61af65
      https://github.com/quicwg/base-drafts/commit/4133e0b9c0df99e536617133872da06c2b61af65
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-18T10:30:25Z. [ci skip]



From nobody Mon Nov 18 03:16:49 2019
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 AC135120919 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 03:16:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5wRwUyZI19Tk for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 03:16:46 -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 4111D120915 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 03:16:46 -0800 (PST)
Date: Mon, 18 Nov 2019 03:16:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574075805; bh=6Gf032HNkTcN6M9JFcUhWAwFvwjWWmYSoxlRL1JvCkA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lbBwtomf5YTHZ0m0YthhGC5fAMyRpyP/Dpp9kQmLWVEMJ9/SuI0wpD1K3tWTmybg2 VWFrmZhcE5h90OtZFAcMlMEQbym5HcNowymwjeuaDpFmBPGau+FYf4+YQ5RZevQNHN T0YpVgXCkvzVfVSU5V1Tm3haM5J4c/GxOIFwfKao=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/push/4287254290@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd27d9d387b9_3d523fb01e0cd95c9083d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mIkamUH3cNTswcyithdEseIGTWY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 11:16:48 -0000

----==_mimepart_5dd27d9d387b9_3d523fb01e0cd95c9083d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

98c7e87650c7e4934dbe667334335233e3f8a415  Use initial_salt instead of zero key


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120/files/a61c2b36de62fc10694951fcaf47dcf01633f2ae..98c7e87650c7e4934dbe667334335233e3f8a415

----==_mimepart_5dd27d9d387b9_3d523fb01e0cd95c9083d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/DavidSchinazi" class="user-mention">@DavidSchinazi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/98c7e87650c7e4934dbe667334335233e3f8a415">98c7e87</a>  Use initial_salt instead of zero key</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3120/files/a61c2b36de62fc10694951fcaf47dcf01633f2ae..98c7e87650c7e4934dbe667334335233e3f8a415?email_source=notifications&amp;email_token=AFTOJK3B5FSNBQA55YRJQNTQUJ2R3A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4DOMRVGQZDSMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6NV7RZKURBNOMXR6LQUJ2R3ANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6VODRPUEMNAUASZ33QUJ2R3A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4DOMRVGQZDSMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120/files/a61c2b36de62fc10694951fcaf47dcf01633f2ae..98c7e87650c7e4934dbe667334335233e3f8a415?email_source=notifications\u0026email_token=AFTOJK3B5FSNBQA55YRJQNTQUJ2R3A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4DOMRVGQZDSMA",
"url": "https://github.com/quicwg/base-drafts/pull/3120/files/a61c2b36de62fc10694951fcaf47dcf01633f2ae..98c7e87650c7e4934dbe667334335233e3f8a415?email_source=notifications\u0026email_token=AFTOJK3B5FSNBQA55YRJQNTQUJ2R3A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4DOMRVGQZDSMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd27d9d387b9_3d523fb01e0cd95c9083d--


From nobody Mon Nov 18 03:17:54 2019
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 92F1A120919 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 03:17:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EEYaWGsBdYIC for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 03:17:51 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DBD312085A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 03:17:51 -0800 (PST)
Date: Mon, 18 Nov 2019 03:17:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574075870; bh=lQDMpVsBjLAzWyGozkKx+oXkbKDdeodKecVs3u4uqGs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XW1lVvTOXjsPP48BD9UzFeFxbyl4jBdUu3/8gaAGS14z0lZdgsWI5Tley2OaU9RtQ gelOfalCBUZNUeQWFQpnqr2FwHTrzbiRHzQBRpHvOO/ZnlNOWZXjqyZeCZKvumquzt D7BVSV3Bo3g9Kf5lQECrMvAUToEm21PzKQDLnQjs=
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZN4LP2OKUUFOGQTDN336YF3EVBNHHB2TYBKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3014/554971668@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3014@github.com>
References: <quicwg/base-drafts/issues/3014@github.com>
Subject: Re: [quicwg/base-drafts] Handling of corrupt Retry packets (#3014)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd27dddef0dd_fab3fd87c2cd9601082f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4VmYq7Hj3iHu5qOkII_R96O6f44>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 11:17:52 -0000

----==_mimepart_5dd27dddef0dd_fab3fd87c2cd9601082f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've incorporated @martinthomson 's suggestion and switched the key from all-zeroes to the `initial_salt`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3014#issuecomment-554971668
----==_mimepart_5dd27dddef0dd_fab3fd87c2cd9601082f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've incorporated <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=67641" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> 's suggestion and switched the key from all-zeroes to the <code>initial_salt</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications&amp;email_token=AFTOJK5IUKQXDA7ZTK23ZITQUJ2V3A5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEKDEFA#issuecomment-554971668">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZZ2LO7HWX7YWJSIKLQUJ2V3ANCNFSM4IVITWZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OZSNHYKCTSPYBXG3QUJ2V3A5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEKDEFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications\u0026email_token=AFTOJK5IUKQXDA7ZTK23ZITQUJ2V3A5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEKDEFA#issuecomment-554971668",
"url": "https://github.com/quicwg/base-drafts/issues/3014?email_source=notifications\u0026email_token=AFTOJK5IUKQXDA7ZTK23ZITQUJ2V3A5CNFSM4IVITWZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEKDEFA#issuecomment-554971668",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd27dddef0dd_fab3fd87c2cd9601082f0--


From nobody Mon Nov 18 05:29:44 2019
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 D5ED9120915 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:29:43 -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, TVD_SPACE_RATIO=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 L3GuV7mjLnUJ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:29:42 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3949B120819 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 05:29:42 -0800 (PST)
Date: Mon, 18 Nov 2019 05:29:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574083781; bh=qjaUgYzxHI7nycJNcjUEv5vPihwfTLZOjXguIPc+THA=; h=Date:From:To:Subject:From; b=aE5afDbVH3xLYv/ShycpYXDPhLgBa+BT3wqMEMQlJruH9aWrsIxSHO+SlWPQq7dc8 g4BGyI7X+Q0HiSwme4xvroPNdqDKHEP4+uRM+wJ2V0m6k7lQq36hDRm6jW72//e83S tFnnY+3BzvvIxX//QD1h5EGGbH6txH0QwqOdQUZc=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/07d63d-e74856@github.com>
Subject: [quicwg/base-drafts] e74856: Update draft-ietf-quic-transport.md
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/GpHhU60O4ge8BGjWvnuNrLA1k28>
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 Nov 2019 13:29:44 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: e74856dad49d3a666d4a9b028d549cb48fe9187b
      https://github.com/quicwg/base-drafts/commit/e74856dad49d3a666d4a9b028d549cb48fe9187b
  Author: ianswett <ianswett@users.noreply.github.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



From nobody Mon Nov 18 05:29:53 2019
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 9ADDA120819 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:29:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 C_Sku20sVBgS for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:29:50 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51E55120059 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 05:29:50 -0800 (PST)
Date: Mon, 18 Nov 2019 05:29:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574083789; bh=ym+bcaF9uLpNiBizbKsL1NBRSFqE58DeBfUfFeJt470=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PUt7YIyl/61+zp4EzHa8J+2jTcHeMQW6DKMf1w4j1mTj9Nj57xYeioFmL7eGYv/zJ 0xfkLadnyWZhVIZfDpgU5Z82PbO+MncWv+fv4fUHAj2YrYMmN5NC9q64jI/v6sdT3K eMQKHJl76u/jZAIEwF/o8/UBakErCAvee3Sv+8UA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4287783855@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd29ccd2d060_58543fa5c08cd96c77383"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sRAiJY76GOdPSFoUEIcH40m6dqk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 13:29:52 -0000

----==_mimepart_5dd29ccd2d060_58543fa5c08cd96c77383
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

e74856dad49d3a666d4a9b028d549cb48fe9187b  Update draft-ietf-quic-transport.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/07d63d916e4738f6b845da81235dbf3ddb2cf93b..e74856dad49d3a666d4a9b028d549cb48fe9187b

----==_mimepart_5dd29ccd2d060_58543fa5c08cd96c77383
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e74856dad49d3a666d4a9b028d549cb48fe9187b">e74856d</a>  Update draft-ietf-quic-transport.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/07d63d916e4738f6b845da81235dbf3ddb2cf93b..e74856dad49d3a666d4a9b028d549cb48fe9187b?email_source=notifications&amp;email_token=AFTOJK3SHYEL6HNTT4KRAMLQUKKE3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4DONZYGM4DKNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6INY4MB6EF7DRGLOTQUKKE3ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ2VDDXBONAIGVDTGDQUKKE3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4DONZYGM4DKNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/07d63d916e4738f6b845da81235dbf3ddb2cf93b..e74856dad49d3a666d4a9b028d549cb48fe9187b?email_source=notifications\u0026email_token=AFTOJK3SHYEL6HNTT4KRAMLQUKKE3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4DONZYGM4DKNI",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/07d63d916e4738f6b845da81235dbf3ddb2cf93b..e74856dad49d3a666d4a9b028d549cb48fe9187b?email_source=notifications\u0026email_token=AFTOJK3SHYEL6HNTT4KRAMLQUKKE3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4DONZYGM4DKNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd29ccd2d060_58543fa5c08cd96c77383--


From nobody Mon Nov 18 05:30:37 2019
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 270EA120819 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:30:36 -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 DUFkFCyJSGLg for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 05:30:35 -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 E2EFD120059 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 05:30:34 -0800 (PST)
Date: Mon, 18 Nov 2019 05:30:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574083833; bh=oXJQsuT6+mn8FEMD/1MptcUfUatUTHpuypxYwylZ208=; h=Date:From:To:Subject:From; b=el9n5a4wNflhrMhPDoMtu/Twkk/3u3X8o586qwc8qKroAaprGF7ss8F52DGJtLc4l IIP7YfKj1MsSEY4myrn0aPYJAXzK1e9UBmMH9AsqJVwXzb9HkgGaLQnmGb1fX4TFfr aHKFyWmRVryua/qkzHgTxqwvK2yVBj5TnmQs0gZY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4133e0-2288a7@github.com>
Subject: [quicwg/base-drafts] 2288a7: Script updating gh-pages from e74856da. [ci skip]
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/Lp6kL_j8uL0AzFWbMBbu8GOgkPY>
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 Nov 2019 13:30:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2288a7a8889bc6171eb81b1b92ab5ca0c7ce5212
      https://github.com/quicwg/base-drafts/commit/2288a7a8889bc6171eb81b1b92ab5ca0c7ce5212
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M ianswett-symmetric-timeout/draft-ietf-quic-http.html
    M ianswett-symmetric-timeout/draft-ietf-quic-http.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.html
    M ianswett-symmetric-timeout/draft-ietf-quic-invariants.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.html
    M ianswett-symmetric-timeout/draft-ietf-quic-qpack.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.html
    M ianswett-symmetric-timeout/draft-ietf-quic-recovery.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.html
    M ianswett-symmetric-timeout/draft-ietf-quic-tls.txt
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.html
    M ianswett-symmetric-timeout/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from e74856da. [ci skip]



From nobody Mon Nov 18 08:23:07 2019
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 44D8B120111 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 08:23:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 caPn-ia4ycw0 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 08:23:04 -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 ABB3612007A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 08:23:04 -0800 (PST)
Date: Mon, 18 Nov 2019 08:23:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574094183; bh=OtyxHfQN+y5kW2Xz7o6gxMBiishHcaxb+XwXem/wfyE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YrzRShu9RVwkbSxvogJdwOl6RLCM1FFPWPwzydJss+UsYzsH/73aVakLqePgh6nRI 68p4h584AjXVl6/HCCCgbFhLLlw7JAfPO3xSXL5u2kGvu4NBh2dFIUp4fM/4IaCm17 XARDqpi0DBxJ86OcfOlekz3bTOODWyz1I9Tou800=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2JERAGDDKYCNJEJ5533736PEVBNHHB6PVAQQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3258/555092168@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3258@github.com>
References: <quicwg/base-drafts/issues/3258@github.com>
Subject: Re: [quicwg/base-drafts] Allow CRYPTO_BUFFER_EXCEEEDED error when CRYPTO frame goes beyond 2^62 bytes (#3258)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd2c567b9b1a_2bb33fda336cd96c39153b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/o9oKoh2hV55zOB70M9MSpS8xuHk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 16:23:06 -0000

----==_mimepart_5dd2c567b9b1a_2bb33fda336cd96c39153b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for doing all of this Kazuho.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3258#issuecomment-555092168
----==_mimepart_5dd2c567b9b1a_2bb33fda336cd96c39153b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for doing all of this Kazuho.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications&amp;email_token=AFTOJK3GJHUCUT5TPKV2FTLQUK6OPA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEELARSA#issuecomment-555092168">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3EUJXX2732KDHNNPLQUK6OPANCNFSM4JOPQCYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DHY52JMDK2QJ52KDQUK6OPA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEELARSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications\u0026email_token=AFTOJK3GJHUCUT5TPKV2FTLQUK6OPA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEELARSA#issuecomment-555092168",
"url": "https://github.com/quicwg/base-drafts/issues/3258?email_source=notifications\u0026email_token=AFTOJK3GJHUCUT5TPKV2FTLQUK6OPA5CNFSM4JOPQCYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEELARSA#issuecomment-555092168",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd2c567b9b1a_2bb33fda336cd96c39153b--


From nobody Mon Nov 18 12:58:06 2019
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 66A5B12090F for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 12:58:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 e0aUDd2zO9t2 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 12:58:03 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E59D6120128 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 12:58:02 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 43A6F521D76 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 12:58:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574110682; bh=SdsAFbByOvHFpN3Ypogw7cZAKKqc+8ZTj/uw2KT8O5o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vw2bFYgEjaFpSk+Xtk1UC4Yg1fMYIEYpqf6kOQi0PSVnAHv+EDGmhO70fySF/AmRd OgoxA9JOcx+A5aQY8Gdqg8f9LSq/XOGuILqGvPCgIy6yVheoISSonk5qaQ9Je884fm ky3PO/Ra2ksAJMOrkM68y2ZNiPA9cWyBObOWd2pw=
Date: Mon, 18 Nov 2019 12:58:02 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY24LASBVYXCPFDYIV34A4FVEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318624483@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd305da3411e_25243f83422cd9681010e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/b0V-oDvZwDHPSkYmPtZg0fz7sIU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 20:58:04 -0000

----==_mimepart_5dd305da3411e_25243f83422cd9681010e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

The below should work in all cases:
```
if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase  < 2 * max_datagram_size):
           old_cwnd_increase = cwnd_increase
           cwnd_increase = min(cwnd_increase + acked_packet.size,
                                            2 * max_datagram_size)
           congestion_window += cwnd_increase - old_cwnd_increase
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347605376
----==_mimepart_5dd305da3411e_25243f83422cd9681010e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347605376">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>The below should work in all cases:</p>
<pre><code>if (pacing):
         congestion_window += acked_packet.size
       else:
         // If pacing is not used, limit the increase to
         // 2*max_datagram_size per ACK as described in
         // {{?RFC3465}}
         if (cwnd_increase  &lt; 2 * max_datagram_size):
           old_cwnd_increase = cwnd_increase
           cwnd_increase = min(cwnd_increase + acked_packet.size,
                                            2 * max_datagram_size)
           congestion_window += cwnd_increase - old_cwnd_increase
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJKYBUH2PUOG5TXJPNPTQUL6VVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL65FYY#discussion_r347605376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5WZJTUHOZPWZLRU4TQUL6VVANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2O6ZBZAGODM5NTRVLQUL6VVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL65FYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKYBUH2PUOG5TXJPNPTQUL6VVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL65FYY#discussion_r347605376",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKYBUH2PUOG5TXJPNPTQUL6VVA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL65FYY#discussion_r347605376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd305da3411e_25243f83422cd9681010e1--


From nobody Mon Nov 18 13:11:14 2019
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 8C364120B49 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:11:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8LRa4HhV_zIZ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:11:11 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 311B912011D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:11:11 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 75ADB6A1D50 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:11:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574111470; bh=dsRfLZOxSKHqpwqkY9+LoZg0ofSdoan71yjbJZ5TYjM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V2ryYaDvBFu3h8NW7Np2qLQCQF85mB2IZ3vG0xmVT7UEh5UYMaaKB8pQjs5w0hWDM CtI0lRqdGNxP7xFldA3MNGxQ6NS6OFdYnU6JydCJlMIo0P7McIy1hYqu9qNkQF7u8n msfq6dgqQe4DTFJq2r1E1Ra1i6WgiSgVdl+81cmo=
Date: Mon, 18 Nov 2019 13:11:10 -0800
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ7LFJRJKX7G6Y75KV34A5W5EVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318631889@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd308ee668f6_cc13fa5386cd96036667"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V0lL5e_qbnKrls-LoHaAlDFwLWU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 21:11:13 -0000

----==_mimepart_5dd308ee668f6_cc13fa5386cd96036667
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

See mine at https://github.com/quicwg/base-drafts/pull/3232#discussion_r345506253
Basically same approach as yours. Note that I removed `if` and use `max()` instead of `min()`. I think either way works fine.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347611109
----==_mimepart_5dd308ee668f6_cc13fa5386cd96036667
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@junhochoi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347611109">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>See mine at <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521826560" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3232" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3232/hovercard?comment_id=345506253&amp;comment_type=review_comment" href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r345506253">#3232 (comment)</a><br>
Basically same approach as yours. Note that I removed <code>if</code> and use <code>max()</code> instead of <code>min()</code>. I think either way works fine.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK3Z5OY2WFCWRTXEUOTQUMAG5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL667UI#discussion_r347611109">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK65NZI4OZBIGRHAQOLQUMAG5ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK65JV6IFVHU6MZYZGTQUMAG5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL667UI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3Z5OY2WFCWRTXEUOTQUMAG5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL667UI#discussion_r347611109",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3Z5OY2WFCWRTXEUOTQUMAG5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL667UI#discussion_r347611109",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd308ee668f6_cc13fa5386cd96036667--


From nobody Mon Nov 18 13:50:27 2019
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 5D2BC120960 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:50:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.383
X-Spam-Level: 
X-Spam-Status: No, score=-6.383 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 bkwactncVdKo for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:50:25 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CDD2E1208EC for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:50:24 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 21109520847 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:50:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574113824; bh=q1yIU2l+mPGRB3dzqiPIjaU3qRRIYb9dfgVubcMgVbw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qywaD1F/HivbauFS9PXgCE6nv8REIQ0emJyoyRVk58kZScllFhdwhg29mPj5E9jv7 H8vPhuktX9vvlJEVoy41RbTwZEFNr170SzAV36KzhwRJBXQZ1Ah+ZuhcMkZRrnSM8O t0kaMENtA2QqpPTUfnvf06hIslOaPeFeB/dcmQt0=
Date: Mon, 18 Nov 2019 13:50:24 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4289954540@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3122012fac_59093fe5dd8cd964145847"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_0Cu9zXeLrAedEzaExNe4TR6_Bs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 21:50:26 -0000

----==_mimepart_5dd3122012fac_59093fe5dd8cd964145847
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

21953f431d2cc0df58c87e12e609df9ada781618  fix the congestion window growth


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/eaea37635a08bf69558a650388c622dc319bd4a0..21953f431d2cc0df58c87e12e609df9ada781618

----==_mimepart_5dd3122012fac_59093fe5dd8cd964145847
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/21953f431d2cc0df58c87e12e609df9ada781618">21953f4</a>  fix the congestion window growth</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/eaea37635a08bf69558a650388c622dc319bd4a0..21953f431d2cc0df58c87e12e609df9ada781618?email_source=notifications&amp;email_token=AFTOJKYZLVWNV4HI7P4E64DQUME2BA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4DSOJVGQ2TIMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK42QP3UBJHIZQLLTQTQUME2BANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DESELDQKUPW2W4N3QUME2BA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4DSOJVGQ2TIMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/eaea37635a08bf69558a650388c622dc319bd4a0..21953f431d2cc0df58c87e12e609df9ada781618?email_source=notifications\u0026email_token=AFTOJKYZLVWNV4HI7P4E64DQUME2BA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4DSOJVGQ2TIMA",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/eaea37635a08bf69558a650388c622dc319bd4a0..21953f431d2cc0df58c87e12e609df9ada781618?email_source=notifications\u0026email_token=AFTOJKYZLVWNV4HI7P4E64DQUME2BA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4DSOJVGQ2TIMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd3122012fac_59093fe5dd8cd964145847--


From nobody Mon Nov 18 13:55:18 2019
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 302C2120A2C for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:55:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5CV-XC8ezcfy for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 13:55:15 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D46F120960 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:55:15 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 6C0C596078D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 13:55:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574114114; bh=jkc2QvH1Dn7Y26GSxaeyx3UKpItDV8hjveSqhpWRpKc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ghkgMOV3yoHinzftXXDghzfBBuBdsxKOQyCP0XN7GnWcstx7z4bNuBrzKF4AZpRHU rFP4f+ifDYKIkPAmZdN73ZoqeKRX4jeBuz8tjpSDtI6hhvPHIkTy1T3YE9idSp7tGx s9eQOK5yPqVm+9Dit015PASNYZ0k49dFuKCecl48=
Date: Mon, 18 Nov 2019 13:55:14 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3ZNK3DIU4ZO3HSABV34BC4FEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318656510@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd313425dadc_192c3fecfd4cd96438438"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/h8AvOJV4bUEmFTm8wGxKfHP8_fY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 21:55:17 -0000

----==_mimepart_5dd313425dadc_192c3fecfd4cd96438438
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase < 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked

I pushed my proposed changes before reading your comment. :-) I am fine with both approaches.
This issue will be discussed at IETF either today or tomorrow; we can decide it there.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r347629917
----==_mimepart_5dd313425dadc_192c3fecfd4cd96438438
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r347629917">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1368,7 +1377,15 @@ acked_packet from sent_packets.
        return
      if (congestion_window &lt; ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in
+         // {{?RFC3465}}
+         if (cwnd_increase &lt; 2 * max_datagram_size):
+           cwnd_increase += bytes_acked
+           congestion_window += bytes_acked
</pre>
<p>I pushed my proposed changes before reading your comment. :-) I am fine with both approaches.<br>
This issue will be discussed at IETF either today or tomorrow; we can decide it there.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK6UXIJD4AYEFLVS2KLQUMFMFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7E77Q#discussion_r347629917">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JF54NMUWWAWETMCLQUMFMFANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK223NJQHKYQVD5FPGTQUMFMFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7E77Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK6UXIJD4AYEFLVS2KLQUMFMFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7E77Q#discussion_r347629917",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK6UXIJD4AYEFLVS2KLQUMFMFA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7E77Q#discussion_r347629917",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd313425dadc_192c3fecfd4cd96438438--


From nobody Mon Nov 18 15:52:31 2019
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 8738912090A for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 15:52:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 E4G4ApwA9co8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 15:52:28 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C8E4F12018B for <quic-issues@ietf.org>; Mon, 18 Nov 2019 15:52:27 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id CFD6F6609FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 15:52:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574121146; bh=DpdJH9vT4g1/nuDpbG5D00XgN5GVZ5Ca4LDITuzkUWY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=g6163UayNJZMz5uiPdRAtOMDvfVaC2hNDSdUZxM57aPLqkRpgWvo82lJdR9egGnGG 94adEI+XTSVjDpg2uB9gXogS9/EobER9Gzc1lP/N5jhm8LxijaDKuF95oImrH/rXHc StED+H541XSjz0oypL559yJrBzWLv62S3KWhfOl4=
Date: Mon, 18 Nov 2019 15:52:26 -0800
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5PL4BUZFIBU66X4SV34BQTVEVBNHHB6RQ4VA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3259@github.com>
Subject: [quicwg/base-drafts] Safety issue during incipient persistent congestion episode (#3259)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd32ebac0910_7b213fcd722cd95c873a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/N03iliivuszthsEBUBWhnhszvq4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 23:52:30 -0000

----==_mimepart_5dd32ebac0910_7b213fcd722cd95c873a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

"When an ACK frame is received that establishes loss of all in-flight packets sent over a long enough period of time, the network is considered to be experiencing persistent congestion." 

QUIC declares persistent congestion only upon receipt of an ACK for a packet sent after entering loss recovery. This means that the cwnd will remain large and usable even if there is prolonged network silence with packets outstanding. If the state of the transport was application limited, this can cause a large burst on the network. 

In TCP, an RTO causes immediate drop of the cwnd to min_cwnd. 

Ideally QUIC should drop the cwnd in the same timescale as TCP would. Typically minrto for the Internet is 200 msec or 300 msec (and larger if the RTT is larger).


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3259
----==_mimepart_5dd32ebac0910_7b213fcd722cd95c873a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>"When an ACK frame is received that establishes loss of all in-flight packets sent over a long enough period of time, the network is considered to be experiencing persistent congestion."</p>
<p>QUIC declares persistent congestion only upon receipt of an ACK for a packet sent after entering loss recovery. This means that the cwnd will remain large and usable even if there is prolonged network silence with packets outstanding. If the state of the transport was application limited, this can cause a large burst on the network.</p>
<p>In TCP, an RTO causes immediate drop of the cwnd to min_cwnd.</p>
<p>Ideally QUIC should drop the cwnd in the same timescale as TCP would. Typically minrto for the Internet is 200 msec or 300 msec (and larger if the RTT is larger).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3259?email_source=notifications&amp;email_token=AFTOJKZP4SG7GJPJ6O2YNSDQUMTDVA5CNFSM4JO3XVD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GDSUA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4TMIHTU5KGM7UE6F3QUMTDVANCNFSM4JO3XVDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK74HG3PCCQV2E7GRV3QUMTDVA5CNFSM4JO3XVD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GDSUA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3259?email_source=notifications\u0026email_token=AFTOJKZP4SG7GJPJ6O2YNSDQUMTDVA5CNFSM4JO3XVD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GDSUA",
"url": "https://github.com/quicwg/base-drafts/issues/3259?email_source=notifications\u0026email_token=AFTOJKZP4SG7GJPJ6O2YNSDQUMTDVA5CNFSM4JO3XVD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GDSUA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd32ebac0910_7b213fcd722cd95c873a7--


From nobody Mon Nov 18 15:56:06 2019
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 BBC6912090A for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 15:56:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rD_k1x38I0x4 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 15:56:03 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 263E0120144 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 15:56:03 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 6FD266E0E53 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 15:56:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574121362; bh=M3ZEYSX4QSIOOEaYvsx/daziLae2LFrw5+4RbmgVHDk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=W4d/RoDx306+FTBF1eOmhMFWFu+1hKibDDDCHG2ePVAN7FuKg4uZom/jL+38kk+aC /e7lWUleGMQlV+125QDd7/FQlEeNFXumUxZHxAuOVBH0iKTmiOovjKxYzRN/7szOUc Wbh4uSmdHY7y0I/oR1VoDWCVqB4OVxt4OGcQCrCQ=
Date: Mon, 18 Nov 2019 15:56:02 -0800
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2B3RB7RHCPWPB3PKN34BRBFEVBNHHB6RRA7E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3260@github.com>
Subject: [quicwg/base-drafts] Justify or reconcile deviation from TCP TLP timeout calculation (#3260)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd32f92602a2_256f3f99162cd960679fd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hq1za1-FDfVYSsuCKnH3HM_oNsU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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 Nov 2019 23:56:05 -0000

----==_mimepart_5dd32f92602a2_256f3f99162cd960679fd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

QUIC:
PTO = smoothed_rtt + max(4*rttvar, kGranularity) + max_ack_delay

TCP:
   TLP_timeout():
       If SRTT is available:
           PTO = 2 * SRTT
           If FlightSize = 1:
              PTO += WCDelAckT
           Else:
              PTO += 2ms
       Else:
           PTO = 1 sec

       If Now() + PTO > TCP_RTO_expire():
           PTO = TCP_RTO_expire() - Now()

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3260
----==_mimepart_5dd32f92602a2_256f3f99162cd960679fd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>QUIC:<br>
PTO = smoothed_rtt + max(4*rttvar, kGranularity) + max_ack_delay</p>
<p>TCP:<br>
TLP_timeout():<br>
If SRTT is available:<br>
PTO = 2 * SRTT<br>
If FlightSize = 1:<br>
PTO += WCDelAckT<br>
Else:<br>
PTO += 2ms<br>
Else:<br>
PTO = 1 sec</p>
<pre><code>   If Now() + PTO &gt; TCP_RTO_expire():
       PTO = TCP_RTO_expire() - Now()
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3260?email_source=notifications&amp;email_token=AFTOJKYBDJDEFNFVTMQMTBDQUMTRFA5CNFSM4JO3YO72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GED4Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36LUNW35PSRZUDNM3QUMTRFANCNFSM4JO3YO7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3BWLLQN7MVPMGO7R3QUMTRFA5CNFSM4JO3YO72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GED4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3260?email_source=notifications\u0026email_token=AFTOJKYBDJDEFNFVTMQMTBDQUMTRFA5CNFSM4JO3YO72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GED4Q",
"url": "https://github.com/quicwg/base-drafts/issues/3260?email_source=notifications\u0026email_token=AFTOJKYBDJDEFNFVTMQMTBDQUMTRFA5CNFSM4JO3YO72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GED4Q",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd32f92602a2_256f3f99162cd960679fd--


From nobody Mon Nov 18 16:00:32 2019
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 2C887120144 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:00:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.908
X-Spam-Level: 
X-Spam-Status: No, score=-6.908 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, HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LNd4b19mPLFx for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:00:28 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E85112010F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:00:28 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id B9B936E12B7 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:00:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574121627; bh=zYivNU3L2HuZMxJV+PDigRxbMBJjAR8fl3wr8Uu4tMA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=MN63IC7Dc7y+Aj29xCA6w8lyAVMZTrqIx/3ggB55QJBc1brw/GaQ1Izv1fe6403Xs l95YBSG9xF/dZiaUYMCjL1ZbD41pZEtGkaNYbjU4fbQiD7XFuUqK1JP8Tpqo3rBibM gWz53uDihJxUUtAoBcUiyrEhO6+SjDD8z5fHT5Pw=
Date: Mon, 18 Nov 2019 16:00:27 -0800
From: Praveen Balasubramanian <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK44M3OR5U77EMSEQEF34BRRXEVBNHHB6RRGHE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3261@github.com>
Subject: [quicwg/base-drafts] Justify or reconcile deviation from TCP kMinimumWindow value (#3261)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3309bab9d0_7d083f84c98cd95c9297c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: pravb
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iOFenVDR0-2ONMs27SOz_7Xa5mM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 00:00:30 -0000

----==_mimepart_5dd3309bab9d0_7d083f84c98cd95c9297c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

QUIC spec uses kMinimumWindow of 2 MSS compared to TCP's 1 MSS. Let's state the deviation and add justifiaiton text.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3261
----==_mimepart_5dd3309bab9d0_7d083f84c98cd95c9297c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>QUIC spec uses kMinimumWindow of 2 MSS compared to TCP's 1 MSS. Let's state the deviation and add justifiaiton text.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3261?email_source=notifications&amp;email_token=AFTOJK77W4YDXOP2YBT5Q4DQUMUBXA5CNFSM4JO3ZOVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GEY4Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK477OEAI6KAMJ7JHLLQUMUBXANCNFSM4JO3ZOVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGZJ6BXOCE5ZRKGY3QUMUBXA5CNFSM4JO3ZOVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GEY4Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3261?email_source=notifications\u0026email_token=AFTOJK77W4YDXOP2YBT5Q4DQUMUBXA5CNFSM4JO3ZOVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GEY4Q",
"url": "https://github.com/quicwg/base-drafts/issues/3261?email_source=notifications\u0026email_token=AFTOJK77W4YDXOP2YBT5Q4DQUMUBXA5CNFSM4JO3ZOVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GEY4Q",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3309bab9d0_7d083f84c98cd95c9297c--


From nobody Mon Nov 18 16:13:31 2019
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 41B73120987 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:13:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 B99NIQEvb9MS for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:13:29 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A679120143 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:13:29 -0800 (PST)
Date: Mon, 18 Nov 2019 16:13:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122408; bh=iRBLZpwi8jQVSRkqQiKEf5Wg4But4Q535ZAfQVl9SRY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xsV/miy+dOcuktFR3pcgBLoML/s0h64Tv1KBL2jzRoUIuSGb53Hw67d4Pr3VhJ+UR vWovph9EvTd8Rr99Cjb1lD3d/ayu8YRygmw+6JHfowcSHoxkz4CF6sXP1fvBBy1ubN 0epfg21jlZERPim/OCbNoZ60cQEzqVGccdu4RqOQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6DAP3ZBMWG3XWQTGN34BTCREVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555270164@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd333a864c82_14ac3ff0e94cd96026954"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ChxFD0WI5-NKDSQ6uwKLU9jnU94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 00:13:30 -0000

----==_mimepart_5dd333a864c82_14ac3ff0e94cd96026954
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That's right, that's just cruft.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555270164
----==_mimepart_5dd333a864c82_14ac3ff0e94cd96026954
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That's right, that's just cruft.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK5YNDQYVUZXRAT3PQ3QUMVSRA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMAFA#issuecomment-555270164">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3VQJYZG5GJF2IC24LQUMVSRANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ZSEYYFHVXUOCDBO3QUMVSRA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMAFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK5YNDQYVUZXRAT3PQ3QUMVSRA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMAFA#issuecomment-555270164",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK5YNDQYVUZXRAT3PQ3QUMVSRA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMAFA#issuecomment-555270164",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd333a864c82_14ac3ff0e94cd96026954--


From nobody Mon Nov 18 16:15:40 2019
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 96F09120143 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:38 -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, TVD_SPACE_RATIO=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 Xbiv6vkOWPBk for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:37 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF30E12012E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:15:36 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id 0EB19A0C48 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:15:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122536; bh=vpgicIMkxREhJyk4sYvBmMT+/z+nFMPIz1901D248Jk=; h=Date:From:To:Subject:From; b=ubfxw46/WVNx7s99DPhrmR19Lr3l80wd0eMoW/NCuWXwG+wjmOr+LGiUJSa11zzZ0 WzX70FdmJojCLScCEtOVC+T2/o36dUKzVT39HOvhRRlvMeE9WV908JJ8LFzz2IiLUz 6nw7VbLbWcxtTNeBHYmLYdyhtsRmXm7yoG6s9wYU=
Date: Mon, 18 Nov 2019 16:15:36 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/table-tag/7333f4-000000@github.com>
Subject: [quicwg/base-drafts]
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/rUck5lP9SGyKOPfeYYR-GVhDy8A>
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, 19 Nov 2019 00:15:39 -0000

  Branch: refs/heads/table-tag
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov 18 16:15:45 2019
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 93FD7120B6C for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:41 -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 y2GbyrjPy3ta for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5E9D512012A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:15:36 -0800 (PST)
Date: Mon, 18 Nov 2019 16:15:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122535; bh=5SoUo0zqnyc3fYCk1iUGqKZ2ESFGCxecJr4f4byTHFM=; h=Date:From:To:Subject:From; b=jxeIp6cSjZ+PP6loAED/QJqr7TLDI4FT9XwxOBGGIG2aLaSSns7GlMeBm1AdZake0 kOGvP0FwEC6tqVgjCUxavkU3JxB+EMgeQNd524Ch0Ls5j+Ix5Lx7GFTcHc0GoyxhfH y5blpexqncnsACvKwcs9+cB90CYDU04sdQO2rAdY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/dfa1d1-81c610@github.com>
Subject: [quicwg/base-drafts] 7333f4: Avoid using table- prefixes for anchors
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/c_VtBpPWtT0SPHWXseTTNV2JDGA>
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, 19 Nov 2019 00:15:42 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7333f466daf11ab512f44ab13005fb477c952098
      https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Avoid using table- prefixes for anchors

xml2rfc v3 format prohibits the use of these, which will cause problems.
This makes the anchors longer, so feel free to go with something else.


  Commit: 81c610b900c4b78a7a1415d1005b7a8f5fff3464
      https://github.com/quicwg/base-drafts/commit/81c610b900c4b78a7a1415d1005b7a8f5fff3464
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3253 from quicwg/table-tag

Avoid using table- prefixes for anchors


Compare: https://github.com/quicwg/base-drafts/compare/dfa1d15b6727...81c610b900c4


From nobody Mon Nov 18 16:15:52 2019
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 210C712012E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rvJbU8xtZ_6z for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:15:45 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F7601208DD for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:15:45 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id C407D6A1AB2 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:15:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122544; bh=Rc/VvZUQc9ZwU9weXEh3Yhyzbaw8nEGfTjT59g6FflU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YX1zlCSHIL5qd6ixXvsuIG/Wosp1LKH7/IYcWYzeNs8nfvpTD7QaGmhaL4tDtqWXS K8qCdeSGZoAFxo/dsXNytXGgTZrZC+52+lgHp7/VYyUdC09kSZh+kvifVKVCVxS7X+ ix3lFrBqDSLdNmGefhxBXIA09zpYrTmiv6s9antw=
Date: Mon, 18 Nov 2019 16:15:44 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2WYGW6W44H66IEIDN34BTLBEVBNHHB6OXVHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3253/issue_event/2809552357@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3253@github.com>
References: <quicwg/base-drafts/pull/3253@github.com>
Subject: Re: [quicwg/base-drafts] Avoid using table- prefixes for anchors (#3253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd33430b4f80_32f43fd89c0cd9607509b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hemHZQjxgKuPNSL1n2Gm7sHYpUg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 00:15:47 -0000

----==_mimepart_5dd33430b4f80_32f43fd89c0cd9607509b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3253 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3253#event-2809552357
----==_mimepart_5dd33430b4f80_32f43fd89c0cd9607509b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523957566" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3253" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3253/hovercard" href="https://github.com/quicwg/base-drafts/pull/3253">#3253</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications&amp;email_token=AFTOJKY3OFB46DF67TCSZJDQUMV3BA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU53F3ZI#event-2809552357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ4ICFNRKHIVSJYK4LQUMV3BANCNFSM4JOI5KAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4QAKP6TURF2QTSXEDQUMV3BA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU53F3ZI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJKY3OFB46DF67TCSZJDQUMV3BA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU53F3ZI#event-2809552357",
"url": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJKY3OFB46DF67TCSZJDQUMV3BA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU53F3ZI#event-2809552357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd33430b4f80_32f43fd89c0cd9607509b--


From nobody Mon Nov 18 16:16:08 2019
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 87A3612012E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:16:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oYWXsEeXWmpb for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:16:05 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3443112012A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:16:05 -0800 (PST)
Date: Mon, 18 Nov 2019 16:16:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122564; bh=OM1mYaBjKXWC0CC8+XHNsS/gNXRCD8I3tRHGjqXjFm0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jS9K2WuaJ0LtJZgHaqaWDM9xoCFM7qwPgN5btZHftTWIp7qiqdYWsRODMCIXcAX4e C+UeuPYTwLFSigRQHZ7oqGYDeIltAq7e1qx7BMVfYjxLw7eRjwJ/aiK9j0HVvJjjUj zYUFaIOgQTzEvEg5MtYpqiH3N19+pDGWYUbMnbps=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2EXPNIQKZ3FB5IV2V34BTMJEVBNHHB6OXVHY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3253/c555270804@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3253@github.com>
References: <quicwg/base-drafts/pull/3253@github.com>
Subject: Re: [quicwg/base-drafts] Avoid using table- prefixes for anchors (#3253)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3344480b05_36c63fe60f0cd96c990ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/r576z67-VZiW5L0TOuJkwIVEBLs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 00:16:07 -0000

----==_mimepart_5dd3344480b05_36c63fe60f0cd96c990ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Had to merge it, but feel free to fix anchors.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3253#issuecomment-555270804
----==_mimepart_5dd3344480b05_36c63fe60f0cd96c990ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Had to merge it, but feel free to fix anchors.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications&amp;email_token=AFTOJK4KBVR3NRBBXG4VRDLQUMV4JA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMFFA#issuecomment-555270804">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYL3XHLMWYEX3EHCHLQUMV4JANCNFSM4JOI5KAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46GPOWCTQAOLK5NXLQUMV4JA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMFFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJK4KBVR3NRBBXG4VRDLQUMV4JA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMFFA#issuecomment-555270804",
"url": "https://github.com/quicwg/base-drafts/pull/3253?email_source=notifications\u0026email_token=AFTOJK4KBVR3NRBBXG4VRDLQUMV4JA5CNFSM4JOI5KA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMMFFA#issuecomment-555270804",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3344480b05_36c63fe60f0cd96c990ec--


From nobody Mon Nov 18 16:19:21 2019
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 E561F12012E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:19:19 -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 qKqLMIBRC1Jm for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:19:18 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA17912012A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:19:18 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 1A48BA044B for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:19:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122758; bh=yaettR3yOFGMbpkWA0DQGvI1O2g3cX6yGE31KXLKkho=; h=Date:From:To:Subject:From; b=cgXHZrJrLZZV91h9RzJChKV2iRfglHmvyk9fJcFUAHcmd6tBT5TGtMmlppY6Rm+qm AuyiNs/exx+UL1oBf3MfmUidQJ083iH9WYRdpI4G7+BEJtz+lcpB5j9cjiWEb75Mk+ mhXq6/WFTxhH+BwR7gXNwCzZYPa678YYbHAresy4=
Date: Mon, 18 Nov 2019 16:19:18 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2288a7-57b04c@github.com>
Subject: [quicwg/base-drafts] 57b04c: Script updating gh-pages from 81c610b9. [ci skip]
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/5XvfMxrUzZnn8k7D9DvgWJevS4U>
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, 19 Nov 2019 00:19:20 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 57b04c6a00a36558073ba3659296c8b2f7c7ea6a
      https://github.com/quicwg/base-drafts/commit/57b04c6a00a36558073ba3659296c8b2f7c7ea6a
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 81c610b9. [ci skip]



From nobody Mon Nov 18 16:21:07 2019
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 E160712012E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:21:05 -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 CSBSgJTYWL0d for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:21:04 -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 970C2120143 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:21:04 -0800 (PST)
Date: Mon, 18 Nov 2019 16:21:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574122863; bh=XGQXDwyBgar4ogceWD/h99qAltENb8qLn7EUD01LldI=; h=Date:From:To:Subject:From; b=QcM6b9euuDRLyTfkwpd6lSpYyYy2SMFZ5oWb/z5ZZq/ZY9roiamXSAGm53jA4qG50 He6u78P9idkwUJ2CnfsAC1uQI2yiq8zESI4nJyzJnrUQLnUXAqX/jp0P2K/ENJuEzz JNXcRetG3MVo6LxIYskHNZrhTLWmgrX73lRADc1Q=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/57b04c-6a5864@github.com>
Subject: [quicwg/base-drafts] 6a5864: Script updating issues at 2019-11-19T00:20:56Z. [c...
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/XTsb6HI7JL3p60ZDnavllzZd7F4>
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, 19 Nov 2019 00:21:06 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6a5864fe5a1523050453c1fe75acb431a7da48ac
      https://github.com/quicwg/base-drafts/commit/6a5864fe5a1523050453c1fe75acb431a7da48ac
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-19T00:20:56Z. [ci skip]



From nobody Mon Nov 18 16:43:50 2019
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 1000812006F for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:43:49 -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 gJIyI23Yh0a4 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:43:43 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5AD6120125 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:43:43 -0800 (PST)
Date: Mon, 18 Nov 2019 16:43:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574124223; bh=TcZjuwc5Ffbljd31bv6tq1cQd81m/kuNHlDueHo58Z0=; h=Date:From:To:Subject:From; b=A0NQlDqejd2kzlYWeSltJGgJmqEt670Tsppc14eRFxYIJvueRZFH79RHmesVFtrA0 1ElVYNtnHvQW4/nSw05Az/2QNicUOHO614ypDdCFS7f1HOuT1Jwt6lQ/YYRMe8qIuT lEbLomO1OLv/zA7COvP3aH7VfGSwDlB3jaPvzXkc=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/remove-first-initial/000000-12d3ab@github.com>
Subject: [quicwg/base-drafts] 12d3ab: Remove some cruft from packet size section
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/x93-FTvjfzUiDNMqFAol6HnCQTM>
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, 19 Nov 2019 00:43:49 -0000

  Branch: refs/heads/remove-first-initial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 12d3abd22ad130b21f29854fd487546dcd57eb6b
      https://github.com/quicwg/base-drafts/commit/12d3abd22ad130b21f29854fd487546dcd57eb6b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Remove some cruft from packet size section

This section had a bunch of text that wasn't updated as the result of
other changes elsewhere.  Though there was a suggestion that this could
reference other sections, but as this is in some ways the authoritative
section on the subject, I decided to keep the requirements.  That's
duplicative, but I couldn't see a simple way to deal with that.

Closes #3255.



From nobody Mon Nov 18 16:46:25 2019
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 56FC812012C for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:46:23 -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 rZ3mGVFbghGH for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:46:22 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1D21A12006F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:46:22 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id C7F8D2616D3 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:46:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574124381; bh=igiiXz9rHLFmOtNtW+ffKo5pa81k8BQnySN9D4AV+PA=; h=Date:From:To:Subject:From; b=tmtCEFS1mEuEKnJxDuchlmNueRTtcrnqnTYepR42aX6mPBbXgx0xbecTbLHED8TBC 9mVWZOpZ0WZ5PObJ00Y9rjlRLKk+NvoMQTuKEHZ7BSOB1ads4LO9txy0Oga531XB4Y tgsqFaKkid4BzIHZh06bec3c/H3AnQkWe9EBFZZ8=
Date: Mon, 18 Nov 2019 16:46:21 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6a5864-9977d8@github.com>
Subject: [quicwg/base-drafts] 9977d8: Script updating gh-pages from 12d3abd2. [ci skip]
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/ylFyI9wtnmpWcik5V6cd03OMXSc>
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, 19 Nov 2019 00:46:23 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9977d83bd02006e927dd2f4f9430478a7699cf49
      https://github.com/quicwg/base-drafts/commit/9977d83bd02006e927dd2f4f9430478a7699cf49
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M index.html
    A remove-first-initial/draft-ietf-quic-http.html
    A remove-first-initial/draft-ietf-quic-http.txt
    A remove-first-initial/draft-ietf-quic-invariants.html
    A remove-first-initial/draft-ietf-quic-invariants.txt
    A remove-first-initial/draft-ietf-quic-qpack.html
    A remove-first-initial/draft-ietf-quic-qpack.txt
    A remove-first-initial/draft-ietf-quic-recovery.html
    A remove-first-initial/draft-ietf-quic-recovery.txt
    A remove-first-initial/draft-ietf-quic-tls.html
    A remove-first-initial/draft-ietf-quic-tls.txt
    A remove-first-initial/draft-ietf-quic-transport.html
    A remove-first-initial/draft-ietf-quic-transport.txt
    A remove-first-initial/index.html

  Log Message:
  -----------
  Script updating gh-pages from 12d3abd2. [ci skip]



From nobody Mon Nov 18 16:46:59 2019
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 23D4A12012C for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:46:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pV4TkV-AhGoj for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 16:46:53 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A72112006F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:46:53 -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 F2491660A97 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 16:46:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574124411; bh=9bblOO5FTOXIr4/RGTJxW2Tq4zlEJoZ7OSHFD6JYilE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zxlgilM5AH1GWq55zP3VYHTiqQO2sn3sXGm0Y1iv4Gh4WAQlS4dNbfO//kWTtoguc 28VQ25b9zFRSsCu+7pfCqvP3rI/IHt7a5TIfRi282RKLM8cWxAYXmXCRquyMq8Uo7g 2jDyIfE6LHKoE7W2v97MXUqhzAciKGtoic+D80VI=
Date: Mon, 18 Nov 2019 16:46:51 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYRXXJWW3L4IFTEWWV34BW7XEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262@github.com>
Subject: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd33b7be278d_209c3f9d866cd9606328b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O48eHEkQTAU_ZSCYuSvKeYEaLTE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 00:46:58 -0000

----==_mimepart_5dd33b7be278d_209c3f9d866cd9606328b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This section had a bunch of text that wasn&#39;t updated as the result of
other changes elsewhere.  There was a suggestion that this could
reference other sections, but as this is in some ways the authoritative
section on the subject, I decided to keep the requirements.  That&#39;s
duplicative, but I couldn&#39;t see a simple way to deal with that.

Closes #3255.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3262

-- Commit Summary --

  * Remove some cruft from packet size section

-- File Changes --

    M draft-ietf-quic-transport.md (29)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3262.patch
https://github.com/quicwg/base-drafts/pull/3262.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262

----==_mimepart_5dd33b7be278d_209c3f9d866cd9606328b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This section had a bunch of text that wasn't updated as the result of<br>
other changes elsewhere.  There was a suggestion that this could<br>
reference other sections, but as this is in some ways the authoritative<br>
section on the subject, I decided to keep the requirements.  That's<br>
duplicative, but I couldn't see a simple way to deal with that.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3255.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524121832" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3255" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3255/hovercard" href="https://github.com/quicwg/base-drafts/issues/3255">#3255</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3262'>https://github.com/quicwg/base-drafts/pull/3262</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove some cruft from packet size section</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3262/files#diff-0">draft-ietf-quic-transport.md</a>
    (29)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3262.patch'>https://github.com/quicwg/base-drafts/pull/3262.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3262.diff'>https://github.com/quicwg/base-drafts/pull/3262.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJK3F3ZTJUFAGR6OBHIDQUMZPXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GLSKA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JGSA6YKLSBVLYWDTQUMZPXANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ARI4SLDI74SYJPHDQUMZPXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GLSKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK3F3ZTJUFAGR6OBHIDQUMZPXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GLSKA",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK3F3ZTJUFAGR6OBHIDQUMZPXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GLSKA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd33b7be278d_209c3f9d866cd9606328b--


From nobody Mon Nov 18 17:02:22 2019
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 7814E1201EF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:02:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0Z9NWhQyZY_M for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:02:19 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B4228120143 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:02:19 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 947456E0E53 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:02:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574125338; bh=JHuOiSv8g7oMhHdXjgSHX0aUH1wIlPbIzpUGNiCqtGY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=se/RaiW5O7msqFUIDREZE0RsZtsQvNzhF5lelkaKiSNftsjRLgOgZk8ovRfKzMxSO /7FOsfVenMj07pfIO6wmddL9/x8YtFqp/qbG+/vqLBOTf9i1WGDkULnQzrNVS0GZzJ gATGo77NKrbXOvOaKFXIx51HTlGgr0KlQBTwkNRU=
Date: Mon, 18 Nov 2019 17:02:18 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2SYDEENKUOR2PHSO534BYZVEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/318727533@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd33f1a83af3_b633ffc246cd9681343b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WyUthS_RIT2Q7m_x_ra3ykSVDzs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 01:02:22 -0000

----==_mimepart_5dd33f1a83af3_b633ffc246cd9681343b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks approved this pull request.

Everything looks good, except for the comment I have about already existing text.

>  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or

I know it's not part of this PR, but why do we let what is essentially an unauthenticated packet to kill the connection? Shouldn't the packet just be dropped and ignored?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#pullrequestreview-318727533
----==_mimepart_5dd33f1a83af3_b633ffc246cd9681343b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> approved this pull request.</p>

<p>Everything looks good, except for the comment I have about already existing text.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3262#discussion_r347686313">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or
</pre>
<p>I know it's not part of this PR, but why do we let what is essentially an unauthenticated packet to kill the connection? Shouldn't the packet just be dropped and ignored?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJK66UEINANEMAK57OJDQUM3JVA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7WK3I#pullrequestreview-318727533">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3Y6BQAHTYQXB2LOXLQUM3JVANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK76K3RIPH2GLBIWAZDQUM3JVA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7WK3I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK66UEINANEMAK57OJDQUM3JVA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7WK3I#pullrequestreview-318727533",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK66UEINANEMAK57OJDQUM3JVA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7WK3I#pullrequestreview-318727533",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd33f1a83af3_b633ffc246cd9681343b9--


From nobody Mon Nov 18 17:21:54 2019
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 36088120071 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:21:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QtR5JTiCDqJn for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:21:52 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E83AF12004A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:21:51 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 486D4660051 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:21:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574126511; bh=SfFcPiBOxjLNRbGm4AwNHWSMc1/pOy+Zur5CLfrzmvM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1NX596Q8P3yAx8cxo1kJYwWJGS3hwQgbBLsNA0WSIYLTYzkBqo3/E3sET6CSvmVrb T+t9zhkNayYG2qZwPLf/+83v8d67V2cEhtxVOE0ssFF8qQKUehwFv/RA3RTimLXArj G+HABqNsJCQ22kUz1h/U2BsfGX+LSRYesChdqtQ8=
Date: Mon, 18 Nov 2019 17:21:51 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6UMPCRHIEVVCZQV5N34B3C7EVBNHHB5Y6ONQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3193/555287450@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3193@github.com>
References: <quicwg/base-drafts/issues/3193@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit interacts poorly with Retire Prior To (#3193)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd343af39648_5c463fccfe2cd96c304560"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2iQQGFFDmXwJS-HRoiGADvP5ZZs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 01:21:53 -0000

----==_mimepart_5dd343af39648_5c463fccfe2cd96c304560
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Having discussed this offline with @erickinnear and @kazuho, I now understand the new model that you are proposing. I'm fine with it. I'll leave my comments on the PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3193#issuecomment-555287450
----==_mimepart_5dd343af39648_5c463fccfe2cd96c304560
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Having discussed this offline with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=32474881" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/erickinnear">@erickinnear</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>, I now understand the new model that you are proposing. I'm fine with it. I'll leave my comments on the PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications&amp;email_token=AFTOJK4GF7HI4R63YIU6LVDQUM5S7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMQHGQ#issuecomment-555287450">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6LE6QR4IYRCRR3GCDQUM5S7ANCNFSM4JJPZITA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY2DTESQDXED55WMCDQUM5S7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMQHGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK4GF7HI4R63YIU6LVDQUM5S7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMQHGQ#issuecomment-555287450",
"url": "https://github.com/quicwg/base-drafts/issues/3193?email_source=notifications\u0026email_token=AFTOJK4GF7HI4R63YIU6LVDQUM5S7A5CNFSM4JJPZITKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMQHGQ#issuecomment-555287450",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd343af39648_5c463fccfe2cd96c304560--


From nobody Mon Nov 18 17:33:18 2019
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 B554F120025 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:33:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KEuMN4wFSxzF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:33:15 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 43631120071 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:33:15 -0800 (PST)
Date: Mon, 18 Nov 2019 17:33:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574127194; bh=byHaw+TIqt6dH4RqShve5tgpoUx4nNCfIXgh9gccNyc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jY7aPXxcX0jXnGRWUAu9YJJBaFIJgV5d4RpGj0V9vNKLoSDRZG1oCAIrCXv+o0yx5 OAFFm60NSm016E8TKBfFYYpq2L3mZMbtHZJrNTC/UpFEhiu4u69QPhPCaq99W1irL1 SrZrh09UWcvjrURxGu7jBSMuseeIW6WTkYg6UTEA=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYERTLUCZORZYWGTLF34B4NVEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/318736313@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3465a5c1b4_4f643fa7628cd96492239"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OBU79YCjKkRawp0BS3U2hGCfKCY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 01:33:17 -0000

----==_mimepart_5dd3465a5c1b4_4f643fa7628cd96492239
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or

At that point, this is not creating the connection as opposed to removing an existing connection.  So this is functionally equivalent to dropping, but adds the friendly signal.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#discussion_r347693426
----==_mimepart_5dd3465a5c1b4_4f643fa7628cd96492239
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3262#discussion_r347693426">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or
</pre>
<p>At that point, this is not creating the connection as opposed to removing an existing connection.  So this is functionally equivalent to dropping, but adds the friendly signal.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJKYHZQIPWDEKEEEALRTQUM65VA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YPOI#discussion_r347693426">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3XQFGXYHJ32YF5RGLQUM65VANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK23KD6OQDCOPRHKYFTQUM65VA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YPOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJKYHZQIPWDEKEEEALRTQUM65VA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YPOI#discussion_r347693426",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJKYHZQIPWDEKEEEALRTQUM65VA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YPOI#discussion_r347693426",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3465a5c1b4_4f643fa7628cd96492239--


From nobody Mon Nov 18 17:43:43 2019
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 9A6E212020A for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:43:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p2PF_g4c3TNW for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:43:40 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C0287120071 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:43:40 -0800 (PST)
Date: Mon, 18 Nov 2019 17:43:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574127820; bh=KyPjPTtJZmsdnI2sIj5SEWyI+OUgd8r0fmBemtTvUHE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ad1kV6Jw4KitfqeOpJ4wODhGVK9TkXLayHTPqVZeelDQJuY/6fLEFybD77seoWqdP OlsDuM1ETIjXm/RodaxtLud+C5bS4V2dr1zsccoKPGHtsouisE3wbQihlarel5nEjW ud7UJ6FLH2ZVnSFagpd1T7iPram1E1xUgKxfvnO8=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7BFZ37RBN3UOIF7CF34B5UZEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318734402@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd348cca56f_49183f83894cd960248124"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eRkGm_cZ1QUvVMGLK-U8H5GNeBw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 01:43:43 -0000

----==_mimepart_5dd348cca56f_49183f83894cd960248124
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Having chatted about this with @erickinnear and @kazuho, I'm ok with this set of changes. A few suggestions.

> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

I'm ok with this being a MUST. I would suggest that you explicitly add a note saying that an endpoint is expected to store enough information all received CIDs to be able to generate this error. It might be redundant, but that's ok.

> @@ -999,12 +999,15 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
-
-An endpoint SHOULD supply a new connection ID when it receives a packet with a
-previously unused connection ID or when the peer retires one, unless providing
-the new connection ID would exceed the peer's limit.  An endpoint MAY limit the
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
+
+An endpoint SHOULD supply a new connection ID when the peer retires a connection
+ID. If an endpoint provided fewer connection IDs than the peer's
+active_connection_id_limit, it MAY supply a new connection ID when it receives
+a packet with a previously unused connection ID.  An endpoint MAY limit the

Is this MAY necessary? It's certainly not disallowed. I understand how this could be useful, but it seems like a purely server-side optimization, which doesn't need to be specified. Alternatively, how about something like: "An endpoint can but is not required to send as many connection IDs as the peer can store."

> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.

Suggested edit: "This value includes the connection ID received during the handshake, that received in the preferred_address transport parameter, and those received in NEW_CONNECTION_ID frames."

> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.

I said detrimental because we used to not encode values on the wire that were illegal ... but we've walked away from that in other places too :-/ I'm ok with this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#pullrequestreview-318734402
----==_mimepart_5dd348cca56f_49183f83894cd960248124
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<p>Having chatted about this with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=32474881" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/erickinnear">@erickinnear</a> and <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>, I'm ok with this set of changes. A few suggestions.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347691779">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>I'm ok with this being a MUST. I would suggest that you explicitly add a note saying that an endpoint is expected to store enough information all received CIDs to be able to generate this error. It might be redundant, but that's ok.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347692185">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,12 +999,15 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
-
-An endpoint SHOULD supply a new connection ID when it receives a packet with a
-previously unused connection ID or when the peer retires one, unless providing
-the new connection ID would exceed the peer&#39;s limit.  An endpoint MAY limit the
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
+
+An endpoint SHOULD supply a new connection ID when the peer retires a connection
+ID. If an endpoint provided fewer connection IDs than the peer&#39;s
+active_connection_id_limit, it MAY supply a new connection ID when it receives
+a packet with a previously unused connection ID.  An endpoint MAY limit the
</pre>
<p>Is this MAY necessary? It's certainly not disallowed. I understand how this could be useful, but it seems like a purely server-side optimization, which doesn't need to be specified. Alternatively, how about something like: "An endpoint can but is not required to send as many connection IDs as the peer can store."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347694956">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
</pre>
<p>Suggested edit: "This value includes the connection ID received during the handshake, that received in the preferred_address transport parameter, and those received in NEW_CONNECTION_ID frames."</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347695345">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
+  Unless a zero-length connection ID is being used, the value of the
+  active_connection_id_limit parameter MUST be no less than 2. If this
+  transport parameter is absent, a default of 2 is assumed.
+  When a zero-length connection ID is being used, the active_connection_id_limit
+  parameter MUST NOT be sent.
</pre>
<p>I said detrimental because we used to not encode values on the wire that were illegal ... but we've walked away from that in other places too :-/ I'm ok with this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK4DMIUMS6NCPTDG3RDQUNAEZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YAQQ#pullrequestreview-318734402">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4GUFAT3NNAMX3RDSTQUNAEZANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6UJZB3WH7QWRBJNC3QUNAEZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YAQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4DMIUMS6NCPTDG3RDQUNAEZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YAQQ#pullrequestreview-318734402",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4DMIUMS6NCPTDG3RDQUNAEZA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7YAQQ#pullrequestreview-318734402",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd348cca56f_49183f83894cd960248124--


From nobody Mon Nov 18 17:51:41 2019
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 8240112022A for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:51:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 o3PMk0lCOUFd for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 17:51:38 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE796120220 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:51:37 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 97B1B960C1F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 17:51:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574128296; bh=kwvAzjDmTjfz2FWMuWBCMzursA8Xg9LoBUpHpYqDiAo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=09E+lXuWhA+QUQv6GPhK8TwWfEGOvWQlbmtVX3a5hsR2HPW1/JxzDS+0Nn1Osbl4Y h3GmvcJqpaRfpPwa/ISdINVzqpUP92hALtzjkl5mFV68WyrvE/7fBcjkEjuxuqQHM9 XxZphhy33J/I44pJlJBYLiK7skH6TFapKDcZQJGc=
Date: Mon, 18 Nov 2019 17:51:36 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4USQFQG2Y5LUTOMJV34B6SREVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318739432@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd34aa88916a_23dd3f84596cd9601749e3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gFwKDCUAx6okABf5yMJiOjJ9Wyk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 01:51:39 -0000

----==_mimepart_5dd34aa88916a_23dd3f84596cd9601749e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Now that it's all put together, I think Ian's is a fair question. I'd also like to take the working group's sense on whether we should have this change in the pseudo code. Having it in the text makes sense to me -- that's just parity with TCP for non-paced QUIC flows.

That said, the pseudo code is in the Appendix for a reason -- it's perfectly reasonable to add things there or leave things out as we see fit. The code is an example of how things might be done. 

> @@ -775,7 +775,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. Implementations not using a pacer SHOULD

```suggestion
not including UDP or IP overhead. An implementation that does not use pacing SHOULD
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#pullrequestreview-318739432
----==_mimepart_5dd34aa88916a_23dd3f84596cd9601749e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Now that it's all put together, I think Ian's is a fair question. I'd =
also like to take the working group's sense on whether we should have thi=
s change in the pseudo code. Having it in the text makes sense to me -- t=
hat's just parity with TCP for non-paced QUIC flows.</p>=0D
<p>That said, the pseudo code is in the Appendix for a reason -- it's per=
fectly reasonable to add things there or leave things out as we see fit. =
The code is an example of how things might be done.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3232#discussi=
on_r347695905">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -775,7 +775,10 @@ Implementations MUST =
either use pacing or limit such bursts to the initial=0D
 congestion window, which is recommended to be the minimum of=0D
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where=0D
 max_datagram_size is the current maximum size of a datagram for the conn=
ection,=0D
-not including UDP or IP overhead.=0D
+not including UDP or IP overhead. Implementations not using a pacer SHOU=
LD=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-not including UDP or IP overhead. Implementat=
ions not using a pacer SHOULD=0D
+not including UDP or IP overhead. An implementation that does not use pa=
cing SHOULD=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3232?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK2HQZOUIRENCO27HFLQUNBCRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7ZH2A#pullrequestreview-318739432=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK45BDTO3RIUDEPTNMTQUNBCRANCNFSM4JMJUHAQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK6ZOMTGEFUZ=
FZGDF43QUNBCRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCL7ZH2A.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=3D=
notifications\u0026email_token=3DAFTOJK2HQZOUIRENCO27HFLQUNBCRA5CNFSM4JMJ=
UHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
L7ZH2A#pullrequestreview-318739432",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK2HQZOUIRENCO27HFLQUNBCRA5CNFSM4JMJUH=
A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7=
ZH2A#pullrequestreview-318739432",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd34aa88916a_23dd3f84596cd9601749e3--


From nobody Mon Nov 18 18:12:36 2019
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 9C95112004E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:12:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 z_DzB8jRKxEJ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:12:33 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 674F91200B8 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:12:33 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id C44AB520051 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:12:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129552; bh=EbW4aQIUoTijSYEwT4lLm0KCGHEYjx9nira9/Lr+0jc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VYZvt1xtAUfQHKo3E1n3aApjP7baLWAWW+yqBgBzE2mOC0pI7ZBcXZCNVuUb3+vuZ hieZK0o2vuJCaV3HDBm1Jk/nk4VKkdDYdh1JGovNOIDDSPdIB0anlYKovU1gVb7p73 Tvj+McHHD56fWT44Ou0g2Z0/7CVoV6e4Zxga9wUY=
Date: Mon, 18 Nov 2019 18:12:32 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYOKIP2UESKBZLQQRV34CBBBEVBNHHBWL37RY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2792/555299354@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2792@github.com>
References: <quicwg/base-drafts/issues/2792@github.com>
Subject: Re: [quicwg/base-drafts] Timing side-channel on key updates (#2792)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd34f90b54fc_6fb83fcbadecd96c6711f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WBcBTODEe9wAjd4jEffx8fVEe_k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:12:35 -0000

----==_mimepart_5dd34f90b54fc_6fb83fcbadecd96c6711f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; proposal is to change SHOULD to MAY regarding pregeneration of next phase of keys.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2792#issuecomment-555299354
----==_mimepart_5dd34f90b54fc_6fb83fcbadecd96c6711f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; proposal is to change SHOULD to MAY regarding pregeneration of next phase of keys.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications&amp;email_token=AFTOJK33OIJEA6OUXM7OO5TQUNDRBA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTEGQ#issuecomment-555299354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5WV3G2BP6RZHW3XVLQUNDRBANCNFSM4HYFFILQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6P6AUALC7U6I2ZMBDQUNDRBA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTEGQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK33OIJEA6OUXM7OO5TQUNDRBA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTEGQ#issuecomment-555299354",
"url": "https://github.com/quicwg/base-drafts/issues/2792?email_source=notifications\u0026email_token=AFTOJK33OIJEA6OUXM7OO5TQUNDRBA5CNFSM4HYFFIL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTEGQ#issuecomment-555299354",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd34f90b54fc_6fb83fcbadecd96c6711f--


From nobody Mon Nov 18 18:14:25 2019
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 12D121200B8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:14:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 krKoe29s-Xtg for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:14:22 -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 4D0C612004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:14:22 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id A00558C0E55 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:14:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129661; bh=6NZHcv2jsTh8y1RCK0EIKqnlXScfAgS5tLxAnF+LP0A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fXqvppYYwC61Vu9on6NdlunRZ6Ta/Y8r0Dd065FUeTZUS3yol/oFsNkyvLmtWs5W4 SRutZpago2FcIqclVZk9X9EX6KX6muIuybAsXYdebFzn5PYv6Q4lrcvvJzQMj9nFus I2StEOa+PPpRH4T6Rc8c18CLUVGlOp6D7B3tRDwU=
Date: Mon, 18 Nov 2019 18:14:21 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5GBH6XDBTJVM7NPP534CBH3EVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/review/318747289@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd34ffd90e03_59033fcb208cd96416230"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QFWv7qO-245NqdbAvwLkEwpAuIw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:14:24 -0000

----==_mimepart_5dd34ffd90e03_59033fcb208cd96416230
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

gorryfair commented on this pull request.



>  
-QUIC hosts MUST NOT send packets if they would increase bytes_in_flight (defined
-in {{vars-of-interest}}) beyond the available congestion window, unless the
-packet is a probe packet sent after a PTO timer expires, as described in
-{{pto}}.
+Endpoints can unilaterally choose a different algorithm to use, such as Cubic

I think this could reads slightly  better if we swapped these two sentences. First state is generic - then that you can choose different alg.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#pullrequestreview-318747289
----==_mimepart_5dd34ffd90e03_59033fcb208cd96416230
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@gorryfair</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3248#discussion_r347702147">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt;  
-QUIC hosts MUST NOT send packets if they would increase bytes_in_flight (defined
-in {{vars-of-interest}}) beyond the available congestion window, unless the
-packet is a probe packet sent after a PTO timer expires, as described in
-{{pto}}.
+Endpoints can unilaterally choose a different algorithm to use, such as Cubic
</pre>
<p>I think this could reads slightly  better if we swapped these two sentences. First state is generic - then that you can choose different alg.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK5MQ7Y2AZXSARZMDO3QUNDX3A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73FGI#pullrequestreview-318747289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2KFXYSE4C6KVCRNNLQUNDX3ANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3HTF33RVFF7V5N3U3QUNDX3A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73FGI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK5MQ7Y2AZXSARZMDO3QUNDX3A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73FGI#pullrequestreview-318747289",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK5MQ7Y2AZXSARZMDO3QUNDX3A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73FGI#pullrequestreview-318747289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd34ffd90e03_59033fcb208cd96416230--


From nobody Mon Nov 18 18:14:50 2019
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 0F12F120BA5 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:14:47 -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 xKxt4v0Y_Bz7 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:14:41 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2F40120BB3 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:14:41 -0800 (PST)
Date: Mon, 18 Nov 2019 18:14:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129681; bh=IhoWNkpS2kGk0PtDNslGVzL98vYcJSDGvl6V5NqD/N0=; h=Date:From:To:Subject:From; b=1AWMKBNtzBy2GTp5Ws5NYiSet+ZViNet8CDI22R9hbqY08EauZbs0Crf9bGq6znaF 7NhU8EZGQe04QBwPLeNau+DEcNfn7CozdYBHCpEddZojIDVgYzgHV9OzUpe9dlkZsW pGOZizfbGW8JDMRDiLE4zduii6Sl1pEze2T6d9OE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/may-defer-keygen/000000-5b356b@github.com>
Subject: [quicwg/base-drafts] 5b356b: Key generation for updates MAY be deferred
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/GOIsqyreG8vn50RynSqHNBtPlXk>
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, 19 Nov 2019 02:14:50 -0000

  Branch: refs/heads/may-defer-keygen
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1
      https://github.com/quicwg/base-drafts/commit/5b356b5358b8f9d9ff119bbd57e7079d5cda3dc1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Key generation for updates MAY be deferred

As concluded in Singapore.

Closes #2792.



From nobody Mon Nov 18 18:15:17 2019
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 44599120BBA for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 neK3F9VJ3J5x for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:11 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DDCB6120BCD for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:15:11 -0800 (PST)
Date: Mon, 18 Nov 2019 18:15:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129711; bh=pNBJphom1QD7c2jVpDc5XnJkTgaE1BU5wDsDNrzplpY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=V+nZ/puAeFXi/oDZ+NURJEDr+l1Y29ncWyK1a+Cpbsgk3Q6z1kLm5o7p0Y+sIbIAu sNqgh8BqJ6Ktm4ky53f90Qh4EpjPDW91l8k/mFdkW2piQ6rDHZHpXTG9Z8Vp6snDTI Rld2Y5b8EkoGtwkO0cftcOKsOIuk2anqJpbVHNYs=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5T5SPYAS2G7MMWW2F34CBK7EVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/555299946@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3502fcd00_2cfd3f98432cd95c15416"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lhGDrd6l7Hv-5VEtPb-W_hulwcA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:15:16 -0000

----==_mimepart_5dd3502fcd00_2cfd3f98432cd95c15416
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes, and WFM - see single comment on the PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-555299946
----==_mimepart_5dd3502fcd00_2cfd3f98432cd95c15416
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yes, and WFM - see single comment on the PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK4KHWRF3XK4Y5PT7KLQUND27A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTI2Q#issuecomment-555299946">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6CMZJYPWS5ROGFWITQUND27ANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GMAMAJCOJRBDJTPTQUND27A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTI2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK4KHWRF3XK4Y5PT7KLQUND27A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTI2Q#issuecomment-555299946",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK4KHWRF3XK4Y5PT7KLQUND27A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTI2Q#issuecomment-555299946",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3502fcd00_2cfd3f98432cd95c15416--


From nobody Mon Nov 18 18:15:23 2019
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 044EA12080D for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Hamc3kRspUSu for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:13 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D2A59120B88 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:15:12 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 3A3DF6E170C for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:15:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129712; bh=R8fM4O14A1m5DWX0rz4q7MOFXEpGNce5Lw093UJkPK0=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=tePtztxY4+Z25Om2JwB64aq4bnl4yNfQboHNWFrm9kX4KsL75+X8+MTPrN9OK1wTK ukH/gUe/qp05w3/d/gbS7rgyy1OuzE87USWmKysuV4EAFHWRtrXnCMLuLwh/jZwWEc JBJD/pGr1zQRCmzd9Aj1aQbSyHSPadIgCgBsUiKA=
Date: Mon, 18 Nov 2019 18:15:12 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4ECL2M6I7LXHVP33V34CBLBEVBNHHB6RV5ME@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3263@github.com>
Subject: [quicwg/base-drafts] Key generation for updates MAY be deferred (#3263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd350302b029_37d33f846d6cd960113730"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BfQHHkm1hmUzfrrtbTAPCFBU9xk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:15:18 -0000

----==_mimepart_5dd350302b029_37d33f846d6cd960113730
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

As concluded in Singapore.

Closes #2792.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3263

-- Commit Summary --

  * Key generation for updates MAY be deferred

-- File Changes --

    M draft-ietf-quic-tls.md (2)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3263.patch
https://github.com/quicwg/base-drafts/pull/3263.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3263

----==_mimepart_5dd350302b029_37d33f846d6cd960113730
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>As concluded in Singapore.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2792.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456097678" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2792" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2792/hovercard" href="https://github.com/quicwg/base-drafts/issues/2792">#2792</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3263'>https://github.com/quicwg/base-drafts/pull/3263</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Key generation for updates MAY be deferred</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3263/files#diff-0">draft-ietf-quic-tls.md</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3263.patch'>https://github.com/quicwg/base-drafts/pull/3263.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3263.diff'>https://github.com/quicwg/base-drafts/pull/3263.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications&amp;email_token=AFTOJKYETVTCPWQ2OJW6XHDQUND3BA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GXVQQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK57SDWIUYVZHT477PLQUND3BANCNFSM4JO4YVOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZAWORC2AU7NTN2RLQUND3BA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GXVQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJKYETVTCPWQ2OJW6XHDQUND3BA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GXVQQ",
"url": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJKYETVTCPWQ2OJW6XHDQUND3BA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GXVQQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd350302b029_37d33f846d6cd960113730--


From nobody Mon Nov 18 18:15:51 2019
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 ABC061200B8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:49 -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 5Q_2rUCQMGNb for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:15:48 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EDACD12004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:15:47 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 21ECDA0355 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:15:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574129747; bh=1zfm8VEFJFiGwufafOzXPf06HWMbFUJfJueVU/BoiAQ=; h=Date:From:To:Subject:From; b=AeDTnqeOuRqwwT+s9SP4rrvQNH0cGYZl4rJL4iMC9x4/QRqoh9ADJVEziffskRyOm zSoX8++9salW7dnGN6ErWweX86GYfScUOpw+rDtUKxpX1P+9avuLCAwbVa2WRUf3E5 0eVAJ7nILC6QSNFGPA7uHho2fajvIdgGIwhm1RLM=
Date: Mon, 18 Nov 2019 18:15:47 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/9977d8-8948b0@github.com>
Subject: [quicwg/base-drafts] 8948b0: Script updating gh-pages from 5b356b53. [ci skip]
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/IC6vshF4aGtc3lSnWzhcg_jaWOM>
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, 19 Nov 2019 02:15:50 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8948b0af17709236c32e1d47224802e174837aaa
      https://github.com/quicwg/base-drafts/commit/8948b0af17709236c32e1d47224802e174837aaa
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M index.html
    A may-defer-keygen/draft-ietf-quic-http.html
    A may-defer-keygen/draft-ietf-quic-http.txt
    A may-defer-keygen/draft-ietf-quic-invariants.html
    A may-defer-keygen/draft-ietf-quic-invariants.txt
    A may-defer-keygen/draft-ietf-quic-qpack.html
    A may-defer-keygen/draft-ietf-quic-qpack.txt
    A may-defer-keygen/draft-ietf-quic-recovery.html
    A may-defer-keygen/draft-ietf-quic-recovery.txt
    A may-defer-keygen/draft-ietf-quic-tls.html
    A may-defer-keygen/draft-ietf-quic-tls.txt
    A may-defer-keygen/draft-ietf-quic-transport.html
    A may-defer-keygen/draft-ietf-quic-transport.txt
    A may-defer-keygen/index.html

  Log Message:
  -----------
  Script updating gh-pages from 5b356b53. [ci skip]



From nobody Mon Nov 18 18:20:06 2019
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 7FCB212002E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:20:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3M_LaqAs_yy2 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:20:02 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F70912004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:20:02 -0800 (PST)
Date: Mon, 18 Nov 2019 18:20:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130001; bh=h/ID6Fae/Wybh4/uUWGYBtD05wIqcJUyOQYWKvsnXuU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f8CPeNHdUn1KEQ+xHbFga9bqGGj3zVmoaSM2PcKWGc7DU/y4nas5wfYCbHMLqk+L9 IdEHh3cttTex+f/14qebn2MJwj5wnR0aN2Blf7gluneC1QhkT+9FQbmBvvBEKqKWYf eXjBCMxCSl5mw/9ehLddnKr4DGVe1XjRDlfphxNM=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJ7MA6ISJUHIOY2BN34CB5DEVBNHHB4UHVOQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3111/555301073@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3111@github.com>
References: <quicwg/base-drafts/issues/3111@github.com>
Subject: Re: [quicwg/base-drafts] [Version Ossification] Alternative version and Initial Salt should be part of NEW_TOKEN (#3111)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd351516c791_6c8b3fbdfaccd95c14073"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uhXZ05I-Ku4DWuu2U-jN6VFr7JA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:20:03 -0000

----==_mimepart_5dd351516c791_6c8b3fbdfaccd95c14073
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; proposal is to put this out of scope for quicv1, but consider an extension.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3111#issuecomment-555301073
----==_mimepart_5dd351516c791_6c8b3fbdfaccd95c14073
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; proposal is to put this out of scope for quicv1, but consider an extension.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3111?email_source=notifications&amp;email_token=AFTOJK5ERXQKYCDLYQKKHKTQUNENDA5CNFSM4JB434ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTRUI#issuecomment-555301073">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK737IT5WXCVQWH5B6TQUNENDANCNFSM4JB434ZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3UUZIVM7DRKQFBTJLQUNENDA5CNFSM4JB434ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTRUI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3111?email_source=notifications\u0026email_token=AFTOJK5ERXQKYCDLYQKKHKTQUNENDA5CNFSM4JB434ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTRUI#issuecomment-555301073",
"url": "https://github.com/quicwg/base-drafts/issues/3111?email_source=notifications\u0026email_token=AFTOJK5ERXQKYCDLYQKKHKTQUNENDA5CNFSM4JB434ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTRUI#issuecomment-555301073",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd351516c791_6c8b3fbdfaccd95c14073--


From nobody Mon Nov 18 18:20:35 2019
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 AEDC712004E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:20:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QHn8oUpdf4kk for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:20:32 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E72F12002E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:20:32 -0800 (PST)
Date: Mon, 18 Nov 2019 18:20:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130031; bh=6MKoD/Ei7Nl74Qq8UaT64ip/MPFvLxaR52Nixuo+8tQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IX6cMv3ybbBYGxKfjU+ThPzeng/awMXBotNjQDPqUe3f5sdJkPQAtm6dNkeLuEPGP zEWTC1m2VE8UxpLYrCYe4UklXc01QCpUo330jNI5UiqpsYlBA41I1cMj4/JlubFlw5 PIBg5ZKC0I77Hq1BNXBlYoJUcaak9/FvcK4uDo1g=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3HFOTXY5JPAKWMBGV34CB67EVBNHHBRWZGVA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2496/555301213@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2496@github.com>
References: <quicwg/base-drafts/issues/2496@github.com>
Subject: Re: [quicwg/base-drafts] QUIC Version Ossification (#2496)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3516fe1076_22803fe6396cd96469036"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7vwrVjQlZoShxCdFQ5ZNXVo4Dk4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:20:34 -0000

----==_mimepart_5dd3516fe1076_22803fe6396cd96469036
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; proposal is quicv2 / extension.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2496#issuecomment-555301213
----==_mimepart_5dd3516fe1076_22803fe6396cd96469036
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; proposal is quicv2 / extension.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2496?email_source=notifications&amp;email_token=AFTOJK5G3ZVQCQKV5F3JLBLQUNEO7A5CNFSM4G3VHU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTSXI#issuecomment-555301213">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4VTXAGNLLXMK3DIHDQUNEO7ANCNFSM4G3VHU4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5YQK75GIMR4GLEZBLQUNEO7A5CNFSM4G3VHU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTSXI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2496?email_source=notifications\u0026email_token=AFTOJK5G3ZVQCQKV5F3JLBLQUNEO7A5CNFSM4G3VHU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTSXI#issuecomment-555301213",
"url": "https://github.com/quicwg/base-drafts/issues/2496?email_source=notifications\u0026email_token=AFTOJK5G3ZVQCQKV5F3JLBLQUNEO7A5CNFSM4G3VHU42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMTSXI#issuecomment-555301213",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3516fe1076_22803fe6396cd96469036--


From nobody Mon Nov 18 18:21:42 2019
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 472A9120236 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:21:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Nbx-vwiM3sCa for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:21:30 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1054A12002E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:21:30 -0800 (PST)
Date: Mon, 18 Nov 2019 18:21:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130089; bh=h/pq0hpT7Eu/LCK/o/m01z/hStAk/PB0ZY7jL4kX780=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CnJek9w8ntmuevc0C775sH0hHz/SiMVhEK/9Iof1UQRHw6H35hbITGn8CL7HGkkEu Lf8bl+S2mpJ6ow350mER/gdFJZil1bcBRpO3jthZz44NmjZ1eAZyBhQeJ/eTX16M38 3xD/7l057rBBo88aH06eMp5Q9EoMTNyLK3kXtro4=
From: martinduke <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYUYJIBRDQHPUZTRG534CCCTEVBNHHB6RV5ME@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3263/review/318749200@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3263@github.com>
References: <quicwg/base-drafts/pull/3263@github.com>
Subject: Re: [quicwg/base-drafts] Key generation for updates MAY be deferred (#3263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd351a95444e_52c33fcb4d8cd96461973"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinduke
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zdHqNra9DU7mDBwtz3Ksy_STkmA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:21:31 -0000

----==_mimepart_5dd351a95444e_52c33fcb4d8cd96461973
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinduke approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3263#pullrequestreview-318749200
----==_mimepart_5dd351a95444e_52c33fcb4d8cd96461973
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinduke</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications&amp;email_token=AFTOJK5YN3HSMNGNWAABQZTQUNESTA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73UEA#pullrequestreview-318749200">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XH7MZJK64AEQWFY3QUNESTANCNFSM4JO4YVOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY6AODTXGI5ATCMKCDQUNESTA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73UEA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJK5YN3HSMNGNWAABQZTQUNESTA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73UEA#pullrequestreview-318749200",
"url": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJK5YN3HSMNGNWAABQZTQUNESTA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL73UEA#pullrequestreview-318749200",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd351a95444e_52c33fcb4d8cd96461973--


From nobody Mon Nov 18 18:27:38 2019
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 C3113120236 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:27:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xGZ01GDq9kNT for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:27:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AD4512004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:27:36 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 35A876609FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:27:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130455; bh=1PauhsS6r2FKtN4kkxK7C5i11Jo+05N/JWC7HPR9abo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zTAG8RXwKrFyfxUHBezpA9KuZQCuaXv6Hv3jKa9D5btdt/3RqpDBBBweQHHreTkKx OguNpd/B4fDuBNjmIvl2hyD894hZrbVjkgLcciqunq5s0JS3cSssxKsPgO9jhJuEdG xi60r4RNv9Hs2md49i+3VFXgKS2Tc6dhYwv5Iw0s=
Date: Mon, 18 Nov 2019 18:27:35 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4U6YEHFLGQV73MORF34CCZPEVBNHHB4PUWF4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3094/555302900@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3094@github.com>
References: <quicwg/base-drafts/issues/3094@github.com>
Subject: Re: [quicwg/base-drafts] congestion window increase on every ACKed packet could result in bursty sends (#3094)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3531727729_37fb3f846d6cd9601192e2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wi7boqE_oviPE8TKaRFZHgAD8eo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:27:38 -0000

----==_mimepart_5dd3531727729_37fb3f846d6cd9601192e2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For the WG:  The proposed PR attempts to include a mechanism to limit CWND increase during slow start when not pacing.  I'll note that by itself, it does not guarantee we follow the existing MUST: 
 "Implementations MUST either use pacing or limit such
   bursts to the initial congestion window, which is recommended to be
   the minimum of 10 * max_datagram_size and max(2* max_datagram_size,
   14720)), where max_datagram_size is the current maximum size of a
   datagram for the connection, not including UDP or IP overhead."

I don't think we should add this to the pseudocode, because we say SHOULD pace packets and the pseudocode currently only covers SHOULDs, not MAYs.  Adding all MAYs to the pseudocode is too complex.

I don't have a concern about adding a reference to the existing RFC as a mechanism that MAY help limit bursts during slow start.

I'd like a decision from the WG on whether to include this change and if so, some criteria on what should be included going forward.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3094#issuecomment-555302900
----==_mimepart_5dd3531727729_37fb3f846d6cd9601192e2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For the WG:  The proposed PR attempts to include a mechanism to limit CWND increase during slow start when not pacing.  I'll note that by itself, it does not guarantee we follow the existing MUST:<br>
"Implementations MUST either use pacing or limit such<br>
bursts to the initial congestion window, which is recommended to be<br>
the minimum of 10 * max_datagram_size and max(2* max_datagram_size,<br>
14720)), where max_datagram_size is the current maximum size of a<br>
datagram for the connection, not including UDP or IP overhead."</p>
<p>I don't think we should add this to the pseudocode, because we say SHOULD pace packets and the pseudocode currently only covers SHOULDs, not MAYs.  Adding all MAYs to the pseudocode is too complex.</p>
<p>I don't have a concern about adding a reference to the existing RFC as a mechanism that MAY help limit bursts during slow start.</p>
<p>I'd like a decision from the WG on whether to include this change and if so, some criteria on what should be included going forward.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications&amp;email_token=AFTOJK6SB36DVH7LO46F3GTQUNFJPA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMT75A#issuecomment-555302900">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSEMECOITP2N3O2CTQUNFJPANCNFSM4JBARGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XMSBZBGS3FSA5QZTQUNFJPA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMT75A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK6SB36DVH7LO46F3GTQUNFJPA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMT75A#issuecomment-555302900",
"url": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK6SB36DVH7LO46F3GTQUNFJPA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMT75A#issuecomment-555302900",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3531727729_37fb3f846d6cd9601192e2--


From nobody Mon Nov 18 18:29:30 2019
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 B279B120236 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:29:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hgH8HobybDmn for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:29:27 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 641A412004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:29:27 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 97266C61F05 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:29:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130566; bh=n18LMddRtAIrPxLxmok2WMvR/GBKgql7tG7BWcaQNAU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=XTLCUGk+fs3xqtlX5VJ3nW93HyRU208QaDUFbzsCti6tsHzGWUSfspfjJ+TTQQ6wB Xe6w49xke3q1f/HV/zkqp4P5Ou4xox2U7XKkW8DXa9MVyHpQ6CiW5k5L9WyUnkwQMq CbWmEPPat5srvSa/Dt0hLD+XfinoQ0BWG93cp+jY=
Date: Mon, 18 Nov 2019 18:29:26 -0800
From: "Roy T. Fielding" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2R6KSWSQ2ZSF4K67N34CDANEVBNHHB6RWN54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3264@github.com>
Subject: [quicwg/base-drafts] Reduce HTTP/3 editorial dependence on HTTP/2 (#3264)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35386876a6_16d3fc5e14cd95c866e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: royfielding
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WJJlv-o4COS4sUapbdzpQH2wf1w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:29:29 -0000

----==_mimepart_5dd35386876a6_16d3fc5e14cd95c866e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The HTTP/3 draft relies on the reader's familiarity with the HTTP/2 spec, bouncing between normative references to HTTP/2 and specification as a delta to some prior decision for HTTP/2. While that's understandable for initial development and for a section on gatewaying to h2, I don't think it is appropriate for a standards track document that will eventually (or at least likely) obsolete HTTP/2.

I don't expect readers (outside of the WG members) to have implemented h2, even if the design is based on h2. I would like all of the necessary concepts, aside from what can be normatively referenced via http-core, to be fully defined within this spec, even if that means copy and paste from h2.

(I would label this as editorial and -http)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3264
----==_mimepart_5dd35386876a6_16d3fc5e14cd95c866e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The HTTP/3 draft relies on the reader's familiarity with the HTTP/2 spec, bouncing between normative references to HTTP/2 and specification as a delta to some prior decision for HTTP/2. While that's understandable for initial development and for a section on gatewaying to h2, I don't think it is appropriate for a standards track document that will eventually (or at least likely) obsolete HTTP/2.</p>
<p>I don't expect readers (outside of the WG members) to have implemented h2, even if the design is based on h2. I would like all of the necessary concepts, aside from what can be normatively referenced via http-core, to be fully defined within this spec, even if that means copy and paste from h2.</p>
<p>(I would label this as editorial and -http)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications&amp;email_token=AFTOJK666EFIVKJYFM33QXTQUNFQNA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GZXXQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6YL7GJPTO3NZTEN2DQUNFQNANCNFSM4JO435WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ4NLKXMA7NFMBQCALQUNFQNA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GZXXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK666EFIVKJYFM33QXTQUNFQNA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GZXXQ",
"url": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK666EFIVKJYFM33QXTQUNFQNA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2GZXXQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35386876a6_16d3fc5e14cd95c866e--


From nobody Mon Nov 18 18:32:22 2019
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 1322A120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:32:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 GrfkvqvlsbpJ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:32:18 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99DA112004E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:32:18 -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 968606A1241 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:32:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574130737; bh=GQhkIixgYVOrT8YUS+NnPzZ0reKsYewglZ1VBDWQQ9s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qdCjwejk42gEqEQQ0lgfyrk5FGLau0hdeEDV+23HVRHA6hJPIhoIQwTQbeCSBwjgS /eih6SQoHIwAATty5ViWYoaM7p5vdemRMpkIqgyiuzAM7u1mZxzYg66YCN7dFTIrSj HidXYFxwOuek7iE9J8sRPFV/VHzES1QOmdbgwJQw=
Date: Mon, 18 Nov 2019 18:32:17 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4SZT5WP3Q3AZOANIN34CDLDEVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205/555304027@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3205@github.com>
References: <quicwg/base-drafts/issues/3205@github.com>
Subject: Re: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3543187384_18ff3f923f0cd968515dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HUH28Cxscj5hFtJrAeNqgTYbgAU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:32:20 -0000

----==_mimepart_5dd3543187384_18ff3f923f0cd968515dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have thoughts... I suggest the currently definition wrt max_datagram_size raises new safety issues. I am not sure a minimum of 10 * max_datagram_size, where max datagram, is say 9KB or 16KB, is actually something that is safe. From what I recall, the MSS term in IW for TCP related to sub 1500B MSS, and the need to constrain, not safe to expand. I suggest we define this in terms of the base size of 1280B. 

There is also an evil pathology in IPv4, where this can result in a router on path fragmenting larger packets to result in intense bursts of packets. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205#issuecomment-555304027
----==_mimepart_5dd3543187384_18ff3f923f0cd968515dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I have thoughts... I suggest the currently definition wrt max_datagram_size raises new safety issues. I am not sure a minimum of 10 * max_datagram_size, where max datagram, is say 9KB or 16KB, is actually something that is safe. From what I recall, the MSS term in IW for TCP related to sub 1500B MSS, and the need to constrain, not safe to expand. I suggest we define this in terms of the base size of 1280B.</p>
<p>There is also an evil pathology in IPv4, where this can result in a router on path fragmenting larger packets to result in intense bursts of packets.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK67XZNX2756CX2ZK33QUNF3DA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUIWY#issuecomment-555304027">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3PF26A2CKCXZ2SREDQUNF3DANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3EYDUXOIF4343IBOTQUNF3DA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUIWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK67XZNX2756CX2ZK33QUNF3DA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUIWY#issuecomment-555304027",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK67XZNX2756CX2ZK33QUNF3DA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUIWY#issuecomment-555304027",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3543187384_18ff3f923f0cd968515dc--


From nobody Mon Nov 18 18:37:01 2019
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 8FBA3120255 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:36:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UDIcjR2YQtdA for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:36:58 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 60C6B120232 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:36:58 -0800 (PST)
Date: Mon, 18 Nov 2019 18:36:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131017; bh=IHDf09j+SMEf7Fwb5xsWiWTFB4NWi2qWnS9ZgnidZ5s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oKh/v1Gu08Et8gvbAJfuoP4Yjv6TjUUK4j7H/buwpmfiJiqENY3u1LTXDfsMwklow sHcGTz0bN1b+UcdNbgtXptcBJHgkGbG9GUaGZo43ADbomKOtxixmgW1UJr7ki2TSIO YOWeF0SKyoGjqGAqSKWDHLlOO1SOLO0Ug/H3yeGQ=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4CVNJAQBNCMSQR72N34CD4TEVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205/555305138@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3205@github.com>
References: <quicwg/base-drafts/issues/3205@github.com>
Subject: Re: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35549adce0_6de13f9f0dccd968464c8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OqcfDcGKylirU_2WsYNRLB0v7EE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:37:00 -0000

----==_mimepart_5dd35549adce0_6de13f9f0dccd968464c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

 #3243 - is related. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205#issuecomment-555305138
----==_mimepart_5dd35549adce0_6de13f9f0dccd968464c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523933407" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3243" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3243/hovercard" href="https://github.com/quicwg/base-drafts/issues/3243">#3243</a> - is related.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK3VZJY22ZPTXMIT45DQUNGMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMURMQ#issuecomment-555305138">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5VKSPMGJFVO6K2VSDQUNGMTANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7HRCWKIRFFWQIKFTDQUNGMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMURMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK3VZJY22ZPTXMIT45DQUNGMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMURMQ#issuecomment-555305138",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK3VZJY22ZPTXMIT45DQUNGMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMURMQ#issuecomment-555305138",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35549adce0_6de13f9f0dccd968464c8--


From nobody Mon Nov 18 18:38:43 2019
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 71FC0120274 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:38:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p9vxSTmVIm5I for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:38:40 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B1AB120232 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:38:40 -0800 (PST)
Date: Mon, 18 Nov 2019 18:38:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131119; bh=IODrjzEZywQvOBBDkaODbM1ZsNOw9nDKarfEo9mJxdw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XEg+4JGDg2SS+1XBu+X2Lg3MR+YKOGRZlW5XKcyXFGb/uosLWHZ0NBhvkppvRTJR5 frN9DDDkLDn9FIeR4QeRir0Mrz4w+tbFmKf44knuLuTYU4VQGIf+gRUKVNScJ1vZ+H BCGgImhZoQIXuil+dRG4rnQh6lDGq7bOpRUEEShk=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KGULW5EBAQIQJOJV34CEC7EVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/review/318753700@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd355af2acb7_3ecb3feeca8cd9641191c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kLE3whUPhlV_6CuP4UZ1P_uuZ9Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:38:43 -0000

----==_mimepart_5dd355af2acb7_3ecb3feeca8cd9641191c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1171,27 +1171,34 @@ Note:
 ## Receiving Out-of-Order Protected Frames {#pre-hs-protected}
 
 Due to reordering and loss, protected packets might be received by an endpoint
-before the final TLS handshake messages are received.  A client will be unable
-to decrypt 1-RTT packets from the server, whereas a server will be able to
-decrypt 1-RTT packets from the client.
+before the final TLS handshake messages are received.  Each endpoint MUST NOT
+decrypt 1-RTT packets from its peer prior to completing the handshake.

I'd leave the old text in for emphasis, and also a minor edit: "A client will be unable to decrypt 1-RTT packets from the server, whereas a server will be able to decrypt 1-RTT packets from the client. Both endpoints MUST NOT decrypt 1-RTT  packets from their peers prior to completing the handshake."


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#pullrequestreview-318753700
----==_mimepart_5dd355af2acb7_3ecb3feeca8cd9641191c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3224#discussion_r347707265">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1171,27 +1171,34 @@ Note:
 ## Receiving Out-of-Order Protected Frames {#pre-hs-protected}
 
 Due to reordering and loss, protected packets might be received by an endpoint
-before the final TLS handshake messages are received.  A client will be unable
-to decrypt 1-RTT packets from the server, whereas a server will be able to
-decrypt 1-RTT packets from the client.
+before the final TLS handshake messages are received.  Each endpoint MUST NOT
+decrypt 1-RTT packets from its peer prior to completing the handshake.
</pre>
<p>I'd leave the old text in for emphasis, and also a minor edit: "A client will be unable to decrypt 1-RTT packets from the server, whereas a server will be able to decrypt 1-RTT packets from the client. Both endpoints MUST NOT decrypt 1-RTT  packets from their peers prior to completing the handshake."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK4ERLW4HY7OKGZRUYLQUNGS7A5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74XJA#pullrequestreview-318753700">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3MPZHD6RB66FSEZI3QUNGS7ANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DTA3U4VNHK45X72DQUNGS7A5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74XJA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4ERLW4HY7OKGZRUYLQUNGS7A5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74XJA#pullrequestreview-318753700",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4ERLW4HY7OKGZRUYLQUNGS7A5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74XJA#pullrequestreview-318753700",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd355af2acb7_3ecb3feeca8cd9641191c--


From nobody Mon Nov 18 18:38:49 2019
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 9F69C120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:38:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 aaxcdpRRv9nm for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:38:41 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 05687120271 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:38:41 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 5BADC2C15EA for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:38:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131120; bh=k9UuwEgFQiaN0muxJHS4ZETs2QgkHSoZiV14dgkr6sQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BuDQXSUzHG5I8fOhZwzN41qa7uMxaA7AuYKO3f4+ZCt1zW3TcEkm7qd1sPwb8a59b 1d6HASet1BU1TKK2I8K5NN70A937o3ICZBSMSk3yEMA11tscC7lfnCOhQyYoc23Aur QuCvZr6DhL0k4DBVOEG1aoGKO/yb/u3qyh7ClAtM=
Date: Mon, 18 Nov 2019 18:38:40 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5FJMCAQZ2O5POLM2F34CEDBEVBNHHB5FZ3ZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3159/555305516@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3159@github.com>
References: <quicwg/base-drafts/issues/3159@github.com>
Subject: Re: [quicwg/base-drafts] Server should not accept 1-RTT traffic before handshake completion (#3159)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd355b04d162_6bfa3fab588cd9602124a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/be0OnFMSaHdvPVzGMxjTbixYGaY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:38:44 -0000

----==_mimepart_5dd355b04d162_6bfa3fab588cd9602124a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; #3224.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3159#issuecomment-555305516
----==_mimepart_5dd355b04d162_6bfa3fab588cd9602124a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521297759" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3224" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3224/hovercard" href="https://github.com/quicwg/base-drafts/pull/3224">#3224</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications&amp;email_token=AFTOJK3LWG4PN22SQQ4HJJDQUNGTBA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUULA#issuecomment-555305516">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4UHBS6P3X5ZTFREM3QUNGTBANCNFSM4JFYNXGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZAUZLNBFKSTBKD5E3QUNGTBA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUULA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications\u0026email_token=AFTOJK3LWG4PN22SQQ4HJJDQUNGTBA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUULA#issuecomment-555305516",
"url": "https://github.com/quicwg/base-drafts/issues/3159?email_source=notifications\u0026email_token=AFTOJK3LWG4PN22SQQ4HJJDQUNGTBA5CNFSM4JFYNXG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMUULA#issuecomment-555305516",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd355b04d162_6bfa3fab588cd9602124a--


From nobody Mon Nov 18 18:39:10 2019
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 2F582120BA9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:39:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.383
X-Spam-Level: 
X-Spam-Status: No, score=-6.383 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 vIKW2tWkYYmE for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:39:04 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5546C120255 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:39:04 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id AFEA5520782 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:39:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131143; bh=AHUjRvQgFyOBXj5CQN0mkSA90qZILIpl2/cu+JJuzOY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SoLMNnM08KLJ1jdSuS2FYICrXi8uXwfpoIAUNJ3+JT5o3+ls4UDn3lMk7dq1vkuHX 7NCPhI1PWOlxEf8ukZELyWzbPqnaqWe+UbutQ/t5Vpw4r1fNv7v9mIGreS/Hq+SGrv 8tZ8csiTj4n5T0XVJ0vD9JtDLxVzpknQtfCNz86A=
Date: Mon, 18 Nov 2019 18:39:03 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2AH5H7IRIVVYLIQX534CEEPEVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/review/318753830@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd355c79f8a1_3e13fa8cb0cd95c2505"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/g1xggptnU-NkUDcomNHk_P5yiQk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:39:09 -0000

----==_mimepart_5dd355c79f8a1_3e13fa8cb0cd95c2505
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1171,27 +1171,34 @@ Note:
 ## Receiving Out-of-Order Protected Frames {#pre-hs-protected}
 
 Due to reordering and loss, protected packets might be received by an endpoint
-before the final TLS handshake messages are received.  A client will be unable
-to decrypt 1-RTT packets from the server, whereas a server will be able to
-decrypt 1-RTT packets from the client.
+before the final TLS handshake messages are received.  Each endpoint MUST NOT
+decrypt 1-RTT packets from its peer prior to completing the handshake.

Meh. Both/Each, they're both sucky here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#discussion_r347707369
----==_mimepart_5dd355c79f8a1_3e13fa8cb0cd95c2505
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3224#discussion_r347707369">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1171,27 +1171,34 @@ Note:
 ## Receiving Out-of-Order Protected Frames {#pre-hs-protected}
 
 Due to reordering and loss, protected packets might be received by an endpoint
-before the final TLS handshake messages are received.  A client will be unable
-to decrypt 1-RTT packets from the server, whereas a server will be able to
-decrypt 1-RTT packets from the client.
+before the final TLS handshake messages are received.  Each endpoint MUST NOT
+decrypt 1-RTT packets from its peer prior to completing the handshake.
</pre>
<p>Meh. Both/Each, they're both sucky here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK4W2GBUK2RC3ADSXGLQUNGUPA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74YJQ#discussion_r347707369">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3Y6EGY626NCFMUBVLQUNGUPANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QUNDGNZ6DLNZ6PQLQUNGUPA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74YJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4W2GBUK2RC3ADSXGLQUNGUPA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74YJQ#discussion_r347707369",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK4W2GBUK2RC3ADSXGLQUNGUPA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL74YJQ#discussion_r347707369",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd355c79f8a1_3e13fa8cb0cd95c2505--


From nobody Mon Nov 18 18:39:16 2019
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 50EC0120800 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:39:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b4IVZlDMjj7Z for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:39:11 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C7C0C12080D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:39:10 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 2BF34A01FC for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:39:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131150; bh=f5UQoJF837f3109J1XVLY9prDWrrkE1NDmK32c9vzoc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0QBMNdySpZiNa6HX5lV0msVPNuaHBvuWSazWlQwKq/fGj6yVAh2EP4rFAvIVVhYFw LXY/4iaA5nr4eEXotFFrONHUX17h2mTthFMAIHzvXN/9WDVx613z0BgSzRsZ0bXEm+ ZQALHVRHSHE9AK0sNHcDf3WfDnIR0Wt1HNlPT5Do=
Date: Mon, 18 Nov 2019 18:39:10 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4290772572@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd355ce1c14e_19cf3fa3648cd95c939f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/J8PhHEOl58909ycMCHvL-2DGAAQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:39:12 -0000

----==_mimepart_5dd355ce1c14e_19cf3fa3648cd95c939f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

50812828d969df1f5c5b239671640717a6b30463  Update the text to limit cwnd


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/21953f431d2cc0df58c87e12e609df9ada781618..50812828d969df1f5c5b239671640717a6b30463

----==_mimepart_5dd355ce1c14e_19cf3fa3648cd95c939f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/50812828d969df1f5c5b239671640717a6b30463">5081282</a>  Update the text to limit cwnd</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/21953f431d2cc0df58c87e12e609df9ada781618..50812828d969df1f5c5b239671640717a6b30463?email_source=notifications&amp;email_token=AFTOJKYOSZCMEGL2WZAJAADQUNGU5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXGI2TOMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK66GORVUVOXAP42G7LQUNGU5ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK63W2UWAMO2BD5KHSDQUNGU5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXGI2TOMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/21953f431d2cc0df58c87e12e609df9ada781618..50812828d969df1f5c5b239671640717a6b30463?email_source=notifications\u0026email_token=AFTOJKYOSZCMEGL2WZAJAADQUNGU5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXGI2TOMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/21953f431d2cc0df58c87e12e609df9ada781618..50812828d969df1f5c5b239671640717a6b30463?email_source=notifications\u0026email_token=AFTOJKYOSZCMEGL2WZAJAADQUNGU5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXGI2TOMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd355ce1c14e_19cf3fa3648cd95c939f7--


From nobody Mon Nov 18 18:42:11 2019
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 6A9E7120236 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:42:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PMIqyvIM9v7G for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:42:08 -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 470B91200FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:42:08 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id BBBB62616D9 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:42:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131327; bh=8Vn0R/aBjgefTwS0WcWFYhcQ+4yGkkzVwAZlsOCx2xY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BGkU9e07t12XYdd+/YEemN7QG5HS0gnH5EjXNLvwrL6L/zAYGsWnvkgpH4he4CvMJ /SBuz8wecAPvzonf3mxvDDCIbjrNPV6BMnvNamXsRlToDxRJyVxkFcZ8sV9Ksrz5VT qdAA8B8W/N6N7gF/+B+OKggfQVsYh6q4vC+3yuTg=
Date: Mon, 18 Nov 2019 18:42:07 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4290779572@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3567f773b6_243d3f8c86ccd95c111229"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Enin-bXKYpSB8TqeXVKFW6F2kGc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:42:09 -0000

----==_mimepart_5dd3567f773b6_243d3f8c86ccd95c111229
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

08fd5831859edb0814558d158ce58c8203af4d28  fix build issue


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/50812828d969df1f5c5b239671640717a6b30463..08fd5831859edb0814558d158ce58c8203af4d28

----==_mimepart_5dd3567f773b6_243d3f8c86ccd95c111229
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/08fd5831859edb0814558d158ce58c8203af4d28">08fd583</a>  fix build issue</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/50812828d969df1f5c5b239671640717a6b30463..08fd5831859edb0814558d158ce58c8203af4d28?email_source=notifications&amp;email_token=AFTOJK5NBDHRQHREM6KBW7DQUNG77A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXHE2TOMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4SCJRJHY4RDU4KETLQUNG77ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZSKDK3VNRA3KII7UTQUNG77A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXHE2TOMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/50812828d969df1f5c5b239671640717a6b30463..08fd5831859edb0814558d158ce58c8203af4d28?email_source=notifications\u0026email_token=AFTOJK5NBDHRQHREM6KBW7DQUNG77A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXHE2TOMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/50812828d969df1f5c5b239671640717a6b30463..08fd5831859edb0814558d158ce58c8203af4d28?email_source=notifications\u0026email_token=AFTOJK5NBDHRQHREM6KBW7DQUNG77A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TANZXHE2TOMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd3567f773b6_243d3f8c86ccd95c111229--


From nobody Mon Nov 18 18:44:49 2019
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 036BE120288 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:44:48 -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 vuzpTFKl1mJ8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:44:41 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94E381200FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:44:41 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id E3F996A0923 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:44:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131480; bh=2Vf41mvSQk3vkTk8mhYtFPGCGbzf7WlIK3h3CGlwLm4=; h=Date:From:To:Subject:From; b=Wmbme22clsemNT3eJL21wAs9383+ftYbtmQWA/Kk1hpO4dLBEUt/jqoys1fTdQlYh BJGP0bLyzgBkhzpjvQrp2s1FLJRz19Oogav+CRh2p6xwt3Kb7c9SRfrTFDShJsOhzg n5PYddTx8ypTF4r9aQv8yya3+lm6B2ETAK3PSOwM=
Date: Mon, 18 Nov 2019 18:44:40 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/really-really-dont-1rtt-early/4434e4-00bbd9@github.com>
Subject: [quicwg/base-drafts] 63c764: [HTTP/3] [editorial] How many parts is the HTTP/3 ...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Kfaof5h_UdFWYnn4i8jt7lBv-I4>
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, 19 Nov 2019 02:44:48 -0000

  Branch: refs/heads/really-really-dont-1rtt-early=0D
  Home:   https://github.com/quicwg/base-drafts=0D
  Commit: 63c764b0ccab1aa5ad4eef8fc78fa6467f6edd5f=0D
      https://github.com/quicwg/base-drafts/commit/63c764b0ccab1aa5ad4eef=
8fc78fa6467f6edd5f=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] How many parts is the HTTP/3 specification is spli=
t into exactly? (#3219)=0D
=0D
I count eight including the additional resources or six not including=0D
them.  But what I'm most concerned about is that Sections 1 and 2 are=0D
also part of the HTTP/3 specification.=0D
=0D
=0D
  Commit: 110fcb3e628c2142c76df76cf194fda1382d2de8=0D
      https://github.com/quicwg/base-drafts/commit/110fcb3e628c2142c76df7=
6cf194fda1382d2de8=0D
  Author: Bence B=C3=A9ky <bencebeky@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-http.md=0D
=0D
  Log Message:=0D
  -----------=0D
  [HTTP/3] [editorial] Remove mention of redefining setting format. (#322=
0)=0D
=0D
* [HTTP/3] [editorial] Remove mention of redefining setting format.=0D
=0D
Each SETTINGS parameter consists of an identifier and a value, each=0D
encoded as QUIC variable-length integer.  The sentence being removed is=0D=

a remnant from the time when setting values were encoded as=0D
length-prefixed binary blobs.=0D
=0D
* Clarify how settings ported from HTTP/2 might redefine value.=0D
=0D
* reword parenthetical=0D
=0D
=0D
  Commit: 3710ed6f8599c1c9cdd3eb1e259760a0afc5f424=0D
      https://github.com/quicwg/base-drafts/commit/3710ed6f8599c1c9cdd3eb=
1e259760a0afc5f424=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  App or flow control limited (#3238)=0D
=0D
* App or flow control limited=0D
=0D
Fixes #3236=0D
=0D
* spelling=0D
=0D
=0D
  Commit: 8bae30acd2c4058dd7108eca972c90039c91d688=0D
      https://github.com/quicwg/base-drafts/commit/8bae30acd2c4058dd7108e=
ca972c90039c91d688=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix Gorry's editorial comments (#3237)=0D
=0D
This attempts to fix Gorry's editorial comments from the QUIC mailing lis=
t.=0D
=0D
=0D
  Commit: 9a5786a1ab4538d01e403ee3b42fa086878226f2=0D
      https://github.com/quicwg/base-drafts/commit/9a5786a1ab4538d01e403e=
e3b42fa086878226f2=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 97c70d33e85c44b559b8dc1069c0f5a7d1635b1e=0D
      https://github.com/quicwg/base-drafts/commit/97c70d33e85c44b559b8dc=
1069c0f5a7d1635b1e=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Reference 3168 for ECN=0D
=0D
And note that 8311 is an update.=0D
=0D
=0D
  Commit: 6ed0fdab6286a3bbf3a74441c9a8defd76f9483a=0D
      https://github.com/quicwg/base-drafts/commit/6ed0fdab6286a3bbf3a744=
41c9a8defd76f9483a=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Update draft-ietf-quic-recovery.md=0D
=0D
=0D
  Commit: 65d42c7e0d4168421972e4b1631a47ee3ee0583b=0D
      https://github.com/quicwg/base-drafts/commit/65d42c7e0d4168421972e4=
b1631a47ee3ee0583b=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  ECN editorial=0D
=0D
>From Gorry's comments=0D
=0D
=0D
  Commit: 2afe57df1e104e39a7487854b9c79f22498b5a17=0D
      https://github.com/quicwg/base-drafts/commit/2afe57df1e104e39a74878=
54b9c79f22498b5a17=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Fix incorrect expression=0D
=0D
=0D
  Commit: 37f2a1949b73d871f5801e9da9fc03c9d8337632=0D
      https://github.com/quicwg/base-drafts/commit/37f2a1949b73d871f5801e=
9da9fc03c9d8337632=0D
  Author: Jana Iyengar <jri.ietf@gmail.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Set, not seed=0D
=0D
=0D
  Commit: 68466780a9be9543e6720303648da735f635cb8b=0D
      https://github.com/quicwg/base-drafts/commit/68466780a9be9543e67203=
03648da735f635cb8b=0D
  Author: ianswett <ianswett@users.noreply.github.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-recovery.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Jana's suggestion=0D
=0D
=0D
  Commit: d8d51c6019bc1be35f96112529b874ee9a592a85=0D
      https://github.com/quicwg/base-drafts/commit/d8d51c6019bc1be35f9611=
2529b874ee9a592a85=0D
  Author: Kazuho Oku <kazuhooku@gmail.com>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-transport.md=0D
=0D
  Log Message:=0D
  -----------=0D
  endpoints never requests a CID=0D
=0D
=0D
  Commit: 4a23a94c76b1ff6af57bcda6c58accd088fad50f=0D
      https://github.com/quicwg/base-drafts/commit/4a23a94c76b1ff6af57bcd=
a6c58accd088fad50f=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-qpack.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Avoid using table- prefixes for anchors=0D
=0D
xml2rfc v3 format prohibits the use of these, which will cause problems.=0D=

This makes the anchors longer, so feel free to go with something else.=0D=

=0D
=0D
  Commit: 00bbd927b8e03887fd66e72f751886b4c75d6006=0D
      https://github.com/quicwg/base-drafts/commit/00bbd927b8e03887fd66e7=
2f751886b4c75d6006=0D
  Author: Martin Thomson <mt@lowentropy.net>=0D
  Date:   2019-11-19 (Tue, 19 Nov 2019)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-tls.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Keep context=0D
=0D
=0D
Compare: https://github.com/quicwg/base-drafts/compare/4434e4000805...00b=
bd927b8e0=0D


From nobody Mon Nov 18 18:44:54 2019
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 8C262120251 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:44:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 H3bCGw1MykWm for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:44:51 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01EBD120232 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:44:51 -0800 (PST)
Date: Mon, 18 Nov 2019 18:44:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131490; bh=IBHhu5VUBuJ+Q8rsD/HEjWodhlwq+/KkPqpukVu0S38=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uWNDRWGuzXUn8XZsqwsqrClYYgT0vw7Y58fcRUB5j8Mb3gUJmGSyhm7vujPeSlOJM arSrN+JonPDJcI/MpAhCbo+u5Au0PgUOh8ioDkc+HY0p/d/jgp5To5BJRoZf67LOed pkxC9LHKKogUrTq8Qa+uzp+HHAVyEA/50hecZjBc=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/push/4290786326@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd357221e884_19b83fa9e34cd96c2339a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c82vmCmEljyF9op4_y1kbzV72HM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:44:53 -0000

----==_mimepart_5dd357221e884_19b83fa9e34cd96c2339a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 14 commits.

63c764b0ccab1aa5ad4eef8fc78fa6467f6edd5f  [HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly? (#3219)
110fcb3e628c2142c76df76cf194fda1382d2de8  [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)
3710ed6f8599c1c9cdd3eb1e259760a0afc5f424  App or flow control limited (#3238)
8bae30acd2c4058dd7108eca972c90039c91d688  Fix Gorry's editorial comments (#3237)
9a5786a1ab4538d01e403ee3b42fa086878226f2  Update draft-ietf-quic-recovery.md
97c70d33e85c44b559b8dc1069c0f5a7d1635b1e  Reference 3168 for ECN
6ed0fdab6286a3bbf3a74441c9a8defd76f9483a  Update draft-ietf-quic-recovery.md
65d42c7e0d4168421972e4b1631a47ee3ee0583b  ECN editorial
2afe57df1e104e39a7487854b9c79f22498b5a17  Fix incorrect expression
37f2a1949b73d871f5801e9da9fc03c9d8337632  Set, not seed
68466780a9be9543e6720303648da735f635cb8b  Jana's suggestion
d8d51c6019bc1be35f96112529b874ee9a592a85  endpoints never requests a CID
4a23a94c76b1ff6af57bcda6c58accd088fad50f  Avoid using table- prefixes for anchors
00bbd927b8e03887fd66e72f751886b4c75d6006  Keep context


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224/files/4434e4000805050a39011a5c013e8828e3707009..00bbd927b8e03887fd66e72f751886b4c75d6006

----==_mimepart_5dd357221e884_19b83fa9e34cd96c2339a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 14 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/63c764b0ccab1aa5ad4eef8fc78fa6467f6edd5f">63c764b</a>  [HTTP/3] [editorial] How many parts is the HTTP/3 specification is split into exactly? (#3219)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/110fcb3e628c2142c76df76cf194fda1382d2de8">110fcb3</a>  [HTTP/3] [editorial] Remove mention of redefining setting format. (#3220)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3710ed6f8599c1c9cdd3eb1e259760a0afc5f424">3710ed6</a>  App or flow control limited (#3238)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8bae30acd2c4058dd7108eca972c90039c91d688">8bae30a</a>  Fix Gorry&#39;s editorial comments (#3237)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9a5786a1ab4538d01e403ee3b42fa086878226f2">9a5786a</a>  Update draft-ietf-quic-recovery.md</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/97c70d33e85c44b559b8dc1069c0f5a7d1635b1e">97c70d3</a>  Reference 3168 for ECN</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6ed0fdab6286a3bbf3a74441c9a8defd76f9483a">6ed0fda</a>  Update draft-ietf-quic-recovery.md</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/65d42c7e0d4168421972e4b1631a47ee3ee0583b">65d42c7</a>  ECN editorial</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/2afe57df1e104e39a7487854b9c79f22498b5a17">2afe57d</a>  Fix incorrect expression</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/37f2a1949b73d871f5801e9da9fc03c9d8337632">37f2a19</a>  Set, not seed</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/68466780a9be9543e6720303648da735f635cb8b">6846678</a>  Jana&#39;s suggestion</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d8d51c6019bc1be35f96112529b874ee9a592a85">d8d51c6</a>  endpoints never requests a CID</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4a23a94c76b1ff6af57bcda6c58accd088fad50f">4a23a94</a>  Avoid using table- prefixes for anchors</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/00bbd927b8e03887fd66e72f751886b4c75d6006">00bbd92</a>  Keep context</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3224/files/4434e4000805050a39011a5c013e8828e3707009..00bbd927b8e03887fd66e72f751886b4c75d6006?email_source=notifications&amp;email_token=AFTOJK67YEOBBTDZZNCV3FTQUNHKFA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI4TANZYGYZTENQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6K5256YSRQXKSY32DQUNHKFANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5Z3MM2ILYTFHIM33LQUNHKFA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI4TANZYGYZTENQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224/files/4434e4000805050a39011a5c013e8828e3707009..00bbd927b8e03887fd66e72f751886b4c75d6006?email_source=notifications\u0026email_token=AFTOJK67YEOBBTDZZNCV3FTQUNHKFA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI4TANZYGYZTENQ",
"url": "https://github.com/quicwg/base-drafts/pull/3224/files/4434e4000805050a39011a5c013e8828e3707009..00bbd927b8e03887fd66e72f751886b4c75d6006?email_source=notifications\u0026email_token=AFTOJK67YEOBBTDZZNCV3FTQUNHKFA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTSNZQGI4DGMKQOVZWQIZUGI4TANZYGYZTENQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd357221e884_19b83fa9e34cd96c2339a--


From nobody Mon Nov 18 18:45:31 2019
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 8D66C120288 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:45:29 -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 egx1e7Rw0COY for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:45:28 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 76012120251 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:45:28 -0800 (PST)
Date: Mon, 18 Nov 2019 18:45:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131527; bh=nO6vBUeMHNe4i0DC4ow4bYtFr9slZAhGvr177tAx4IU=; h=Date:From:To:Subject:From; b=SfaTH+SrvmW8DWMTHeIfM4Bk17K6Dt5Mh5GpHyTpQaW73a4ORbWZVC4TR+O2BwL0K dGTtl0QVUWjZXWHt4jxbKtC3feVJnf0UWgWqhFm6sUFdQFjO04p9+AgH9rY6p2deYo oKwJoGGzKkFpixlhGkPx8evivwOc3L5xIvKcnALE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8948b0-66f17b@github.com>
Subject: [quicwg/base-drafts] 66f17b: Script updating gh-pages from 00bbd927. [ci skip]
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/nsJQUFo4Hm4jsey_0YJQkSv_aaY>
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, 19 Nov 2019 02:45:30 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 66f17bccd3f7ef7c600a0e4ab3d1ac19b5f17e31
      https://github.com/quicwg/base-drafts/commit/66f17bccd3f7ef7c600a0e4ab3d1ac19b5f17e31
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M index.html
    M really-really-dont-1rtt-early/draft-ietf-quic-http.html
    M really-really-dont-1rtt-early/draft-ietf-quic-http.txt
    M really-really-dont-1rtt-early/draft-ietf-quic-invariants.html
    M really-really-dont-1rtt-early/draft-ietf-quic-invariants.txt
    M really-really-dont-1rtt-early/draft-ietf-quic-qpack.html
    M really-really-dont-1rtt-early/draft-ietf-quic-qpack.txt
    M really-really-dont-1rtt-early/draft-ietf-quic-recovery.html
    M really-really-dont-1rtt-early/draft-ietf-quic-recovery.txt
    M really-really-dont-1rtt-early/draft-ietf-quic-tls.html
    M really-really-dont-1rtt-early/draft-ietf-quic-tls.txt
    M really-really-dont-1rtt-early/draft-ietf-quic-transport.html
    M really-really-dont-1rtt-early/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 00bbd927. [ci skip]



From nobody Mon Nov 18 18:45:40 2019
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 DCAB9120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:45:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 59ckmMF0QdgT for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:45:30 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1185F120251 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:45:30 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 6D34FA07DC for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:45:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131529; bh=gKR/afmmwJmAa0YRPnVT2dh60HY8Bt6XpuEdqsxd/7s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HI/yzW/AEY1jrNxGEv6AHIvavjXGu4GYSlNGjlI/wl/PNhLgI9ooETkPYI4+onPdE q9gdjIJ7KZ0vAwEGEsLj79/OD5eKS6Qlrs0VluGkxXW2GV4dhkZ0XOm8ojopD+lxIq 7XQEHeja0K6amv0SUYawI9/D7zlBytNYWjxqTrhU=
Date: Mon, 18 Nov 2019 18:45:29 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3CP4XS2PWACXCW5LF34CE4TEVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205/555307060@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3205@github.com>
References: <quicwg/base-drafts/issues/3205@github.com>
Subject: Re: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd357495dbc9_18953fa1a46cd95c433b0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7DhbPu2aq0iluaQ7kQUhWmhiuKc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:45:32 -0000

----==_mimepart_5dd357495dbc9_18953fa1a46cd95c433b0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@gorryfair the current formula specifies a max of 14720 bytes, so increasing the MTU does not increase the IW beyond 14720.  This was based on the referenced RFC6928.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205#issuecomment-555307060
----==_mimepart_5dd357495dbc9_18953fa1a46cd95c433b0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=7386514" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gorryfair">@gorryfair</a> the current formula specifies a max of 14720 bytes, so increasing the MTU does not increase the IW beyond 14720.  This was based on the referenced RFC6928.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK3HPAYS45PIKTOCWD3QUNHMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVANA#issuecomment-555307060">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYVLRWCX3WUKUB3FULQUNHMTANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24W7RHCC743DINENLQUNHMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK3HPAYS45PIKTOCWD3QUNHMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVANA#issuecomment-555307060",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK3HPAYS45PIKTOCWD3QUNHMTA5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVANA#issuecomment-555307060",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd357495dbc9_18953fa1a46cd95c433b0--


From nobody Mon Nov 18 18:46:11 2019
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 F183F1200FB for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:09 -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 sAgUkZbSzDzu for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:04 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E0840120232 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:46:04 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 79C1A1201D3 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:46:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131564; bh=gcvakj1qVXc14jtFThr/1zywA/gZs3QIcvL+LKuR5o0=; h=Date:From:To:Subject:From; b=Nj6eV0aHf7cmwToWA9h36qH3eH9mmuxOm36ESAIWqBDxVT4pot5e+0tEI26JWV+IB LLpCiPLZLPHEgu8mMwv5dUemFI0N4ZHR64eB+LGVc1kWuSPJL9pzcrheJg9I1Sw+FF ZRnMsQE5zuUMucF9LXa/cogE+u1/ucP+tYJze7v4=
Date: Mon, 18 Nov 2019 18:46:04 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/really-really-dont-1rtt-early/00bbd9-459ef0@github.com>
Subject: [quicwg/base-drafts] b3defa: No reading of 1-RTT before the handshake is complete
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/yaZsY3CEp2u3TRieXPNCtIaWB24>
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, 19 Nov 2019 02:46:10 -0000

  Branch: refs/heads/really-really-dont-1rtt-early
  Home:   https://github.com/quicwg/base-drafts
  Commit: b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321
      https://github.com/quicwg/base-drafts/commit/b3defa9c1d9b8a97b445bcc5ca40cd7dfcc75321
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  No reading of 1-RTT before the handshake is complete

We really mean it.

The effect of #3159 has been to shame some implementations into the
right behaviour, but on reviewing this section, it really was
unambiguous.  This tweaks the text slightly and adds a cautionary note,
but it is otherwise unchanged other than a few editorial tweaks.

Closes #3159.


  Commit: e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d
      https://github.com/quicwg/base-drafts/commit/e2ee0d4652ea2f3a405da6ba14d08416bc4f6b3d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Simplify


  Commit: 459ef0f8b646af38e381acab8f2dfb1769391df0
      https://github.com/quicwg/base-drafts/commit/459ef0f8b646af38e381acab8f2dfb1769391df0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Keep context


Compare: https://github.com/quicwg/base-drafts/compare/00bbd927b8e0...459ef0f8b646


From nobody Mon Nov 18 18:46:24 2019
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 AED55120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 s97xIgMk59gE for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:21 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 395C61200FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:46:21 -0800 (PST)
Date: Mon, 18 Nov 2019 18:46:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131580; bh=KMm1yZVCceJx2pEycEdVeSDyk2uWaelVrTb3tyw/+W0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=e4KNtSDTZP2QiL301Q7fGfwAxuK3dVj3daSd774JL/GaeZBDGjMs/xEnsAs2skzT2 YltZXkK2c9CGoAu7V6kUzxBoJ4ve+PMsw1SpJ3QE/yGzkP3oC/AhbUHeOSqO75CLeM 6nxFL4SslcQNnqC6IjMiSBKP3Y09FwwAxUIFd5lY=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3PDNBKO4MICA5D3C534CE7ZEVBNHHBXDZPBM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2863/555307244@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2863@github.com>
References: <quicwg/base-drafts/issues/2863@github.com>
Subject: Re: [quicwg/base-drafts] unrecoverable loss pattern leads to deadlock (#2863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3577c5b077_19873fa9e34cd96c307b8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EiUv_PoKZO0a0Fib5If0w0Oamy4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:46:23 -0000

----==_mimepart_5dd3577c5b077_19873fa9e34cd96c307b8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; CfC #3145.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2863#issuecomment-555307244
----==_mimepart_5dd3577c5b077_19873fa9e34cd96c307b8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; CfC <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="511685541" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3145" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3145/hovercard" href="https://github.com/quicwg/base-drafts/pull/3145">#3145</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications&amp;email_token=AFTOJKZINE4ZVBRV5BHAXUTQUNHPZA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVB3A#issuecomment-555307244">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3BTHTZ475BA5GZHUTQUNHPZANCNFSM4H4LZFRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZBG5YB7BG32X6BID3QUNHPZA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVB3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJKZINE4ZVBRV5BHAXUTQUNHPZA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVB3A#issuecomment-555307244",
"url": "https://github.com/quicwg/base-drafts/issues/2863?email_source=notifications\u0026email_token=AFTOJKZINE4ZVBRV5BHAXUTQUNHPZA5CNFSM4H4LZFRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVB3A#issuecomment-555307244",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3577c5b077_19873fa9e34cd96c307b8--


From nobody Mon Nov 18 18:47:01 2019
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 060FC120BD2 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:54 -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 1r92BoD-VfRR for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:46:52 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DBF22120B84 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:46:52 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 3705C6E009D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:46:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131612; bh=FcTFIWsvk8qd88IuM8AMqMyCN97DmEejKOtxCkjxKJY=; h=Date:From:To:Subject:From; b=CB1ez62ICxX6R5m3zgkJ/yBjyjkdbfPkndLd3Xxon2IYb1kVX/APGcrsBqbxmRjT+ h58BC9e4qaihR35Hf3zrgOvf5iD+IiTMoq8rbRMt1AQr1n3+ZONgmwGKr85QHAMgu3 cSQP0EWrBiiQVJ0LI+LozukaIpLe12IBQ2lGa08k=
Date: Mon, 18 Nov 2019 18:46:52 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/66f17b-5402c1@github.com>
Subject: [quicwg/base-drafts] 5402c1: Script updating gh-pages from 459ef0f8. [ci skip]
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/UJwzLli7f901kEphWybiL5ro714>
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, 19 Nov 2019 02:47:00 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5402c1a1f4478ae42e2723e1c42434b06f85b30e
      https://github.com/quicwg/base-drafts/commit/5402c1a1f4478ae42e2723e1c42434b06f85b30e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 459ef0f8. [ci skip]



From nobody Mon Nov 18 18:47:48 2019
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 86695120BCF for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:47:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FFg5KL9ZO-qb for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:47:45 -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 45D22120BFE for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:47:45 -0800 (PST)
Date: Mon, 18 Nov 2019 18:47:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131664; bh=Dj++kuMPEYky5+d2+uZfaHYTPzu32A7kFeFKUc38gec=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lmS7M4z/WIYYknrIv3kF/s4SeVCkZQmHpmvQID5ktlhU5O85GnoafZYX8uQOySVbo WKSCuBrZwZoPtd0Z63O/asgGMiYvHm+mSMMgJuxsnUis0TKwRthrgMwTUi3goJKVtj x+37aTOIIymenBFYBkACrGuqwP9+6IDsva4fsz68=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK74Y2UGYCAORQN7JLF34CFFBEVBNHHB6RWN54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3264/555307537@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3264@github.com>
References: <quicwg/base-drafts/issues/3264@github.com>
Subject: Re: [quicwg/base-drafts] Reduce HTTP/3 editorial dependence on HTTP/2 (#3264)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd357d084f9d_1d083f9b490cd96494518"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lIv6zRt9NKJ35pDu-P2pJJ5XcOg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:47:47 -0000

----==_mimepart_5dd357d084f9d_1d083f9b490cd96494518
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that readers should not be required to read the HTTP/2 spec.  We've taken the same approach with recovery where the intent is to be self-contained, but add informative references to TCP RFCs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3264#issuecomment-555307537
----==_mimepart_5dd357d084f9d_1d083f9b490cd96494518
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that readers should not be required to read the HTTP/2 spec.  We've taken the same approach with recovery where the intent is to be self-contained, but add informative references to TCP RFCs.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications&amp;email_token=AFTOJK7DBQ3QIKTNHDREJBDQUNHVBA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVEEI#issuecomment-555307537">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6P2XDDVVAYTHUICODQUNHVBANCNFSM4JO435WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6L5CZOXHQIFIBN2KDQUNHVBA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVEEI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK7DBQ3QIKTNHDREJBDQUNHVBA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVEEI#issuecomment-555307537",
"url": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK7DBQ3QIKTNHDREJBDQUNHVBA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVEEI#issuecomment-555307537",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd357d084f9d_1d083f9b490cd96494518--


From nobody Mon Nov 18 18:50:51 2019
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 66E27120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:50:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1b6F4zbL9EUZ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:50:48 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2880120236 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:50:47 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 2AC042C3422 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:50:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574131847; bh=Rxp4yhtemuryWkkRCEER7z8rF7qeNrYEuUNdb1rI2A0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FwR4bx5cK29I7gvh3on0/GTASdVomjIdvD23ZsElx3mTVoYzJ1z3EWsP5iQBESw3J fXELAC6zbFlojU9eq4loEeL19JdOI7gkDpSNlcWAZSyjVWJJSjHS9VqHLhf42BaqFL Bk/5f164DfB6+je/FbFYttHPVYN6pWlnhD+K6Zcs=
Date: Mon, 18 Nov 2019 18:50:47 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK564PNDYFNTYRMEBXV34CFQPEVBNHHB6RV5ME@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3263/review/318756720@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3263@github.com>
References: <quicwg/base-drafts/pull/3263@github.com>
Subject: Re: [quicwg/base-drafts] Key generation for updates MAY be deferred (#3263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd358871b31f_53a3ff3c82cd96c26594"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/smCFT5-25btDkQbiuQY7t1KIvCo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:50:50 -0000

----==_mimepart_5dd358871b31f_53a3ff3c82cd96c26594
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3263#pullrequestreview-318756720
----==_mimepart_5dd358871b31f_53a3ff3c82cd96c26594
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications&amp;email_token=AFTOJK2ZV3QTF4GM3BUZ5KTQUNIAPA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75O4A#pullrequestreview-318756720">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7Z5CPRZIG5YJIAPN3QUNIAPANCNFSM4JO4YVOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4KNYUHUU3QX5GR6VTQUNIAPA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75O4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJK2ZV3QTF4GM3BUZ5KTQUNIAPA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75O4A#pullrequestreview-318756720",
"url": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJK2ZV3QTF4GM3BUZ5KTQUNIAPA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75O4A#pullrequestreview-318756720",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd358871b31f_53a3ff3c82cd96c26594--


From nobody Mon Nov 18 18:53:32 2019
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 138A8120288 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:53:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bQAxCJZLfhbX for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:53:28 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78AA4120236 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:53:28 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id D28B9660D76 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:53:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132007; bh=4KWbVUcoJucQwqLrFVn/kKlwTwHL9rFoQgvBFPXm5Pw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lLqopqleQ4ULX3L9pZ/DCe59ojIZEjgETgM3veClkQA9q13/ngfsCxpny7y5/7q2B ERjg71nyuF/B5o9eqBYNjeqtRd0Ei5N86w0wOsPV5aKMG+Kt1vS3FBbSEiw/UyMn7q NxQySMTD9w6YbgQJJMObq6xZvsqZ10DuOgE2RSMw=
Date: Mon, 18 Nov 2019 18:53:27 -0800
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ZWTVQII7RV6AHHY534CF2PEVBNHHB52U4VI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3197/555308802@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3197@github.com>
References: <quicwg/base-drafts/issues/3197@github.com>
Subject: Re: [quicwg/base-drafts] active_connection_id_limit defaults to 0 (#3197)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35927c2ee7_42be3fc5772cd96437115"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QWgm4Ve4IVHBcW8rkKj3r1uG-aM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:53:30 -0000

----==_mimepart_5dd35927c2ee7_42be3fc5772cd96437115
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore; a bit more discussion and then CfC.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3197#issuecomment-555308802
----==_mimepart_5dd35927c2ee7_42be3fc5772cd96437115
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore; a bit more discussion and then CfC.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications&amp;email_token=AFTOJK4J75UBMQNYYK26CZDQUNIKPA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVOAQ#issuecomment-555308802">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOKZ6GFLOWEZQWWQ3QUNIKPANCNFSM4JJ3U22Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYGWFWFRQW5TPKWCSDQUNIKPA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVOAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK4J75UBMQNYYK26CZDQUNIKPA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVOAQ#issuecomment-555308802",
"url": "https://github.com/quicwg/base-drafts/issues/3197?email_source=notifications\u0026email_token=AFTOJK4J75UBMQNYYK26CZDQUNIKPA5CNFSM4JJ3U222YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVOAQ#issuecomment-555308802",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35927c2ee7_42be3fc5772cd96437115--


From nobody Mon Nov 18 18:54:24 2019
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 4C550120232 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:54:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 16kB0fz9bUSN for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:54:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F2EBC120236 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:54:21 -0800 (PST)
Date: Mon, 18 Nov 2019 18:54:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132061; bh=sEPNhI8geZ/Qcxos2k7a+mNzunqXURfzbWrOtvtYN6A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PkY4bOmIW7JH8I/BZw8L0dg5LHhCxXjq/niFRkGd2J5n2CMCI+DBjYOEFv9jkPo3x xD140iMzY5qMNQlLHAlf3ytzs43AeJ8sL0EIF2Z4ad0c9QXnP4sm79Rvz0vPgrESM0 WFQqqOc8Jf2tbfrYLv0TkoVw0xXi4yh2uYY1KavQ=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2DJVJ3BTM4DGHJ7534CF53EVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318757622@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3595d3c0a0_18bc3ffd120cd95c70772"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hKX1pni-rK8bqnxT2jU0bFqUmrA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:54:23 -0000

----==_mimepart_5dd3595d3c0a0_18bc3ffd120cd95c70772
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

I don't think this shhould be MUST. For every other such action, the paradigm is "the sender MUST NOT do this silly stuff, the responder MAY close with connection error"

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347710308
----==_mimepart_5dd3595d3c0a0_18bc3ffd120cd95c70772
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347710308">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p>I don't think this shhould be MUST. For every other such action, the paradigm is "the sender MUST NOT do this silly stuff, the responder MAY close with connection error"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK5RYOCA2ANEWDSVD33QUNIN3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75V5Q#discussion_r347710308">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36PYCMHHCLZKH4EILQUNIN3ANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3I5356AHJ7JMIC7NDQUNIN3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75V5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5RYOCA2ANEWDSVD33QUNIN3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75V5Q#discussion_r347710308",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK5RYOCA2ANEWDSVD33QUNIN3A5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL75V5Q#discussion_r347710308",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3595d3c0a0_18bc3ffd120cd95c70772--


From nobody Mon Nov 18 18:57:00 2019
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 925A1120BA0 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:56:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 h7aYjM3AVq9V for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:56:43 -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 DBC90120BEB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:56:43 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 8D64326164F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:56:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132203; bh=izY3o189JdY97BN0Y+qqiHJdDJtHgDPbJoJ5Pf6X/LY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=0qehG0pAOAQ2FiVa4qmOeAoUZamcsA4+lOnw9ZSs7SnW0s5DVdz26qMj9kIUgvev2 cZLV6WGdV2N7FF+Bt4R6BRBcptzLrRj6ihPe6Kzvv/RFD1tJxg29rYI4X+wKaobnH+ aadltKUrxzZ2dSFNIuBcgL6uHwPyr4uUYY3Dy8T4=
Date: Mon, 18 Nov 2019 18:56:43 -0800
From: "Roy T. Fielding" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK45FWMIQR54C2IUUB534CGGXEVBNHHB6RXLXM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3265@github.com>
Subject: [quicwg/base-drafts] Add capability for sending HTTP metadata (trailer fields) in mid-stream (#3265)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd359eb483a9_32163fd642acd96c94924"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: royfielding
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c_mUzRj8AUVpPgU6N_Pp8NKrHb0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:56:47 -0000

----==_mimepart_5dd359eb483a9_32163fd642acd96c94924
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For a very long time (since early 1995) there have been various attempts to send metadata in parallel with the request or response bodies. The use cases have ranged from group chat to chained digital signatures to performance metrics to long download checkpoints to a heck of a lot of other things that I pretend to no longer remember for sanity purposes.

Fixing that in HTTP/1.1 was only possible within chunked extensions. For a variety of reasons that had nothing to do with the use cases, chunked extensions didn't work well over intermediaries and the chicken never hatched. Nevertheless, they did work over HTTP when the applications had control over both sides of a connection. I vaguely recall such metadata being present in HTTPng as well.

For some bizarre reason, I thought that sending metadata in midstream was present in h2 and all was fine and good for keeping it through in QUIC. I mean, for crying out loud, we don't have any of the limitations here that we had to deal with in HTTP/1.1. That's why I didn't raise this issue earlier. Apparently, I was wrong.

I would like for HTTP/3 to have a mechanism for communicating metadata (like trailers) in mid-stream, both for requests (e.g., priority) and responses (e.g., chained sigs).

I believe that this can be done with an additional frame type that carries trailer data, just like HEADERS, but that doesn't imply the end of DATA. However, I don't really have an opinion on what is the right way to do this in HTTP/3, only that it is worthwhile and necessary to do before a last call. I do not believe, from extensive experience, that this feature can be added later. I'd appreciate if people more familiar with QUIC implementation would choose the best specific syntax.

It is not a semantics change for HTTP because the fields are just optional trailers that arrive early. A recipient that is not prepared to handle these fields, for whatever reason, can discard them in the same way as trailers.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3265
----==_mimepart_5dd359eb483a9_32163fd642acd96c94924
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For a very long time (since early 1995) there have been various attempts to send metadata in parallel with the request or response bodies. The use cases have ranged from group chat to chained digital signatures to performance metrics to long download checkpoints to a heck of a lot of other things that I pretend to no longer remember for sanity purposes.</p>
<p>Fixing that in HTTP/1.1 was only possible within chunked extensions. For a variety of reasons that had nothing to do with the use cases, chunked extensions didn't work well over intermediaries and the chicken never hatched. Nevertheless, they did work over HTTP when the applications had control over both sides of a connection. I vaguely recall such metadata being present in HTTPng as well.</p>
<p>For some bizarre reason, I thought that sending metadata in midstream was present in h2 and all was fine and good for keeping it through in QUIC. I mean, for crying out loud, we don't have any of the limitations here that we had to deal with in HTTP/1.1. That's why I didn't raise this issue earlier. Apparently, I was wrong.</p>
<p>I would like for HTTP/3 to have a mechanism for communicating metadata (like trailers) in mid-stream, both for requests (e.g., priority) and responses (e.g., chained sigs).</p>
<p>I believe that this can be done with an additional frame type that carries trailer data, just like HEADERS, but that doesn't imply the end of DATA. However, I don't really have an opinion on what is the right way to do this in HTTP/3, only that it is worthwhile and necessary to do before a last call. I do not believe, from extensive experience, that this feature can be added later. I'd appreciate if people more familiar with QUIC implementation would choose the best specific syntax.</p>
<p>It is not a semantics change for HTTP because the fields are just optional trailers that arrive early. A recipient that is not prepared to handle these fields, for whatever reason, can discard them in the same way as trailers.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications&amp;email_token=AFTOJK7R7OBAOZFJXLBYGU3QUNIWXA5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2G5O5Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4QUO6WYT4JBHBJMP3QUNIWXANCNFSM4JO5B63A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2PBBHCQJQ7IP4K3CTQUNIWXA5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2G5O5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications\u0026email_token=AFTOJK7R7OBAOZFJXLBYGU3QUNIWXA5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2G5O5Q",
"url": "https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications\u0026email_token=AFTOJK7R7OBAOZFJXLBYGU3QUNIWXA5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2G5O5Q",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd359eb483a9_32163fd642acd96c94924--


From nobody Mon Nov 18 18:57:20 2019
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 8B3B0120B89 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:57:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 z9eJFN_RjZpV for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:57:12 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E33A120BE6 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:57:12 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 68ABBA0C34 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:57:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132231; bh=wVG7YnehKMAcXRgXrVsjaUR/eeneXcw47mtE8c5A/Xg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UnqZNg/tNr+Con78gyjt2Go2lVqRLUNgGY31R7OMnGGIXjopk2KSnlQX96y5U/Q97 U2SpFFrNNBwBmEsNmeG9G24janUgMa4R6VymRr28MG7EOhChqlkyNoAkXzTmY1FAXg JDAbmSBKsQsT6yFa6rKzwn80LlOx0DAS89wedHNo=
Date: Mon, 18 Nov 2019 18:57:11 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK53WJDDYKGYAEHXWRN34CGIPEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318758305@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35a07557f8_4cbd3fafe0acd9681009dc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-od_ReT_T9aEDIvWAqnxNpdK5Ts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:57:19 -0000

----==_mimepart_5dd35a07557f8_4cbd3fafe0acd9681009dc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

@huitema That's not correct:
> Endpoints MUST NOT exceed the limit set by their peer. An endpoint that receives a frame with a stream ID exceeding the limit it has sent MUST treat this as a connection error of type STREAM_LIMIT_ERROR 

and 
>  An endpoint MUST terminate a connection with a FLOW_CONTROL_ERROR error if it receives more data than the maximum data value that it has sent

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347710819
----==_mimepart_5dd35a07557f8_4cbd3fafe0acd9681009dc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347710819">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=7464128" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/huitema">@huitema</a> That's not correct:</p>
<blockquote>
<p>Endpoints MUST NOT exceed the limit set by their peer. An endpoint that receives a frame with a stream ID exceeding the limit it has sent MUST treat this as a connection error of type STREAM_LIMIT_ERROR</p>
</blockquote>
<p>and</p>
<blockquote>
<p>An endpoint MUST terminate a connection with a FLOW_CONTROL_ERROR error if it receives more data than the maximum data value that it has sent</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJKYF7RWCCJBVSIWU4Y3QUNIYPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL753II#discussion_r347710819">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYPW3YWIFFBOBP47PDQUNIYPANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK725BBHA642N2DUAIDQUNIYPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL753II.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYF7RWCCJBVSIWU4Y3QUNIYPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL753II#discussion_r347710819",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJKYF7RWCCJBVSIWU4Y3QUNIYPA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL753II#discussion_r347710819",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35a07557f8_4cbd3fafe0acd9681009dc--


From nobody Mon Nov 18 18:58:00 2019
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 87825120BEB for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:57:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hOIkGWNifk1G for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 18:57:52 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2144D120BF1 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:57:52 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 7ED271C004A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 18:57:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132271; bh=8aX4LrTL2T7ecfHNXQIPMykNJQDtRCbsYe9JSuheXyc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fAcG1MvA0RNeCXiIWNS5kqvIonUmsDmhFZg2Qq1ecQxAmnngyp0BOricD46SmX0dD U82t2XLflVfTcOj+7VqRQsNnHNLOyO9dDPmaViASUcbU9P9tQDrEBEO92lDCj6eGmu 9qOrwqQ4jdXocDEjO+BrHutSldVgc4nTY161Bdm0=
Date: Mon, 18 Nov 2019 18:57:51 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6HOJGDBMKN325GNYN34CGK7EVBNHHB57SJDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3205/555309794@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3205@github.com>
References: <quicwg/base-drafts/issues/3205@github.com>
Subject: Re: [quicwg/base-drafts] max_datagram_size being a variable means other constants become variables (#3205)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35a2f6fe78_1b613fd5886cd96c501b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PV8ghFR0C4TwyfQCxnAdoQeH-Ns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 02:57:59 -0000

----==_mimepart_5dd35a2f6fe78_1b613fd5886cd96c501b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Bah - the "and" in the ID text confused me, this actually is Min(10 * max_datagram_size, max(2 * max_datagram_size, 14720)). So - I was wrong on my comment, sorry.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3205#issuecomment-555309794
----==_mimepart_5dd35a2f6fe78_1b613fd5886cd96c501b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Bah - the "and" in the ID text confused me, this actually is Min(10 * max_datagram_size, max(2 * max_datagram_size, 14720)). So - I was wrong on my comment, sorry.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications&amp;email_token=AFTOJK4VHE7HKJFVEGAVLTTQUNI27A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVVYQ#issuecomment-555309794">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3WNYV26VDNVQASSDLQUNI27ANCNFSM4JKWPGEA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZZV3SFK7F42AVQCUTQUNI27A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVVYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK4VHE7HKJFVEGAVLTTQUNI27A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVVYQ#issuecomment-555309794",
"url": "https://github.com/quicwg/base-drafts/issues/3205?email_source=notifications\u0026email_token=AFTOJK4VHE7HKJFVEGAVLTTQUNI27A5CNFSM4JKWPGEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMVVYQ#issuecomment-555309794",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35a2f6fe78_1b613fd5886cd96c501b9--


From nobody Mon Nov 18 19:04:27 2019
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 F02C2120251 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:04:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WASX1vMo1XfX for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:04:24 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A45EB120255 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:04:24 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id 0A115A0775 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:04:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132664; bh=kHIb5eLteuzB2WXAi5xtcFCY4/qYh+/ArNw7w+Y4cAw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kVXpeVHMyfffsaT5GMQ/vLCVMClzasZlqy1nTvS9VH0ZOH80FohZSCd3o7/T9vZ8J yuK/sTrXg3MXkkKGFND4Q8b8scjRgC/M/dqStv+sgqkDZveDa0nAaWASc0O55HEioU YzXtTR5G4u6qQT1QbxP2o/Ry3j6wrD5sENDrGWaM=
Date: Mon, 18 Nov 2019 19:04:23 -0800
From: Robin Marx <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4TNBCARAOZ5QMNANV34CHDPEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555311145@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35bb7ee0d8_3ed3fa8cb0cd95c7384f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: rmarx
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/G1FGXofk53GPPLoi1axwl78IOPc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:04:26 -0000

----==_mimepart_5dd35bb7ee0d8_3ed3fa8cb0cd95c7384f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thank you for the PR Martin. 

Just for my understanding: the requirement to pad client initials from the second flight onward (i.e., after receiving server packets, ACKing server initials) is purely for convenience. It is not necessary for PMTU or anti-amplification-allowance. As such, the limit should also not be enforced at intermediaries wholesale?   

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555311145
----==_mimepart_5dd35bb7ee0d8_3ed3fa8cb0cd95c7384f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thank you for the PR Martin.</p>
<p>Just for my understanding: the requirement to pad client initials from the second flight onward (i.e., after receiving server packets, ACKing server initials) is purely for convenience. It is not necessary for PMTU or anti-amplification-allowance. As such, the limit should also not be enforced at intermediaries wholesale?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJKYERMQW2BSJQXSK46LQUNJTPA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWAKI#issuecomment-555311145">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3CRMUUQRWGIJ3JMATQUNJTPANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4KOIJ2XJUFXKAONR3QUNJTPA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWAKI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYERMQW2BSJQXSK46LQUNJTPA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWAKI#issuecomment-555311145",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYERMQW2BSJQXSK46LQUNJTPA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWAKI#issuecomment-555311145",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35bb7ee0d8_3ed3fa8cb0cd95c7384f--


From nobody Mon Nov 18 19:05:47 2019
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 01A82120255 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:05:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Qci5lM2ZHoOv for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:05:44 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2031120251 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:05:43 -0800 (PST)
Date: Mon, 18 Nov 2019 19:05:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574132743; bh=lN6sQO2OawOQuQ/rZXYP+CBhPL2+olGx3KHQeu/fhso=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WiIJdB9pTB/QUQLnSb9zjApDWXeMWfUmQQe02Dsf/qz//jS6bFz6esqrlzzq61oW0 0vGd1ynjrQAK6nyU4KUH4Pdrp/kMsqm3uQL1GCyLcKCAEQOFzRlOY2ydggu1cXxLAf 2gJVo+kAzZg+rq7uO0OEhRzn1XI0ou1GzxW94vDI=
From: "Roy T. Fielding" <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYGFPKKJMX5PFR5DZN34CHIPEVBNHHBIL24LE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1523/555311397@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1523@github.com>
References: <quicwg/base-drafts/issues/1523@github.com>
Subject: Re: [quicwg/base-drafts] Update references to new HTTP RFCs (#1523)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35c072a6e6_22f23f849e4cd968503ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: royfielding
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TPM0u9oWBuxrXAIBPXYEWDA8vHI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:05:45 -0000

----==_mimepart_5dd35c072a6e6_22f23f849e4cd968503ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this should be unparked before last call.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1523#issuecomment-555311397
----==_mimepart_5dd35c072a6e6_22f23f849e4cd968503ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this should be unparked before last call.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1523?email_source=notifications&amp;email_token=AFTOJK7PWQORHJD66FTACZTQUNJYPA5CNFSM4FIQ2B42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWCJI#issuecomment-555311397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6VJEHHWRK6APHWHMLQUNJYPANCNFSM4FIQ2B4Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZTWDZJG5MCQZKIBDQUNJYPA5CNFSM4FIQ2B42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWCJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1523?email_source=notifications\u0026email_token=AFTOJK7PWQORHJD66FTACZTQUNJYPA5CNFSM4FIQ2B42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWCJI#issuecomment-555311397",
"url": "https://github.com/quicwg/base-drafts/issues/1523?email_source=notifications\u0026email_token=AFTOJK7PWQORHJD66FTACZTQUNJYPA5CNFSM4FIQ2B42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMWCJI#issuecomment-555311397",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35c072a6e6_22f23f849e4cd968503ba--


From nobody Mon Nov 18 19:14:39 2019
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 098931207FD for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:14:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fcbmd2-str2y for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:14:36 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E0F2120255 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:14:36 -0800 (PST)
Date: Mon, 18 Nov 2019 19:14:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574133276; bh=4EtTpR47yilar/iwe+MfGCadREaHpX8VeLmZpAQPsOk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=T26gkWXbHsGz1iIHecshdkOdO+7atuRV97WlXETkpNltIwAZhVms9YfxCCfuRNNlV ExAaXwP1K0BYQ9pAG85AezIk/m65HNl9Z11G48JgvRvqkr06F6ZyKMowyIrnlnzpMM C8/HQyg9C1HoYZcKjf1r+3hYteefrxO0P39UrRWo=
From: Junho Choi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYZAZHDOZL6CVYYC3F34CIJXEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/318762485@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35e1bd779c_3ed53feeca8cd96411009a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: junhochoi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5lAXsqT9_67IAd1suH5BbP6fytc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:14:38 -0000

----==_mimepart_5dd35e1bd779c_3ed53feeca8cd96411009a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

junhochoi commented on this pull request.



> @@ -1369,7 +1378,17 @@ acked_packet from sent_packets.
        return
      if (congestion_window < ssthresh):
        // Slow start.
-       congestion_window += acked_packet.size
+       if (pacing):
+         congestion_window += acked_packet.size
+       else:
+         // If pacing is not used, limit the increase to
+         // 2*max_datagram_size per ACK as described in

```suggestion
         // 2 * max_datagram_size per ACK as described in
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#pullrequestreview-318762485
----==_mimepart_5dd35e1bd779c_3ed53feeca8cd96411009a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@junhochoi</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3232#discussi=
on_r347713996">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1369,7 +1378,17 @@ acked_packet from s=
ent_packets.=0D
        return=0D
      if (congestion_window &lt; ssthresh):=0D
        // Slow start.=0D
-       congestion_window +=3D acked_packet.size=0D
+       if (pacing):=0D
+         congestion_window +=3D acked_packet.size=0D
+       else:=0D
+         // If pacing is not used, limit the increase to=0D
+         // 2*max_datagram_size per ACK as described in=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-         // 2*max_datagram_size per ACK as de=
scribed in=0D
+         // 2 * max_datagram_size per ACK as described in=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3232?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKYIUEDRJ32XHADYTCDQUNKZXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7635I#pullrequestreview-318762485=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK5XMDVSUR3OKQRYWL3QUNKZXANCNFSM4JMJUHAQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK6QTMPXEEZ7=
JDR4O5DQUNKZXA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCL7635I.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=3D=
notifications\u0026email_token=3DAFTOJKYIUEDRJ32XHADYTCDQUNKZXA5CNFSM4JMJ=
UHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
L7635I#pullrequestreview-318762485",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKYIUEDRJ32XHADYTCDQUNKZXA5CNFSM4JMJUH=
A2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL7=
635I#pullrequestreview-318762485",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd35e1bd779c_3ed53feeca8cd96411009a--


From nobody Mon Nov 18 19:18:58 2019
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 BBB4C1207FD for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:18:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 piGwjmx-hnNL for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:18:54 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 78C2C120802 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:18:54 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 741E81C0945 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:18:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574133533; bh=oUKSN4TllMkzWtqHiliJaBdAAY5zD4im13RQkYN8bIY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k/El5HLIpQ3QLMe/ADTgqTKMUIl4tmmSbSszCcG50bsrfAIxGKh5AvRMN1KmOhXmP 4LncxHYnsev8ASg5Nc0UvKB7oGnJHXJYm32QN7S6CTrec+3xxbUgNKOKda42I47UiD mLJ9OiapifS/utG7SQemX8WmFbsTyM/hO5190iwo=
Date: Mon, 18 Nov 2019 19:18:53 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4290871039@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35f1d65edf_586b3fc5398cd960195310"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/psOB5RkB5EABsWzwzuyxgyVaHBc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:18:57 -0000

----==_mimepart_5dd35f1d65edf_586b3fc5398cd960195310
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

e7d59817de98e39ad799be9f1428f82d3b1490fd  update comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/a47f66a7f41953686bc0af1fa4e40c65051dd2b0..e7d59817de98e39ad799be9f1428f82d3b1490fd

----==_mimepart_5dd35f1d65edf_586b3fc5398cd960195310
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e7d59817de98e39ad799be9f1428f82d3b1490fd">e7d5981</a>  update comments</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/a47f66a7f41953686bc0af1fa4e40c65051dd2b0..e7d59817de98e39ad799be9f1428f82d3b1490fd?email_source=notifications&amp;email_token=AFTOJK2EJREXCQG4USXJ3PDQUNLJ3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TAOBXGEYDGOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3SPLXL4RPFR3CEODLQUNLJ3ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK22EGI64JIETECPNF3QUNLJ3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TAOBXGEYDGOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/a47f66a7f41953686bc0af1fa4e40c65051dd2b0..e7d59817de98e39ad799be9f1428f82d3b1490fd?email_source=notifications\u0026email_token=AFTOJK2EJREXCQG4USXJ3PDQUNLJ3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TAOBXGEYDGOI",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/a47f66a7f41953686bc0af1fa4e40c65051dd2b0..e7d59817de98e39ad799be9f1428f82d3b1490fd?email_source=notifications\u0026email_token=AFTOJK2EJREXCQG4USXJ3PDQUNLJ3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGI4TAOBXGEYDGOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd35f1d65edf_586b3fc5398cd960195310--


From nobody Mon Nov 18 19:22:03 2019
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 2E7AD120251 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:22:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Bl_dWpGKREzv for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:22:00 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D26912011F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:22:00 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id C0A172C0B80 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:21:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574133719; bh=0+11QR/vJx8jyUjM1qDw+Ix4JULleH4ERPVosRWGHIo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HmQSzLZ+MSdzIZCbDg5zJmncGI9QgfA8kSm2NhSe61upc16KnfnbI17QETjEy9MRR q0rh93fOyg5H3E4KYmVWDXvEWDAsUdihLfLnjGReeSIx49sBnhH9g+3XYDZB+8KPPb XSd4moilTlg9tBa/aRTZ2tEdU0U8aY2vCjMlkeRE=
Date: Mon, 18 Nov 2019 19:21:59 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYWMRFQI76CJOSCOA534CJFPEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/318764195@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd35fd7b1c37_4c943fafe0acd9681167b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hX4Ul1XGnSI-szo8QRtmnih3Yxo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:22:02 -0000

----==_mimepart_5dd35fd7b1c37_4c943fafe0acd9681167b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#pullrequestreview-318764195
----==_mimepart_5dd35fd7b1c37_4c943fafe0acd9681167b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJK4XP24IB26YN2IWDR3QUNLVPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77JIY#pullrequestreview-318764195">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3C2AIVQFFCBATLRKLQUNLVPANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7WZE7W42LKA6LWLOLQUNLVPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77JIY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK4XP24IB26YN2IWDR3QUNLVPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77JIY#pullrequestreview-318764195",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK4XP24IB26YN2IWDR3QUNLVPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77JIY#pullrequestreview-318764195",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd35fd7b1c37_4c943fafe0acd9681167b5--


From nobody Mon Nov 18 19:26:30 2019
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 8BB2312080E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:26:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 6-lHWw3hW9LP for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:26:28 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 51BF5120800 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:26:28 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 5C4BE66009E for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:26:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574133987; bh=eVYzoQLq8SZg+8ei5oKeUtXKqnjQ6GoH3ZCU1cP9HuY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n1ttRc+1vhxa2kEr6qDA7CMfM/3iKb5pfz5UDyZN+00JS+ImZFHXNyjGks22kXbrh v/H7jJkFfG/5XjWeVpTIfZ1rka1wVD43IRVPfhT3tgMS+A1VmyQttte7qwnCf0iCi3 6H6s7afJftL+3JdKz+2PrLw9WlFgkVNicqW2B1HE=
Date: Mon, 18 Nov 2019 19:26:27 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6ZWGK5VRBRP5Y46GN34CJWHEVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/review/318765335@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd360e34d9cb_506b3f9cab0cd9601054f3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/njtRPJnClH5WlrzXyDQztld-cKg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 03:26:29 -0000

----==_mimepart_5dd360e34d9cb_506b3f9cab0cd9601054f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.

I was talking about the protocol field in the IP header.  How would you suggest we make that clear?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#discussion_r347716257
----==_mimepart_5dd360e34d9cb_506b3f9cab0cd9601054f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3249#discussion_r347716257">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.
</pre>
<p>I was talking about the protocol field in the IP header.  How would you suggest we make that clear?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJK6NYB4RT7BU3SMCBHDQUNMGHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77SFY#discussion_r347716257">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZXZUA6PF4RDP4FQSDQUNMGHANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4P5X7G5M55WMKRLPDQUNMGHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77SFY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK6NYB4RT7BU3SMCBHDQUNMGHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77SFY#discussion_r347716257",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK6NYB4RT7BU3SMCBHDQUNMGHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCL77SFY#discussion_r347716257",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd360e34d9cb_506b3f9cab0cd9601054f3--


From nobody Mon Nov 18 19:28:55 2019
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 16D29120811 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:28:54 -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 RiPbTjZArpY4 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 19:28:49 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BB8E12083A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 19:28:49 -0800 (PST)
Date: Mon, 18 Nov 2019 19:28:48 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574134128; bh=g1zwWhJB4BUweo2UY/Jq+WQAnSMXkDUZq60jIbmzwtI=; h=Date:From:To:Subject:From; b=oV17A5wk516WqkpughMy8iTOdrwdR7wYywvlJiprijgscLAGa2vP26lOgiux/QXkH Tik8GzXeiKuJhraEiUxVr6vdF6MWuP+F3dXRRxtj1gbP7vz2lQ4ZQIf0c/Ogk4FNhK J+oJKQI0XpmjpqA5OIykLGK70+W+evibKvYHnJL4=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/27be2f-ea54b0@github.com>
Subject: [quicwg/wg-materials] ba318f: Add ALPN slides
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/01Nltr9j-llDCJ3o5msbODn5Z1E>
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, 19 Nov 2019 03:28:54 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: ba318fa9b51d94e45ef8e898d83c379cb7d2b780
      https://github.com/quicwg/wg-materials/commit/ba318fa9b51d94e45ef8e898d83c379cb7d2b780
  Author: Mike Bishop <mbishop@evequefou.be>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/ALPN.pdf

  Log Message:
  -----------
  Add ALPN slides


  Commit: ea54b08578907be5608d617fe31bc271627b93cc
      https://github.com/quicwg/wg-materials/commit/ea54b08578907be5608d617fe31bc271627b93cc
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/ALPN.pdf

  Log Message:
  -----------
  Merge pull request #132 from MikeBishop/106-alpn

Add ALPN slides


Compare: https://github.com/quicwg/wg-materials/compare/27be2fc6588b...ea54b0857890


From nobody Mon Nov 18 20:00:32 2019
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 62F4E120818 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 20:00:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tZe9lBuwqOUP for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 20:00:29 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A26C12025D for <quic-issues@ietf.org>; Mon, 18 Nov 2019 20:00:29 -0800 (PST)
Date: Mon, 18 Nov 2019 20:00:28 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574136028; bh=+SBjydMxQ9ZD5/pDtr/BoPxTyIX1+Solox1ob/qPMac=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WfwKIf1DRxo2xXNhSlNsesupiRLbvD6NeoNmNdBzBV8zErwZMQBiU6FeFUynuhcA6 GePMTHhMpvMnxYvyVA0vgKBfxvFEDvqORQDYE4oQzl5cu98n6U270MoUyXltDhlTqm cAEVTChTwcNsvS+uppIeTnoc8zhyxZDyrUZScN24=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2MEWJCYOJYRYUXW2F34CNVZEVBNHHB4PUWF4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3094/555322521@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3094@github.com>
References: <quicwg/base-drafts/issues/3094@github.com>
Subject: Re: [quicwg/base-drafts] congestion window increase on every ACKed packet could result in bursty sends (#3094)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd368dc79b6f_1e6c3f86d5acd9607568a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/L9TbkPPEGMAo2CwrjkIFxds7tKo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 04:00:30 -0000

----==_mimepart_5dd368dc79b6f_1e6c3f86d5acd9607568a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with the comment that burst from ACK compression or Stretch-ACKs result in bursts. I think the ways to change that is implement a maximum burst size or use pacing. The bursts do not appear a CC function to me.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3094#issuecomment-555322521
----==_mimepart_5dd368dc79b6f_1e6c3f86d5acd9607568a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with the comment that burst from ACK compression or Stretch-ACKs result in bursts. I think the ways to change that is implement a maximum burst size or use pacing. The bursts do not appear a CC function to me.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications&amp;email_token=AFTOJK3BPNAISY742QQV5FDQUNQFZA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMYZGI#issuecomment-555322521">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6SMHXNG6AL7VXSX4TQUNQFZANCNFSM4JBARGVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZYVLW6GSQ7MATH5IDQUNQFZA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMYZGI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK3BPNAISY742QQV5FDQUNQFZA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMYZGI#issuecomment-555322521",
"url": "https://github.com/quicwg/base-drafts/issues/3094?email_source=notifications\u0026email_token=AFTOJK3BPNAISY742QQV5FDQUNQFZA5CNFSM4JBARGV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEMYZGI#issuecomment-555322521",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd368dc79b6f_1e6c3f86d5acd9607568a--


From nobody Mon Nov 18 20:44:16 2019
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 92EC01200F1 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 20:44:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.597
X-Spam-Level: 
X-Spam-Status: No, score=-6.597 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 5omv1akdt7mk for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 20:44:11 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B94B912006F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 20:44:11 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 1B6A252006A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 20:44:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574138651; bh=eHFom2phQ2BevJsj/gZ34RU4IKplga2RSeQDvgcI+6M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZkHtIuNzE6nk+Z2ppeexyhhguTd/r+QruQ3/JqWQBa7VuIlFJ86of4dC0zDkE7hbv eiRVWqlbKWwGLOhBkelQY2YoOKCkHaPjYYvTzTiNZfenmwbSw/dabk3ND28/71C+bS QGqQoVnx+kOmZGB/P7ga9qGGyWOa3WHndN+TpGXU=
Date: Mon, 18 Nov 2019 20:44:11 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK52UA6RKJSUIPMSKIN34CSZXEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/318781433@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3731bc1fa_613a3f84f0ccd968144633"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2hcpk8UMgozmJo_fhZlMl95t_Jg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 04:44:14 -0000

----==_mimepart_5dd3731bc1fa_613a3f84f0ccd968144633
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



>  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or

I'm more worried about this as an attack vector. Now that we support multiple initial packets for the client initial, there is more of a windows for an attacker to race a bad initial packet. Sending a 1 byte initial packet to kill your connection would be pretty easy; especially since the size validation check is going to happen pre-decryption, so the attacker doesn't even need to craft a well-formed packet.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#discussion_r347728735
----==_mimepart_5dd3731bc1fa_613a3f84f0ccd968144633
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3262#discussion_r347728735">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or
</pre>
<p>I'm more worried about this as an attack vector. Now that we support multiple initial packets for the client initial, there is more of a windows for an attacker to race a bad initial packet. Sending a 1 byte initial packet to kill your connection would be pretty easy; especially since the size validation check is going to happen pre-decryption, so the attacker doesn't even need to craft a well-formed packet.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJK5PY4WP7CAQNQI3P4TQUNVJXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMADP6I#discussion_r347728735">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7BCEXSDEEGNOZJUGLQUNVJXANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY57BYKUL2VAPRJVV3QUNVJXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMADP6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK5PY4WP7CAQNQI3P4TQUNVJXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMADP6I#discussion_r347728735",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK5PY4WP7CAQNQI3P4TQUNVJXA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMADP6I#discussion_r347728735",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3731bc1fa_613a3f84f0ccd968144633--


From nobody Mon Nov 18 21:33:37 2019
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 3B016120013 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:33:36 -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 6oCNVOtzj2Wh for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:33:31 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1157120824 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:33:31 -0800 (PST)
Date: Mon, 18 Nov 2019 21:33:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574141611; bh=pk4zzZUNibktbBhWWryq2SRcyGFN2gHS2riQWKjREi4=; h=Date:From:To:Subject:From; b=fmBnexpZdbWP15AJotyt906XjeJ2XNy47E9Q2wK1CVFRQNjwJpsoiWao/5C4pZYsh KTi3/FLSfOUDB9CrodF3At+DIlRO4CARXcpjpUGASA7/MwDEF0ZNznjm8SpAOs8BCU LjHSCTA3FAp7gmc8rVdHiXWcnxaycThuv46PYK+w=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/ea54b0-c900bf@github.com>
Subject: [quicwg/wg-materials] 038a51: QUIC-LB slides
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/yjqG6Q2ouOEztagVZybxvbxcZRg>
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, 19 Nov 2019 05:33:36 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 038a51c8777eb44803d28b8a74b9fd36f1dcf320
      https://github.com/quicwg/wg-materials/commit/038a51c8777eb44803d28b8a74b9fd36f1dcf320
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/QUIC-LB 106.pdf

  Log Message:
  -----------
  QUIC-LB slides


  Commit: c900bf95baa9825b066893ba11b380fe353b6029
      https://github.com/quicwg/wg-materials/commit/c900bf95baa9825b066893ba11b380fe353b6029
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/QUIC-LB 106.pdf

  Log Message:
  -----------
  Merge pull request #133 from martinduke/master

QUIC-LB slides


Compare: https://github.com/quicwg/wg-materials/compare/ea54b0857890...c900bf95baa9


From nobody Mon Nov 18 21:55:33 2019
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 5B936120046 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:55:32 -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 G4SUhISCnBt6 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:55:27 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 86CC2120152 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:55:27 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id B82F66A11D1 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:55:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574142926; bh=MaOf8iQNsw+ebyrRsnk/VNEOA/2nG1QNwC1qY+6a+YU=; h=Date:From:To:Subject:From; b=TMb8MfRsVyv/DcWq6RnGXvYoIHY5AuQsQc0F6m56VCeMkD1bCfTSVShAKwpT6/YxL t+2r0lpI43aVYBZkaj4hhvThEggLNOyDuFjZY1Eg5lQuceznGnwQ/xzEtqFe2DvDXY U/ESNMwVbpAfvKVbzr8bnQi9qjt6XHayfv+CjCvA=
Date: Mon, 18 Nov 2019 21:55:26 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-send-after-ack/704402-a6370e@github.com>
Subject: [quicwg/base-drafts] a6370e: Send up to IW
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/SvZbktdIbbMabgHEuK-HD33Eqfk>
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, 19 Nov 2019 05:55:32 -0000

  Branch: refs/heads/ianswett-send-after-ack
  Home:   https://github.com/quicwg/base-drafts
  Commit: a6370e8431ea1498cb08e9a6383cb908432ece81
      https://github.com/quicwg/base-drafts/commit/a6370e8431ea1498cb08e9a6383cb908432ece81
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Send up to IW



From nobody Mon Nov 18 21:55:39 2019
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 B78C6120046 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:55:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DYdttsVleUhK for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:55:35 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F4B812080F for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:55:35 -0800 (PST)
Date: Mon, 18 Nov 2019 21:55:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574142934; bh=E+q00njLwuc/pSezFPwQWFBB6/7MfH5V89OEuD/+9g0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nQJ8n+1YePXl+Y5uUxP5Ah3/f3DpGZURwYbKp1mymWkI6hq8POhLkq46Ko+6/o85U 0fW6iRLEcIsO60LliEx7Q3HiiETkP66Xw8iCC2mNIOyMiqhLTUWoAcglAj8UOp+TEF Ds0Qu7tCCOOeEvZgcb4zvPY64MxY7GIr+VttZrS8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3047/push/4291234420@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3047@github.com>
References: <quicwg/base-drafts/pull/3047@github.com>
Subject: Re: [quicwg/base-drafts] Send after receiving an ACK (#3047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd383d6996b4_69053fdf690cd9641513cd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PAalflXWel6yn1iI8kjIzcxMh70>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 05:55:37 -0000

----==_mimepart_5dd383d6996b4_69053fdf690cd9641513cd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

a6370e8431ea1498cb08e9a6383cb908432ece81  Send up to IW


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3047/files/704402513b18fec9a1597b538d00ab8a9d1219dd..a6370e8431ea1498cb08e9a6383cb908432ece81

----==_mimepart_5dd383d6996b4_69053fdf690cd9641513cd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a6370e8431ea1498cb08e9a6383cb908432ece81">a6370e8</a>  Send up to IW</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3047/files/704402513b18fec9a1597b538d00ab8a9d1219dd..a6370e8431ea1498cb08e9a6383cb908432ece81?email_source=notifications&amp;email_token=AFTOJK6BCOHRFK2736YGERTQUN5VNA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQNJWGE4TINCQOVZWQIZUGI4TCMRTGQ2DEMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7IS36XPBLM64JMKHTQUN5VNANCNFSM4IXV7ICQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2VZC6PJMHHC2QLENDQUN5VNA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQNJWGE4TINCQOVZWQIZUGI4TCMRTGQ2DEMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3047/files/704402513b18fec9a1597b538d00ab8a9d1219dd..a6370e8431ea1498cb08e9a6383cb908432ece81?email_source=notifications\u0026email_token=AFTOJK6BCOHRFK2736YGERTQUN5VNA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQNJWGE4TINCQOVZWQIZUGI4TCMRTGQ2DEMA",
"url": "https://github.com/quicwg/base-drafts/pull/3047/files/704402513b18fec9a1597b538d00ab8a9d1219dd..a6370e8431ea1498cb08e9a6383cb908432ece81?email_source=notifications\u0026email_token=AFTOJK6BCOHRFK2736YGERTQUN5VNA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMYTQNJWGE4TINCQOVZWQIZUGI4TCMRTGQ2DEMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd383d6996b4_69053fdf690cd9641513cd--


From nobody Mon Nov 18 21:56:16 2019
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 22746120801 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:56:15 -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 LttMhhb_sj4E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 21:56:13 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 93F78120152 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:56:13 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id B98E01C07C2 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 21:56:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574142972; bh=2Uj/JZvFRsKT1uJD7pRmdjOZE7gPVdRMrYMeB+J7GHs=; h=Date:From:To:Subject:From; b=dcjpq9BMmlq55kvpbO28U740JKhCELLr+tpzpFAOI54HhZSadT0VdthOStvYH5Mfy GXP3pYN13+65C1lrXbWcUyjxZP1hJQTHkO6L8rYnOZsDc8gQVLP2nwQvr1YaPSqFf1 zTg/iqjlpd64igdY0+TIC4W4aq+S/w/JbrjsyTH0=
Date: Mon, 18 Nov 2019 21:56:12 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/5402c1-b027d5@github.com>
Subject: [quicwg/base-drafts] b027d5: Script updating gh-pages from a6370e84. [ci skip]
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/mMzuhV0TXVlOzurmhvCqHJTSrDg>
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, 19 Nov 2019 05:56:15 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b027d5e04d91ceab3933f86b84902b5210ac7b84
      https://github.com/quicwg/base-drafts/commit/b027d5e04d91ceab3933f86b84902b5210ac7b84
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ianswett-send-after-ack/draft-ietf-quic-http.html
    A ianswett-send-after-ack/draft-ietf-quic-http.txt
    A ianswett-send-after-ack/draft-ietf-quic-invariants.html
    A ianswett-send-after-ack/draft-ietf-quic-invariants.txt
    A ianswett-send-after-ack/draft-ietf-quic-qpack.html
    A ianswett-send-after-ack/draft-ietf-quic-qpack.txt
    A ianswett-send-after-ack/draft-ietf-quic-recovery.html
    A ianswett-send-after-ack/draft-ietf-quic-recovery.txt
    A ianswett-send-after-ack/draft-ietf-quic-tls.html
    A ianswett-send-after-ack/draft-ietf-quic-tls.txt
    A ianswett-send-after-ack/draft-ietf-quic-transport.html
    A ianswett-send-after-ack/draft-ietf-quic-transport.txt
    A ianswett-send-after-ack/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from a6370e84. [ci skip]



From nobody Mon Nov 18 22:01:53 2019
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 0E9EE12082E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:01:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 u99AN6wK_zkE for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:01:45 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 154BE120846 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:01:44 -0800 (PST)
Date: Mon, 18 Nov 2019 22:01:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574143302; bh=iLhjV/SZou3M3Mkn6ujKpLOgAg1RDzGqcMcwmcW2+UE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FPfarORVjnvYxFBxm0xGvYWUV7wAnKZLvG3TpJ176wFheNMTLsLAQc7sMU5HWr3/5 B2Gdu5Mfco1VGahH5qJkhbyOer2MQlLOEQALNmfrqVNpDTWNHqzMDddl2IiQ0E9HI9 m4TLCT7/rbLjMMnLe6Nai4FCbyVhuCEhRxaGHQO0=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ZA4WJDQVMAC276TN34C34NEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3189/555347498@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd38546d4158_6dfc3f81424cd9689074f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DB8RXzYIRDtifWP1srUlIkTE5TU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 06:01:52 -0000

----==_mimepart_5dd38546d4158_6dfc3f81424cd9689074f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Discussed in Singapore. The discussion there came to the conclusion that the best path forward was to not consider this in-scope for QUICv1, but to encourage the proponents to rework their draft as an extension proposal.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#issuecomment-555347498
----==_mimepart_5dd38546d4158_6dfc3f81424cd9689074f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Discussed in Singapore. The discussion there came to the conclusion that the best path forward was to not consider this in-scope for QUICv1, but to encourage the proponents to rework their draft as an extension proposal.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK4MDZS5UJT5UFT47PLQUN6MNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEM64KQ#issuecomment-555347498">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHFRB7W3IBD2YZ5NLQUN6MNANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK46UEUE6RNWDRXYMIDQUN6MNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEM64KQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4MDZS5UJT5UFT47PLQUN6MNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEM64KQ#issuecomment-555347498",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK4MDZS5UJT5UFT47PLQUN6MNA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEM64KQ#issuecomment-555347498",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd38546d4158_6dfc3f81424cd9689074f--


From nobody Mon Nov 18 22:01:59 2019
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 F1BB312082E for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:01:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8BbY5zKo18Lg for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:01:46 -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 A549D120843 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:01:44 -0800 (PST)
Date: Mon, 18 Nov 2019 22:01:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574143303; bh=16DqbtGfUxT/96yjPBCBAFTi5XtgtIP3zlt9JoK1auM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eUmGU5XCReoluXQXchXLjkReq++z9wlNwXoM1nWByAwbGgwesOqRviovaMdOkvAsB OELR4SOMWsGPW6RVsRo2xRg0O9W8qmy5IHOWFEEQ7S5YTvPM6v0uPDMt8kSDMLFJNt hD2lhd+NLTEAfQ2YoD7jNlm0xyWb6capE4r1Wkro=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJ2JXTJJAAF7IW2JF34C34PEVBNHHB5VOOHI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3189/issue_event/2810113212@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3189@github.com>
References: <quicwg/base-drafts/issues/3189@github.com>
Subject: Re: [quicwg/base-drafts] QUIC lacks on-path exposure of packet loss (#3189)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd38547c7636_59d93fd0454cd95c331dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4X2dQujnKdT_I7jivSpwMV1PkoI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 06:01:53 -0000

----==_mimepart_5dd38547c7636_59d93fd0454cd95c331dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3189.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3189#event-2810113212
----==_mimepart_5dd38547c7636_59d93fd0454cd95c331dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517328442" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3189" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3189/hovercard" href="https://github.com/quicwg/base-drafts/issues/3189">#3189</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications&amp;email_token=AFTOJK6QQUODII7KJBI6SS3QUN6MPA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU57OZPA#event-2810113212">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2UAKUPBTHINBR66UTQUN6MPANCNFSM4JIXQLJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3QPKJ5DFTDZXM63MLQUN6MPA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU57OZPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6QQUODII7KJBI6SS3QUN6MPA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU57OZPA#event-2810113212",
"url": "https://github.com/quicwg/base-drafts/issues/3189?email_source=notifications\u0026email_token=AFTOJK6QQUODII7KJBI6SS3QUN6MPA5CNFSM4JIXQLJ2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU57OZPA#event-2810113212",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd38547c7636_59d93fd0454cd95c331dd--


From nobody Mon Nov 18 22:39:10 2019
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 3862F12087F for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:08 -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 UVQG3lYPQuBJ for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:03 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7DEAD120887 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:39:03 -0800 (PST)
Date: Mon, 18 Nov 2019 22:39:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145542; bh=H6Peo1L/I6BfGDAY5/FYze3h9/K463WJIpyKQS7XBCs=; h=Date:From:To:Subject:From; b=S7wDufngZGqf5l+6CwCEygbOQn6Dzo07gKJNkVgcjafkOvGq3ZTB7CVRGLi4NSn1K 4QuuMtgCLy9mG9rlriSHLZFH24++XvSXfosY1yte/jAx2F39T02ArMgErPXl0wRYcW 7Hbw3uXt6g0nRlg0bO9VCBfbaKcDq2T8t1md9uKo=
From: Lars Eggert <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/c900bf-37077d@github.com>
Subject: [quicwg/wg-materials] c2361b: Add ALPN slides
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/WbR4hxYaguj5Gyhjv5KcC4HMo68>
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, 19 Nov 2019 06:39:08 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: c2361b8a05444d80a206657635fc2ebabd24536f
      https://github.com/quicwg/wg-materials/commit/c2361b8a05444d80a206657635fc2ebabd24536f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/alpn-reprise.pdf

  Log Message:
  -----------
  Add ALPN slides


  Commit: 37077d8beaf75e828613f9beeca2d2407434bbb2
      https://github.com/quicwg/wg-materials/commit/37077d8beaf75e828613f9beeca2d2407434bbb2
  Author: Lars Eggert <200328+larseggert@users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/alpn-reprise.pdf

  Log Message:
  -----------
  Merge pull request #131 from martinthomson/alpn-reprise

Add ALPN slides


Compare: https://github.com/quicwg/wg-materials/compare/c900bf95baa9...37077d8beaf7


From nobody Mon Nov 18 22:39:19 2019
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 CF696120878 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:17 -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 u6wzbGElChL9 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:15 -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 D5C18120876 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:39:15 -0800 (PST)
Date: Mon, 18 Nov 2019 22:39:14 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145554; bh=TBAV5dlD9BnZ9PBSgWXZTmIK1nR+NJmn7CFf17rPYKQ=; h=Date:From:To:Subject:From; b=YM3u51SbeswEEuIf6/G7D8nKgcB28VljRw/9ksvO/vgyEjXfpsprbwrorvIySrBgT PqR96APnwW0Ch2CVU8Uk9xRyZ4KN7CD/GGTwPKFIcxFaSyQXsMOUAlQSItykXHkuH0 LeFhndX5WJU/yOQHf2mN8gpJ1YQnGlduy9tIQsaE=
From: Lars Eggert <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/37077d-ec17a7@github.com>
Subject: [quicwg/wg-materials] 65798d: Add QUIC_Version_Negotiation_IETF_106.pdf
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/piXA4aprvtLv1OoTiCF_T7LxcKk>
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, 19 Nov 2019 06:39:18 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 65798dfdcfa8f3614cbc80350412709e800bc9e5
      https://github.com/quicwg/wg-materials/commit/65798dfdcfa8f3614cbc80350412709e800bc9e5
  Author: David Schinazi <dschinazi@google.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    A ietf106/QUIC_Version_Negotiation_IETF_106.pdf

  Log Message:
  -----------
  Add QUIC_Version_Negotiation_IETF_106.pdf


  Commit: ec17a7cdd2b2208356c6129137fbbef3b80574e1
      https://github.com/quicwg/wg-materials/commit/ec17a7cdd2b2208356c6129137fbbef3b80574e1
  Author: Lars Eggert <200328+larseggert@users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/QUIC_Version_Negotiation_IETF_106.pdf

  Log Message:
  -----------
  Merge pull request #130 from DavidSchinazi/version_negotiation

Add QUIC_Version_Negotiation_IETF_106.pdf


Compare: https://github.com/quicwg/wg-materials/compare/37077d8beaf7...ec17a7cdd2b2


From nobody Mon Nov 18 22:39:54 2019
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 CE6F912087F for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:52 -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 7UYfAEb-A9zN for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:39:47 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A8F97120878 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:39:47 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 69D896609FB for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:39:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145586; bh=qrFjXm+JnWJ8gTtVjYY0HKyDrHxG/uhvwCfaf3GPXaU=; h=Date:From:To:Subject:From; b=ZF3UwqflaxHz/hNZ/reVRSanZWI6QcxAXPwvTPtm6SIOpNbEYPU0Aez2nLLX8T42h hN7/BjNwGZD6CH2cVA3V+BZpq/c1vHG655DJrj/B0JiEItzVNsbjcQLWmDr0puBZoP zeLSLHgAU5U38NrOrPz9TilPNofMpyWCmYsd4NkU=
Date: Mon, 18 Nov 2019 22:39:46 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/ec17a7-287fcb@github.com>
Subject: [quicwg/wg-materials] 287fcb: Delete alpn-reprise.pdf
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/eFd1pB2muT-EssWa-BqNlRQKoWU>
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, 19 Nov 2019 06:39:53 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 287fcb9332e81fac7002fba4313f0507d23dce53
      https://github.com/quicwg/wg-materials/commit/287fcb9332e81fac7002fba4313f0507d23dce53
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    R ietf106/alpn-reprise.pdf

  Log Message:
  -----------
  Delete alpn-reprise.pdf



From nobody Mon Nov 18 22:40:06 2019
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 E1D77120876 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:05 -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 bfFKLomDmyZj for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:01 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6396B1200A4 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:40:01 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 0723E1C2FF6 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:40:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145600; bh=zn8DDfhmJvpHiBaxXvJS9CN/XswlqpXzCS6YES7k1Rc=; h=Date:From:To:Subject:From; b=Ty6FIGPs7sX1nWVlJFgQ2+HTIbv1tyOvJ5PkO023BC8KQU7jMa+BK0NxlhtuwarC1 3LhtqynubPUd4jgfYPcXAhxok48ZBpSSjWClBUk6dQACjYzPaPtpnah+o92gAc5Q7k gb46rYI6sYaxU9r+j05JWWbDlIxvlARNMQYf8zgs=
Date: Mon, 18 Nov 2019 22:39:59 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/revert-131-alpn-reprise/000000-7d6cea@github.com>
Subject: [quicwg/wg-materials] 7d6cea: Revert "Add ALPN slides"
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/BijgGaDXasyffQ3-mrCn6mjTAg0>
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, 19 Nov 2019 06:40:06 -0000

  Branch: refs/heads/revert-131-alpn-reprise
  Home:   https://github.com/quicwg/wg-materials
  Commit: 7d6cea6a71a100e3ef02ff63e441d93152c18635
      https://github.com/quicwg/wg-materials/commit/7d6cea6a71a100e3ef02ff63e441d93152c18635
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:

  Log Message:
  -----------
  Revert "Add ALPN slides"



From nobody Mon Nov 18 22:40:28 2019
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 CC279120878 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:26 -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 hEp94C8vgpih for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:22 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 091B71200A4 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:40:22 -0800 (PST)
Date: Mon, 18 Nov 2019 22:40:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145621; bh=4McCQrxrI/hjP/lnQ5W4hUBsC18gEoy/zGZhL4qbthk=; h=Date:From:To:Subject:From; b=Z8xPu6+gT7L9u/taGzmeAX6E5NjJTEkxPS1QJ/rJR6L1qeTaSjes2i5vmodF7/4Rm HpaYSRQ5K3aCmw0N5YrUb0oJkt2dWTiZ9FJs6xFETjWA+/iyEHYZkub3uFcmMPe5XK Wo97taRYg4J60c1obSkFMIsrzcw6jo4zsK/bDQmQ=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/287fcb-a01dc3@github.com>
Subject: [quicwg/wg-materials] 7d6cea: Revert "Add ALPN slides"
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/oKAJhMBfp3o6hqzLYGW5Qe5Tt4M>
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, 19 Nov 2019 06:40:27 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 7d6cea6a71a100e3ef02ff63e441d93152c18635
      https://github.com/quicwg/wg-materials/commit/7d6cea6a71a100e3ef02ff63e441d93152c18635
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:

  Log Message:
  -----------
  Revert "Add ALPN slides"


  Commit: a01dc3ad4f8f10ec72862e5a617dc94a54fb13c4
      https://github.com/quicwg/wg-materials/commit/a01dc3ad4f8f10ec72862e5a617dc94a54fb13c4
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:

  Log Message:
  -----------
  Merge pull request #134 from quicwg/revert-131-alpn-reprise

Revert "Add ALPN slides"


Compare: https://github.com/quicwg/wg-materials/compare/287fcb9332e8...a01dc3ad4f8f


From nobody Mon Nov 18 22:40:34 2019
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 8EADB1200A4 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:28 -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, TVD_SPACE_RATIO=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 uwufnNQ6d1K8 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 22:40:26 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1AEC120876 for <quic-issues@ietf.org>; Mon, 18 Nov 2019 22:40:25 -0800 (PST)
Date: Mon, 18 Nov 2019 22:40:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574145624; bh=onEHNAJz7ZzKc/90WlELspo+4wx5+e5lW7RDU75CNoc=; h=Date:From:To:Subject:From; b=vFovgHfGkGtkd03hSGoU4gkeO2LUXzBdgfUdwslSnJNCEPbS9BwSHE9zG7JrJzKwv XHKTMeF//gQc9wK1bdb78SpK/CpZ+Z4SyFvDzJ1R2Ivaa/K8TEMvg7stQS5c+829T6 RR7G3gtNkYz9duztN/8nlFZJ9E3w28RQRJ7em/3M=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/revert-131-alpn-reprise/7d6cea-000000@github.com>
Subject: [quicwg/wg-materials]
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/AFTjE7ZgX5A_Ql-Sb34B9mhCsms>
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, 19 Nov 2019 06:40:29 -0000

  Branch: refs/heads/revert-131-alpn-reprise
  Home:   https://github.com/quicwg/wg-materials


From nobody Mon Nov 18 23:41:59 2019
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 2177012087C for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:41:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 b6_zGhV5Erfj for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:41:56 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 548DA12084A for <quic-issues@ietf.org>; Mon, 18 Nov 2019 23:41:56 -0800 (PST)
Date: Mon, 18 Nov 2019 23:41:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574149315; bh=4UEXOQjvcbclOUULjCshYUAJn9wKdroB8C2r85vWBWA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wqhkfOD/Pn7vRNOXYpWBDXl17AoXDRJEsFrc7ZhnOc7eK4zbxJwzXAqEtpEzSCRpg RAJ/KI/phGWnh7n6L/53rctfkwewnLEIUdmFXjMtDFDmNVN0KSv04+mT80W0ipUTFC JUPMQJcLJFpfy8InfKkWiUGxD5lFGyInk+T0RkbI=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6PXLYROZ4GTQE6D2N34DHUHEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318831952@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd39cc38e434_20b23f8377acd96c16593a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s5xpL1y2RdRyf1KfoxciKqsna_I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 07:41:58 -0000

----==_mimepart_5dd39cc38e434_20b23f8377acd96c16593a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -999,12 +999,15 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
-
-An endpoint SHOULD supply a new connection ID when it receives a packet with a
-previously unused connection ID or when the peer retires one, unless providing
-the new connection ID would exceed the peer's limit.  An endpoint MAY limit the
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
+
+An endpoint SHOULD supply a new connection ID when the peer retires a connection
+ID. If an endpoint provided fewer connection IDs than the peer's
+active_connection_id_limit, it MAY supply a new connection ID when it receives
+a packet with a previously unused connection ID.  An endpoint MAY limit the

This sentence goes back to @kazuho's issue https://github.com/quicwg/base-drafts/issues/2436.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347768589
----==_mimepart_5dd39cc38e434_20b23f8377acd96c16593a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347768589">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,12 +999,15 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
-
-An endpoint SHOULD supply a new connection ID when it receives a packet with a
-previously unused connection ID or when the peer retires one, unless providing
-the new connection ID would exceed the peer&#39;s limit.  An endpoint MAY limit the
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
+
+An endpoint SHOULD supply a new connection ID when the peer retires a connection
+ID. If an endpoint provided fewer connection IDs than the peer&#39;s
+active_connection_id_limit, it MAY supply a new connection ID when it receives
+a packet with a previously unused connection ID.  An endpoint MAY limit the
</pre>
<p>This sentence goes back to <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=41567" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>'s issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="407573875" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2436" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2436/hovercard" href="https://github.com/quicwg/base-drafts/issues/2436">#2436</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK4EFEWCJD6UGZULROTQUOKEHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAP2UA#discussion_r347768589">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK66KUG3Z3D53XCLS2TQUOKEHANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6SCQA2OPJGML67RJDQUOKEHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAP2UA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4EFEWCJD6UGZULROTQUOKEHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAP2UA#discussion_r347768589",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK4EFEWCJD6UGZULROTQUOKEHA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAP2UA#discussion_r347768589",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd39cc38e434_20b23f8377acd96c16593a--


From nobody Mon Nov 18 23:45:46 2019
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 EB4D41208D0 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:45:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KSVIPCe__CvT for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:45:40 -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 199FB12087C for <quic-issues@ietf.org>; Mon, 18 Nov 2019 23:45:38 -0800 (PST)
Received: from github-lowworker-c53a806.ac4-iad.github.net (github-lowworker-c53a806.ac4-iad.github.net [10.52.23.45]) by smtp.github.com (Postfix) with ESMTP id 6DFA18C07DE for <quic-issues@ietf.org>; Mon, 18 Nov 2019 23:45:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574149537; bh=ULcdn+IeYLQ3TQH5PlryV0pD4VqMptvGiAqbi+0F0xk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZfyEMF0Qev8fnMsyToC29+ZPBQpIhk7uwGsGNH0RG/xEzB0L5RTYhsNPJo8vRGTRK Gf0RgpDF0h3PWj7go02X4jKiuvuWWz36mWMiol/8fKElc8MGijAMfhpVhsI0VBf7pG wgOJb2MsQll9hlYZ1fCuCSwz38NM+UuwSufoKMoc=
Date: Mon, 18 Nov 2019 23:45:37 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/push/4291554961@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd39da15f9da_6edf3f83300cd9681744ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mKndg-FQ2t-TTNYDyErRORIM5g8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 07:45:45 -0000

----==_mimepart_5dd39da15f9da_6edf3f83300cd9681744ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann pushed 1 commit.

e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad  apply Jana's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201/files/569b660eb85bf55bf7a226037da73057afd86ddf..e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad

----==_mimepart_5dd39da15f9da_6edf3f83300cd9681744ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/marten-seemann" class="user-mention">@marten-seemann</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad">e60e94e</a>  apply Jana&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3201/files/569b660eb85bf55bf7a226037da73057afd86ddf..e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad?email_source=notifications&amp;email_token=AFTOJK77PGWMHRPEGUVSXTLQUOKSDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4TCNJVGQ4TMMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2B3LRDCC2ODR34ACTQUOKSDANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYQXQS7AIDHOVGOANTQUOKSDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4TCNJVGQ4TMMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201/files/569b660eb85bf55bf7a226037da73057afd86ddf..e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad?email_source=notifications\u0026email_token=AFTOJK77PGWMHRPEGUVSXTLQUOKSDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4TCNJVGQ4TMMI",
"url": "https://github.com/quicwg/base-drafts/pull/3201/files/569b660eb85bf55bf7a226037da73057afd86ddf..e60e94e5aafe83d4e64bb8d86a1ae68e81eff4ad?email_source=notifications\u0026email_token=AFTOJK77PGWMHRPEGUVSXTLQUOKSDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGEYDMN2QOVZWQIZUGI4TCNJVGQ4TMMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd39da15f9da_6edf3f83300cd9681744ae--


From nobody Mon Nov 18 23:46:47 2019
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 C24C312087F for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:46:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5uDDeNNHcK47 for <quic-issues@ietfa.amsl.com>; Mon, 18 Nov 2019 23:46:44 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6CFE512087C for <quic-issues@ietf.org>; Mon, 18 Nov 2019 23:46:30 -0800 (PST)
Date: Mon, 18 Nov 2019 23:46:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574149589; bh=WDMyVCHM6H49V23JrEoIX2NoAhpsjrWIxT00z9lRs4Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BNOl5+/eXD0CPKfs/CdMLs6qToyJE3jNqYtew1Zk3OPGU/SMj81us3ZmVUXA27uzj vdOGrfg5uNn3NeaacWWXcyr1eu4XP6wubqsparTFLTByl3S6fs7NgaT9drBR5BFsX3 P3zhlvFbpOMgXP881O1hqcTfXwRMKou32yIjy4yw=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3SDWSVFLYQAELHQ3F34DIFLEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/318833675@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd39dd5ac5c3_3b0d3f8d5b2cd96818582d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YdWTfUysM59M0yBmGBDmcvcre6w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 07:46:46 -0000

----==_mimepart_5dd39dd5ac5c3_3b0d3f8d5b2cd96818582d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann commented on this pull request.



> @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.

Applied. Thank you.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r347769960
----==_mimepart_5dd39dd5ac5c3_3b0d3f8d5b2cd96818582d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r347769960">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4590,8 +4595,14 @@ preferred_address (0x000d):
 active_connection_id_limit (0x000e):
 
 : The maximum number of connection IDs from the peer that an endpoint is willing
-  to store. This value includes only connection IDs sent in NEW_CONNECTION_ID
-  frames. If this parameter is absent, a default of 0 is assumed.
+  to store. This value includes connection IDs sent in NEW_CONNECTION_ID frames,
+  the connection ID used during the handshake as well as the connection ID
+  provided in the preferred_address transport parameter.
</pre>
<p>Applied. Thank you.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK57GTPN6BSJXZZAZSLQUOKVLA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAQICY#discussion_r347769960">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7QMZKZ44SQFKI3LXTQUOKVLANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5S6BYWJH2GPQ6XP5TQUOKVLA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAQICY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK57GTPN6BSJXZZAZSLQUOKVLA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAQICY#discussion_r347769960",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK57GTPN6BSJXZZAZSLQUOKVLA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMAQICY#discussion_r347769960",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd39dd5ac5c3_3b0d3f8d5b2cd96818582d--


From nobody Tue Nov 19 01:59:50 2019
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 00408120857 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 01:59:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RupqdDlRv5FD for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 01:59:45 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 443D4120829 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 01:59:45 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 607DE66041C for <quic-issues@ietf.org>; Tue, 19 Nov 2019 01:59:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574157584; bh=U0zH2OQuAgN47Xb+76+18rK4g/FozFtKOwuuYQ/+S2o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Q4RxujRo8QEkBW84d6urBiEiQ24z/i0ZEruAPwLlxcxDnzYoHTe7WBn3qP5K8b9wZ AZ7Ue4f7ahNR9r21zwc/z+WTa/OEIEJEUOiD6Uel6Fg1zAIhN7uj7CAeCTNQKkrinl xVrE6wP3nC3r2hHeDhywjw9c4ovvdGwRxiFXeV6g=
Date: Tue, 19 Nov 2019 01:59:44 -0800
From: MikkelFJ <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3JK2YV43SJR4ANTMN34DXZBEVBNHHB6ES7L4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3224/c555427392@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3224@github.com>
References: <quicwg/base-drafts/pull/3224@github.com>
Subject: Re: [quicwg/base-drafts] No reading of 1-RTT before the handshake is complete (#3224)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3bd1051468_41c53fdb6f8cd964120414"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mikkelfj
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KGEewrY0BU4jJmDVlj4BE4D-tN8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 09:59:47 -0000

----==_mimepart_5dd3bd1051468_41c53fdb6f8cd964120414
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I know this has been discussed before - but reading the text as it is I wonder:

the text mixes three different terms, seeming arbitrarily: decryption of 1-RTT, processing of 1-RTT, and reading 1-RTT packets, and not using the 1-RTT keys at all.

I can see how packets MUST not be processed ahead of time, but I don't see why the keys cannot be used to qualify the packets. In fact the text says you can store 1-RTT packets until ready, but how do you know they are indeed 1-RTT packets if you cannot use the keys in some form?

There is a related concern about timing attacks if you do not both decrypt and verify but if that is not topic here, and if it is a concern it should probably be mentioned or referenced.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3224#issuecomment-555427392
----==_mimepart_5dd3bd1051468_41c53fdb6f8cd964120414
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I know this has been discussed before - but reading the text as it is I wonder:</p>
<p>the text mixes three different terms, seeming arbitrarily: decryption of 1-RTT, processing of 1-RTT, and reading 1-RTT packets, and not using the 1-RTT keys at all.</p>
<p>I can see how packets MUST not be processed ahead of time, but I don't see why the keys cannot be used to qualify the packets. In fact the text says you can store 1-RTT packets until ready, but how do you know they are indeed 1-RTT packets if you cannot use the keys in some form?</p>
<p>There is a related concern about timing attacks if you do not both decrypt and verify but if that is not topic here, and if it is a concern it should probably be mentioned or referenced.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications&amp;email_token=AFTOJK34JG4Q7E3ZOWPJBC3QUO2JBA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSMQA#issuecomment-555427392">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6WUCNDY2WOSLM37WDQUO2JBANCNFSM4JL5PYLQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6K2F3YCGJ7MPJOOFLQUO2JBA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSMQA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK34JG4Q7E3ZOWPJBC3QUO2JBA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSMQA#issuecomment-555427392",
"url": "https://github.com/quicwg/base-drafts/pull/3224?email_source=notifications\u0026email_token=AFTOJK34JG4Q7E3ZOWPJBC3QUO2JBA5CNFSM4JL5PYL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSMQA#issuecomment-555427392",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3bd1051468_41c53fdb6f8cd964120414--


From nobody Tue Nov 19 02:02:08 2019
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 2E02F12086A for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:02:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VKADWRB5Ynuj for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:02:05 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FA2B120857 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:02:05 -0800 (PST)
Received: from github-lowworker-3a0df0f.ac4-iad.github.net (github-lowworker-3a0df0f.ac4-iad.github.net [10.52.25.92]) by smtp.github.com (Postfix) with ESMTP id EDA476E14B4 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:02:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574157724; bh=ycLEAj4QjnXbuGokD1r29qZmvEQjDMafMGu43fgdT6E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aDIfVmGxY21bylZYu4bddIqqFiwaIKtmagyvcxr6Dvi7BOiHTZes3sY2PmLtRYMA6 mttHHhCJGHveFQHE7h0JIHtiK7+qTVaFWG/v55huMvgv7EPw/UTPkDxtisgWEqU+L6 sLmbyRQqlTm9RvvCiqs/r9VnPJ8FeCSynVRkhU9Y=
Date: Tue, 19 Nov 2019 02:02:04 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY3QMUZZJMLF6VGXSN34DYBZEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555428354@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3bd9cddfdf_2d13fba248cd96c2828d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3LLRODRwVnsjBGvb3Yv4Z8j3f7c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 10:02:07 -0000

----==_mimepart_5dd3bd9cddfdf_2d13fba248cd96c2828d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For the most part, yes, the second flight is generally sent with some evidence that the return address is live, however we can't guarantee that the second flight carries sufficient entropy.

For instance, HelloRetryRequest causes a second flight that still requires anti-amplification.

Initial packets with acknowledgments in the second flight might still require padding in the case that the client isn't able to send Handshake packets (which can happen when you have a partial server flight).

In the end, this is just simpler.  I would be sad if intermediaries were to "enforce" MUSTs from QUIC.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555428354
----==_mimepart_5dd3bd9cddfdf_2d13fba248cd96c2828d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For the most part, yes, the second flight is generally sent with some evidence that the return address is live, however we can't guarantee that the second flight carries sufficient entropy.</p>
<p>For instance, HelloRetryRequest causes a second flight that still requires anti-amplification.</p>
<p>Initial packets with acknowledgments in the second flight might still require padding in the case that the client isn't able to send Handshake packets (which can happen when you have a partial server flight).</p>
<p>In the end, this is just simpler.  I would be sad if intermediaries were to "enforce" MUSTs from QUIC.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK4VJA2AKVN7IXACZBDQUO2RZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSUAQ#issuecomment-555428354">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UUC6LULKWRHX7LYLQUO2RZANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7RJXSQCYR6ZILH4JTQUO2RZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSUAQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK4VJA2AKVN7IXACZBDQUO2RZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSUAQ#issuecomment-555428354",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK4VJA2AKVN7IXACZBDQUO2RZA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEENSUAQ#issuecomment-555428354",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3bd9cddfdf_2d13fba248cd96c2828d8--


From nobody Tue Nov 19 02:31:22 2019
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 228AF1208C3 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:31:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 FmAn2LnIuGee for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:31:20 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 365051208B1 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:31:20 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 784426A0443 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:31:19 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574159479; bh=91dr/NhIpit6aWeSoGwPjCfTQcv7Pf9E0woW0o8Qr4I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vQ+7S5+zFmzWGRrw4rS/3ByACxF2tHDtEO9YcklP8zs+xbsYqO2rAj9c4O9Xi0t+M NeAl9EyvFUW5BX5lP/RgVKUWIpjTE58Lcq45RZfkHmHUyOLfuQ966C93gqwJhnWGZ7 oRC4f49cp1MOkW+4eNGQ00ffwM3Ha/RZpwW2XDZc=
Date: Tue, 19 Nov 2019 02:31:19 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2F4MOXQV3VUZ43BFV34D3PPEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223/review/318930113@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3223@github.com>
References: <quicwg/base-drafts/pull/3223@github.com>
Subject: Re: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3c47768c97_5963f8dd78cd968145682"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MFZWbX5a-0f9o-_SD4isCf9JqG8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 10:31:22 -0000

----==_mimepart_5dd3c47768c97_5963f8dd78cd968145682
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Be consistent with "variation", or say that mean deviation is the same as variation. Otherwise, it's just confusing to someone who doesn't know that the two terms mean the same thing.

> @@ -251,8 +251,8 @@ RTT samples and peer-reported host delays (see Section 13.2 of
 {{QUIC-TRANSPORT}}) to generate a statistical description of the connection's
 RTT. An endpoint computes the following three values: the minimum value
 observed over the lifetime of the connection (min_rtt), an
-exponentially-weighted moving average (smoothed_rtt), and the variance in the
-observed RTT samples (rttvar).
+exponentially-weighted moving average (smoothed_rtt), and the mean deviation

```suggestion
exponentially-weighted moving average (smoothed_rtt), and the variation
```

> @@ -307,7 +307,8 @@ erroneously-reported delays by the peer.
 ## Estimating smoothed_rtt and rttvar {#smoothed-rtt}
 
 smoothed_rtt is an exponentially-weighted moving average of an endpoint's RTT
-samples, and rttvar is the endpoint's estimated variance in the RTT samples.
+samples, and rttvar is the endpoint's RTT mean deviation in the RTT samples,

```suggestion
samples, and rttvar is the variation in the RTT samples,
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223#pullrequestreview-318930113
----==_mimepart_5dd3c47768c97_5963f8dd78cd968145682
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Be consistent with "variation", or say that mean deviation is the same=
 as variation. Otherwise, it's just confusing to someone who doesn't know=
 that the two terms mean the same thing.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3223#discussi=
on_r347844604">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -251,8 +251,8 @@ RTT samples and peer-r=
eported host delays (see Section 13.2 of=0D
 {{QUIC-TRANSPORT}}) to generate a statistical description of the connect=
ion&#39;s=0D
 RTT. An endpoint computes the following three values: the minimum value=0D=

 observed over the lifetime of the connection (min_rtt), an=0D
-exponentially-weighted moving average (smoothed_rtt), and the variance i=
n the=0D
-observed RTT samples (rttvar).=0D
+exponentially-weighted moving average (smoothed_rtt), and the mean devia=
tion=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-exponentially-weighted moving average (smooth=
ed_rtt), and the mean deviation=0D
+exponentially-weighted moving average (smoothed_rtt), and the variation=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3223#discussi=
on_r347844882">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -307,7 +307,8 @@ erroneously-reported d=
elays by the peer.=0D
 ## Estimating smoothed_rtt and rttvar {#smoothed-rtt}=0D
 =0D
 smoothed_rtt is an exponentially-weighted moving average of an endpoint&=
#39;s RTT=0D
-samples, and rttvar is the endpoint&#39;s estimated variance in the RTT =
samples.=0D
+samples, and rttvar is the endpoint&#39;s RTT mean deviation in the RTT =
samples,=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-samples, and rttvar is the endpoint's RTT mea=
n deviation in the RTT samples,=0D
+samples, and rttvar is the variation in the RTT samples,=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3223?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK75PCBIDT2NUB4AFDTQUO57PA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBHZQI#pullrequestreview-318930113=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJKYFGUDYGCDYPCSO343QUO57PANCNFSM4JL4PMRA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK4EBXFSQ5Y2=
VUUPO6LQUO57PA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCMBHZQI.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=3D=
notifications\u0026email_token=3DAFTOJK75PCBIDT2NUB4AFDTQUO57PA5CNFSM4JL4=
PMRKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
MBHZQI#pullrequestreview-318930113",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK75PCBIDT2NUB4AFDTQUO57PA5CNFSM4JL4PM=
RKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMB=
HZQI#pullrequestreview-318930113",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd3c47768c97_5963f8dd78cd968145682--


From nobody Tue Nov 19 02:43:34 2019
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 50C47120862 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:43:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oPHGgXeMP6Wy for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:43:30 -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 6C8531200B9 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:43:30 -0800 (PST)
Date: Tue, 19 Nov 2019 02:43:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574160209; bh=wnez7+hzGbPw3JojneVtcXIYp1/nOcsDcKqMxDX1Yao=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fw9DpvdvJmbjaVG/2ruqYH8Isg4dna2lgLl37yqLYJ4KTjH4ypeRwKt71QmIQWVmB 2DLZVsfmfngvH8aMYdvI/DKGbr64ghVoMXsUFrk/5cqBEc0O8hb1y4P2z448NFucPI 88rIxEGqbcKoX00vcqxB8n82R9ufBIuQVx+yLYpQ=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6OS66ZDAMIGNKM5AN34D45DEVBNHHB2737AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3047/review/318937056@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3047@github.com>
References: <quicwg/base-drafts/pull/3047@github.com>
Subject: Re: [quicwg/base-drafts] Send after receiving an ACK (#3047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3c7517d63e_4f073fd1ad0cd960339f3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lZ2n4MxlYlPNbz7vYeW6IaKrpWA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 10:43:32 -0000

----==_mimepart_5dd3c7517d63e_4f073fd1ad0cd960339f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1031,9 +1031,8 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)

Detection of a lost packet at a minimum signals that one packet left the network. This is the logic by which TCP sends a packet immediately on loss detection. It allows a sender to recover from a single packet loss immediately. Do you think we should deviate from what TCP does here?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3047#discussion_r347849825
----==_mimepart_5dd3c7517d63e_4f073fd1ad0cd960339f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3047#discussion_r347849825">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1031,9 +1031,8 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
</pre>
<p>Detection of a lost packet at a minimum signals that one packet left the network. This is the logic by which TCP sends a packet immediately on loss detection. It allows a sender to recover from a single packet loss immediately. Do you think we should deviate from what TCP does here?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications&amp;email_token=AFTOJK33QP3Y4UHZBQQXQRDQUO7NDA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBJPYA#discussion_r347849825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5IBB2LBGUBBBFLOYTQUO7NDANCNFSM4IXV7ICQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZTO732GLA7KA5LQO3QUO7NDA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBJPYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK33QP3Y4UHZBQQXQRDQUO7NDA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBJPYA#discussion_r347849825",
"url": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK33QP3Y4UHZBQQXQRDQUO7NDA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBJPYA#discussion_r347849825",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3c7517d63e_4f073fd1ad0cd960339f3--


From nobody Tue Nov 19 02:50:38 2019
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 0966F120903 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:50:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ikVccU7FYXIE for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 02:50:36 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A84B1120289 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:50:36 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 09B6FA01AD for <quic-issues@ietf.org>; Tue, 19 Nov 2019 02:50:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574160636; bh=qjysIZ9JkzzWEvf+BkRYO8AKCM23LzRGpom8w8r4pCI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fhKo9/jW3cJoxIfFROPITSI0psc4Ib4ctFiNSw7E7D1ea6MQMDvbR0yLUMmxINPA3 ukfaN5pc0yb4q9C4GZuToV7jdiPYDDDHUkl7A3iQFa+kFqGtIeH+O4Ez6pSv3JOONZ ZU4mhIe+iSKJv++j6tJVplpouEwXUe8c6spWXGjs=
Date: Tue, 19 Nov 2019 02:50:35 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2S3O3EQPCOQ32W32534D5XXEVBNHHB2737AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3047/review/318943127@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3047@github.com>
References: <quicwg/base-drafts/pull/3047@github.com>
Subject: Re: [quicwg/base-drafts] Send after receiving an ACK (#3047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd3c8fbefd45_3b533fa4c52cd96411067"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rkmjJlM8DcCZ--xVS9meDnhQA2k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 10:50:38 -0000

----==_mimepart_5dd3c8fbefd45_3b533fa4c52cd96411067
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -1031,9 +1031,10 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
-
+  // Immediately attempt to send, but never more than the
+  // initial window in a single burst.
+  SendUpToIWPacketsAsCongestionControllerAllows()

What's the rationale for sending a burst here? And if the congestion controller allows more, why limit to IW?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3047#pullrequestreview-318943127
----==_mimepart_5dd3c8fbefd45_3b533fa4c52cd96411067
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3047#discussion_r347854405">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1031,9 +1031,10 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
-
+  // Immediately attempt to send, but never more than the
+  // initial window in a single burst.
+  SendUpToIWPacketsAsCongestionControllerAllows()
</pre>
<p>What's the rationale for sending a burst here? And if the congestion controller allows more, why limit to IW?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications&amp;email_token=AFTOJK4X2AUIN5UQQCYVPM3QUPAHXA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBK7FY#pullrequestreview-318943127">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6HCLCQDRQ57GUELV3QUPAHXANCNFSM4IXV7ICQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4WVYPHLSU7CNMAHGDQUPAHXA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBK7FY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK4X2AUIN5UQQCYVPM3QUPAHXA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBK7FY#pullrequestreview-318943127",
"url": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK4X2AUIN5UQQCYVPM3QUPAHXA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMBK7FY#pullrequestreview-318943127",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd3c8fbefd45_3b533fa4c52cd96411067--


From nobody Tue Nov 19 06:59:41 2019
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 8A81C12083D for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 06:59:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9eMvRsv4duR4 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 06:59:37 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A9821200F5 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 06:59:37 -0800 (PST)
Date: Tue, 19 Nov 2019 06:59:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574175576; bh=QGBejmsMne8iUhcaqcmXnGBsFGrvlQ4ur6FaRnjLoXY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zueaPY88+Ve7X9i7xyoePRnTW6zd8lqgmxWPlSfGs7yzLD5wO9k3/BkRTBADIY2gb khErRZOFi1V+5nK7mo2WpplWZtRjlFBwRseYWgTv6ADCtKQzOz2jxDhmoVpzKwznDW 4zMwR7J9b2VP+/7NnORfhAgDzxFp000BbY+PGx8k=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LLHGBZOIXOOQWS4N34E25REVBNHHB2737AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3047/review/319101284@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3047@github.com>
References: <quicwg/base-drafts/pull/3047@github.com>
Subject: Re: [quicwg/base-drafts] Send after receiving an ACK (#3047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd40358aa629_283b3f841a2cd96c18305f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aGQq-TUXWfnyaRq8DhE7RY7PoiM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 14:59:40 -0000

----==_mimepart_5dd40358aa629_283b3f841a2cd96c18305f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1031,9 +1031,10 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
-
+  // Immediately attempt to send, but never more than the
+  // initial window in a single burst.
+  SendUpToIWPacketsAsCongestionControllerAllows()

The intent is is not to send a burst, but rather to limit any sending to the IW, as specified in the normative text: 

"Implementations MUST either use pacing or limit such bursts to the initial congestion window, which is recommended to be the minimum of 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where max_datagram_size is the current maximum size of a datagram for the connection, not including UDP or IP overhead."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3047#discussion_r347973629
----==_mimepart_5dd40358aa629_283b3f841a2cd96c18305f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3047#discussion_r347973629">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1031,9 +1031,10 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
-
+  // Immediately attempt to send, but never more than the
+  // initial window in a single burst.
+  SendUpToIWPacketsAsCongestionControllerAllows()
</pre>
<p>The intent is is not to send a burst, but rather to limit any sending to the IW, as specified in the normative text:</p>
<p>"Implementations MUST either use pacing or limit such bursts to the initial congestion window, which is recommended to be the minimum of 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where max_datagram_size is the current maximum size of a datagram for the connection, not including UDP or IP overhead."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications&amp;email_token=AFTOJK5DLML6MADDFSO6IFDQUP5NRA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCRSZA#discussion_r347973629">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5TIGLDNO3L6O4SPT3QUP5NRANCNFSM4IXV7ICQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24PVVSSCKBPGUCNJTQUP5NRA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCRSZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK5DLML6MADDFSO6IFDQUP5NRA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCRSZA#discussion_r347973629",
"url": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK5DLML6MADDFSO6IFDQUP5NRA5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCRSZA#discussion_r347973629",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd40358aa629_283b3f841a2cd96c18305f--


From nobody Tue Nov 19 07:04:17 2019
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 728F912083D for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:04:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.597
X-Spam-Level: 
X-Spam-Status: No, score=-6.597 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 PwYXFe79Q2QO for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:04:14 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1B981200F5 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 07:04:13 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 57B8B520D04 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 07:04:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574175853; bh=yeOhUkzIHqd3Z9Iy7xmKeQomFCiWOcbmTIOG7X7ggKI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wYlrKHuWd15MXeFXZ7F1qdSamVsOMpa+A0tAaQg5sYhIGHP4FzniUPhzPNrNhQbzl +0tl+E0uWpzZppPdwmmEPgDQKrb58MgioBLIyiasuP7LxHDmM+nDHCllc0mrUFldNs CCs1WsbrZEPCOszc2fYlUYW292NTQEcuCb+IFxVg=
Date: Tue, 19 Nov 2019 07:04:13 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZMHN6LCPUKIOOQUXN34E3O3EVBNHHB2737AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3047/review/319105244@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3047@github.com>
References: <quicwg/base-drafts/pull/3047@github.com>
Subject: Re: [quicwg/base-drafts] Send after receiving an ACK (#3047)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4046d47f31_45923ff07b2cd96c2184f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i8H1n1CzWdpfADSZSUKtq07nFYU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 15:04:16 -0000

----==_mimepart_5dd4046d47f31_45923ff07b2cd96c2184f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -1031,9 +1031,8 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)

I want to keep when to send(congestion control) and loss detection separate.  Stating that you always send one packet in this pseudocode commingles the two.

Also, we have no normative text that indicates sending a packet after receiving an ACK is the right thing to do here, so putting it in the pseudocode would make the pseudocode out of sync with the text.  If you think we should allow sending a packet because TCP does, then the right thing to do is file an issue and then write a PR that updates the text and the pseudocode.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3047#discussion_r347976726
----==_mimepart_5dd4046d47f31_45923ff07b2cd96c2184f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3047#discussion_r347976726">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1031,9 +1031,8 @@ OnAckReceived(ack, pn_space):
     OnPacketAcked(acked_packet.packet_number, pn_space)
 
   DetectLostPackets(pn_space)
</pre>
<p>I want to keep when to send(congestion control) and loss detection separate.  Stating that you always send one packet in this pseudocode commingles the two.</p>
<p>Also, we have no normative text that indicates sending a packet after receiving an ACK is the right thing to do here, so putting it in the pseudocode would make the pseudocode out of sync with the text.  If you think we should allow sending a packet because TCP does, then the right thing to do is file an issue and then write a PR that updates the text and the pseudocode.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications&amp;email_token=AFTOJK5QBFSVD3S37MQTDLTQUP563A5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCSRXA#discussion_r347976726">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7HH3OXVEZNOW3WEHDQUP563ANCNFSM4IXV7ICQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7ZCFO3PNBJAPQAJL3QUP563A5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCSRXA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK5QBFSVD3S37MQTDLTQUP563A5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCSRXA#discussion_r347976726",
"url": "https://github.com/quicwg/base-drafts/pull/3047?email_source=notifications\u0026email_token=AFTOJK5QBFSVD3S37MQTDLTQUP563A5CNFSM4IXV7IC2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMCSRXA#discussion_r347976726",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4046d47f31_45923ff07b2cd96c2184f2--


From nobody Tue Nov 19 07:12:41 2019
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 9AF6812092C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:12:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZZ8qkIp_B0Is for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:12:38 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 174161200C4 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 07:12:38 -0800 (PST)
Date: Tue, 19 Nov 2019 07:12:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574176357; bh=rXKa1Q7o2MSLVzNE+yvcALZbXgePe1boBFmGV8XkP3Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SZU3NL7oV3HVGgGKNsRpc6rKAPlcuxwRhXlL+JK7OX2qzWhaPWkynv7ewK01Ikc21 csvgL9+s+KYhoPpAYbafdfraLg5RGf3n+aCZCl+KeaNdnijS9qNc5oqVSBTeAFt/tK oGbQ+6jFJoLh5vvW2rm1ZZJ4m+18V5q/AoPqMoDE=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYSCNTQCQJ33JMBRF534E4OLEVBNHHB6EODQY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3223/c555551917@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3223@github.com>
References: <quicwg/base-drafts/pull/3223@github.com>
Subject: Re: [quicwg/base-drafts] RTTVar is not really a variance (#3223)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd406655b847_691f3fe79dccd96c13865f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H4S-hVlAnQroNgmUsXuQV67hDfU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 15:12:40 -0000

----==_mimepart_5dd406655b847_691f3fe79dccd96c13865f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In both sentences, min_rtt and smoothed_rtt are described in technically accurate terms, so I think it makes sense to describe rttvar as a mean deviation, because that's the most technically accurate term.  I also understand the need for consistency, so if you have suggestions on how to improve that without removing the technical description, it'd be appreciated.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3223#issuecomment-555551917
----==_mimepart_5dd406655b847_691f3fe79dccd96c13865f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In both sentences, min_rtt and smoothed_rtt are described in technically accurate terms, so I think it makes sense to describe rttvar as a mean deviation, because that's the most technically accurate term.  I also understand the need for consistency, so if you have suggestions on how to improve that without removing the technical description, it'd be appreciated.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications&amp;email_token=AFTOJKYWPCA4D5MJUYHXWXLQUP66LA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOQZLI#issuecomment-555551917">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ756YA4BMKX5OZ45LQUP66LANCNFSM4JL4PMRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK62VMVT5NZ7LWM4FWTQUP66LA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOQZLI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJKYWPCA4D5MJUYHXWXLQUP66LA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOQZLI#issuecomment-555551917",
"url": "https://github.com/quicwg/base-drafts/pull/3223?email_source=notifications\u0026email_token=AFTOJKYWPCA4D5MJUYHXWXLQUP66LA5CNFSM4JL4PMRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEOQZLI#issuecomment-555551917",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd406655b847_691f3fe79dccd96c13865f--


From nobody Tue Nov 19 07:26:37 2019
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 E146F120884 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:26:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 eVqCzsqXA4H7 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 07:26:34 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4D6BC120105 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 07:26:34 -0800 (PST)
Date: Tue, 19 Nov 2019 07:26:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574177193; bh=lBlwbrix0g+J6V2yUHRl7b7Q+nwqaGvpfeO7vNTspks=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=uSOraz8wuv22EkmXdah2UdyEdmsAxCqrCs6IfFNjqBhCX8zqv9/KbSNeKTHdE1chP dNyPXVbbXU918jc2K0J+Mv/51yiWOrQKp28dXb/wU48XmI0UY9dI9AKc1WLN8l8yjM 89qjUmFCMXR+utQMyzn2pDh5z0W51xTkJBOKEuqU=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK67P7AZ3F2GRBC7T7534E6CTEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266@github.com>
Subject: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd409a970324_66c13fee312cd9681228ee"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kc1KEOlKAFP3JxWFX73ZQIl3xF0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 15:26:36 -0000

----==_mimepart_5dd409a970324_66c13fee312cd9681228ee
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #2744 

To prevent a connection from going idle while it has application data to send, this PR recommends periodically sending the blocked frame as a keep alive.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3266

-- Commit Summary --

  * Prevent Idle Timeout while Blocked

-- File Changes --

    M draft-ietf-quic-transport.md (13)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3266.patch
https://github.com/quicwg/base-drafts/pull/3266.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266

----==_mimepart_5dd409a970324_66c13fee312cd9681228ee
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2744.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="447055779" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2744" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2744/hovercard" href="https://github.com/quicwg/base-drafts/issues/2744">#2744</a></p>
<p>To prevent a connection from going idle while it has application data to send, this PR recommends periodically sending the blocked frame as a keep alive.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3266'>https://github.com/quicwg/base-drafts/pull/3266</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Prevent Idle Timeout while Blocked</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3266/files#diff-0">draft-ietf-quic-transport.md</a>
    (13)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3266.patch'>https://github.com/quicwg/base-drafts/pull/3266.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3266.diff'>https://github.com/quicwg/base-drafts/pull/3266.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK3JSUSDZALXIYSRFVLQUQASTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2MDC2A">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZNNIBXE2EPKJT3LIDQUQASTANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BFHUDHESKIL2TY4LQUQASTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2MDC2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3JSUSDZALXIYSRFVLQUQASTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2MDC2A",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3JSUSDZALXIYSRFVLQUQASTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2MDC2A",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd409a970324_66c13fee312cd9681228ee--


From nobody Tue Nov 19 14:09:35 2019
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 477581200C3 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 14:09:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H31hKPfpj4tu for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 14:09:32 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD47412011D for <quic-issues@ietf.org>; Tue, 19 Nov 2019 14:09:32 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id A2DB49609F3 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 14:09:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574201371; bh=GfKVNwXLynN7i8sOH5O/dJ+tD/XHzLzqn/dxea4/NlE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QiA7eRCTjHrtM+9j8f3iwhe5rYFRQ8cQ/48Jez5QJ5Sxh1zL9AuZobi87keOIU5WI SoY4WdLF3TEltW+WWEL252n6g5KESQAs+aTIwb9DGC0VibuhxnScuIa8J3NHqDnp3B dWrkP3Pjq2lwpsOlyiGTNH11CCdOxKDmzgh3PZ6I=
Date: Tue, 19 Nov 2019 14:09:31 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5V277PSR6AX2BNY3534GNJXEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555739048@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4681b92549_7a173f9e548cd96c152932"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C04dawyH3zEnYSHjVMyWuHyUgyE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 22:09:34 -0000

----==_mimepart_5dd4681b92549_7a173f9e548cd96c152932
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In thinking about this a bit more, I wonder if 8.1 says everything we want it to say:

_Clients MUST ensure that UDP datagrams containing Initial packets have UDP payloads of at least 1200 bytes, adding padding to packets in the datagram as necessary._

What about INITIAL packets which contain only a CONNECTION_CLOSE frame? Should those be padded? It doesn't seem terribly necessary to do this...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555739048
----==_mimepart_5dd4681b92549_7a173f9e548cd96c152932
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In thinking about this a bit more, I wonder if 8.1 says everything we want it to say:</p>
<p><em>Clients MUST ensure that UDP datagrams containing Initial packets have UDP payloads of at least 1200 bytes, adding padding to packets in the datagram as necessary.</em></p>
<p>What about INITIAL packets which contain only a CONNECTION_CLOSE frame? Should those be padded? It doesn't seem terribly necessary to do this...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK7TZ5JIMJKT4BT5Z3LQURPZXA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEP6PKA#issuecomment-555739048">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2NT7LTK2QIQGZP6C3QURPZXANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7EBWWLSFAH2ILKAQDQURPZXA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEP6PKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK7TZ5JIMJKT4BT5Z3LQURPZXA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEP6PKA#issuecomment-555739048",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK7TZ5JIMJKT4BT5Z3LQURPZXA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEP6PKA#issuecomment-555739048",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4681b92549_7a173f9e548cd96c152932--


From nobody Tue Nov 19 14:42:17 2019
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 7516312090B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 14:42:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 x0q6lDz_lIqI for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 14:42:13 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E1B2120884 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 14:42:13 -0800 (PST)
Date: Tue, 19 Nov 2019 14:42:12 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574203332; bh=6/o681icoxxOAdFT+V67toOKf9cBPlIE9/m14Ii7GxY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=MFp8eiq+9moU2PFSwJ5R7DeDXjz193uH16psgf/EQBmH7v63gMCGsEj7b1McMmXgo gCAPTsW9sfrEMUybR+NGqjRJKZrjDs7Amr6i39A6liEII/7I5qVXHKPaKhTEZCexM0 mZ1CLukiS9dQsnbRvWNgzO5PjnW9m/6H4aR+uCFM=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYK5OZUWP5RKTQMMKN34GREJEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555750292@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd46fc44fce2_3093fd10a2cd95c44169"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ipHQb3_UP6L06ZV35U1vn400CBE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 19 Nov 2019 22:42:16 -0000

----==_mimepart_5dd46fc44fce2_3093fd10a2cd95c44169
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For the client, I think requiring padding even a CONNECTION_CLOSE is the right thing to do, since it simplifies processing on the server side.  On the server, I definitely do not want to require padding Initials that only contain CONNECTION_CLOSE.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555750292
----==_mimepart_5dd46fc44fce2_3093fd10a2cd95c44169
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For the client, I think requiring padding even a CONNECTION_CLOSE is the right thing to do, since it simplifies processing on the server side.  On the server, I definitely do not want to require padding Initials that only contain CONNECTION_CLOSE.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK3N4DGMV5BNZM2CFLTQURTUJA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQBHFA#issuecomment-555750292">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK73RZCB27QEYGRVKG3QURTUJANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2HW55F2DUJOOF22VLQURTUJA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQBHFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK3N4DGMV5BNZM2CFLTQURTUJA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQBHFA#issuecomment-555750292",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK3N4DGMV5BNZM2CFLTQURTUJA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQBHFA#issuecomment-555750292",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd46fc44fce2_3093fd10a2cd95c44169--


From nobody Tue Nov 19 16:07:49 2019
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 A837212018B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:07:47 -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 NKHsa4hUi5kb for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:07:45 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A0B7012008C for <quic-issues@ietf.org>; Tue, 19 Nov 2019 16:07:45 -0800 (PST)
Date: Tue, 19 Nov 2019 16:07:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574208464; bh=fLwRVcO1h2hCRtgrhQvqojl8cvSh6t/JXnIefkwsMCE=; h=Date:From:To:Subject:From; b=S5dYtuyyDB4bqD6RvM+q5BeeFEDcPMvSDPxhGImUNNmLzv4DSqjmFHfDvJof6ExNS 8BsZ7LyTYunsc4tZbDFw5v7scv10asfZrFevyll8CqnkzGeRBLBVXwAzhmfcYfoTY5 DwoNQ80ymlyh8PVXIy11n+whLcXjYKfYYSw/pGMM=
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/a01dc3-f882af@github.com>
Subject: [quicwg/wg-materials] 5edd76: Add IETF 106 datagram slides
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/U_3Z8_1Ci_bqAaYRql7TScp182Q>
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, 20 Nov 2019 00:07:48 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 5edd7657d9c710afcbe19959c0c79e5852c617f3
      https://github.com/quicwg/wg-materials/commit/5edd7657d9c710afcbe19959c0c79e5852c617f3
  Author: Eric Kinnear <ekinnear@apple.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    A ietf106/IETF106-QUIC-Datagram.pdf

  Log Message:
  -----------
  Add IETF 106 datagram slides


  Commit: f882afcedfcbed02e1890fd9d63e431045dbf112
      https://github.com/quicwg/wg-materials/commit/f882afcedfcbed02e1890fd9d63e431045dbf112
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    A ietf106/IETF106-QUIC-Datagram.pdf

  Log Message:
  -----------
  Merge pull request #135 from erickinnear/ek/ietf_106_slides

Add IETF 106 datagram slides


Compare: https://github.com/quicwg/wg-materials/compare/a01dc3ad4f8f...f882afcedfcb


From nobody Tue Nov 19 16:20:42 2019
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 5526E120133 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:20:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xQqO_TakT9lr for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:20:40 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0457D120115 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 16:20:40 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 0AE69960636 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 16:20:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574209239; bh=k6D2gyj+fHDtxnxqV5/XKRa+tvT05wtCrYhT+PhjZ04=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dn2vPm9G+Sc/zdhxu5rnwJ6L0y1p4tO3+zQxXlROb2u4tEy2PJ82umt6JaGFk34K0 hinWyoIojSnM9BmiNWKQzCz6W/ObFypQaAMpx3e5ZwZ97bpHQPpTG4oDYx0Qi5JgqT Vyu+ys/q5CBHfAc0V1pALKw8zsHRzWcJsHyyK56E=
Date: Tue, 19 Nov 2019 16:20:38 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4K6YQQ3T7PHM75LUF34G4VNEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/c555777043@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd486d6f0874_37143f94fb0cd96810211e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cpp9CWI6WAEY4QjVU2ZCxSV2Ics>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 00:20:41 -0000

----==_mimepart_5dd486d6f0874_37143f94fb0cd96810211e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Hmm, this is a design change.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#issuecomment-555777043
----==_mimepart_5dd486d6f0874_37143f94fb0cd96810211e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Hmm, this is a design change.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJKZBKNQ7AEMK4D73QA3QUR7FNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQHYEY#issuecomment-555777043">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5NS3HBDUZK7XLVX3LQUR7FNANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3SG3MMRGHMZNKNZ3TQUR7FNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQHYEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKZBKNQ7AEMK4D73QA3QUR7FNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQHYEY#issuecomment-555777043",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKZBKNQ7AEMK4D73QA3QUR7FNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQHYEY#issuecomment-555777043",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd486d6f0874_37143f94fb0cd96810211e--


From nobody Tue Nov 19 16:43:13 2019
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 CD8D612089B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:43:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NjNRwT-W2dQw for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 16:43:10 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 82314120861 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 16:43:10 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id F38C82616D3 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 16:43:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574210590; bh=6cndhOOjhFBbyVUs+MKBztX0UNYmhIJpx4/9Jlgcx3I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Vdxo8YmzeD2q5EZd4QgVyWcpTgfPo+J3QzHY8DnvQg09xm/2H10UkPf+hDN3Ft8pY 4z7eP2XBlqfX8wQJfzQJqlBAalJOzi8emMvBn1CvsQk/neSx5t/30n2iqDzFhDTojG uoD0X2sothAQ4Z5V52zHFyxwRDBdEIo6nM3C2cxw=
Date: Tue, 19 Nov 2019 16:43:09 -0800
From: Peter Wu <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7PDO3VT442SHFAIUF34G7J3EVBNHHB6UBXX4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3267@github.com>
Subject: [quicwg/base-drafts] TLS: fix references to registries (#3267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd48c1daec49_65b43fe45accd96c125712"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Lekensteyn
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vPiJaRAMhqN-FJ8wz53hXZLyJa8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 00:43:12 -0000

----==_mimepart_5dd48c1daec49_65b43fe45accd96c125712
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Use the exact names of the registries.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3267

-- Commit Summary --

  * TLS: fix references to registries

-- File Changes --

    M draft-ietf-quic-tls.md (12)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3267.patch
https://github.com/quicwg/base-drafts/pull/3267.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3267

----==_mimepart_5dd48c1daec49_65b43fe45accd96c125712
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Use the exact names of the registries.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3267'>https://github.com/quicwg/base-drafts/pull/3267</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>TLS: fix references to registries</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3267/files#diff-0">draft-ietf-quic-tls.md</a>
    (12)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3267.patch'>https://github.com/quicwg/base-drafts/pull/3267.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3267.diff'>https://github.com/quicwg/base-drafts/pull/3267.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications&amp;email_token=AFTOJK2V3PSX57N5KDZERADQUSBZ3A5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QG67Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2MVYKT5NANOR6DHLLQUSBZ3ANCNFSM4JPLNA2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6HSVAGBDNS5SKAHRLQUSBZ3A5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QG67Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications\u0026email_token=AFTOJK2V3PSX57N5KDZERADQUSBZ3A5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QG67Q",
"url": "https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications\u0026email_token=AFTOJK2V3PSX57N5KDZERADQUSBZ3A5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QG67Q",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd48c1daec49_65b43fe45accd96c125712--


From nobody Tue Nov 19 17:39:59 2019
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 18804120935 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:39:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 igKpwDFZ4g8M for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:39:56 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 47619120143 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 17:39:48 -0800 (PST)
Date: Tue, 19 Nov 2019 17:39:47 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574213987; bh=oL/rb/9Ug5VptaaQkeaRTCof25vncA3/vhZTweVkXMI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bfDYsrwtld6XHTg4fvhDbxMASYG80O9H/jnRl+NmrNfknS2jOIPzBUF7BNmfVWLIt TbZPCt83AJySecmJdCG/xzJ3h693pJcmgjKGZ+hkvxZZ3iITSNXLKtLpUBjfsXu5BM ANtMtzOtxKK0shYU92aIZjx3eDR/ojDMk/O33TMA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DVPYT4JZ2XCIMUCV34HF6HEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/319463967@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd49963583a9_7a3b3f882dacd95c20182"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Faxhf0Sgb3u5kNWMzkRRINvCWj8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 01:39:58 -0000

----==_mimepart_5dd49963583a9_7a3b3f882dacd95c20182
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the

I tend to think this might be overly aggressive?  If 10 streams are blocked, there's no reason to send 10 frames an RTT, is there?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-319463967
----==_mimepart_5dd49963583a9_7a3b3f882dacd95c20182
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r348255157">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the
</pre>
<p>I tend to think this might be overly aggressive?  If 10 streams are blocked, there's no reason to send 10 frames an RTT, is there?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJKYGK3FEB35L2H3ZK7TQUSIOHA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFKEHY#pullrequestreview-319463967">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4GLM4O3FHG5F4ZRX3QUSIOHANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RH6WMEIX7QG57NHLQUSIOHA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFKEHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKYGK3FEB35L2H3ZK7TQUSIOHA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFKEHY#pullrequestreview-319463967",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKYGK3FEB35L2H3ZK7TQUSIOHA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFKEHY#pullrequestreview-319463967",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd49963583a9_7a3b3f882dacd95c20182--


From nobody Tue Nov 19 17:57:46 2019
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 213BE12018B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:57:45 -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, 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 oGYcA41OyO7x for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:57:43 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5BEF12012C for <quic-issues@ietf.org>; Tue, 19 Nov 2019 17:57:43 -0800 (PST)
Date: Tue, 19 Nov 2019 17:57:42 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215062; bh=+ocjgkVO4OWJlewe5ZkTeFkpO7bFykCTV3/M42Jcw5k=; h=Date:From:To:Subject:From; b=GeiaYqpiaQNRkYXwQjh4H6sXu4yX8kHTVYzgncpc6E6eA3IfE99CYoWIL//57kUI3 N0DppHItCvlrLiZOSjkfVgr+c7XrM5y7CdrSGEu5N8cm60+ZDO2Gk6kGWZL1OlVU1O mKC7X0hQuHPY/Tfr7xGpaE7WnySbLqfVY2Bbgh9A=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/e74856-581a36@github.com>
Subject: [quicwg/base-drafts] 581a36: Marten's suggestion
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/O-PyfoNXlwLozdHgX_Su35_6b9Q>
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, 20 Nov 2019 01:57:45 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 581a368bb9fee7d3b72ae56d59492a0134ea4361
      https://github.com/quicwg/base-drafts/commit/581a368bb9fee7d3b72ae56d59492a0134ea4361
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Marten's suggestion



From nobody Tue Nov 19 17:57:55 2019
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 A6166120833 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:57:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.383
X-Spam-Level: 
X-Spam-Status: No, score=-6.383 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 nCCZh7yv34v9 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 17:57:52 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0F0E312018B for <quic-issues@ietf.org>; Tue, 19 Nov 2019 17:57:52 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 402445211A9 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 17:57:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215071; bh=mwxD4Wd1YN9xF7vXx9l8vKnr10+uNEea5LOGo4QB6Pw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yZKZubDAcUOOrFEO4XW5ZcOYLDpU3u/CLwZTQ10acwtdgI0BXwv64j1lOBHWqvGVu vkkX+eQPnGBTMLBtr3069Nke7eGxBrzrTAMA705RuZx+Xr6j6ovBi+XDOZVOFclZ5h rjoLuaCBoJfGLmQmW8AZuxwV8m3PK1sTVeADavao=
Date: Tue, 19 Nov 2019 17:57:51 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4295934524@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd49d9f31044_6ef93f7e1e2cd964101753"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-oqsGtyCW4UTrJkCF3e1Yh1NgIw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 01:57:54 -0000

----==_mimepart_5dd49d9f31044_6ef93f7e1e2cd964101753
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

581a368bb9fee7d3b72ae56d59492a0134ea4361  Marten's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/e74856dad49d3a666d4a9b028d549cb48fe9187b..581a368bb9fee7d3b72ae56d59492a0134ea4361

----==_mimepart_5dd49d9f31044_6ef93f7e1e2cd964101753
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/581a368bb9fee7d3b72ae56d59492a0134ea4361">581a368</a>  Marten&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/e74856dad49d3a666d4a9b028d549cb48fe9187b..581a368bb9fee7d3b72ae56d59492a0134ea4361?email_source=notifications&amp;email_token=AFTOJKYUZ3KOIJZV7OYQKEDQUSKR7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJTGQ2TENA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4R3FBMAMASL54RMJDQUSKR7ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK25XQUCMBFYT524OQLQUSKR7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJTGQ2TENA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/e74856dad49d3a666d4a9b028d549cb48fe9187b..581a368bb9fee7d3b72ae56d59492a0134ea4361?email_source=notifications\u0026email_token=AFTOJKYUZ3KOIJZV7OYQKEDQUSKR7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJTGQ2TENA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/e74856dad49d3a666d4a9b028d549cb48fe9187b..581a368bb9fee7d3b72ae56d59492a0134ea4361?email_source=notifications\u0026email_token=AFTOJKYUZ3KOIJZV7OYQKEDQUSKR7A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJTGQ2TENA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd49d9f31044_6ef93f7e1e2cd964101753--


From nobody Tue Nov 19 18:00:42 2019
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 8F4D91207FF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:00:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 S-2yUKeL6-6d for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:00:39 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9B95C12002F for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:00:39 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id A98D21C0790 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:00:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215238; bh=tXQWSmM8d4xXV/eKe/7/YPlrRGNovd83pxAaj1EcvRA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1AbD2w2qzlhk0Qym6aiyfk/NrZAqm17Ll+bmnj50VXjDjvNDu0iZZBVo9gH10ViAg ZUGLn56eJIeFpbXgvXWy3C6TFHY+RkTTqNEl+J0GiwFyDmXk3PBjB3da0Izala1sa1 U+Oy2JKI7+5uYJI+e/pE9vVVlwwH/mT2AogGEEWo=
Date: Tue, 19 Nov 2019 18:00:38 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6W6SIPTHXCEKAYM5534HIMNEVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/review/319469349@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd49e469a8f0_2ef93fd8624cd964146421"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/843W7Cro2LfivSV1X58205FOzhE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:00:42 -0000

----==_mimepart_5dd49e469a8f0_2ef93fd8624cd964146421
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout

I'm not introducing this text, it just moved, hence the different PR, which is editorial.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#discussion_r348259533
----==_mimepart_5dd49e469a8f0_2ef93fd8624cd964146421
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3099#discussion_r348259533">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; -know what information can be retried.
+Each endpoint advertises a different max_idle_timeout, but the effective value
+is determined by taking the minimum of the two advertised values. By announcing
+a max_idle_timeout, endpoints commit to initiating an immediate close
+({{immediate-close}}) if it abandons a connection prior to the effective value.
+
+An endpoint restarts any timer it maintains when a packet from its peer is
+received and processed successfully.  The timer is also restarted when sending
+a packet containing frames other than ACK or PADDING (an ack-eliciting packet;
+see {{QUIC-RECOVERY}}), but only if no other ack-eliciting packets have been
+sent since last receiving a packet.  Restarting when sending packets ensures
+that connections do not prematurely time out when initiating new activity.
+
+An endpoint that sends packets near the end of the idle timeout period
+risks having those packets discarded if its peer enters the draining state
+before the packets arrive.  If a peer could time out within an Probe Timeout
</pre>
<p>I'm not introducing this text, it just moved, hence the different PR, which is editorial.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK46CGKMBPZYICTKLA3QUSK4NA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFLOJI#discussion_r348259533">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ64NGLJXR7OTDDPSDQUSK4NANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4HEHIEOJW57XKX773QUSK4NA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFLOJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK46CGKMBPZYICTKLA3QUSK4NA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFLOJI#discussion_r348259533",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK46CGKMBPZYICTKLA3QUSK4NA5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFLOJI#discussion_r348259533",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd49e469a8f0_2ef93fd8624cd964146421--


From nobody Tue Nov 19 18:02:18 2019
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 78F93120833 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:02:16 -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, 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 e0MhgK4xy3_H for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:02:15 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C2231207FF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:02:15 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 90C215206CC for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:02:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215334; bh=G5mDvb8fHPuvAp86/KdTShDhu7nMFxyWDxOpv5ydxCU=; h=Date:From:To:Subject:From; b=Ps15F+yezf2pC+ps+aLCXiAdOSIMuN0ElGVMSoot91TZDd4VF6a2qb22GuH0QtbBD 3x3SE3b5kkbp7IGTySsci/KZmxWV5WeV24XNaaKtoEv2o8SqDzZ20+BW3/WVeUB7u7 9OQ3iI5trnRv+eyuPHC8XoQrohNzfDXSFGmh1/eY=
Date: Tue, 19 Nov 2019 18:02:14 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-symmetric-timeout/581a36-875de3@github.com>
Subject: [quicwg/base-drafts] 875de3: Rebuild
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/rXf9dQOVDcHSKMo8AuHWZiUy1L0>
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, 20 Nov 2019 02:02:17 -0000

  Branch: refs/heads/ianswett-symmetric-timeout
  Home:   https://github.com/quicwg/base-drafts
  Commit: 875de3f37a1455793d715d481f895cfb32e33aa8
      https://github.com/quicwg/base-drafts/commit/875de3f37a1455793d715d481f895cfb32e33aa8
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Rebuild



From nobody Tue Nov 19 18:02:30 2019
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 41787120A7B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:02:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 U6c1ll3fnyLZ for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:02:23 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3FC35120A9A for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:02:23 -0800 (PST)
Date: Tue, 19 Nov 2019 18:02:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215342; bh=CR8iFWTydk89CWxVdWxzOwXFFhQoCvlJ/W5hNsTlhis=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=uUlLjp14N/sDWyI7rhjW+K3Xmp3GoD/fYBflLolV7jwbWAuoCPyE7mD3mxGYwsC1E KSnaMUnP+4OMx8Wy1JIuqtdUWq+h/bWsQcAQNwHX1c/gKmznRBVBNhXYVDrfpxvOb3 rM+h3MBzDD/ot8h19ouLpP2v3AF4vWX/G70vTus8=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/push/4295946304@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd49eae91bbc_6983fbd4facd96499386"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ie2bix0i7zazpNk3wddmbaIPquA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:02:28 -0000

----==_mimepart_5dd49eae91bbc_6983fbd4facd96499386
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

875de3f37a1455793d715d481f895cfb32e33aa8  Rebuild


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099/files/581a368bb9fee7d3b72ae56d59492a0134ea4361..875de3f37a1455793d715d481f895cfb32e33aa8

----==_mimepart_5dd49eae91bbc_6983fbd4facd96499386
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/875de3f37a1455793d715d481f895cfb32e33aa8">875de3f</a>  Rebuild</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3099/files/581a368bb9fee7d3b72ae56d59492a0134ea4361..875de3f37a1455793d715d481f895cfb32e33aa8?email_source=notifications&amp;email_token=AFTOJK55G25SFMXAOF7YGHDQUSLC5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJUGYZTANA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY676JFZMETREIAWUDQUSLC5ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZDQ6DOAO54WCKQZ2DQUSLC5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJUGYZTANA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099/files/581a368bb9fee7d3b72ae56d59492a0134ea4361..875de3f37a1455793d715d481f895cfb32e33aa8?email_source=notifications\u0026email_token=AFTOJK55G25SFMXAOF7YGHDQUSLC5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJUGYZTANA",
"url": "https://github.com/quicwg/base-drafts/pull/3099/files/581a368bb9fee7d3b72ae56d59492a0134ea4361..875de3f37a1455793d715d481f895cfb32e33aa8?email_source=notifications\u0026email_token=AFTOJK55G25SFMXAOF7YGHDQUSLC5A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDQOBYGM3TAN2QOVZWQIZUGI4TKOJUGYZTANA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd49eae91bbc_6983fbd4facd96499386--


From nobody Tue Nov 19 18:07:13 2019
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 7A67812012C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:07:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YjOi_WW-troT for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:07:10 -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 2F0F71200E5 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:07:10 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 7B5978C0E32 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:07:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215629; bh=uPO9Hw6ydGRCOMS8vNd/dHa4BXpE3Q+kZG7uEe8NQSU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h5hCZyjoIwAR4dhCRj8eAfnyR8cN5miZYLAyX5GsPiQqQYMriLHCjwjG8s0JgcnJh eHCFzWJUN6FzXiZ6oU3JSV5ttU0CtNUAedUaKf1cteR+z+t1uJhOCN7ZVIUqFQYpUj wvk7PbGecdmihBQydDEDtz4oSANNK9dwqLa3eM7U=
Date: Tue, 19 Nov 2019 18:07:09 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RJCG665OC6BABKKN34HJE3EVBNHHB4R4NZY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3099/c555802002@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3099@github.com>
References: <quicwg/base-drafts/pull/3099@github.com>
Subject: Re: [quicwg/base-drafts] Change idle_timeout to max_idle_timeout (#3099)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd49fcd6c2f3_5b313fc07c4cd96c119446"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cvs58prEexGlFC79g7EoiwNQ27I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:07:12 -0000

----==_mimepart_5dd49fcd6c2f3_5b313fc07c4cd96c119446
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This is failing due to a QPACK error, but I believe the PR is done.

As noted above, I opened #3184 for the many comments about the existing text.  I can take a stab at this, but I'd like to do that separately from this design change.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3099#issuecomment-555802002
----==_mimepart_5dd49fcd6c2f3_5b313fc07c4cd96c119446
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This is failing due to a QPACK error, but I believe the PR is done.</p>
<p>As noted above, I opened <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516747889" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3184" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3184/hovercard" href="https://github.com/quicwg/base-drafts/issues/3184">#3184</a> for the many comments about the existing text.  I can take a stab at this, but I'd like to do that separately from this design change.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications&amp;email_token=AFTOJK44J74A37XJA5FE2WTQUSLU3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQN3EQ#issuecomment-555802002">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWECLCMVDPYDIHIO3QUSLU3ANCNFSM4JBO5RGA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY3FZZ2OYXVDMZLUO3QUSLU3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQN3EQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK44J74A37XJA5FE2WTQUSLU3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQN3EQ#issuecomment-555802002",
"url": "https://github.com/quicwg/base-drafts/pull/3099?email_source=notifications\u0026email_token=AFTOJK44J74A37XJA5FE2WTQUSLU3A5CNFSM4JBO5RGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQN3EQ#issuecomment-555802002",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd49fcd6c2f3_5b313fc07c4cd96c119446--


From nobody Tue Nov 19 18:10:09 2019
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 8135012002F for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:10:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 08QQsh6Q-l6Z for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:10:06 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D03FA120025 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:10:05 -0800 (PST)
Date: Tue, 19 Nov 2019 18:10:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574215805; bh=UVW5nAnysE8zCYnInl9A+3cfvm1Lb8GlnTfN1HWi+QI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fr3MJ7OXc1ecxUBkR7GqyNIS7SPlTtFcbX8zg+/Z8FJWI+WapWmmyHLkjE4iis5it kH/DaahZb26awUi5Buf3id/ZxJy0TSmxYiqq9z71GcJM9/GOjPW2VUgz/zRXtMXHdn hSmPtIWMThu0Mzq+xeB3HvV33P1DVyrkYhKIYIoQ=
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYLIG4MTKFDCPMBGVN34HJPZEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/319471700@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a07ced012_3d993fa27facd9681353e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rLYlI2cp-r2dGJ1zXVnASOmAuF8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:10:07 -0000

----==_mimepart_5dd4a07ced012_3d993fa27facd9681353e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the

I'm not trying to make any requirements on how many frames and how often you must send them. The only SHOULD here is to periodically (less than idle timeout) send some blocked frames. I'd leave it up to implementations to decide exactly what to do here. How should the text change (if at all) to make that more clear?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#discussion_r348261429
----==_mimepart_5dd4a07ced012_3d993fa27facd9681353e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r348261429">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the
</pre>
<p>I'm not trying to make any requirements on how many frames and how often you must send them. The only SHOULD here is to periodically (less than idle timeout) send some blocked frames. I'd leave it up to implementations to decide exactly what to do here. How should the text change (if at all) to make that more clear?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJKZMUJ3IHYC2UUKV5J3QUSL7ZA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMAVA#discussion_r348261429">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOKADEHVSE7FVYTUDQUSL7ZANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XVXM2FS76HA3G7Q3QUSL7ZA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMAVA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKZMUJ3IHYC2UUKV5J3QUSL7ZA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMAVA#discussion_r348261429",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJKZMUJ3IHYC2UUKV5J3QUSL7ZA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMAVA#discussion_r348261429",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a07ced012_3d993fa27facd9681353e--


From nobody Tue Nov 19 18:19:04 2019
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 0CCE31201EF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 pegCDuKTyFFs for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:00 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A68571201E0 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:19:00 -0800 (PST)
Date: Tue, 19 Nov 2019 18:18:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216340; bh=oAGuKcat+o79gsDr0HdP/144qqxUJsr9DwNQD1DQIKQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=yjvv3cmpURKG2sjzDahR8eYP1gdpxWUcf3xH1M/pfZKrS6rU0vyKOs8rQPdv2kzqE bwgm1LKZYY5fluZ9h48CnaHRj5HB7ilXHpVUz6XJpEqMrr9jplsvg0IA1J7d2VZNu5 Yp5tsXVjU+7KfoDoOEiQoMK3Nl3Tu2BB5PvLEp5c=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6374LMOGFEAPHX7EN34HKRHEVBNHHB6UFE6E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3268@github.com>
Subject: [quicwg/base-drafts] Prevent a connection from idle timing out while blocked (#3268)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a293dfc36_4a883fe3282cd968248745"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/E0M8bMQSn7jm3sGTfHgapDwCLRo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:19:02 -0000

----==_mimepart_5dd4a293dfc36_4a883fe3282cd968248745
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

An issue to correspond to PR #3266 

@mt and I believe this is likely a design issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3268
----==_mimepart_5dd4a293dfc36_4a883fe3282cd968248745
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>An issue to correspond to PR <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525080756" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3266" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3266/hovercard" href="https://github.com/quicwg/base-drafts/pull/3266">#3266</a></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=3988" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mt">@mt</a> and I believe this is likely a design issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications&amp;email_token=AFTOJK5W4AUACGNXGSSRT7LQUSNBHA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QUTYQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3KTS6GUZYN4O4MFKDQUSNBHANCNFSM4JPMICFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY6YMUTVNK4LKJJC5DQUSNBHA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QUTYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK5W4AUACGNXGSSRT7LQUSNBHA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QUTYQ",
"url": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK5W4AUACGNXGSSRT7LQUSNBHA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2QUTYQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a293dfc36_4a883fe3282cd968248745--


From nobody Tue Nov 19 18:19:33 2019
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 DA69B12008C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YzzzmGcUhv_N for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:30 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 386C11201EF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:19:30 -0800 (PST)
Date: Tue, 19 Nov 2019 18:19:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216369; bh=S80MCxNQ8vWmk+tj8kUfP09+h2iFobQaB0MEaMcuVJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=PPB9KWByyc9/GZ8OvXFrOWqzC4BD1lfV7OSURro0RSrO4jR547vSBYF0hYnKUynJt 4XLHoiy9lWysT44WbLq+fRyi6ceVPrRRtqEF6JO6aeRVWPas6W4kgt9GHFmDrZjUKC GU1yXpc/AKJcEuZ8d5yDe224R9S2L3rHpNr+VjbY=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6QVWHUX7QEHPONY6534HKTDEVBNHHB6UFE6E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3268/555804678@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3268@github.com>
References: <quicwg/base-drafts/issues/3268@github.com>
Subject: Re: [quicwg/base-drafts] Prevent a connection from idle timing out while blocked (#3268)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a2b142134_280f3f9241ecd96c8122c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/awRbVa74CSduZePYw3_aZFyaYoI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:19:32 -0000

----==_mimepart_5dd4a2b142134_280f3f9241ecd96c8122c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Oops, this was unnecessary.  Sorry for the churn.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3268#issuecomment-555804678
----==_mimepart_5dd4a2b142134_280f3f9241ecd96c8122c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Oops, this was unnecessary.  Sorry for the churn.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications&amp;email_token=AFTOJK4Z6DV5ADX6EI7SNYLQUSNDDA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOQBQ#issuecomment-555804678">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5FKMMBCKEIB4G2HRTQUSNDDANCNFSM4JPMICFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY6X7OJMBVUBKP42ZLQUSNDDA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOQBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK4Z6DV5ADX6EI7SNYLQUSNDDA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOQBQ#issuecomment-555804678",
"url": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK4Z6DV5ADX6EI7SNYLQUSNDDA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOQBQ#issuecomment-555804678",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a2b142134_280f3f9241ecd96c8122c--


From nobody Tue Nov 19 18:19:39 2019
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 6C51E120025 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IzRDmC17dsYb for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:19:33 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7CFC61201E0 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:19:33 -0800 (PST)
Date: Tue, 19 Nov 2019 18:19:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216372; bh=qMR9avu1tynuulhz726JT/EoSXUp3drO38jQ0hmR2OA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UzJZH+6Z+IgoDJRry5zTP5xv1QbB0PIJOj1l63yvrDbg7pmC5D+X1Vw+vvVEIUL+E 8/Yc50QHNcRhLQiVA+qQTwf4w+U0U/+h2ceVYOt5Ti5aYjlXzfSdf/J9xdMd5DMp9/ GLJ/V81k1rPkR7bQd8viABtELV7+KdhHCJH/M1/Q=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7XGQ35DIAWU3QQ74V34HKTJEVBNHHB6UFE6E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3268/issue_event/2813678052@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3268@github.com>
References: <quicwg/base-drafts/issues/3268@github.com>
Subject: Re: [quicwg/base-drafts] Prevent a connection from idle timing out while blocked (#3268)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a2b4359b5_39503fb1ad4cd96814541c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/__qxgFKEqYT-1OXfqSbhC0AulM8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:19:35 -0000

----==_mimepart_5dd4a2b4359b5_39503fb1ad4cd96814541c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3268.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3268#event-2813678052
----==_mimepart_5dd4a2b4359b5_39503fb1ad4cd96814541c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525378801" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3268" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3268/hovercard" href="https://github.com/quicwg/base-drafts/issues/3268">#3268</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications&amp;email_token=AFTOJK4IH7ERMKV4M6YDERLQUSNDJA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU62VDZA#event-2813678052">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OYGLFSOIEWOCWNXDQUSNDJANCNFSM4JPMICFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY7BD4SEOG6PUCUX7TQUSNDJA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU62VDZA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK4IH7ERMKV4M6YDERLQUSNDJA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU62VDZA#event-2813678052",
"url": "https://github.com/quicwg/base-drafts/issues/3268?email_source=notifications\u0026email_token=AFTOJK4IH7ERMKV4M6YDERLQUSNDJA5CNFSM4JPMICF2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU62VDZA#event-2813678052",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a2b4359b5_39503fb1ad4cd96814541c--


From nobody Tue Nov 19 18:21:13 2019
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 0959412008C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:21:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 p_km0C2t3Mc7 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:21:10 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 35E93120025 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:21:10 -0800 (PST)
Date: Tue, 19 Nov 2019 18:21:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216469; bh=f9VxiRNH2kecraTJfOqm4+tQxlTKjvxRa20zlyFKYUA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0T6qHfHtazd7A12+nGc8EKBi41F3k5KwOphAGQISLMUbu+EE+HV12B/DSZXoiW7/P swkGYNaolnivLj1RUhy5b5jTG3tdRh0foIjFAV51BmxAMSYNNjdzhQkAje2aqBTd6X KbDWj7R/g/I5XFfutNcGknLDWRuWip7FLom9dS3o=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6DGT5G7I2KS7NEW2F34HKZLEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/319474556@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a315824f7_6fca3fed95ecd96c1613a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LI-wjwLA-2DdaixMnrFZ0cPruZc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:21:12 -0000

----==_mimepart_5dd4a315824f7_6fca3fed95ecd96c1613a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the

How about "One method is to resend a DATA_BLOCKED or STREAM_DATA_BLOCKED frame when there are no ack-eliciting packets in flight."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#discussion_r348263761
----==_mimepart_5dd4a315824f7_6fca3fed95ecd96c1613a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r348263761">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to immediately resend the frame on acknowledgment of the previous one if the
</pre>
<p>How about "One method is to resend a DATA_BLOCKED or STREAM_DATA_BLOCKED frame when there are no ack-eliciting packets in flight."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK75E4SRNIE7R5O5BCTQUSNJLA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMW7A#discussion_r348263761">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36DJPBLWCG2T76RZLQUSNJLANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2JY6S64BCFUE3XHXDQUSNJLA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMW7A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK75E4SRNIE7R5O5BCTQUSNJLA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMW7A#discussion_r348263761",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK75E4SRNIE7R5O5BCTQUSNJLA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFMW7A#discussion_r348263761",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a315824f7_6fca3fed95ecd96c1613a5--


From nobody Tue Nov 19 18:22:36 2019
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 874DF12008C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 k1nIQqNBKNks for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:22:33 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E6588120025 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:22:32 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 4C7F26601AE for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:22:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216552; bh=ZLqsT7xA+IyjPjkhL7gG0XXTzMZFy2NvlXBvSFfFtXk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oiSRNElgVJCaXQdzrAkY5XleRzg+hR5ruKHTKWh/3P1AcL5icrQnRXgOM4ZmOV606 jyZZwASCp6PGYQ9cipisDmrJ19gDyhrR+PgRbjZ+JKnC1y1GnssJ83HP3WTG1w3VNq fndYbM4VGdiY5dH0NO6P5ORCjt/z3rCTQihB56uM=
Date: Tue, 19 Nov 2019 18:22:32 -0800
From: Andy Grover <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK32CF4RIAAUHOEJJ3F34HK6REVBNHHB6EUYP4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3225/c555805366@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3225@github.com>
References: <quicwg/base-drafts/pull/3225@github.com>
Subject: Re: [quicwg/base-drafts] A day in the life (#3225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a3683daa1_4ab13f7fd44cd9642233cb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: agrover
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0VY9UxAfEYKFguE98F1I7335rOA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:22:35 -0000

----==_mimepart_5dd4a3683daa1_4ab13f7fd44cd9642233cb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

So we have little diagrams for send and receive stream states. Any chance this section could include a state diagram and transitions for the overall connection state?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3225#issuecomment-555805366
----==_mimepart_5dd4a3683daa1_4ab13f7fd44cd9642233cb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>So we have little diagrams for send and receive stream states. Any chance this section could include a state diagram and transitions for the overall connection state?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications&amp;email_token=AFTOJK5XMZBZRP35CODOD7DQUSNORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOVNQ#issuecomment-555805366">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK754AXAXJHPAJBJ75TQUSNORANCNFSM4JL53IPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK55HKC3KTHHXPTVM6LQUSNORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOVNQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5XMZBZRP35CODOD7DQUSNORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOVNQ#issuecomment-555805366",
"url": "https://github.com/quicwg/base-drafts/pull/3225?email_source=notifications\u0026email_token=AFTOJK5XMZBZRP35CODOD7DQUSNORA5CNFSM4JL53IP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQOVNQ#issuecomment-555805366",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a3683daa1_4ab13f7fd44cd9642233cb--


From nobody Tue Nov 19 18:28:56 2019
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 7C8B7120AD4 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:28:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 W1HQU_ArFWxS for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:28:51 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BFB89120AB4 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:28:50 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id E02C166098D for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:28:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574216929; bh=XZVg6pMZ+dvo9C9OZXsTP+qV5frT2+L/Py1aKVw7qwE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IDvq4dV2v3A+xvWvClA6v4hLiFJ3JeOt8gHBPozIhzbruFcdsgYHXm3ZslQOrsuDN 6sHjMKje64VhFELKGDaPcg2rJ3zwlNXeqaoiQARQEe32TaQA+LHbmukBrKaA2wTiQb 8P/Q2A02E75pKNDt59r1idSx1Zu+/HcfnmRdnAHw=
Date: Tue, 19 Nov 2019 18:28:49 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ3XNQLQWZYAAKCE2F34HLWDEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/review/319476705@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a4e1d12d3_2ed03fd8624cd9641034ed"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZgI05WkvXzodDyWKk-ntEsyJaPA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:28:55 -0000

----==_mimepart_5dd4a4e1d12d3_2ed03fd8624cd9641034ed
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.

Let's get this in.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#pullrequestreview-319476705
----==_mimepart_5dd4a4e1d12d3_2ed03fd8624cd9641034ed
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>

<p>Let's get this in.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK5UZIP63TVVMXDZ6KDQUSOGDA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFNHYI#pullrequestreview-319476705">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZEPZYTT6DJN2TGPZLQUSOGDANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK43LOCOTTAZI7OWOVLQUSOGDA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFNHYI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5UZIP63TVVMXDZ6KDQUSOGDA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFNHYI#pullrequestreview-319476705",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5UZIP63TVVMXDZ6KDQUSOGDA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFNHYI#pullrequestreview-319476705",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a4e1d12d3_2ed03fd8624cd9641034ed--


From nobody Tue Nov 19 18:44:02 2019
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 2D0F5120960 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:44:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rSBJzCj2eaom for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:43:59 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 68ADC120A67 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:43:53 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 4FCBF6A1F08 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:43:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574217832; bh=nw4OGowTFLOODM4geOP//MkBsG8eZhsAIhJpUUY4fEg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ubwHSOTVFhHJJSpYmSv58jH5Wcpxv9qxQ7lJgMHlffgZJWI0WeedsBAYjMHchQvCn l+ovTbdPtPo2aZRMFZhj5wZj6rE7ZHsTZu0kj5e6CmlSm4TGeeSjeOVFtkpf4L9gGu eDv1fBSB7HvBcEtZqSSA31VqRQPD7PcSU8M1e3NE=
Date: Tue, 19 Nov 2019 18:43:52 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/push/4296046807@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a8683d54f_6043fdfad6cd9609314c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WpflBtUdbNKpV3ZmHLRR6lxgQCE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:44:01 -0000

----==_mimepart_5dd4a8683d54f_6043fdfad6cd9609314c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

49cea64e4bc427763900b739cc85528880767913  Ian's suggestion


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266/files/9969af3c4f1a2696a94b3f8e3c504476bd4804f6..49cea64e4bc427763900b739cc85528880767913

----==_mimepart_5dd4a8683d54f_6043fdfad6cd9609314c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/49cea64e4bc427763900b739cc85528880767913">49cea64</a>  Ian&#39;s suggestion</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3266/files/9969af3c4f1a2696a94b3f8e3c504476bd4804f6..49cea64e4bc427763900b739cc85528880767913?email_source=notifications&amp;email_token=AFTOJK4JNXZKPNFFN5YYTRLQUSP6RA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TMMBUGY4DANY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3ZUH6J6PYSU2HJW43QUSP6RANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7WYDYYOOQUWHVC2BTQUSP6RA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TMMBUGY4DANY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266/files/9969af3c4f1a2696a94b3f8e3c504476bd4804f6..49cea64e4bc427763900b739cc85528880767913?email_source=notifications\u0026email_token=AFTOJK4JNXZKPNFFN5YYTRLQUSP6RA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TMMBUGY4DANY",
"url": "https://github.com/quicwg/base-drafts/pull/3266/files/9969af3c4f1a2696a94b3f8e3c504476bd4804f6..49cea64e4bc427763900b739cc85528880767913?email_source=notifications\u0026email_token=AFTOJK4JNXZKPNFFN5YYTRLQUSP6RA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TMMBUGY4DANY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4a8683d54f_6043fdfad6cd9609314c--


From nobody Tue Nov 19 18:50:15 2019
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 6843F1201EF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:50:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tBBeA95K4iRh for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:50:13 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AB991201E0 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:50:12 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 0C3A12C338A for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:50:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574218211; bh=f4RAVoFrjNa5pqqJd6dpxXVUefrAQQWuNG4tfOj6CXg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jryX5Pr96LlbYKr+gJJ6JDegAJcN+e+FtGa0zjZL9lyBIy6LDiROc+zrmu2HsjVxl j4V9VqZGiBWTR1X1XujCJSzp1MF+vdhS0IhRAb3DA3Y9+IpzvPYPdtrQ4cCxcFdX7P MuAwxb6K0txbSnbOw4QtPfW1khPAe6IxUotxXQsM=
Date: Tue, 19 Nov 2019 18:50:10 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3LPOA73GIMJTHLOKV34HOGFEVBNHHB6RWN54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3264/555811993@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3264@github.com>
References: <quicwg/base-drafts/issues/3264@github.com>
Subject: Re: [quicwg/base-drafts] Reduce HTTP/3 editorial dependence on HTTP/2 (#3264)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4a9e2edcfa_351d3fc3f66cd960792f8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iJDmTcXhohWuLT6ky65N_VG2cRs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:50:14 -0000

----==_mimepart_5dd4a9e2edcfa_351d3fc3f66cd960792f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree with that principle, but I've been working on that for a while, but I think we're already mostly there.  There are normative references to specific sections of HTTP/2 where relevant; I've attempted not to have anything that assumes you already know HTTP/2 in general.  The informative comparisons to HTTP/2 have largely (if not entirely) been moved to an appendix.

If you have specific places where you think I haven't achieved that, please point them out.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3264#issuecomment-555811993
----==_mimepart_5dd4a9e2edcfa_351d3fc3f66cd960792f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree with that principle, but I've been working on that for a while, but I think we're already mostly there.  There are normative references to specific sections of HTTP/2 where relevant; I've attempted not to have anything that assumes you already know HTTP/2 in general.  The informative comparisons to HTTP/2 have largely (if not entirely) been moved to an appendix.</p>
<p>If you have specific places where you think I haven't achieved that, please point them out.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications&amp;email_token=AFTOJK3MTRMQ2KDHKLYWRB3QUSQWFA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQJGI#issuecomment-555811993">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK34LZ7DES7BT7I463DQUSQWFANCNFSM4JO435WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYFOGHS4NPRFRNO6OLQUSQWFA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQJGI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK3MTRMQ2KDHKLYWRB3QUSQWFA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQJGI#issuecomment-555811993",
"url": "https://github.com/quicwg/base-drafts/issues/3264?email_source=notifications\u0026email_token=AFTOJK3MTRMQ2KDHKLYWRB3QUSQWFA5CNFSM4JO435W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQJGI#issuecomment-555811993",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4a9e2edcfa_351d3fc3f66cd960792f8--


From nobody Tue Nov 19 18:56:03 2019
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 62C27120B3B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:55:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fM03az4TE6lk for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:55:56 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3B2B120AEE for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:55:54 -0800 (PST)
Date: Tue, 19 Nov 2019 18:55:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574218554; bh=tdQQFxY1etCo4SHIbAOsl6jZkKkTTIRrcyEvEsjQkOs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fkmJGgnJLj2ZN1aZ5PltTW4gf/pPV8N8SclJSKFAkKkPy4zNp8AvumnNuFOBlFDtI v4w+Ks+L+UulsbSQ6/c1RSgYlCGQs5zrswAOssuCkBTQhN6TE7PoVa4umh8zrC3Aa1 tVLFtwwq04i3SN+uiFoVeYVgpUUOHu3I7eGc7z00=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3WZOODQTB2VCUTD5N34HO3VEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c555813446@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ab3a261e3_79683fb9558cd964165b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JrXNwFQE0NLQAnNDmCHRBW-JDz0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:56:02 -0000

----==_mimepart_5dd4ab3a261e3_79683fb9558cd964165b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

To recap my proposal from this morning.

1. We should have a separate fixed key derived by HKDF-ing the salt. This is just good key separation practice and we can publish the fixed value in the spec if we want. I think there was consensus on this and I can send text for this. @DavidSchinazi ?

2. We should encrypt the token using that fixed key and use the top min(12,dcid_len) bytes of the DCID. This will provide some obfuscation at the cost of just the AES operation but not the KDF.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-555813446
----==_mimepart_5dd4ab3a261e3_79683fb9558cd964165b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>To recap my proposal from this morning.</p>
<ol>
<li>
<p>We should have a separate fixed key derived by HKDF-ing the salt. This is just good key separation practice and we can publish the fixed value in the spec if we want. I think there was consensus on this and I can send text for this. <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=5599133" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/DavidSchinazi">@DavidSchinazi</a> ?</p>
</li>
<li>
<p>We should encrypt the token using that fixed key and use the top min(12,dcid_len) bytes of the DCID. This will provide some obfuscation at the cost of just the AES operation but not the KDF.</p>
</li>
</ol>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK5HHKUY6IY2FQML7KDQUSRLVA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQURQ#issuecomment-555813446">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3LQY3DHEHHILDNVNDQUSRLVANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5GFTZQ426LTP2IZCDQUSRLVA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQURQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5HHKUY6IY2FQML7KDQUSRLVA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQURQ#issuecomment-555813446",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK5HHKUY6IY2FQML7KDQUSRLVA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQQURQ#issuecomment-555813446",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ab3a261e3_79683fb9558cd964165b5--


From nobody Tue Nov 19 18:58:12 2019
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 6C2A312022E for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:58:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 HHBkBSJq5lEc for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:58:07 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 869061200B8 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:58:07 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 915F96E0A6D for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:58:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574218686; bh=z2bhVjbJ9blaqaB6qD4585Z0Fh8VO5h+/b3N6XgC/7Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DRjA9VsE8iYFyrKj/2f8wfwY3HShSwJxoohIUvExrGfZ03mTXRN5gFXoagYBMaMLK NxK8JRfCBz4C+l6UIi3q+cVbcnC0zrfW5FP/k/ooEB9vRmahVOn4AxazBhAwj+owB/ jbbihunQAcZ5T0J/0LjaR4/VZMYv79dwdHwwz7Ds=
Date: Tue, 19 Nov 2019 18:58:06 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZXPP5BPNPIOXJMBFF34HPD5EVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/319483825@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4abbe83ace_45763faf89ecd95c102471"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RM42z065aOWKgp0S6raCAs0hf5c>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:58:10 -0000

----==_mimepart_5dd4abbe83ace_45763faf89ecd95c102471
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



>  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or

Ahh, I see what you mean.  Opening an issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#discussion_r348271289
----==_mimepart_5dd4abbe83ace_45763faf89ecd95c102471
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3262#discussion_r348271289">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  A server MAY send a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION in
-response to the first Initial packet it receives from a client if the UDP
-datagram is smaller than 1200 bytes. It MUST NOT send any other frame type in
-response, or otherwise behave as if any part of the offending packet was
-processed as valid.
+response to an Initial packet it receives from a client if the UDP datagram is
+smaller than 1200 bytes. It MUST NOT send any other frame type in response, or
</pre>
<p>Ahh, I see what you mean.  Opening an issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJKYCV2XVYFYHOAMVOO3QUSRT5A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFO7MI#discussion_r348271289">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3FSUT54E6X444OL53QUSRT5ANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYC4C6NCA47RGUDV6DQUSRT5A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFO7MI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJKYCV2XVYFYHOAMVOO3QUSRT5A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFO7MI#discussion_r348271289",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJKYCV2XVYFYHOAMVOO3QUSRT5A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFO7MI#discussion_r348271289",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4abbe83ace_45763faf89ecd95c102471--


From nobody Tue Nov 19 18:59:53 2019
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 EE4BC1201EF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:59:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 w4cu81eEgJZj for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 18:59:45 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 83CA61200B8 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 18:59:45 -0800 (PST)
Date: Tue, 19 Nov 2019 18:59:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574218784; bh=BtOPTquQV7eTQYyNAY/2BzNteGlq5XDosR7ulV7jv/I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Be3FcT0cVRXXxiQhtUdXiV1JPvPwRC9iycy8DTAeJ4+87w+RM7jb37r8dDjmNA9Dt th1osQ2HvwmaysaBpNKMR4M4YcLUvjTfaqmYJ56qFwm0sRlmHptgiafcSRqIqHFIN3 5lvp8beJWf2DNJ+T0KPXQxH+hjt0r1GvrMhvD8gI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK76YVRCQUMVNM4L7N534HPKBEVBNHHB6UGSKE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3269@github.com>
Subject: [quicwg/base-drafts] CONNECTION_CLOSE for unpadded Initial (#3269)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ac207bc26_34ed3f90a48cd95c482b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ud8qpPJW_8XORfeC9Rp586sKyGU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 02:59:52 -0000

----==_mimepart_5dd4ac207bc26_34ed3f90a48cd95c482b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The draft requires that if an Initial packet is not padded, the server sends a CONNECTION_CLOSE.  I think that the goal was to have the server drop those packets and *optionally* send a signal.  But that only applies if the server hasn't established state.  We should reword that.


@nibanks says:
> I'm more worried about this as an attack vector. Now that we support multiple initial packets for the client initial, there is more of a windows for an attacker to race a bad initial packet. Sending a 1 byte initial packet to kill your connection would be pretty easy; especially since the size validation check is going to happen pre-decryption, so the attacker doesn't even need to craft a well-formed packet.

_Originally posted by @nibanks in https://github.com/quicwg/base-drafts/pull/3262_

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3269
----==_mimepart_5dd4ac207bc26_34ed3f90a48cd95c482b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The draft requires that if an Initial packet is not padded, the server sends a CONNECTION_CLOSE.  I think that the goal was to have the server drop those packets and <em>optionally</em> send a signal.  But that only applies if the server hasn't established state.  We should reword that.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20663557" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a> says:</p>
<blockquote>
<p>I'm more worried about this as an attack vector. Now that we support multiple initial packets for the client initial, there is more of a windows for an attacker to race a bad initial packet. Sending a 1 byte initial packet to kill your connection would be pretty easy; especially since the size validation check is going to happen pre-decryption, so the attacker doesn't even need to craft a well-formed packet.</p>
</blockquote>
<p><em>Originally posted by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=20663557" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524704916" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3262" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3262/hovercard" href="https://github.com/quicwg/base-drafts/pull/3262">#3262</a></em></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications&amp;email_token=AFTOJK7VECRMUHCT2Q5SZ3TQUSR2BA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2Q2JIQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2CPFLA4ELVOI5K37TQUSR2BANCNFSM4JPMQ5PQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7DQI5VQIEVPMSXRJLQUSR2BA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2Q2JIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK7VECRMUHCT2Q5SZ3TQUSR2BA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2Q2JIQ",
"url": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK7VECRMUHCT2Q5SZ3TQUSR2BA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2Q2JIQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ac207bc26_34ed3f90a48cd95c482b4--


From nobody Tue Nov 19 19:02:06 2019
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 592E51201E0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:02:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 wEJWb7_OAo2o for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:01:58 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D11D12023E for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:01:58 -0800 (PST)
Date: Tue, 19 Nov 2019 19:01:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574218917; bh=KGZxm6X/CrWQ34u6w55D2gs2ABh0Bm/xKL7C9EqCvWo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mssh5eQs9yHFe9dLljg9wF8Cm0ixo6m0/LHKLzbU1+EPKoh4DNvi8ibm2ZMAUiQYE hUwEihQUO1um1OJC1kAofFF0zy6XIPe21QJ+5qtGdXjiSPLin1i1YIK8jz/QICIjtu +zdxl95D6xSJLgLNGVIEjYCJ6dXKAOPdu67+DeMg=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4RZRR6KWCHCAVOR3F34HPSLEVBNHHB6UGSKE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3269/555814959@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3269@github.com>
References: <quicwg/base-drafts/issues/3269@github.com>
Subject: Re: [quicwg/base-drafts] CONNECTION_CLOSE for unpadded Initial (#3269)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4aca571202_1de63fad8e0cd96c79675"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/StS1oXnnvucRrRWBzJ3GF1BmqQE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:02:00 -0000

----==_mimepart_5dd4aca571202_1de63fad8e0cd96c79675
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Note that our principles here mean that we aren't obligated to defend against this style of attack, but rewording here is probably a good idea.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3269#issuecomment-555814959
----==_mimepart_5dd4aca571202_1de63fad8e0cd96c79675
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Note that our principles here mean that we aren't obligated to defend against this style of attack, but rewording here is probably a good idea.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications&amp;email_token=AFTOJK7OR2ZSUSRZ3GLPPU3QUSSCLA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRALY#issuecomment-555814959">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3S2ACMHPVJTE566Y3QUSSCLANCNFSM4JPMQ5PQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK36TM2JDZTRWYUEKMDQUSSCLA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRALY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK7OR2ZSUSRZ3GLPPU3QUSSCLA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRALY#issuecomment-555814959",
"url": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK7OR2ZSUSRZ3GLPPU3QUSSCLA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRALY#issuecomment-555814959",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4aca571202_1de63fad8e0cd96c79675--


From nobody Tue Nov 19 19:03:40 2019
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 B19B61201EF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:03:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lYTwuj3srPci for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:03:37 -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 1AB301201E0 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:03:37 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 6FA3D8C0508 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:03:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219016; bh=EndQLe5dF92IeaGx/j7oVMN1ld89T36Lh/kYJPtr/3g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BB0MWeK2wXoPGuzLu6W64wsbozbFlVBxpoDyMhEoVL0NaeilAn3lzSc9pFcSMPkb1 DPAESokbY++y+eVV2anuLbdYzb6W2SS+YtqPwTtr2ZsTqxRQ1ZzcfSHzZg3q6BdQ3i rt8sC+tVqWe8jyno9HXg57obAfuaa3PouOUCEKrw=
Date: Tue, 19 Nov 2019 19:03:36 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4CTLJN2IFQFQPPC7534HPYREVBNHHB6UGSKE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3269/555815347@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3269@github.com>
References: <quicwg/base-drafts/issues/3269@github.com>
Subject: Re: [quicwg/base-drafts] CONNECTION_CLOSE for unpadded Initial (#3269)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ad085fca0_679d3fc2ef2cd96c91785"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5qTyMGE7EdjN94f4ZSkCedWzXe4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:03:39 -0000

----==_mimepart_5dd4ad085fca0_679d3fc2ef2cd96c91785
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that we've decided not to try to protect against attacks in the first flight, but this seems open up an extremely trivial attack vector that we can easily shutdown. I believe we should prevent it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3269#issuecomment-555815347
----==_mimepart_5dd4ad085fca0_679d3fc2ef2cd96c91785
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that we've decided not to try to protect against attacks in the first flight, but this seems open up an extremely trivial attack vector that we can easily shutdown. I believe we should prevent it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications&amp;email_token=AFTOJK47XNIATMBRW42QBUDQUSSIRA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRDMY#issuecomment-555815347">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2BBDRABRIP2QKVWFTQUSSIRANCNFSM4JPMQ5PQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FHRJQ5GT4L4KTJCTQUSSIRA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRDMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK47XNIATMBRW42QBUDQUSSIRA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRDMY#issuecomment-555815347",
"url": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK47XNIATMBRW42QBUDQUSSIRA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRDMY#issuecomment-555815347",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ad085fca0_679d3fc2ef2cd96c91785--


From nobody Tue Nov 19 19:04:11 2019
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 A1CDC12023E for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:04:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Pjriw6v1qTzZ for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:04:07 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61D8E1201EF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:04:07 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id BAA3FC60241 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:04:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219046; bh=4O4/5TLvGy/2Tb+mCT4qw5RmmRRKVIXbBDZf4OV3a1Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BKaHgYECrqUO8gycYcLCQunc9xKnWkcGpsHkb22IuGDa0y4gZtNAPFvcBRLT2Ml3y Xy25tGGeHANyISReGKw6FNRZfr0+FTdHRu1NzrMTAqdj34WmNhopzGgGNwJVAWp6oc W15Y8NuuD1/KQLgWg/F3aGUuGzhcMjKj06O9rbZY=
Date: Tue, 19 Nov 2019 19:04:06 -0800
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYUQHU2SMHSECV4HUN34HP2NEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555815473@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ad26abe62_6223fdfad6cd960126254"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YJDNa_BsHA0t2YkD2VfdQhbaE9k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:04:09 -0000

----==_mimepart_5dd4ad26abe62_6223fdfad6cd960126254
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Please don't do that. 6928 i experimental for a number of reasons, that's not an appropriate reference.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555815473
----==_mimepart_5dd4ad26abe62_6223fdfad6cd960126254
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Please don't do that. 6928 i experimental for a number of reasons, that's not an appropriate reference.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK4JPYRLFF7GW2JYI6TQUSSKNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQREMI#issuecomment-555815473">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ35P3FDVAZNQDRVWTQUSSKNANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XGU2QHWCMIXEC7ODQUSSKNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQREMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK4JPYRLFF7GW2JYI6TQUSSKNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQREMI#issuecomment-555815473",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK4JPYRLFF7GW2JYI6TQUSSKNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQREMI#issuecomment-555815473",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ad26abe62_6223fdfad6cd960126254--


From nobody Tue Nov 19 19:05:37 2019
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 B84D9120AE6 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:05:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uA4Y9I_QycY1 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:05:31 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B9BC120AED for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:05:31 -0800 (PST)
Date: Tue, 19 Nov 2019 19:05:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219130; bh=5pul3M9gqYFE1K8TwOb/fj1gzgr2zCPlMQ5Fzh5e6Xk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ir0Jr9kPQXI3mDEMuIDl4AUAR3G7kzz7j1xtXE9/pnMQpxlRrFkfTdMEzSwbumpgu zWnZ+qd0g2b1iWQUhE2kLgBg198TAsBtX5TkGrPFmYNRE7o6EFakt1VD97rR6rWPQM t2JA1QmQHuWI1G7U3UZyFqgVNYv5L+bxnzK8fcaU=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZCIKRH65C72TE6FBF34HP7VEVBNHHB6UGSKE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3269/555815799@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3269@github.com>
References: <quicwg/base-drafts/issues/3269@github.com>
Subject: Re: [quicwg/base-drafts] CONNECTION_CLOSE for unpadded Initial (#3269)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ad7a2a866_3aa73f9bfc4cd95c116538"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PTn_hkAlvXz3TN2LIrQWI011QcI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:05:35 -0000

----==_mimepart_5dd4ad7a2a866_3aa73f9bfc4cd95c116538
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> The draft requires that if an Initial packet is not padded, the server sends a CONNECTION_CLOSE.

Why would a server want to send a CONNECTION_CLOSE in the first place? I think dropping the packet is a perfectly valid thing to do, and in fact is preferable at such an early state in the connection.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3269#issuecomment-555815799
----==_mimepart_5dd4ad7a2a866_3aa73f9bfc4cd95c116538
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>The draft requires that if an Initial packet is not padded, the server sends a CONNECTION_CLOSE.</p>
</blockquote>
<p>Why would a server want to send a CONNECTION_CLOSE in the first place? I think dropping the packet is a perfectly valid thing to do, and in fact is preferable at such an early state in the connection.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications&amp;email_token=AFTOJK3U6V5AG35KPPVJIJTQUSSPVA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRG5Y#issuecomment-555815799">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZT2DKC6SPOQPRVCR3QUSSPVANCNFSM4JPMQ5PQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK37BTD4ONXIY5ZQJJTQUSSPVA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRG5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK3U6V5AG35KPPVJIJTQUSSPVA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRG5Y#issuecomment-555815799",
"url": "https://github.com/quicwg/base-drafts/issues/3269?email_source=notifications\u0026email_token=AFTOJK3U6V5AG35KPPVJIJTQUSSPVA5CNFSM4JPMQ5P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRG5Y#issuecomment-555815799",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ad7a2a866_3aa73f9bfc4cd95c116538--


From nobody Tue Nov 19 19:12:05 2019
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 58EB91201E0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:12:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4qFEo675LsGV for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:12:01 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0B09A12002E for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:12:01 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 656322C323B for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:12:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219520; bh=iVkIArgMAVF7z++4TWjUWGftFfyPy6saEhEd4pwr8Fk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oLoaX7coFit0v9sqDQj7bAhSxIWwkGYksU4qrU+t9yZJAZm7j8r8U1reeuI4KAoVh hKs8qQ7+r42+ABOoCTnb+4ixj26/RJ3bixikoZzVAtm9t7pC/dpnrtb/8Frt+Bk3l0 2JtiVJs+gsYgNAlVOuMD84qQMf9wglkUeDks48jA=
Date: Tue, 19 Nov 2019 19:12:00 -0800
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7OIC6MZ7DYO5OVMB534HQYBEVBNHHB4SJ2IM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3102/555817081@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3102@github.com>
References: <quicwg/base-drafts/issues/3102@github.com>
Subject: Re: [quicwg/base-drafts] Add provisional registration for all registries (#3102)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4af0055e8a_57103ffd390cd96c7717d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/XznCxWANGlKlHw7RVvPLU-csjyQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:12:02 -0000

----==_mimepart_5dd4af0055e8a_57103ffd390cd96c7717d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Does #3170 resolve this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3102#issuecomment-555817081
----==_mimepart_5dd4af0055e8a_57103ffd390cd96c7717d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Does <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514435129" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3170" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3170/hovercard" href="https://github.com/quicwg/base-drafts/pull/3170">#3170</a> resolve this?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3102?email_source=notifications&amp;email_token=AFTOJKYBEDL2UXY5MHIYXT3QUSTIBA5CNFSM4JBRNJV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRQ6I#issuecomment-555817081">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6YQFDZ4KS7IQAZZMDQUSTIBANCNFSM4JBRNJVQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYQVK2HEL4XTBD4P3TQUSTIBA5CNFSM4JBRNJV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRQ6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3102?email_source=notifications\u0026email_token=AFTOJKYBEDL2UXY5MHIYXT3QUSTIBA5CNFSM4JBRNJV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRQ6I#issuecomment-555817081",
"url": "https://github.com/quicwg/base-drafts/issues/3102?email_source=notifications\u0026email_token=AFTOJKYBEDL2UXY5MHIYXT3QUSTIBA5CNFSM4JBRNJV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRQ6I#issuecomment-555817081",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4af0055e8a_57103ffd390cd96c7717d--


From nobody Tue Nov 19 19:14:27 2019
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 CF2401201E0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:14:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 t1YS86TtR7PI for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:14:24 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C879D1201EF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:14:23 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 296B76E11C2 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:14:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219663; bh=jDmnxI2JddI0UbK7Emd7jbSoBlM+MMEAzDWw1W4vdsE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=l5c2XHx5UrhurFV2u+xb9Ky53IM9Lf3I/o29vzsLetl58W/5g4cv/G/8woWy7oBTW yrBVl2/XoWuh6o/eYDTbBig/9tnxYCzughM29XibmHHGEZ/B/IFjEKOCFmp9p/KQD0 rO2ZmpKzoJ6XqlVN7nWI2aXCeWLWjG2FKABgH8xU=
Date: Tue, 19 Nov 2019 19:14:23 -0800
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/push/4296121588@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4af8f1aec2_13f93f8df00cd95c8641a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/uNA3P3CFAxOfQrZgnMO-yWQZcUw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:14:26 -0000

----==_mimepart_5dd4af8f1aec2_13f93f8df00cd95c8641a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@DavidSchinazi pushed 1 commit.

bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c  make new key


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120/files/98c7e87650c7e4934dbe667334335233e3f8a415..bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c

----==_mimepart_5dd4af8f1aec2_13f93f8df00cd95c8641a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/DavidSchinazi" class="user-mention">@DavidSchinazi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c">bdde08d</a>  make new key</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3120/files/98c7e87650c7e4934dbe667334335233e3f8a415..bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c?email_source=notifications&amp;email_token=AFTOJK7IOICLMQATX2XXDODQUSTQ7A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4TMMJSGE2TQOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2AHYOV47KHOL5HHL3QUSTQ7ANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3OXKIJDWHVMY5PNSDQUSTQ7A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4TMMJSGE2TQOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120/files/98c7e87650c7e4934dbe667334335233e3f8a415..bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c?email_source=notifications\u0026email_token=AFTOJK7IOICLMQATX2XXDODQUSTQ7A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4TMMJSGE2TQOA",
"url": "https://github.com/quicwg/base-drafts/pull/3120/files/98c7e87650c7e4934dbe667334335233e3f8a415..bdde08d8ac2d62954dc3fb0b49322b339e5a4a5c?email_source=notifications\u0026email_token=AFTOJK7IOICLMQATX2XXDODQUSTQ7A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZDSNBZG43DMNCQOVZWQIZUGI4TMMJSGE2TQOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4af8f1aec2_13f93f8df00cd95c8641a--


From nobody Tue Nov 19 19:14:41 2019
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 565591201E0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:14:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VWWEpPRFX6wd for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:14:38 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1FE5C1201EF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:14:38 -0800 (PST)
Date: Tue, 19 Nov 2019 19:14:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219677; bh=OR4l2fdJTTDnVEI0ZvfQs0BoepSNYWdsj2kUN8uQiOc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DZeHMyImznFwjDerMOIHpO/al4TZrzJ3d+HDb47OJK+1SXKA8+sIJwCiLeOx5fnK4 60Qks1zwefs5kQtLU3aEPqYYSrGBttvZXqBXBiuk/s9RZcgxr591QBPH/k29Bm+/CJ 0MNEL6/FeAZ6AVWI74jc+aegHR8A3z9iCBTLGw7U=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2SGCHABQJZ4ILPBIN34HRB3EVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555817639@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4af9d6b3eb_6f913fce750cd9649351c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wPiNQjYLYCi6akmdu2iIICFFMg4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:14:39 -0000

----==_mimepart_5dd4af9d6b3eb_6f913fce750cd9649351c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm siding with not making this or any other TCP RFCs normative, particularly since this is an experimental RFC.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555817639
----==_mimepart_5dd4af9d6b3eb_6f913fce750cd9649351c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm siding with not making this or any other TCP RFCs normative, particularly since this is an experimental RFC.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK54CYIK66JRGELSQJTQUSTR3A5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRVJY#issuecomment-555817639">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZRWPBAPDRONP47Z7TQUSTR3ANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6O74IRZDN4H3J3F3DQUSTR3A5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRVJY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK54CYIK66JRGELSQJTQUSTR3A5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRVJY#issuecomment-555817639",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK54CYIK66JRGELSQJTQUSTR3A5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRVJY#issuecomment-555817639",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4af9d6b3eb_6f913fce750cd9649351c--


From nobody Tue Nov 19 19:17:15 2019
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 CB11E1201E0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:17:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LK0JlGwjBhBc for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:17:12 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 54F1512002E for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:17:12 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id AE9036E1272 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:17:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574219831; bh=WV9DgmnyFYoeHLzw7JHY+ZGRceOJ3LlucQ44Nd5blaw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HqO8igUOd4T3gm74YfVWarnjWZetszfwcljlNrISfx910/sxgqE7vbyVbAnHZ0mrS mOyHbKSk53TOKYMicaV7XeeDu+Ehn2mKAO0xqOMZ3jwaqigL2vN3GUxhp0RR8pvdMw nSz9mWWv9bfTZxMjVlWpt1tVaJlTMFi1k55Lz0LI=
Date: Tue, 19 Nov 2019 19:17:11 -0800
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7TAD6XJIH2ZBKAWS534HRLPEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c555818194@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b0379fa22_4c033f87adecd9603247d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i9HKDsWsiUHlUF_xebJTzQNY898>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:17:14 -0000

----==_mimepart_5dd4b0379fa22_4c033f87adecd9603247d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I've made this a separate random key to avoid the HKDF. @ekr I hope this addresses point (1).

Regarding point (2) I don't care either way but if we were to use a connection ID as the nonce I would use the original destination connection ID since that's not sent over the wire but required to be known by endpoints.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-555818194
----==_mimepart_5dd4b0379fa22_4c033f87adecd9603247d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I've made this a separate random key to avoid the HKDF. <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1111457" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a> I hope this addresses point (1).</p>
<p>Regarding point (2) I don't care either way but if we were to use a connection ID as the nonce I would use the original destination connection ID since that's not sent over the wire but required to be known by endpoints.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJK3KJY3HF2J2BMLLS23QUST3PA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ#issuecomment-555818194">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2DDXW6O5PFAPXBCQDQUST3PANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZAMXB5YM3MKFSMN4DQUST3PA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3KJY3HF2J2BMLLS23QUST3PA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ#issuecomment-555818194",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJK3KJY3HF2J2BMLLS23QUST3PA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ#issuecomment-555818194",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4b0379fa22_4c033f87adecd9603247d--


From nobody Tue Nov 19 19:23:36 2019
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 05A39120A2C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:23:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 hTiMW7P3w1dX for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:23:30 -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 590D0120A9A for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:23:30 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id A8AE08C0355 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:23:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220209; bh=U2LZrEGAm1R3MUtq0mhaDK9XD/IkteSQViQ8k8suA3I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=flmbA7SLYT46lohaMIVot/pkcbFm2YZtvDVVl+r1xq0jOCraMJqrfNyxkbD5VxJbF ETXaumNpCSGicU1/KZW2IT3gEtaPmx4N5k4RhDlTDvY9Tc4sSRsKktl5oZkgH9fnEa r8u4BPIhdsHn74Fi3baHlv2+4Ril23/IXHvTU5Po=
Date: Tue, 19 Nov 2019 19:23:29 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3OM6YTR2N7SF66TFN34HSDDEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555819489@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b1b198a0d_390d3f93720cd95c691f3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oHQw2NVVrmeQhO6hZ-ZVkg6OwX4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:23:35 -0000

----==_mimepart_5dd4b1b198a0d_390d3f93720cd95c691f3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

My concern is exactly that ... and I'll say why I think this needs thought:

RFC6828 reflects the consensus on using a larger IW, what is safe and how to use. Use of a larger initial window impacts all transports - this RFC was the first (and currently only) decision to allow more in the initial handshake period, even though that was only  EXP -  I did not see data for QUIC analysed, so I think QUIC has followed/joined that experiment, but is not itself an EXP.

If the IETF updates the decisions in RFC6298 because of safety concerns I think this impacts all protocols.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555819489
----==_mimepart_5dd4b1b198a0d_390d3f93720cd95c691f3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>My concern is exactly that ... and I'll say why I think this needs thought:</p>
<p>RFC6828 reflects the consensus on using a larger IW, what is safe and how to use. Use of a larger initial window impacts all transports - this RFC was the first (and currently only) decision to allow more in the initial handshake period, even though that was only  EXP -  I did not see data for QUIC analysed, so I think QUIC has followed/joined that experiment, but is not itself an EXP.</p>
<p>If the IETF updates the decisions in RFC6298 because of safety concerns I think this impacts all protocols.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJKZUAVSERPRQ7NB73DDQUSUTDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSDYI#issuecomment-555819489">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4V4YARGNMFYQGH3RLQUSUTDANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4IIQ6LKF2X3EDL7K3QUSUTDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSDYI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJKZUAVSERPRQ7NB73DDQUSUTDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSDYI#issuecomment-555819489",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJKZUAVSERPRQ7NB73DDQUSUTDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSDYI#issuecomment-555819489",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4b1b198a0d_390d3f93720cd95c691f3--


From nobody Tue Nov 19 19:24:30 2019
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 3E0A612023E for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:24:28 -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 c3SXIV3ALs1A for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:24:27 -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 DDC04120236 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:24:26 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 2D0268C006F for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:24:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220266; bh=UvIHHsAffSdT1aQ2RwE3UVY6nqFiMz539wvY0m1aRi4=; h=Date:From:To:Subject:From; b=lW2rCppARNqdIo52hxCemzdJju/kl+GvQt8xeTJ6zC8hdSxGiK7R3xEhPFvgzwTiQ JgESTjRdSqONOWVSrXQJ5zC+3ts0cg+TV7kvQ7dypHTw1umT9eJf/zCFJpklFDPq29 j66i33Ja8Te4N9+qUPMTybZj2iddcxHKkBpO1mjg=
Date: Tue, 19 Nov 2019 19:24:26 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/provisional/44a1cd-e4b5c8@github.com>
Subject: [quicwg/base-drafts] e4b5c8: Allow ranges
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/_c0kMteEuZUAtZwqFaJJ8FeNXdQ>
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, 20 Nov 2019 03:24:28 -0000

  Branch: refs/heads/provisional
  Home:   https://github.com/quicwg/base-drafts
  Commit: e4b5c8103a85a79e62da4b027b199b84240bfb24
      https://github.com/quicwg/base-drafts/commit/e4b5c8103a85a79e62da4b027b199b84240bfb24
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  Allow ranges



From nobody Tue Nov 19 19:24:41 2019
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 B514D12023E for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:24:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 K7-DBUzwR49Q for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:24:39 -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 1BC5D120236 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:24:39 -0800 (PST)
Date: Tue, 19 Nov 2019 19:24:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220278; bh=jTJ1Fw0PaOu1oz6suRlRD8X5msapBU46DQjD0xXE8LQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=meJU0eKPnkLFaNQmnPEWdnM5EdM5XX2FbWFR/O2VJ5xkwg1DowRW9NiMXbjL80nsn 26CnPlNRUNKRz5DKFb4LTXMdoQTGrbRYtyA4C97ZOATQkH2G0WYlAkJDo26UN3+oMX vUtxhbGTfpU+NaPKG6zYNfu3b2e/qJ+qmcANOZps=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3170/push/4296145685@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3170@github.com>
References: <quicwg/base-drafts/pull/3170@github.com>
Subject: Re: [quicwg/base-drafts] Allow provisional registrations for all registries (#3170)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b1f65b747_77143fb2bf4cd964105853"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Dzmg4HI0qPxlvsrigoilRwT7vak>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:24:41 -0000

----==_mimepart_5dd4b1f65b747_77143fb2bf4cd964105853
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

e4b5c8103a85a79e62da4b027b199b84240bfb24  Allow ranges


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3170/files/44a1cd3861501082dc24d09725212c642fae8997..e4b5c8103a85a79e62da4b027b199b84240bfb24

----==_mimepart_5dd4b1f65b747_77143fb2bf4cd964105853
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e4b5c8103a85a79e62da4b027b199b84240bfb24">e4b5c81</a>  Allow ranges</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3170/files/44a1cd3861501082dc24d09725212c642fae8997..e4b5c8103a85a79e62da4b027b199b84240bfb24?email_source=notifications&amp;email_token=AFTOJKZYL3MKFHNMVLQ7UU3QUSUXNA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGI4TMMJUGU3DQNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYJ2RRW2TTE2OZRL5DQUSUXNANCNFSM4JGUI6WQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4WP5OEZ6UYDUJ4XZTQUSUXNA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGI4TMMJUGU3DQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3170/files/44a1cd3861501082dc24d09725212c642fae8997..e4b5c8103a85a79e62da4b027b199b84240bfb24?email_source=notifications\u0026email_token=AFTOJKZYL3MKFHNMVLQ7UU3QUSUXNA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGI4TMMJUGU3DQNI",
"url": "https://github.com/quicwg/base-drafts/pull/3170/files/44a1cd3861501082dc24d09725212c642fae8997..e4b5c8103a85a79e62da4b027b199b84240bfb24?email_source=notifications\u0026email_token=AFTOJKZYL3MKFHNMVLQ7UU3QUSUXNA5CNFSM4JGUI6W2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTIMBVGM4TEM2QOVZWQIZUGI4TMMJUGU3DQNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4b1f65b747_77143fb2bf4cd964105853--


From nobody Tue Nov 19 19:25:35 2019
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 D224C120A81 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:25:26 -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 72AE5EnY9LxV for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:25:24 -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 CE475120AC8 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:25:24 -0800 (PST)
Date: Tue, 19 Nov 2019 19:25:24 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220324; bh=DvskSt8dMl9bZa1TCV7WM+cGamijmk0JMJeZAMYlXVc=; h=Date:From:To:Subject:From; b=lralVAS1l1/+K6SEuw2bnuV0EI8XhpVsCLzeghUHNyEvzCWoO1oYLvcMDuBYw1NEx vqPard60+3j1Ki7y59uZfc+xndYvyr99sfPT19NwX9c1oh8jJpsmI0Oo/gDu4xitib Yi+NT9Wt5k73tGaJpj2lWvvAKptbR7ZITyssnf3s=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b027d5-753990@github.com>
Subject: [quicwg/base-drafts] 753990: Script updating gh-pages from e4b5c810. [ci skip]
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/Dep9-b7PiHmVAdrXkXK1nKEajt4>
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, 20 Nov 2019 03:25:30 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7539900351c7623d604febc53a18c4721b6b4717
      https://github.com/quicwg/base-drafts/commit/7539900351c7623d604febc53a18c4721b6b4717
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M index.html
    M provisional/draft-ietf-quic-http.html
    M provisional/draft-ietf-quic-http.txt
    M provisional/draft-ietf-quic-invariants.html
    M provisional/draft-ietf-quic-invariants.txt
    M provisional/draft-ietf-quic-qpack.html
    M provisional/draft-ietf-quic-qpack.txt
    M provisional/draft-ietf-quic-recovery.html
    M provisional/draft-ietf-quic-recovery.txt
    M provisional/draft-ietf-quic-tls.html
    M provisional/draft-ietf-quic-tls.txt
    M provisional/draft-ietf-quic-transport.html
    M provisional/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from e4b5c810. [ci skip]



From nobody Tue Nov 19 19:27:17 2019
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 39ECC1202A0 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:27:12 -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 C7kwI4mNlTeE for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:27:11 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AE025120236 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:27:10 -0800 (PST)
Date: Tue, 19 Nov 2019 19:27:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220430; bh=q5EaE203lE/wAQSZlSwC8nxYufyaRN0bfO+1giSajeI=; h=Date:From:To:Subject:From; b=QlNV7RqByufoFbnlf8OvYz8GVVbVIAcih6gIvUISebg2qRCBYk3yH0XcbhcQ5e7Ld FaK09xugTUfj0GGAoe53EjXWtucusG1Q2tuz5oUeXfdBNJ3m5bH7Obs2tDcIKJMhNH RzBGLKyl+NgMWtHV6Q/lRExh3lY/LPQwRGHC+ZIM=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/753990-efc122@github.com>
Subject: [quicwg/base-drafts] efc122: Script updating issues at 2019-11-20T03:27:01Z. [c...
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/F2CTCvUJaRcGtq8X4m2M6ht21Xo>
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, 20 Nov 2019 03:27:15 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: efc1221468719c89e8d7ab58b2f5834d51d3a24c
      https://github.com/quicwg/base-drafts/commit/efc1221468719c89e8d7ab58b2f5834d51d3a24c
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-20T03:27:01Z. [ci skip]



From nobody Tue Nov 19 19:30:31 2019
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 0E942120236 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:30:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 56MmJOdFh0GS for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:30:28 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E62DA120220 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:30:27 -0800 (PST)
Date: Tue, 19 Nov 2019 19:30:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574220627; bh=bSSan/SaYyNJVWc1NI1+4r6Ol/qVcp7zx+Mxn0LF/KM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0RfktaShtrG6O2+vdj87ZIVY86/8yuA1svmEt2vMIOQqe1KG9+Dly5kJTbKqv3I8v nM+NSfD0cxJU2SvTAhFrwzYpcUCCiGUS4KFsPu4V/vPlPvcnafIMmxYbqHlCX2zMar YS8groCJ/gLRErjcYAdwOL7IysmrdHpgpLRu102U=
From: ekr <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LG2PXOW4DJW7VOUF34HS5HEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c555821004@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b353313ad_67d23fde196cd96445968"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ekr
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/w1l62tGBpqMFB1kFe0Cz7Z5J-Zk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:30:30 -0000

----==_mimepart_5dd4b353313ad_67d23fde196cd96445968
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Yes a random key is fine=0D
=0D
On Tue, Nov 19, 2019 at 7:17 PM David Schinazi <notifications@github.com>=
=0D
wrote:=0D
=0D
> I've made this a separate random key to avoid the HKDF. @ekr=0D
> <https://github.com/ekr> I hope this addresses point (1).=0D
>=0D
> Regarding point (2) I don't care either way but if we were to use a=0D
> connection ID as the nonce I would use the original destination connect=
ion=0D
> ID since that's not sent over the wire but required to be known by=0D
> endpoints.=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you were mentioned.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dnotific=
ations&email_token=3DAAIPLINGDZEISEC6PG2WPX3QUST3DA5CNFSM4JCAOODKYY3PNVWW=
K3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ#issuecomment-=
555818194>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/AAIPLIJY5KGC4N4CNYOB=
OTDQUST3DANCNFSM4JCAOODA>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-555821004=

----==_mimepart_5dd4b353313ad_67d23fde196cd96445968
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Yes a random key is fine<br>=0D
<br>=0D
On Tue, Nov 19, 2019 at 7:17 PM David Schinazi &lt;notifications@github.c=
om&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; I&#39;ve made this a separate random key to avoid the HKDF. @ekr<br>=
=0D
&gt; &lt;https://github.com/ekr&gt; I hope this addresses point (1).<br>=0D=

&gt;<br>=0D
&gt; Regarding point (2) I don&#39;t care either way but if we were to us=
e a<br>=0D
&gt; connection ID as the nonce I would use the original destination conn=
ection<br>=0D
&gt; ID since that&#39;s not sent over the wire but required to be known =
by<br>=0D
&gt; endpoints.<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you were mentioned.<br>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dn=
otifications&amp;email_token=3DAAIPLINGDZEISEC6PG2WPX3QUST3DA5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQRZUQ#iss=
uecomment-555818194&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/AAIPLIJY5KGC4N=
4CNYOBOTDQUST3DANCNFSM4JCAOODA&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3120?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK7BC7OHXEHWX6XALHDQUSVNHA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSPTA#issuecomment-555821004">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJK4MA6UCAYSEIMLBCR3QUSVNHANCNFSM4JCAOODA">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJK4O3FATAKK324JLXX3QUSVNH=
A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEEQSPTA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3D=
notifications\u0026email_token=3DAFTOJK7BC7OHXEHWX6XALHDQUSVNHA5CNFSM4JCA=
OODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSPTA#i=
ssuecomment-555821004",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK7BC7OHXEHWX6XALHDQUSVNHA5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQSPTA#iss=
uecomment-555821004",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd4b353313ad_67d23fde196cd96445968--


From nobody Tue Nov 19 19:53:48 2019
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 CD18E120A83 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:53:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iP99_ByNLU2A for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:53:38 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1093120935 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:53:38 -0800 (PST)
Received: from github-lowworker-f144ac1.va3-iad.github.net (github-lowworker-f144ac1.va3-iad.github.net [10.48.16.59]) by smtp.github.com (Postfix) with ESMTP id DBF8E2C0B95 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:53:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574222017; bh=bP5ksUUZFhHMdGG0j1quDb36/FEdzWnJGb/jQjEraVA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n5fjpQXYIcA3rfuEb83w5IyrwQ1IXrStmsAzxDlCW1clv9ltaHsqUBx1hzslGshq9 9aRWtrcq8083iblcC2v4Gvo5VvBZ6DTxrtPmu6cmPM4S2TiB6Iva5+o1CpdJQE+wAX 43p5qFBXsk6Y0LXLXq+/aR3w4/O/e2kOUMgTKTC8=
Date: Tue, 19 Nov 2019 19:53:37 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK347UEU4JSZKDS6PX534HVUDEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555825809@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b8c1cc749_70e3fe767ecd9641592df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eAI2Gzo5VQfB76BTE7fkmR20wpY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:53:46 -0000

----==_mimepart_5dd4b8c1cc749_70e3fe767ecd9641592df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

A down reference to an experimental RFC is not a problem. If you believe that we shouldn't be using recommendations from an experimental RFC, we should be doing IW 4.

That said, after hearing the comments at the mic today, I am now of the opinion that we don't need a *normative* reference to 6928. Having a reference to it for rationale is important, but it doesn't need to be normative.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555825809
----==_mimepart_5dd4b8c1cc749_70e3fe767ecd9641592df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>A down reference to an experimental RFC is not a problem. If you believe that we shouldn't be using recommendations from an experimental RFC, we should be doing IW 4.</p>
<p>That said, after hearing the comments at the mic today, I am now of the opinion that we don't need a <em>normative</em> reference to 6928. Having a reference to it for rationale is important, but it doesn't need to be normative.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK2FXY24OQSPZLFXYODQUSYEDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTVEI#issuecomment-555825809">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7EJ6EP6RWOTMNLS6DQUSYEDANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK33MUVSAQOOPTPVJKLQUSYEDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTVEI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK2FXY24OQSPZLFXYODQUSYEDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTVEI#issuecomment-555825809",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK2FXY24OQSPZLFXYODQUSYEDA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTVEI#issuecomment-555825809",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4b8c1cc749_70e3fe767ecd9641592df--


From nobody Tue Nov 19 19:56:09 2019
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 3D8D91201EF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:56:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 0-euUFf7ep_l for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 19:56:05 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D12B812002E for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:56:04 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id E0D5F5201B0 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 19:56:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574222163; bh=4ftwCoyKVg0Ct/RkUpfVA8MuBPeXeB3Ha3+CGLhq23M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qxXqgYdr/u0/+uCyGnii7TnCEA/1XP2UeBWFMPQNfKPmkR1u9dECrGFJDXDOmRJar 1wSOnje32V7Q/UTSZL7HVKuoGat1B2f9w3Mc+Avsr0gldpxRFvpYVGyeOyT7CJz9T6 7OK0+/3OXq6Rhf2Zbc33g5tHYsw7P0WgqVdJ41K4=
Date: Tue, 19 Nov 2019 19:56:03 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5XDDZVAGO6DN2TECV34HV5HEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555826225@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4b953d2060_6fcf3feafa4cd96470726"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2L1qLzwn12HLBXR4nI2zhtxCU_s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 03:56:08 -0000

----==_mimepart_5dd4b953d2060_6fcf3feafa4cd96470726
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Gorry: When the IETF updates decisions in 6928, it seems to me that it will affect the rationale in QUIC, whether this reference is normative or not.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555826225
----==_mimepart_5dd4b953d2060_6fcf3feafa4cd96470726
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Gorry: When the IETF updates decisions in 6928, it seems to me that it will affect the rationale in QUIC, whether this reference is normative or not.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK2NTTDHQJQYXPHSYPDQUSYNHA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTYMI#issuecomment-555826225">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6QFHOVOLU6TYBBGXLQUSYNHANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2AU5EFVCYFOHAODU3QUSYNHA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTYMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK2NTTDHQJQYXPHSYPDQUSYNHA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTYMI#issuecomment-555826225",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK2NTTDHQJQYXPHSYPDQUSYNHA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQTYMI#issuecomment-555826225",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4b953d2060_6fcf3feafa4cd96470726--


From nobody Tue Nov 19 21:50:19 2019
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 9FC5A12083C for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 21:50:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YLds-Ypy2pLM for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 21:50:16 -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 9E05C120A65 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 21:49:53 -0800 (PST)
Date: Tue, 19 Nov 2019 21:49:52 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574228993; bh=irv9UZR2KRl4xajWuoHe243k1sVGEftESW5QoigsueQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FGszb3PifSaD/I27JNCgbGIQLpTmQB7fc5Ms47OmOqfINjApmnppGawAP3uxHyJNP AgHDGhnfY/aaapTKME5RAWIjMT08hQOBj7BoS72RIcahHuxdMZSkhRdqUADao28Egi v/jlXqJbXp7yvhl4j+AvkhjisQp2OvC5eKyOEV4M=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BNXZFHMSWL3NHKNV34IDIBEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555849580@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4d400c679b_355d3f8f4becd960300090"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iQsITAk2WotMOhsrZ9TnQ-gNBns>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 05:50:18 -0000

----==_mimepart_5dd4d400c679b_355d3f8f4becd960300090
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

:-). Agree. 

So,  another way to this could be to look again at the text ("Taken from" my not be enough),  and be sure the text says the correct thing.

Gorry

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555849580
----==_mimepart_5dd4d400c679b_355d3f8f4becd960300090
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>:-). Agree.</p>
<p>So,  another way to this could be to look again at the text ("Taken from" my not be enough),  and be sure the text says the correct thing.</p>
<p>Gorry</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK3WYWJXWUNC6EHD6ODQUTFYBA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQZO3A#issuecomment-555849580">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4PIUKNPTOXMMP2BZ3QUTFYBANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ6RAQSLPPW7NPKRBLQUTFYBA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQZO3A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK3WYWJXWUNC6EHD6ODQUTFYBA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQZO3A#issuecomment-555849580",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK3WYWJXWUNC6EHD6ODQUTFYBA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQZO3A#issuecomment-555849580",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4d400c679b_355d3f8f4becd960300090--


From nobody Tue Nov 19 22:05:42 2019
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 A0DCC1202DD for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:05:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uCTqPAAP7E26 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:05:39 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1C3AC120274 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:05:39 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 541F8660E41 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:05:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574229938; bh=C3Jkd+ATnAEFg1T7DS8clrN9wLEzAqSO0uONoShQtPo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s6aj7fIZLlxBk3I8GWDsSbbF4Fi/f+i3fkOUPXM6xyx59iZZdGrqdfIxR9EMFJktH XmOr8u6cbPVj6MRRgl0MfeS29BTvkuzLd+z/z/J10Yn6wG6ef48X/uqfaFXkif8JO4 oQn7CCaZvcVdKe6SofAYDEvIwoC7hhFuOhi83ZFM=
Date: Tue, 19 Nov 2019 22:05:38 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3VBD23MV62HZGJKBV34IFDFEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/319520311@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4d7b245bb2_76e93f932c8cd968239519"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/R_454KkybK_OhGyl5tavUlx_fvE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:05:40 -0000

----==_mimepart_5dd4d7b245bb2_76e93f932c8cd968239519
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe
+time out {{pto}} to ensure it receives acknowledgements. This section

```suggestion
timeouts {{pto}} to ensure it receives acknowledgements. This section
```

> @@ -359,8 +354,9 @@ rttvar = 3/4 * rttvar + 1/4 * rttvar_sample
 
 # Loss Detection {#loss-detection}
 
-QUIC senders use both ack information and timeouts to detect lost packets, and
-this section provides a description of these algorithms.
+QUIC senders use acknowledgements to detect lost packets, and a probe

```suggestion
A QUIC sender uses acknowledgements to detect lost packets, and probe
```

> @@ -549,9 +544,7 @@ expired, the sender SHOULD send ack-eliciting packets from other packet
 number spaces with in-flight data, coalescing packets if possible.
 
 When the PTO timer expires, and there is new or previously sent unacknowledged
-data, it MUST be sent.  Data that was previously sent with Initial encryption
-MUST be sent before Handshake data and data previously sent at Handshake
-encryption MUST be sent before any ApplicationData data.

Why are you removing this text?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#pullrequestreview-319520311
----==_mimepart_5dd4d7b245bb2_76e93f932c8cd968239519
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3234#discussi=
on_r348299963">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -359,8 +354,9 @@ rttvar =3D 3/4 * rttva=
r + 1/4 * rttvar_sample=0D
 =0D
 # Loss Detection {#loss-detection}=0D
 =0D
-QUIC senders use both ack information and timeouts to detect lost packet=
s, and=0D
-this section provides a description of these algorithms.=0D
+QUIC senders use acknowledgements to detect lost packets, and a probe=0D=

+time out {{pto}} to ensure it receives acknowledgements. This section=0D=

</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-time out {{pto}} to ensure it receives acknow=
ledgements. This section=0D
+timeouts {{pto}} to ensure it receives acknowledgements. This section=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3234#discussi=
on_r348300052">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -359,8 +354,9 @@ rttvar =3D 3/4 * rttva=
r + 1/4 * rttvar_sample=0D
 =0D
 # Loss Detection {#loss-detection}=0D
 =0D
-QUIC senders use both ack information and timeouts to detect lost packet=
s, and=0D
-this section provides a description of these algorithms.=0D
+QUIC senders use acknowledgements to detect lost packets, and a probe=0D=

</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-QUIC senders use acknowledgements to detect l=
ost packets, and a probe=0D
+A QUIC sender uses acknowledgements to detect lost packets, and probe=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3234#discussi=
on_r348304354">draft-ietf-quic-recovery.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -549,9 +544,7 @@ expired, the sender SH=
OULD send ack-eliciting packets from other packet=0D
 number spaces with in-flight data, coalescing packets if possible.=0D
 =0D
 When the PTO timer expires, and there is new or previously sent unacknow=
ledged=0D
-data, it MUST be sent.  Data that was previously sent with Initial encry=
ption=0D
-MUST be sent before Handshake data and data previously sent at Handshake=
=0D
-encryption MUST be sent before any ApplicationData data.=0D
</pre>=0D
<p>Why are you removing this text?</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3234?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6UWGP4WO2AAK6WT3DQUTHTFA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMFX4NY#pullrequestreview-319520311=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK2K3VRVX43PY4WQWT3QUTHTFANCNFSM4JN7ANTA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKYGPGYPBSA6=
LT7TFNDQUTHTFA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCMFX4NY.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=3D=
notifications\u0026email_token=3DAFTOJK6UWGP4WO2AAK6WT3DQUTHTFA5CNFSM4JN7=
ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
MFX4NY#pullrequestreview-319520311",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6UWGP4WO2AAK6WT3DQUTHTFA5CNFSM4JN7AN=
TKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMF=
X4NY#pullrequestreview-319520311",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd4d7b245bb2_76e93f932c8cd968239519--


From nobody Tue Nov 19 22:08:59 2019
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 1F9E1120274 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:08:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 twVXNua0f0ll for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:08:52 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A55561202DD for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:08:52 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id D27A4520476 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:08:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230131; bh=W89bKSfWoH4w+LgTvllZQRx7zATeCmWlp7tVZ5o2its=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NZmeF8h18spOOeSkaEW3IpNgJc6DE7+gv3zSQc8v8lPVv+jFB7asubzkVuS+41UWv 4XY+qg8ifF57SwEyXKyUB9Xnv2qAheml0TrEhuKkvdc+GAQGOvIglFkWA6B+lB4XqL 6GjUvmkmRuP2tBYuJHcx7ehcJec5Hbo+/zPVlvck=
Date: Tue, 19 Nov 2019 22:08:51 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK32WEYH7HHJGV4TUBF34IFPHEVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555854598@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4d873c354d_aa03f9b002cd960377789"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CFM9Cx4udwXGS8ksHtMAvwAkD98>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:08:54 -0000

----==_mimepart_5dd4d873c354d_aa03f9b002cd960377789
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yeah, it should be super uncommon for a client to send a CONNECTION_CLOSE in Initial, and I don't think the cost of padding it is terribly high in that uncommon case. I think keeping it simple is probably best here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555854598
----==_mimepart_5dd4d873c354d_aa03f9b002cd960377789
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Yeah, it should be super uncommon for a client to send a CONNECTION_CLOSE in Initial, and I don't think the cost of padding it is terribly high in that uncommon case. I think keeping it simple is probably best here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK6FOZLITYXFGBLGT3TQUTH7HA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ2WBQ#issuecomment-555854598">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3LH32W5CMAPAO2VU3QUTH7HANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3V3LYSUEG32NRX3QTQUTH7HA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ2WBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK6FOZLITYXFGBLGT3TQUTH7HA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ2WBQ#issuecomment-555854598",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK6FOZLITYXFGBLGT3TQUTH7HA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ2WBQ#issuecomment-555854598",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4d873c354d_aa03f9b002cd960377789--


From nobody Tue Nov 19 22:14:03 2019
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 35C93120802 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:14:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NE2w34kL1VIp for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:14:00 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C5A6E1202DD for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:13:59 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id E74D0A0050 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:13:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230438; bh=hkLx7Ha3qAGkIqiSFwAoyR67aP11U0J67lndxGU6foQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=INuttnUVHWCQkzQXyZWP3VHQhsUX6Hr+PTBeKlrlRea+q0y01XarbH4m0aqPDvKit xJ7dgh+4Crxw95hB2VRAXdj3bPte3/roETG0eXsH9ZnqWHLuHtuHdYpeafZMDusfbX tJm/jcsBFobPrryQiRyYxdFvjrGZB3PzfcA6v5sg=
Date: Tue, 19 Nov 2019 22:13:58 -0800
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQSTTECBDBPNEHOEV34IGCNEVBNHHB6OU3EY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3245/555855947@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3245@github.com>
References: <quicwg/base-drafts/issues/3245@github.com>
Subject: Re: [quicwg/base-drafts] Make RFC 6928 normative (#3245)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4d9a6d89e5_5ca23ff0e86cd964340594"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5zJiPGmfWUU9xDE-goidtx3td2Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:14:01 -0000

----==_mimepart_5dd4d9a6d89e5_5ca23ff0e86cd964340594
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

:-) Agree.

Since the WG chooses to keep the ref as Informative, could we choose clearer words rather than "Taken from"? ....  Initial suggestion to start with:
"This follows the analysis and recommendations in [RC6928], increasing the byte limit to account for the smaller 8 byte overhead of UDP compared to the overhead for TCP". 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3245#issuecomment-555855947
----==_mimepart_5dd4d9a6d89e5_5ca23ff0e86cd964340594
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>:-) Agree.</p>
<p>Since the WG chooses to keep the ref as Informative, could we choose clearer words rather than "Taken from"? ....  Initial suggestion to start with:<br>
"This follows the analysis and recommendations in [RC6928], increasing the byte limit to account for the smaller 8 byte overhead of UDP compared to the overhead for TCP".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications&amp;email_token=AFTOJK56BRWVJ4XMVCLXDEDQUTISNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ3ASY#issuecomment-555855947">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4XIYZXO3F4WI6NBZLQUTISNANCNFSM4JOIFRFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6H7S6GYKCCNG4RBNLQUTISNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ3ASY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK56BRWVJ4XMVCLXDEDQUTISNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ3ASY#issuecomment-555855947",
"url": "https://github.com/quicwg/base-drafts/issues/3245?email_source=notifications\u0026email_token=AFTOJK56BRWVJ4XMVCLXDEDQUTISNA5CNFSM4JOIFRF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ3ASY#issuecomment-555855947",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4d9a6d89e5_5ca23ff0e86cd964340594--


From nobody Tue Nov 19 22:21:30 2019
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 AF979120802 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 hhLPQ0uK2VaT for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:25 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 595FF120125 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:25 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 810DDC607F1 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230884; bh=HNYjavTQW+Ta/Ktiowe4MwbDByl1K+GeCQ1W5EHIGGg=; h=Date:From:To:Subject:From; b=CKpObpO1pPynuQdasUmbyLEy41Nhr4+VYVd0bnsfYE71aN3uTph5JUk46QI6iTNKH njqJOYQXWpnj5M224pPJNMIiRzt+PKpT0BhoTeNGz+qwpcIR6hK8e2MC3TuHPvldHF Ac2PwIDWIKw1llt7KFfQc6KQbU3LxMeCEAHDKyMQ=
Date: Tue, 19 Nov 2019 22:21:24 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/cae4f4-5dcb47@github.com>
Subject: [quicwg/base-drafts] 5dcb47: Update draft-ietf-quic-recovery.md
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/Nfgm3O34pubE20x6b8ts3ccz1zI>
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, 20 Nov 2019 06:21:27 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5dcb4782f027a9d3577db6cfacbc68662520b48a
      https://github.com/quicwg/base-drafts/commit/5dcb4782f027a9d3577db6cfacbc68662520b48a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

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

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



From nobody Tue Nov 19 22:21:35 2019
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 955D6120125 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 z69bh4lfU6UY for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:33 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1BADC120802 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:33 -0800 (PST)
Date: Tue, 19 Nov 2019 22:21:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230892; bh=ceNUNjfUQJO+G5+HZ4/pg4lD1nwG+rMLR3Q0+PrU0jc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VXNQeE2LFjpiqYAjk7/tjb+sDi4gbof8BoqygMq1CrNFrxDyES7XjcMWjYnoD7axZ x6qAhdUbYP6SUXCNgokJ290hhxiQZWHUn3vb1oZDRfx9ALWRtvjY1s5xm7OoAu7U9s h/EdWIAJuXaqcE3um06DI2AWq8idsDN4b23MLLpg=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4296558470@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4db6c3d188_28703fa2792cd96c208576"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PC3JPu56Arlxfdkw2y8dfS_Bgf4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:21:34 -0000

----==_mimepart_5dd4db6c3d188_28703fa2792cd96c208576
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

5dcb4782f027a9d3577db6cfacbc68662520b48a  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/cae4f4f5ae14fd93a3797bbdc135facffc639453..5dcb4782f027a9d3577db6cfacbc68662520b48a

----==_mimepart_5dd4db6c3d188_28703fa2792cd96c208576
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/5dcb4782f027a9d3577db6cfacbc68662520b48a">5dcb478</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/cae4f4f5ae14fd93a3797bbdc135facffc639453..5dcb4782f027a9d3577db6cfacbc68662520b48a?email_source=notifications&amp;email_token=AFTOJK2M62YS7X6BRDK5IWTQUTJOZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHA2DOMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYOUTBET6GGPAXCNZDQUTJOZANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5EPQRGUHEYKHPTB63QUTJOZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHA2DOMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/cae4f4f5ae14fd93a3797bbdc135facffc639453..5dcb4782f027a9d3577db6cfacbc68662520b48a?email_source=notifications\u0026email_token=AFTOJK2M62YS7X6BRDK5IWTQUTJOZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHA2DOMA",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/cae4f4f5ae14fd93a3797bbdc135facffc639453..5dcb4782f027a9d3577db6cfacbc68662520b48a?email_source=notifications\u0026email_token=AFTOJK2M62YS7X6BRDK5IWTQUTJOZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHA2DOMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4db6c3d188_28703fa2792cd96c208576--


From nobody Tue Nov 19 22:21:46 2019
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 94297120802 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 M2pWlDy0Bonc for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:42 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF6EB120125 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:42 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id F31B896056C for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230901; bh=LCIwWs77Y5UUywiRK3fBguSXkF+93CUs+Vfnk0mgHek=; h=Date:From:To:Subject:From; b=HDqLCYTaJ8r3qPa0RwjUxzcG4ftvhtr95JLCxikWsY47Subo6mmlIhoMqI5digzR7 uuqLRZU7n/VoNTf5YdMcc9RUWqiQ+BvNQJ/zEHLSChtxF7NMoTc8sJL3RIqreHqv25 8P1L0+A4arxwJJkpcR+8o4BBCJhOfy8BXkKQLbxQ=
Date: Tue, 19 Nov 2019 22:21:41 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/5dcb47-9725db@github.com>
Subject: [quicwg/base-drafts] 9725db: Update draft-ietf-quic-recovery.md
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/BcmidnQDbfwmBPw02WFF7jyPkig>
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, 20 Nov 2019 06:21:45 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9725dba1ba63f222e5b087d9c13d8a5a82554770
      https://github.com/quicwg/base-drafts/commit/9725dba1ba63f222e5b087d9c13d8a5a82554770
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

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

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



From nobody Tue Nov 19 22:21:54 2019
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 52EE1120807 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.381
X-Spam-Level: 
X-Spam-Status: No, score=-6.381 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NDHJK8gczF4O for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:21:52 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB53D120802 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:21:51 -0800 (PST)
Date: Tue, 19 Nov 2019 22:21:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230910; bh=nWbxbc+pPoGf46tpRcr/vbI00mAenoLV5ySBaw96ESU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CaWhdlOSxdWdJ3Dvr2ln9YmmljAgIIU2OmngERhAaQj85inpgkaEumzuDwhSmNP/k rCmXObTFjwaw5Q2ryJUSAOQlJ+Z5jtG4DZ6C973Jbdrm1spfTKXNmZqq1O5KBUn4M8 KmWIxik6Pz17KE3UgGM36XUVYPomPG3/ySvVSCh0=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4296559297@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4db7e6f238_7da73fcaa4ccd964388573"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tW3q2JGl0KkMbv5Rdczaq1lZ5Is>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:21:53 -0000

----==_mimepart_5dd4db7e6f238_7da73fcaa4ccd964388573
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett pushed 1 commit.

9725dba1ba63f222e5b087d9c13d8a5a82554770  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/5dcb4782f027a9d3577db6cfacbc68662520b48a..9725dba1ba63f222e5b087d9c13d8a5a82554770

----==_mimepart_5dd4db7e6f238_7da73fcaa4ccd964388573
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/ianswett" class="user-mention">@ianswett</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9725dba1ba63f222e5b087d9c13d8a5a82554770">9725dba</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/5dcb4782f027a9d3577db6cfacbc68662520b48a..9725dba1ba63f222e5b087d9c13d8a5a82554770?email_source=notifications&amp;email_token=AFTOJK26ED45RMIW2BB7ULLQUTJP5A5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHEZDSNY">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYGDFLRBUJF7SXWMI3QUTJP5ANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3YH6ZJA5TX533YXBLQUTJP5A5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHEZDSNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/5dcb4782f027a9d3577db6cfacbc68662520b48a..9725dba1ba63f222e5b087d9c13d8a5a82554770?email_source=notifications\u0026email_token=AFTOJK26ED45RMIW2BB7ULLQUTJP5A5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHEZDSNY",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/5dcb4782f027a9d3577db6cfacbc68662520b48a..9725dba1ba63f222e5b087d9c13d8a5a82554770?email_source=notifications\u0026email_token=AFTOJK26ED45RMIW2BB7ULLQUTJP5A5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNJVHEZDSNY",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4db7e6f238_7da73fcaa4ccd964388573--


From nobody Tue Nov 19 22:22:46 2019
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 1A7CD120A90 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:22:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yS3sPrxqGZUV for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:22:36 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 790B212097F for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:22:36 -0800 (PST)
Date: Tue, 19 Nov 2019 22:22:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574230955; bh=NQUWpjHdm4tjwWe0y95eRRZi8+j1lWioH1o8xbogp+M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XoCyOJTTDKM7kxdXTfdKDOkcYn+eCRZVOcI0EbXDSYLbCOoR7cDu9A5rReyUNb0h0 jM66+HYZlyiOuSRJXmAEPuh0Vi6DV58tqG7YL1cyvuflyV5F+Yanbg0rLfZyXPu4Ql N8pwhz0LeuZv/ZxBSohMtl4D3c4LbOa48u4WpXog=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZMI36C3GTFJ2LVOI534IHCXEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/319570623@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4dbabc2db0_67cc3fde196cd96425147b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/apnAgJjuU00wbPSzxVm29W9FBf8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:22:41 -0000

----==_mimepart_5dd4dbabc2db0_67cc3fde196cd96425147b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -549,9 +544,7 @@ expired, the sender SHOULD send ack-eliciting packets from other packet
 number spaces with in-flight data, coalescing packets if possible.
 
 When the PTO timer expires, and there is new or previously sent unacknowledged
-data, it MUST be sent.  Data that was previously sent with Initial encryption
-MUST be sent before Handshake data and data previously sent at Handshake
-encryption MUST be sent before any ApplicationData data.

This should have been removed in #3066, but was missed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#discussion_r348307953
----==_mimepart_5dd4dbabc2db0_67cc3fde196cd96425147b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r348307953">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -549,9 +544,7 @@ expired, the sender SHOULD send ack-eliciting packets from other packet
 number spaces with in-flight data, coalescing packets if possible.
 
 When the PTO timer expires, and there is new or previously sent unacknowledged
-data, it MUST be sent.  Data that was previously sent with Initial encryption
-MUST be sent before Handshake data and data previously sent at Handshake
-encryption MUST be sent before any ApplicationData data.
</pre>
<p>This should have been removed in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a>, but was missed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK5N7RRUFAOZ5DHTEJDQUTJSXA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGEFPY#discussion_r348307953">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK76LCOFOYRL6UA6Y23QUTJSXANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3D24BBWPCGXNAFG2LQUTJSXA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGEFPY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK5N7RRUFAOZ5DHTEJDQUTJSXA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGEFPY#discussion_r348307953",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK5N7RRUFAOZ5DHTEJDQUTJSXA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGEFPY#discussion_r348307953",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4dbabc2db0_67cc3fde196cd96425147b--


From nobody Tue Nov 19 22:59:54 2019
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 C92F812080F for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:59:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 QG0xczT57uWG for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 22:59:38 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DE0B120801 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 22:59:38 -0800 (PST)
Date: Tue, 19 Nov 2019 22:59:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574233176; bh=0EKa06Z6d3yr7GJeqEXRT5apXQhGzzVJOoK96mS1lGU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cE0AHON3H2OArOfGSZ/uvn6h0ZI40xasIxeYpCh8nePRgQClQRS85JEDq/LiAf87G yAtSALwH91w7EjqYVlsVkdDH11fSZ3gotbo7h6A0X3nBP9y/MupIf7W5QVgRNY0uWc eFCO2Z5z2sIc4RvLRGRqmuEFLGjG/BZXa5Ey2Plk=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3GGGBCHDZL3OEV4BF34ILNREVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3255/555867556@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4e45844f03_108a3fee08ecd96c49649"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AIgZlr21-Azjz_k9_0u_fQS0c0U>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 06:59:42 -0000

----==_mimepart_5dd4e45844f03_108a3fee08ecd96c49649
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The far most likely case of a server receiving a CONNECTION_CLOSE is a middlebox trying to disrupt the handshake (i.e. RST injection). I do not think we should help them by relaxing the full-size padding requirement.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#issuecomment-555867556
----==_mimepart_5dd4e45844f03_108a3fee08ecd96c49649
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The far most likely case of a server receiving a CONNECTION_CLOSE is a middlebox trying to disrupt the handshake (i.e. RST injection). I do not think we should help them by relaxing the full-size padding requirement.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJK2K6OP4DW5756ONTE3QUTN5RA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ53JA#issuecomment-555867556">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBV24D6FZ2JCW3U73QUTN5RANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4Y7HEWQWTFOLEZ333QUTN5RA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ53JA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK2K6OP4DW5756ONTE3QUTN5RA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ53JA#issuecomment-555867556",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJK2K6OP4DW5756ONTE3QUTN5RA5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEQ53JA#issuecomment-555867556",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4e45844f03_108a3fee08ecd96c49649--


From nobody Tue Nov 19 23:01:21 2019
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 7B28A12081B for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:01:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nwg2Z84rKtFz for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:00:56 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 203B5120818 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:00:56 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id 494CE660455 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:00:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574233255; bh=sFbmgNi98Q2AlFvpPLg5Y+m8ZqyW+Mf0ym8rkg69yLc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f6VTL2iokdvlyRPPa4viAgq10ftNXEj34vx3tAXe/A5jr2/q4faC5wRT9cSY4jWp2 xlURsVkff0Y4hfgJfkub+/lV2DTk9Yay9msJwE8JNJGFf74zPH4wrUm4HQqxoH3EmZ 3wvPBttvYSajuMF0LrQoYWiTEt4dDvk8W+mScQ4M=
Date: Tue, 19 Nov 2019 23:00:55 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK264XEM4Q4HWBJ7OF534ILSPEVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/review/319580505@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4e4a739e2c_43873fa334acd96c72933"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/No74BrTO5M3lOJH0AX0rleKtRvE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:01:01 -0000

----==_mimepart_5dd4e4a739e2c_43873fa334acd96c72933
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

some editorializing

> @@ -3410,27 +3410,22 @@ later time in the connection.
 The QUIC packet size includes the QUIC header and protected payload, but not the
 UDP or IP header.
 
-Clients MUST ensure they send the first Initial packet in a single IP packet.
-Similarly, the first Initial packet sent after receiving a Retry packet MUST be
-sent in a single IP packet.
-
-The payload of a UDP datagram carrying the first Initial packet MUST be expanded
-to at least 1200 bytes, by adding PADDING frames to the Initial packet and/or by
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP datagram
-of this size ensures that the network path supports a reasonable Maximum
-Transmission Unit (MTU), and helps reduce the amplitude of amplification attacks
-caused by server responses toward an unverified client address; see
+The payload of a UDP datagram carrying Initial packets from a client MUST be

I would suggest making this active. "A client MUST expand the payload of all UDP datagrams carrying Initial packets to at least 1200 bytes, by adding PADDING ..."

> @@ -3410,27 +3410,22 @@ later time in the connection.
 The QUIC packet size includes the QUIC header and protected payload, but not the
 UDP or IP header.
 
-Clients MUST ensure they send the first Initial packet in a single IP packet.
-Similarly, the first Initial packet sent after receiving a Retry packet MUST be
-sent in a single IP packet.
-
-The payload of a UDP datagram carrying the first Initial packet MUST be expanded
-to at least 1200 bytes, by adding PADDING frames to the Initial packet and/or by
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP datagram
-of this size ensures that the network path supports a reasonable Maximum
-Transmission Unit (MTU), and helps reduce the amplitude of amplification attacks
-caused by server responses toward an unverified client address; see
+The payload of a UDP datagram carrying Initial packets from a client MUST be
+expanded to at least 1200 bytes, by adding PADDING frames to the Initial packet
+and/or by coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP
+datagram of this size ensures that the network path supports a reasonable

```suggestion
datagram of this size ensures that the network path from the client to the server supports a reasonable
```

> @@ -3410,27 +3410,22 @@ later time in the connection.
 The QUIC packet size includes the QUIC header and protected payload, but not the
 UDP or IP header.
 
-Clients MUST ensure they send the first Initial packet in a single IP packet.
-Similarly, the first Initial packet sent after receiving a Retry packet MUST be
-sent in a single IP packet.
-
-The payload of a UDP datagram carrying the first Initial packet MUST be expanded
-to at least 1200 bytes, by adding PADDING frames to the Initial packet and/or by
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP datagram
-of this size ensures that the network path supports a reasonable Maximum
-Transmission Unit (MTU), and helps reduce the amplitude of amplification attacks
-caused by server responses toward an unverified client address; see
+The payload of a UDP datagram carrying Initial packets from a client MUST be
+expanded to at least 1200 bytes, by adding PADDING frames to the Initial packet
+and/or by coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP
+datagram of this size ensures that the network path supports a reasonable
+Maximum Transmission Unit (MTU), and helps reduce the amplitude of amplification

```suggestion
Maximum Transmission Unit (MTU). It also helps reduce the amplitude of amplification
```

>  {{address-validation}}.
 
-The datagram containing the first Initial packet from a client MAY exceed 1200
-bytes if the client believes that the Path Maximum Transmission Unit (PMTU)
-supports the size that it chooses.
+These datagrams containing Initial packets MAY exceed 1200 bytes if the client

```suggestion
Datagrams containing Initial packets MAY exceed 1200 bytes if the client
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#pullrequestreview-319580505
----==_mimepart_5dd4e4a739e2c_43873fa334acd96c72933
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>some editorializing</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3262#discussi=
on_r348313876">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3410,27 +3410,22 @@ later time in the =
connection.=0D
 The QUIC packet size includes the QUIC header and protected payload, but=
 not the=0D
 UDP or IP header.=0D
 =0D
-Clients MUST ensure they send the first Initial packet in a single IP pa=
cket.=0D
-Similarly, the first Initial packet sent after receiving a Retry packet =
MUST be=0D
-sent in a single IP packet.=0D
-=0D
-The payload of a UDP datagram carrying the first Initial packet MUST be =
expanded=0D
-to at least 1200 bytes, by adding PADDING frames to the Initial packet a=
nd/or by=0D
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP d=
atagram=0D
-of this size ensures that the network path supports a reasonable Maximum=
=0D
-Transmission Unit (MTU), and helps reduce the amplitude of amplification=
 attacks=0D
-caused by server responses toward an unverified client address; see=0D
+The payload of a UDP datagram carrying Initial packets from a client MUS=
T be=0D
</pre>=0D
<p>I would suggest making this active. "A client MUST expand the payload =
of all UDP datagrams carrying Initial packets to at least 1200 bytes, by =
adding PADDING ..."</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3262#discussi=
on_r348314731">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3410,27 +3410,22 @@ later time in the =
connection.=0D
 The QUIC packet size includes the QUIC header and protected payload, but=
 not the=0D
 UDP or IP header.=0D
 =0D
-Clients MUST ensure they send the first Initial packet in a single IP pa=
cket.=0D
-Similarly, the first Initial packet sent after receiving a Retry packet =
MUST be=0D
-sent in a single IP packet.=0D
-=0D
-The payload of a UDP datagram carrying the first Initial packet MUST be =
expanded=0D
-to at least 1200 bytes, by adding PADDING frames to the Initial packet a=
nd/or by=0D
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP d=
atagram=0D
-of this size ensures that the network path supports a reasonable Maximum=
=0D
-Transmission Unit (MTU), and helps reduce the amplitude of amplification=
 attacks=0D
-caused by server responses toward an unverified client address; see=0D
+The payload of a UDP datagram carrying Initial packets from a client MUS=
T be=0D
+expanded to at least 1200 bytes, by adding PADDING frames to the Initial=
 packet=0D
+and/or by coalescing the Initial packet (see {{packet-coalesce}}). Sendi=
ng a UDP=0D
+datagram of this size ensures that the network path supports a reasonabl=
e=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-datagram of this size ensures that the networ=
k path supports a reasonable=0D
+datagram of this size ensures that the network path from the client to t=
he server supports a reasonable=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3262#discussi=
on_r348315588">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3410,27 +3410,22 @@ later time in the =
connection.=0D
 The QUIC packet size includes the QUIC header and protected payload, but=
 not the=0D
 UDP or IP header.=0D
 =0D
-Clients MUST ensure they send the first Initial packet in a single IP pa=
cket.=0D
-Similarly, the first Initial packet sent after receiving a Retry packet =
MUST be=0D
-sent in a single IP packet.=0D
-=0D
-The payload of a UDP datagram carrying the first Initial packet MUST be =
expanded=0D
-to at least 1200 bytes, by adding PADDING frames to the Initial packet a=
nd/or by=0D
-coalescing the Initial packet (see {{packet-coalesce}}). Sending a UDP d=
atagram=0D
-of this size ensures that the network path supports a reasonable Maximum=
=0D
-Transmission Unit (MTU), and helps reduce the amplitude of amplification=
 attacks=0D
-caused by server responses toward an unverified client address; see=0D
+The payload of a UDP datagram carrying Initial packets from a client MUS=
T be=0D
+expanded to at least 1200 bytes, by adding PADDING frames to the Initial=
 packet=0D
+and/or by coalescing the Initial packet (see {{packet-coalesce}}). Sendi=
ng a UDP=0D
+datagram of this size ensures that the network path supports a reasonabl=
e=0D
+Maximum Transmission Unit (MTU), and helps reduce the amplitude of ampli=
fication=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Maximum Transmission Unit (MTU), and helps re=
duce the amplitude of amplification=0D
+Maximum Transmission Unit (MTU). It also helps reduce the amplitude of a=
mplification=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3262#discussi=
on_r348317084">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  {{address-validation}}.=0D
 =0D
-The datagram containing the first Initial packet from a client MAY excee=
d 1200=0D
-bytes if the client believes that the Path Maximum Transmission Unit (PM=
TU)=0D
-supports the size that it chooses.=0D
+These datagrams containing Initial packets MAY exceed 1200 bytes if the =
client=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-These datagrams containing Initial packets MA=
Y exceed 1200 bytes if the client=0D
+Datagrams containing Initial packets MAY exceed 1200 bytes if the client=
=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3262?email_source=3Dnotifications&amp;email_token=3DA=
FTOJKZK4ZUXKSKRTRY2ACLQUTOCPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGGSWI#pullrequestreview-319580505=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK542S2YPSUBZVYN4VDQUTOCPANCNFSM4JO4EVVA">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJKZ5FVGZ4OVL=
576Y4LTQUTOCPA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCMGGSWI.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=3D=
notifications\u0026email_token=3DAFTOJKZK4ZUXKSKRTRY2ACLQUTOCPA5CNFSM4JO4=
EVVKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
MGGSWI#pullrequestreview-319580505",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=3Dno=
tifications\u0026email_token=3DAFTOJKZK4ZUXKSKRTRY2ACLQUTOCPA5CNFSM4JO4EV=
VKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMG=
GSWI#pullrequestreview-319580505",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd4e4a739e2c_43873fa334acd96c72933--


From nobody Tue Nov 19 23:02:45 2019
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 EBF3712081D for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:02:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9tAN4V-J_Rlr for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:02:37 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2670312081B for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:02:37 -0800 (PST)
Received: from github-lowworker-56fcc46.va3-iad.github.net (github-lowworker-56fcc46.va3-iad.github.net [10.48.102.32]) by smtp.github.com (Postfix) with ESMTP id 540971C02FD for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:02:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574233356; bh=RvjbZbAeXQuvi75y2C94b0LOMSSDrdvQNcQ2CIW+Nx4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p7n1HgQGYwQaRhXrKm5QJgqqQxg9b0Vdpp4+QrRr6NB4O6PDRrYzSsWXL0QUKCDTb CUaS9XG/kPE3+SkdPxosy4kF9yP6cM5S0BKPkGbuFr4oRv/L2EqlhntC9i9hRRaIW8 tcDRHsoa/qW0XUE9zTgscpxEMqsEuL0ktdVRzU0A=
Date: Tue, 19 Nov 2019 23:02:36 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJ4DLMO3JB3O2X4Z534ILYZEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/319585523@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4e50c459ee_44093fe57d2cd95c109140"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Sjgls3aQLoi8G_7QtA-KaGvOkEY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:02:39 -0000

----==_mimepart_5dd4e50c459ee_44093fe57d2cd95c109140
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -549,9 +544,7 @@ expired, the sender SHOULD send ack-eliciting packets from other packet
 number spaces with in-flight data, coalescing packets if possible.
 
 When the PTO timer expires, and there is new or previously sent unacknowledged
-data, it MUST be sent.  Data that was previously sent with Initial encryption
-MUST be sent before Handshake data and data previously sent at Handshake
-encryption MUST be sent before any ApplicationData data.

Ah, right, of course.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#discussion_r348317847
----==_mimepart_5dd4e50c459ee_44093fe57d2cd95c109140
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3234#discussion_r348317847">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -549,9 +544,7 @@ expired, the sender SHOULD send ack-eliciting packets from other packet
 number spaces with in-flight data, coalescing packets if possible.
 
 When the PTO timer expires, and there is new or previously sent unacknowledged
-data, it MUST be sent.  Data that was previously sent with Initial encryption
-MUST be sent before Handshake data and data previously sent at Handshake
-encryption MUST be sent before any ApplicationData data.
</pre>
<p>Ah, right, of course.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK7L4PWYWZPCTAAZCRLQUTOIZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGHZ4Y#discussion_r348317847">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK576KJLD5T26VUA4UDQUTOIZANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RRCYDABIWNYPJPN3QUTOIZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGHZ4Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK7L4PWYWZPCTAAZCRLQUTOIZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGHZ4Y#discussion_r348317847",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK7L4PWYWZPCTAAZCRLQUTOIZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGHZ4Y#discussion_r348317847",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4e50c459ee_44093fe57d2cd95c109140--


From nobody Tue Nov 19 23:02:50 2019
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 E0C7312081D for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:02:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tEqp23nTEudf for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:02:41 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84DDD12081B for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:02:41 -0800 (PST)
Date: Tue, 19 Nov 2019 23:02:40 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574233360; bh=oDS/gE0xx0Z5obHOoFTWyTDhu0FNt1vTUxitcPuj4JY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1rFBx91U/EvY0u5Q2Z806jeZdJqk3hpx16mlsW4dvDAd2b97vlZWLNj0juihAIyMs G+VW8+guHEjSxBWrUdKEYGkMm+pT+4HM2dkZh1clh88kY+LgvJRjbfxquzdSXx6VYD rnACTM+LsokTmv7voSQqHTxFDRYlwdYiQ1ArdurM=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IVZGTIE7LXESJ4AV34ILZBEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/review/319585558@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4e510c56f1_22803fb8f1ecd96810309b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jNPBdQ6ZZuvSDIZqyVDjU9sT3hg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:02:44 -0000

----==_mimepart_5dd4e510c56f1_22803fb8f1ecd96810309b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#pullrequestreview-319585558
----==_mimepart_5dd4e510c56f1_22803fb8f1ecd96810309b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK4HAXBVWW5MMFPAMITQUTOJBA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGH2FQ#pullrequestreview-319585558">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZNMLZYRLSOXRRNNZ3QUTOJBANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2WNSBJ4OPN55GWQYDQUTOJBA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGH2FQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK4HAXBVWW5MMFPAMITQUTOJBA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGH2FQ#pullrequestreview-319585558",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK4HAXBVWW5MMFPAMITQUTOJBA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGH2FQ#pullrequestreview-319585558",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4e510c56f1_22803fb8f1ecd96810309b--


From nobody Tue Nov 19 23:33:03 2019
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 26F4012097F for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:33:01 -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 VZTgnZfiDMZ4 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:32:59 -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 B6BBB120987 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:32:59 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 01D8F2615B9 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:32:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235179; bh=n/SDz/UgL71hyU5lWGpgdseNjvUxiSPiJnta9Uswa+s=; h=Date:From:To:Subject:From; b=sFlkMRswOrk3xyYrCEGuOZP2wQKWp5JIC0WfjV/zoQ8V+fYZHViS6mpxwpt22o6it XVJqR1PMkT6y/M7lRiPdwcLWm/oV8Y4bvUq1p/CwWXL6c2XDp8tGrarEbDLnqK+WuM fWZJZU/FyADfE0yKiBlPpWyLiawMh915IP/KE8/U=
Date: Tue, 19 Nov 2019 23:32:58 -0800
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/9725db-258f2d@github.com>
Subject: [quicwg/base-drafts] b52d6e: Recovery editorial update
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/cUDD3fE7aLtQTvyMv2noJbkDgfo>
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, 20 Nov 2019 07:33:01 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts
  Commit: b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
      https://github.com/quicwg/base-drafts/commit/b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  Recovery editorial update

Update based on my review of the editor's copy.


  Commit: 33a4a4804a4d4ba9e10d311560a873adef1d5c77
      https://github.com/quicwg/base-drafts/commit/33a4a4804a4d4ba9e10d311560a873adef1d5c77
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  whitespace


  Commit: 258f2da1aaaaaef58d84ecc04556cbe932238b4a
      https://github.com/quicwg/base-drafts/commit/258f2da1aaaaaef58d84ecc04556cbe932238b4a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

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


Compare: https://github.com/quicwg/base-drafts/compare/9725dba1ba63...258f2da1aaaa


From nobody Tue Nov 19 23:33:12 2019
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 A1B5F1209C4 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:33:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 w3yQyDeuAyYJ for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:33:08 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33E321209AF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:33:08 -0800 (PST)
Date: Tue, 19 Nov 2019 23:33:07 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235187; bh=EcXvWlduNrI6pUGzaDhCjTMMmtZL8gQrbXDEz9EhCmM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J/mBBMfk6E0JK8+MLXGyIWpGILA36tde/uGA8setB2Eha6j8A2KzmwTjhpRXDuQj4 tFyuEyosZ1o+8yyjuQJ+Sch3HxEFLxsPeu4JJlE8g4n1TnW1gP76SaReaF4ZO2vEQ1 eJMwfpF/+RlmUEI0YViKW3XyT8RxjqwBd2p7cZuU=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/push/4296763544@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ec3312602_26773ff115ccd968869c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rKCaWD-464QK2t9zG8ICJvJTU0s>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:33:09 -0000

----==_mimepart_5dd4ec3312602_26773ff115ccd968869c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 3 commits.

b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707  Recovery editorial update
33a4a4804a4d4ba9e10d311560a873adef1d5c77  whitespace
258f2da1aaaaaef58d84ecc04556cbe932238b4a  Update draft-ietf-quic-recovery.md


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234/files/9725dba1ba63f222e5b087d9c13d8a5a82554770..258f2da1aaaaaef58d84ecc04556cbe932238b4a

----==_mimepart_5dd4ec3312602_26773ff115ccd968869c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 3 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707">b52d6e5</a>  Recovery editorial update</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/33a4a4804a4d4ba9e10d311560a873adef1d5c77">33a4a48</a>  whitespace</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/258f2da1aaaaaef58d84ecc04556cbe932238b4a">258f2da</a>  Update draft-ietf-quic-recovery.md</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3234/files/9725dba1ba63f222e5b087d9c13d8a5a82554770..258f2da1aaaaaef58d84ecc04556cbe932238b4a?email_source=notifications&amp;email_token=AFTOJKYASFWR5ZCGSP33LQTQUTR3HA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNZWGM2TINA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYAIRTV4UV3ZRTURW3QUTR3HANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK72T5A6US4QSEAGBD3QUTR3HA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNZWGM2TINA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234/files/9725dba1ba63f222e5b087d9c13d8a5a82554770..258f2da1aaaaaef58d84ecc04556cbe932238b4a?email_source=notifications\u0026email_token=AFTOJKYASFWR5ZCGSP33LQTQUTR3HA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNZWGM2TINA",
"url": "https://github.com/quicwg/base-drafts/pull/3234/files/9725dba1ba63f222e5b087d9c13d8a5a82554770..258f2da1aaaaaef58d84ecc04556cbe932238b4a?email_source=notifications\u0026email_token=AFTOJKYASFWR5ZCGSP33LQTQUTR3HA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCNJZHAZTKOKQOVZWQIZUGI4TMNZWGM2TINA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4ec3312602_26773ff115ccd968869c3--


From nobody Tue Nov 19 23:34:06 2019
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 A96A71209CD for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:34:04 -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 czXBjMP2jf9g for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:33:59 -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 1D3241209E7 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:33:59 -0800 (PST)
Received: from github-lowworker-19d82f6.ac4-iad.github.net (github-lowworker-19d82f6.ac4-iad.github.net [10.52.16.75]) by smtp.github.com (Postfix) with ESMTP id 1DFDC8C060E for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:33:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235238; bh=TA91dRFJiClu4qW8U/AvePt9hHZpbfCRF+5EYgMEUhw=; h=Date:From:To:Subject:From; b=EAcRavZivOckalmA2IB6P2ZqMrgpPX64mVzxGfXmW+lsbT2CqhOG6AywRHCUuwMDq ZTBs2p5PdhepkbEcPk/LACrt/Ma+W2JN6dMAacftNEx+z1tvPPSXSm0Da4HIXb16xe x2UZRrZS5yjrTXxHU8TrsxOOg1gqAIMKV3Nh6Rjg=
Date: Tue, 19 Nov 2019 23:33:58 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/efc122-2d28ab@github.com>
Subject: [quicwg/base-drafts] 2d28ab: Script updating gh-pages from 258f2da1. [ci skip]
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_SxeBZfmu46ggcE7-25DZsAG5o>
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, 20 Nov 2019 07:34:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2d28abe876e9c6d6e0bd759de0356b7727f68386
      https://github.com/quicwg/base-drafts/commit/2d28abe876e9c6d6e0bd759de0356b7727f68386
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M ianswett-recovery-editorial/draft-ietf-quic-http.html
    M ianswett-recovery-editorial/draft-ietf-quic-http.txt
    M ianswett-recovery-editorial/draft-ietf-quic-invariants.html
    M ianswett-recovery-editorial/draft-ietf-quic-invariants.txt
    M ianswett-recovery-editorial/draft-ietf-quic-qpack.html
    M ianswett-recovery-editorial/draft-ietf-quic-qpack.txt
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.html
    M ianswett-recovery-editorial/draft-ietf-quic-recovery.txt
    M ianswett-recovery-editorial/draft-ietf-quic-tls.html
    M ianswett-recovery-editorial/draft-ietf-quic-tls.txt
    M ianswett-recovery-editorial/draft-ietf-quic-transport.html
    M ianswett-recovery-editorial/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 258f2da1. [ci skip]



From nobody Tue Nov 19 23:35:41 2019
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 D588C1209B8 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:35:38 -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 z9YdYndU512W for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:35:35 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09C83120987 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:35:35 -0800 (PST)
Date: Tue, 19 Nov 2019 23:35:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235334; bh=ovObOYqY/eLUJEcxsoFnWcSZjaWzJEznrhOxDs4eZc4=; h=Date:From:To:Subject:From; b=Jj8NvcxP6ynHxbDZXSYlcH1qp95E3wGf8chDlvpEhwXw6bQ3XkTJo/cISS5V0XSMc myzItipmT6MFwzdsr0qrOei4Ve23IEKN8pLztUVX3x1SLCFqDzjrpy2XP26vBb2NK6 Lq905GRZUI+Yc6KmmH3DFc6dFS83fn0BToGGFkLQ=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/cc/74c57f-7ea7d1@github.com>
Subject: [quicwg/base-drafts] 00e05f: Reference 3168 for ECN
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/ZD-yfZ21l4am3WvAqRRzKvF68-E>
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, 20 Nov 2019 07:35:39 -0000

  Branch: refs/heads/jri/cc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 00e05fbb38c9079150e06806e97b5f4763c70ac2
      https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN

And note that 8311 is an update.


  Commit: 3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
      https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

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


  Commit: c52cd498bfa49a005f25bcd11ad11a043c322d08
      https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

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

  Log Message:
  -----------
  ECN editorial

>From Gorry's comments


  Commit: 31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
      https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Fix incorrect expression


  Commit: 95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
      https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Set, not seed


  Commit: e41a121b775409e5b7f6e276ede0e11eca7936d5
      https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

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


  Commit: f427ed23016ed57959adf1152d08b3041d0704d3
      https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Reference 3168 for ECN (#3241)

* Reference 3168 for ECN

And note that 8311 is an update.

* Update draft-ietf-quic-recovery.md


  Commit: c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
      https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3251 from quicwg/jri/not-seed

Clarify that initial RTT is set, not seeded into something


  Commit: bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
      https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3250 from quicwg/jri/time-threshold

Fix incorrect time-threshold expression


  Commit: e526ccf9c43c49e3dd90110e3a22e450f32a76b0
      https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  endpoints never requests a CID


  Commit: 7333f466daf11ab512f44ab13005fb477c952098
      https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Avoid using table- prefixes for anchors

xml2rfc v3 format prohibits the use of these, which will cause problems.
This makes the anchors longer, so feel free to go with something else.


  Commit: 08f96e3da48faf241da7fad12cfee7b27fcef691
      https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid

endpoints never requests a CID


  Commit: dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
      https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3242 from quicwg/ianswett-ecn-editorial

ECN editorial


  Commit: 81c610b900c4b78a7a1415d1005b7a8f5fff3464
      https://github.com/quicwg/base-drafts/commit/81c610b900c4b78a7a1415d1005b7a8f5fff3464
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3253 from quicwg/table-tag

Avoid using table- prefixes for anchors


  Commit: 7ba7687f9e743e0a63db3b8d526e7b46a7402a95
      https://github.com/quicwg/base-drafts/commit/7ba7687f9e743e0a63db3b8d526e7b46a7402a95
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  Fix congestion control permissiveness


  Commit: a8d919426a090d1a14dbf3ed629b681d5686d4c4
      https://github.com/quicwg/base-drafts/commit/a8d919426a090d1a14dbf3ed629b681d5686d4c4
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  remove pointless sentences


  Commit: f4e0319a5055460bcac3d29d5f1245ead6647f05
      https://github.com/quicwg/base-drafts/commit/f4e0319a5055460bcac3d29d5f1245ead6647f05
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  gorry comment


  Commit: 7ea7d1a76236c0504d65a5c5b390809f3f13814c
      https://github.com/quicwg/base-drafts/commit/7ea7d1a76236c0504d65a5c5b390809f3f13814c
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  rebase


Compare: https://github.com/quicwg/base-drafts/compare/74c57fbe4551...7ea7d1a76236


From nobody Tue Nov 19 23:35:48 2019
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 131861209AF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:35:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 bvbFcZbCVFnT for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:35:44 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04C55120987 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:35:44 -0800 (PST)
Date: Tue, 19 Nov 2019 23:35:43 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235343; bh=Mbdj/geUb7yjqf8OSA3QxhzArHqHMUdAMcVzeOca5Z4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HTnlpQ59PvezD2VYNy9gHw4V+95KRtVibIziCbwfMMiid49wjJggVPb+ESYmlGDWT OEnBEdL4lGzrQIbYJX2qXqClR31z2c822zCmtQhBD0Ig8Q3aU7lUIFb/tR98xmOH0R Am8NRNaLGyjCzwP4Qq+uDT/2G6xhVDUfMytACmbc=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/push/4296771619@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4eccf38c2d_2c243f96d2ecd968155497"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/sV-tv94zORnvlm0mIWWmmKB-loA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:35:46 -0000

----==_mimepart_5dd4eccf38c2d_2c243f96d2ecd968155497
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 18 commits.

00e05fbb38c9079150e06806e97b5f4763c70ac2  Reference 3168 for ECN
3e0c5f00f5aa1e95d2cf8028da01534a642b9d06  Update draft-ietf-quic-recovery.md
c52cd498bfa49a005f25bcd11ad11a043c322d08  ECN editorial
31c1f5a0b4c9f654c8b980cc001dd6755fc837c8  Fix incorrect expression
95ad25c1b3d8bb96947566e0e1f50a9682a3db7c  Set, not seed
e41a121b775409e5b7f6e276ede0e11eca7936d5  Jana's suggestion
f427ed23016ed57959adf1152d08b3041d0704d3  Reference 3168 for ECN (#3241)
c5d0fe922251b4c4ab2b49868805a19f9c42b7ef  Merge pull request #3251 from quicwg/jri/not-seed
bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a  Merge pull request #3250 from quicwg/jri/time-threshold
e526ccf9c43c49e3dd90110e3a22e450f32a76b0  endpoints never requests a CID
7333f466daf11ab512f44ab13005fb477c952098  Avoid using table- prefixes for anchors
08f96e3da48faf241da7fad12cfee7b27fcef691  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid
dfa1d15b6727d17a2a815361dd1d40cf27aae8e1  Merge pull request #3242 from quicwg/ianswett-ecn-editorial
81c610b900c4b78a7a1415d1005b7a8f5fff3464  Merge pull request #3253 from quicwg/table-tag
7ba7687f9e743e0a63db3b8d526e7b46a7402a95  Fix congestion control permissiveness
a8d919426a090d1a14dbf3ed629b681d5686d4c4  remove pointless sentences
f4e0319a5055460bcac3d29d5f1245ead6647f05  gorry comment
7ea7d1a76236c0504d65a5c5b390809f3f13814c  rebase


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248/files/74c57fbe45516e3c25d24d14f32b358dfa53c321..7ea7d1a76236c0504d65a5c5b390809f3f13814c

----==_mimepart_5dd4eccf38c2d_2c243f96d2ecd968155497
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 18 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/00e05fbb38c9079150e06806e97b5f4763c70ac2">00e05fb</a>  Reference 3168 for ECN</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3e0c5f00f5aa1e95d2cf8028da01534a642b9d06">3e0c5f0</a>  Update draft-ietf-quic-recovery.md</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c52cd498bfa49a005f25bcd11ad11a043c322d08">c52cd49</a>  ECN editorial</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/31c1f5a0b4c9f654c8b980cc001dd6755fc837c8">31c1f5a</a>  Fix incorrect expression</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/95ad25c1b3d8bb96947566e0e1f50a9682a3db7c">95ad25c</a>  Set, not seed</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e41a121b775409e5b7f6e276ede0e11eca7936d5">e41a121</a>  Jana&#39;s suggestion</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f427ed23016ed57959adf1152d08b3041d0704d3">f427ed2</a>  Reference 3168 for ECN (#3241)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c5d0fe922251b4c4ab2b49868805a19f9c42b7ef">c5d0fe9</a>  Merge pull request #3251 from quicwg/jri/not-seed</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/bbe9e9bbe1f7a1fb62d32cc52c571242da964f8a">bbe9e9b</a>  Merge pull request #3250 from quicwg/jri/time-threshold</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/e526ccf9c43c49e3dd90110e3a22e450f32a76b0">e526ccf</a>  endpoints never requests a CID</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7333f466daf11ab512f44ab13005fb477c952098">7333f46</a>  Avoid using table- prefixes for anchors</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/08f96e3da48faf241da7fad12cfee7b27fcef691">08f96e3</a>  Merge pull request #3252 from kazuho/kazuho/endpoint-never-request-cid</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/dfa1d15b6727d17a2a815361dd1d40cf27aae8e1">dfa1d15</a>  Merge pull request #3242 from quicwg/ianswett-ecn-editorial</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/81c610b900c4b78a7a1415d1005b7a8f5fff3464">81c610b</a>  Merge pull request #3253 from quicwg/table-tag</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7ba7687f9e743e0a63db3b8d526e7b46a7402a95">7ba7687</a>  Fix congestion control permissiveness</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a8d919426a090d1a14dbf3ed629b681d5686d4c4">a8d9194</a>  remove pointless sentences</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f4e0319a5055460bcac3d29d5f1245ead6647f05">f4e0319</a>  gorry comment</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7ea7d1a76236c0504d65a5c5b390809f3f13814c">7ea7d1a</a>  rebase</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3248/files/74c57fbe45516e3c25d24d14f32b358dfa53c321..7ea7d1a76236c0504d65a5c5b390809f3f13814c?email_source=notifications&amp;email_token=AFTOJK4CHYWNY6BQRFFDB2LQUTSE7A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4TMNZXGE3DCOI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK76D42FP23HJDCJBETQUTSE7ANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYSKPI2CT4VHO6NCCDQUTSE7A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4TMNZXGE3DCOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248/files/74c57fbe45516e3c25d24d14f32b358dfa53c321..7ea7d1a76236c0504d65a5c5b390809f3f13814c?email_source=notifications\u0026email_token=AFTOJK4CHYWNY6BQRFFDB2LQUTSE7A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4TMNZXGE3DCOI",
"url": "https://github.com/quicwg/base-drafts/pull/3248/files/74c57fbe45516e3c25d24d14f32b358dfa53c321..7ea7d1a76236c0504d65a5c5b390809f3f13814c?email_source=notifications\u0026email_token=AFTOJK4CHYWNY6BQRFFDB2LQUTSE7A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGI4TMNZXGE3DCOI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd4eccf38c2d_2c243f96d2ecd968155497--


From nobody Tue Nov 19 23:36:09 2019
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 5CE121209B8 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:07 -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, TVD_SPACE_RATIO=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 mA-tqJy-7-bm for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:05 -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 BE5631209AF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:36:05 -0800 (PST)
Date: Tue, 19 Nov 2019 23:36:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235365; bh=EsHt2rL5CgeLWz8NIQxO2yVHmTr1YfSHX1wkcsWYA5c=; h=Date:From:To:Subject:From; b=Y92sap8gmMM0G/qlyMbvfmytbYc73vCNxlKrud2pAK+V/O2WTIbB2tl+b6PZaC++g LcFQjXy7JGB0iNoQ5cYtqXTG/eVsgCewxjCHBVz/N4Q+cLbxVdblv1iwIGakZCR5nh ZKWgBgCMAIFFB9ZjkB/mMLG9p2nwzzE5+oSbnIl0=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-recovery-editorial/258f2d-000000@github.com>
Subject: [quicwg/base-drafts]
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/viW9MP618rEj04mtdcT3F9PaFDw>
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, 20 Nov 2019 07:36:08 -0000

  Branch: refs/heads/ianswett-recovery-editorial
  Home:   https://github.com/quicwg/base-drafts


From nobody Tue Nov 19 23:36:18 2019
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 786291209AF for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:08 -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 LGDDNOn7EyC7 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:06 -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 225EA1209CD for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:36:06 -0800 (PST)
Date: Tue, 19 Nov 2019 23:36:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235364; bh=y00G8lT6+9YoN6N8iD8wRdkBgR3Fwqd7IMnDrgExrXQ=; h=Date:From:To:Subject:From; b=DH7hVj3mouxXsh/06FAzStcLnFCMISAK1t4bj5+t0jfpu0Khgms07YDYY63axyAkm RVF+5l6r0dHHTcOysIHuyxhd7S6LKObYCmYVkC3TooG1j2WkenYDbzowFlsQZFr+Qs 2t3mvKkzmd4iNp9F0DoV9T4Z+paGvuFjUaLNRrSw=
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/81c610-16d3dd@github.com>
Subject: [quicwg/base-drafts] b52d6e: Recovery editorial update
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/jIsowZXRbLrI1ap4A4AYxy7QFUY>
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, 20 Nov 2019 07:36:09 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
      https://github.com/quicwg/base-drafts/commit/b52d6e51eaa3d54a7c6501d85f1b4ada7d5b3707
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  Recovery editorial update

Update based on my review of the editor's copy.


  Commit: 33a4a4804a4d4ba9e10d311560a873adef1d5c77
      https://github.com/quicwg/base-drafts/commit/33a4a4804a4d4ba9e10d311560a873adef1d5c77
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  whitespace


  Commit: 258f2da1aaaaaef58d84ecc04556cbe932238b4a
      https://github.com/quicwg/base-drafts/commit/258f2da1aaaaaef58d84ecc04556cbe932238b4a
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

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


  Commit: 16d3ddbb49f0df52a8694dda68c2c57ed871ee44
      https://github.com/quicwg/base-drafts/commit/16d3ddbb49f0df52a8694dda68c2c57ed871ee44
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3234 from quicwg/ianswett-recovery-editorial

Recovery editorial update


Compare: https://github.com/quicwg/base-drafts/compare/81c610b900c4...16d3ddbb49f0


From nobody Tue Nov 19 23:36:22 2019
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 F0AF91209CD for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RgOLmT9mhcFn for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:14 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EACF31209AF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:36:13 -0800 (PST)
Date: Tue, 19 Nov 2019 23:36:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235373; bh=oXX9CLvjThy1MPQbtJzEnGbRJkbSCR2QbtACeR/KeeA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tatKzlrmQc7A80zuBzK3TqILrLeVWibCs3RPkOR8FtmCuNGmoc7SB1xKCz8fU6SYv hf5rA4W9s7HMLWJ4g66VHLe4UgSw5pHCNmprcEY6J/YhjYR/9w0p2eaH+7PlDnQbri vYcDk/W5JxxZw9uG/qZRi5qY3xoqZ9bIazKsbW8g=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ITVAWL4JYEUVS33V34IPWZEVBNHHB6NQUAQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3234/issue_event/2814202005@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3234@github.com>
References: <quicwg/base-drafts/pull/3234@github.com>
Subject: Re: [quicwg/base-drafts] Recovery editorial update (#3234)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4ececf3b25_10f53febae4cd9641426cc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rGP0U5jvMDLPCPHqVip9qcLSu5I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 07:36:16 -0000

----==_mimepart_5dd4ececf3b25_10f53febae4cd9641426cc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3234 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3234#event-2814202005
----==_mimepart_5dd4ececf3b25_10f53febae4cd9641426cc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523637764" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3234" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3234/hovercard" href="https://github.com/quicwg/base-drafts/pull/3234">#3234</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications&amp;email_token=AFTOJK6NJJWSJQILRYSKGI3QUTSGZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU66VBFI#event-2814202005">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6JPMBZKTHTASUK26LQUTSGZANCNFSM4JN7ANTA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7AC4M5UP5OTHQF6OLQUTSGZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU66VBFI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK6NJJWSJQILRYSKGI3QUTSGZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU66VBFI#event-2814202005",
"url": "https://github.com/quicwg/base-drafts/pull/3234?email_source=notifications\u0026email_token=AFTOJK6NJJWSJQILRYSKGI3QUTSGZA5CNFSM4JN7ANTKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOU66VBFI#event-2814202005",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4ececf3b25_10f53febae4cd9641426cc--


From nobody Tue Nov 19 23:36:36 2019
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 49A801209B8 for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:35 -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 UWBBKtp1XobK for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:33 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7EC4A1209AF for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:36:33 -0800 (PST)
Date: Tue, 19 Nov 2019 23:36:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235392; bh=MaAxZnwGVR399clNnyvTE5T4GOvoILvchtsXtpMk7NQ=; h=Date:From:To:Subject:From; b=ZDjXrMZZ2M3oa2+ky+J3uMN2Z7yvRNocei5Ie/3XyZGrLCHuAhIneFSFvxfVsRSl5 J05eryIo3zuZ1MBbaoHjPbBXBlZbMMVR2RlH2PsArRupO07GAaf5K6YV/XKYrjONgv Vlnw7PiBZlrgPhX/BCzqASta84YlZCU9P4f91L2Y=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2d28ab-1ace47@github.com>
Subject: [quicwg/base-drafts] 1ace47: Script updating gh-pages from 7ea7d1a7. [ci skip]
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/WbER-pHTgb8dm3do9gKlKC-SFxg>
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, 20 Nov 2019 07:36:35 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1ace47c8fe2761b868f09ceb311521bacc7c101e
      https://github.com/quicwg/base-drafts/commit/1ace47c8fe2761b868f09ceb311521bacc7c101e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M index.html
    M jri/cc/draft-ietf-quic-http.html
    M jri/cc/draft-ietf-quic-http.txt
    M jri/cc/draft-ietf-quic-invariants.html
    M jri/cc/draft-ietf-quic-invariants.txt
    M jri/cc/draft-ietf-quic-qpack.html
    M jri/cc/draft-ietf-quic-qpack.txt
    M jri/cc/draft-ietf-quic-recovery.html
    M jri/cc/draft-ietf-quic-recovery.txt
    M jri/cc/draft-ietf-quic-tls.html
    M jri/cc/draft-ietf-quic-tls.txt
    M jri/cc/draft-ietf-quic-transport.html
    M jri/cc/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 7ea7d1a7. [ci skip]



From nobody Tue Nov 19 23:37:08 2019
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 BFFB71209CD for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:37:01 -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 Ggsb3h6e5JAm for <quic-issues@ietfa.amsl.com>; Tue, 19 Nov 2019 23:36:59 -0800 (PST)
Received: from out-13.smtp.github.com (out-13.smtp.github.com [192.30.254.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3CAC91209B8 for <quic-issues@ietf.org>; Tue, 19 Nov 2019 23:36:59 -0800 (PST)
Date: Tue, 19 Nov 2019 23:36:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574235417; bh=5wv6/5ps2rzzUrO+ZPTDUdTAPHJ9ccMYEB7nQ4KVTok=; h=Date:From:To:Subject:From; b=wrHHL4SoSTzrnwlj4Po2VQ7cV33jxeleISE+dur1yfq+kasqt7lGW0C66Uq2CISQI EeigtE9NFxidVvcmN0zcdC9wN7sb/7IechT2ZHQctu0HCd5n0bWidT9R6lmsDC86i+ lMEiPaC2HJNnEAs1Nd06T034VsEYVEYJG6ySsIPY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/1ace47-05cb71@github.com>
Subject: [quicwg/base-drafts] 05cb71: Script updating gh-pages from 16d3ddbb. [ci skip]
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/huMx4SWV9P8F_j_pZlpU0pjonqc>
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, 20 Nov 2019 07:37:02 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 05cb71ad7dfbae7bc933d2ac4cbcee81a3c39cd7
      https://github.com/quicwg/base-drafts/commit/05cb71ad7dfbae7bc933d2ac4cbcee81a3c39cd7
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 16d3ddbb. [ci skip]



From nobody Wed Nov 20 00:28:08 2019
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 7DAE712004F for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 00:28:06 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Zleb03vanqx4 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 00:28:05 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04195120A83 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 00:28:05 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 1FE726A1C20 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 00:28:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574238484; bh=lQ4K5DY6aqnauxmEzeUeEo3xKemC/oQLIteTOKS+VKk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TK8D/KY0EUbplKgIdrawY1MKoQASxXHXy40gw8CY2d3s7O1b3atlWZCCitRdmTvvq 7M9EEqcQmmiPUy55IpEYwSnHLYkgrh7RPI1LyKPxnBDEEI6KDx4JidE1C+XPxtBGwu fLfqtBf4hslUmLDZJpauuCn7RetqgKdnlmCVuj5E=
Date: Wed, 20 Nov 2019 00:28:04 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7U7DY7KXEGM7UM3F534IVZJEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/319659546@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4f91410ba8_4f593fe9feacd960138757"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6ZyX0am5k747NJJGdUJutIGqSOc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 08:28:06 -0000

----==_mimepart_5dd4f91410ba8_4f593fe9feacd960138757
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to resend a DATA_BLOCKED or STREAM_DATA_BLOCKED frame when there are no
+ack-eliciting packets in flight.

I would add some text to the idle timeout section as well (section 10.2). Something like "An endpoint should be careful to avoid an idle timeout if it is idle because of flow control; see Section XX".

> @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the

Suggested rephrase: "If a sender is blocked for a period longer than the idle timeout ({{name-idle-timeout}}), the connection might get closed even when data is available for transmission. To keep the connection from closing, a sender SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame when there are no ack-eliciting packets in flight."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-319659546
----==_mimepart_5dd4f91410ba8_4f593fe9feacd960138757
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r348341469">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
+connection to idle timeout, even though the data is actively queued to be sent.
+To prevent this idle timeout from occurring, the sender SHOULD continue to
+periodically send the STREAM_DATA_BLOCKED or DATA_BLOCKED frame.  One method is
+to resend a DATA_BLOCKED or STREAM_DATA_BLOCKED frame when there are no
+ack-eliciting packets in flight.
</pre>
<p>I would add some text to the idle timeout section as well (section 10.2). Something like "An endpoint should be careful to avoid an idle timeout if it is idle because of flow control; see Section XX".</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r348344088">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -785,13 +785,12 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for long enough it is possible for the
</pre>
<p>Suggested rephrase: "If a sender is blocked for a period longer than the idle timeout ({{name-idle-timeout}}), the connection might get closed even when data is available for transmission. To keep the connection from closing, a sender SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame when there are no ack-eliciting packets in flight."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK3ASWJHBMBT6JBVJNLQUTYJJA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGZ4GQ#pullrequestreview-319659546">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2J6VQE2JVXQP4USZLQUTYJJANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4HDLCZNWR2O4XSO3LQUTYJJA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGZ4GQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3ASWJHBMBT6JBVJNLQUTYJJA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGZ4GQ#pullrequestreview-319659546",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3ASWJHBMBT6JBVJNLQUTYJJA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMGZ4GQ#pullrequestreview-319659546",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4f91410ba8_4f593fe9feacd960138757--


From nobody Wed Nov 20 00:33:33 2019
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 26D7E120B2D for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 00:33:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vSKs29eVV3hr for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 00:33:30 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7999120B23 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 00:33:30 -0800 (PST)
Date: Wed, 20 Nov 2019 00:33:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574238809; bh=KP2rmvlgpMRvdb4DM42kiAYUxY4jtKtG9IQgfW9U+JA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tmoCr0yZaIM2OPeMdYyhgO5t/gkcCO7RDgA5isNk3RjKAwwgXw2V/BGJSA8C5H0qj BWPwGukJpWMkLosMKknZkcDtJyMjj8Vo77BiwPdW6mxfj1wYqlCSY981wG8Xl3X2af vG9v2/jClUsBkrmVg4gHZybwbyhKZ/GWTCcFjMug=
From: craigt <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4MHQVFWUH4GV2SUQN34IWNTEVBNHHBNCWK6M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/1978/555897248@github.com>
In-Reply-To: <quicwg/base-drafts/issues/1978@github.com>
References: <quicwg/base-drafts/issues/1978@github.com>
Subject: Re: [quicwg/base-drafts] Sender-Controlled Delayed ACK Ratio (#1978)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd4fa59cb404_440e3feebe0cd964967a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: c-taylor
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FFxDqdU9RCpCUxZE692BNvaXjqc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 08:33:32 -0000

----==_mimepart_5dd4fa59cb404_440e3feebe0cd964967a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Within this thread there was an observation that there was no 'problem' that reduction in ACKs is solving.

ACKs cannot be coalesced with udp_gro and this ends up being a significant scaling issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/1978#issuecomment-555897248
----==_mimepart_5dd4fa59cb404_440e3feebe0cd964967a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Within this thread there was an observation that there was no 'problem' that reduction in ACKs is solving.</p>
<p>ACKs cannot be coalesced with udp_gro and this ends up being a significant scaling issue.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/1978?email_source=notifications&amp;email_token=AFTOJK5Z6ST664YKKBZQB73QUTY5TA5CNFSM4GCIB6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERFDIA#issuecomment-555897248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2T5CBRFH5ILLHOG5DQUTY5TANCNFSM4GCIB6LQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZK3OIWJJCYAXVI6S3QUTY5TA5CNFSM4GCIB6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERFDIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/1978?email_source=notifications\u0026email_token=AFTOJK5Z6ST664YKKBZQB73QUTY5TA5CNFSM4GCIB6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERFDIA#issuecomment-555897248",
"url": "https://github.com/quicwg/base-drafts/issues/1978?email_source=notifications\u0026email_token=AFTOJK5Z6ST664YKKBZQB73QUTY5TA5CNFSM4GCIB6L2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERFDIA#issuecomment-555897248",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd4fa59cb404_440e3feebe0cd964967a5--


From nobody Wed Nov 20 01:13:03 2019
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 7C5D2120927 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 01:13:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.998
X-Spam-Level: 
X-Spam-Status: No, score=-7.998 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VCGHALlVEmBg for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 01:12:59 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99E661208BC for <quic-issues@ietf.org>; Wed, 20 Nov 2019 01:12:59 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 9DBB91C2F23 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 01:12:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574241178; bh=UiZbk6wIeLNKnnz4tvYu0m7zTcmvR+OOp0Nuf51fx2g=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=1gGGwbMOL1CbyYnwC/do2sakK/QfVjHHe6TJ1rWoQnD5h3Kp9zvtZj7lkDPq+J4xT TxlmP94pUcMPPTI7JGi2Uv2gOhK8M8wRqz9/SGnnosWIewvSgUtpRFw11tgjzr/4oB aqo+Wdt1cu+RrKgC/aZNRcq84OWxBW/x+q7Qv4tA=
Date: Wed, 20 Nov 2019 01:12:58 -0800
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2664UQRJ3A7SEPGDF34I3BVEVBNHHB6VIZLI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3270@github.com>
Subject: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3270)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd5039a8f506_48e93fd8d24cd96c17462d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/A2SOAalerkg4_iUoQZ54jNoARMY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 09:13:02 -0000

----==_mimepart_5dd5039a8f506_48e93fd8d24cd96c17462d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Clarify the fractions of connections an endpoint must disable spin bit for.
Fixes #3257 
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3270

-- Commit Summary --

  * Clarify the fractions of connections an endpoint must disable spin bit for

-- File Changes --

    M draft-ietf-quic-transport.md (9)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3270.patch
https://github.com/quicwg/base-drafts/pull/3270.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3270

----==_mimepart_5dd5039a8f506_48e93fd8d24cd96c17462d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Clarify the fractions of connections an endpoint must disable spin bit for.<br>
<span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3257.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524180881" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3257" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3257/hovercard" href="https://github.com/quicwg/base-drafts/issues/3257">#3257</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3270'>https://github.com/quicwg/base-drafts/pull/3270</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Clarify the fractions of connections an endpoint must disable spin bit for</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3270/files#diff-0">draft-ietf-quic-transport.md</a>
    (9)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3270.patch'>https://github.com/quicwg/base-drafts/pull/3270.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3270.diff'>https://github.com/quicwg/base-drafts/pull/3270.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications&amp;email_token=AFTOJK4T2AWM2KGSAF2RTI3QUT5RVA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2VDFNA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7GBL5XKE5XUZ6ZBBDQUT5RVANCNFSM4JPPR54A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4SQHWBGVQBLVWK5JLQUT5RVA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2VDFNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK4T2AWM2KGSAF2RTI3QUT5RVA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2VDFNA",
"url": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK4T2AWM2KGSAF2RTI3QUT5RVA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H2VDFNA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd5039a8f506_48e93fd8d24cd96c17462d--


From nobody Wed Nov 20 01:15:14 2019
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 44171120927 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 01:15:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qtZdkMVCp4bB for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 01:15:07 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F079120AA1 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 01:15:07 -0800 (PST)
Date: Wed, 20 Nov 2019 01:15:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574241306; bh=1LFHZdEssV9FJ6mkHoIq43NkXUc4JlcQp4UifOfvOnQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YxkOz/DCl4RHudJHu1lG12OT4Rpq0qNoB5Ph0wyj1gEMJMvVwOG7p3Y2c24DP6JFz EXdL9aUzMoISl92CPb6v2CcRiNx7R8s0mbBI44ANjk2DJZbUk47gK4yWsnKreuhiCc XBYlV8GUlXLE+Oo7/R3VBZmSeh0JRTNyelv+eYRY=
From: Igor Lubashev <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7IE4FSMC6LSIH65HF34I3JVEVBNHHB6PS5SE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3257/555913033@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3257@github.com>
References: <quicwg/base-drafts/issues/3257@github.com>
Subject: Re: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3257)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd5041a147ed_5b403f7f5b0cd9643449b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: igorlord
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MUkcQtnips__5a3MJYCAMa-MGfQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 09:15:09 -0000

----==_mimepart_5dd5041a147ed_5b403f7f5b0cd9643449b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@britram could you review #3270?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3257#issuecomment-555913033
----==_mimepart_5dd5041a147ed_5b403f7f5b0cd9643449b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1884116" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/britram">@britram</a> could you review <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525670746" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3270" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3270/hovercard" href="https://github.com/quicwg/base-drafts/pull/3270">#3270</a>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications&amp;email_token=AFTOJK7ITQELIQ35UOISVKDQUT5ZVA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERI6SI#issuecomment-555913033">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2WCCLOP23V6WLPR3TQUT5ZVANCNFSM4JOPEI6Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYXHMVWIF3PWZVWGA3QUT5ZVA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERI6SI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK7ITQELIQ35UOISVKDQUT5ZVA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERI6SI#issuecomment-555913033",
"url": "https://github.com/quicwg/base-drafts/issues/3257?email_source=notifications\u0026email_token=AFTOJK7ITQELIQ35UOISVKDQUT5ZVA5CNFSM4JOPEI62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERI6SI#issuecomment-555913033",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd5041a147ed_5b403f7f5b0cd9643449b9--


From nobody Wed Nov 20 02:31:14 2019
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 33034120844 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 02:31:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 gmoZ0hc4R-cV for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 02:31:12 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DC70D12083B for <quic-issues@ietf.org>; Wed, 20 Nov 2019 02:31:11 -0800 (PST)
Date: Wed, 20 Nov 2019 02:31:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574245870; bh=5IDpp2CxlJzTgfC1wT9Uk4is2NpurDTn43p3AFYWYgo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AC+w8BEeH9OY1W2RW+XJprEoTuRe+ftJNVB2VBh4jjrR0ccUuJJ3Rwuytiyk5HUGL bGHu9JQIgHbcnBbw/f7tk3K9d5KkNkx51Vv+TJ4d5nrzDpAdkH93ptHfK7h5k2Jej/ MIksZaAxI4MtElJc2fEkAwe1TGnDELZ+paxNxqTo=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK35GJKIB67IYMP5FY534JEG5EVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/c555942383@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd515eec1c95_17673fd675acd95c2907c2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AV7759bAYwV-UtPx6RlXtG539lM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 10:31:13 -0000

----==_mimepart_5dd515eec1c95_17673fd675acd95c2907c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The sense in the room seems to be to document in the pseudo code the recommendations in the text.  Given that, I would suggest removing the pseudo code from this PR.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#issuecomment-555942383
----==_mimepart_5dd515eec1c95_17673fd675acd95c2907c2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The sense in the room seems to be to document in the pseudo code the recommendations in the text.  Given that, I would suggest removing the pseudo code from this PR.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4BPBABU4IF5LSBEOLQUUGW5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERQD3Y#issuecomment-555942383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2G7PUNFRKNEYIBK63QUUGW5ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4DCRAEPCS6POHHXCDQUUGW5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERQD3Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4BPBABU4IF5LSBEOLQUUGW5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERQD3Y#issuecomment-555942383",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4BPBABU4IF5LSBEOLQUUGW5A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEERQD3Y#issuecomment-555942383",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd515eec1c95_17673fd675acd95c2907c2--


From nobody Wed Nov 20 08:28:48 2019
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 238351208AA for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 08:28:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 avZes9OXnz2L for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 08:28:44 -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 3D1A412088F for <quic-issues@ietf.org>; Wed, 20 Nov 2019 08:28:43 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id CA8858C20DC for <quic-issues@ietf.org>; Wed, 20 Nov 2019 08:28:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574267322; bh=PYb97uKwF9i9gMlWeVyB0HvPRiR3bPDfh60F+Uu7n6Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eqKxY5/1dM0/aKUPGsLZt9BoTXl1WF2dwnS3opYknKTQGS2+CSAbkgN8VuIBWP1zB oJR4JMKlynjEJl6QX+OEqHaBMrdbSwrs+fZ6xfAIQR33wcYKkw4Usf1CfnPUBWY2M0 nuLs4c7p76X7WSDzNtRhdu3fXKwXmRdOjWk0UOuc=
Date: Wed, 20 Nov 2019 08:28:42 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/push/4299092890@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd569babbd42_20ed3f86d5acd9603503"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/M8HDW7-TZSOKUuEpXMPEwMGOPJ4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 20 Nov 2019 16:28:46 -0000

----==_mimepart_5dd569babbd42_20ed3f86d5acd9603503
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

4170f4073ffa7bbeae39acf5ef512e37cb63898b  Jana's suggestions


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266/files/49cea64e4bc427763900b739cc85528880767913..4170f4073ffa7bbeae39acf5ef512e37cb63898b

----==_mimepart_5dd569babbd42_20ed3f86d5acd9603503
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4170f4073ffa7bbeae39acf5ef512e37cb63898b">4170f40</a>  Jana&#39;s suggestions</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3266/files/49cea64e4bc427763900b739cc85528880767913..4170f4073ffa7bbeae39acf5ef512e37cb63898b?email_source=notifications&amp;email_token=AFTOJK4IOK2O565V2VAGBXDQUVQTVA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TSMBZGI4DSMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2UPPKHAG6WBNTMKUTQUVQTVANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6LDDWK66UELX5RVDDQUVQTVA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TSMBZGI4DSMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266/files/49cea64e4bc427763900b739cc85528880767913..4170f4073ffa7bbeae39acf5ef512e37cb63898b?email_source=notifications\u0026email_token=AFTOJK4IOK2O565V2VAGBXDQUVQTVA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TSMBZGI4DSMA",
"url": "https://github.com/quicwg/base-drafts/pull/3266/files/49cea64e4bc427763900b739cc85528880767913..4170f4073ffa7bbeae39acf5ef512e37cb63898b?email_source=notifications\u0026email_token=AFTOJK4IOK2O565V2VAGBXDQUVQTVA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGI4TSMBZGI4DSMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd569babbd42_20ed3f86d5acd9603503--


From nobody Wed Nov 20 17:15:56 2019
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 B540C120845 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 17:15:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kvXfUQKkZPnN for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 17:15:52 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7AEF8120090 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 17:15:52 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 96D4C961EEB for <quic-issues@ietf.org>; Wed, 20 Nov 2019 17:15:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574298951; bh=Z8z8f/kWSdJKPo7m3Wzl6q63dWzLk15B+lYt81sFvmQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sjkzB0OhbYo9N2kooohRtI+wUIBKTWedX0+a3hO+nB36cb/mx0rYDmz3UinrvSSmf aAs9TJj+YcsLvchgjemus2/hCTXGQ8pWZN3WR66uNqSd1wB7a18oD6BOXFx751IWHA 2j5UL/SpDthtplN80WNjLIB8NbrPgAMst51hPN8U=
Date: Wed, 20 Nov 2019 17:15:51 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4QMU5NWQ5SLA2L2BN34ML4PEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/320585820@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd5e54786f4d_643a3fdd9e4cd96411144"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CnSaFDK8u7wGtO3b64OAsRGcYJk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 21 Nov 2019 01:15:55 -0000

----==_mimepart_5dd5e54786f4d_643a3fdd9e4cd96411144
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.

Sorry, jut a bit more rewording, but looks good otherwise.

> @@ -785,13 +785,11 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for a period longer than the idle
+timeout ({{idle-timeout}}), the connection might get closed even when data is
+available for transmission.  To keep the connection from closing, a sender

```suggestion
available for transmission.  To keep the connection from closing, a sender that is flow control limited
```

> @@ -785,13 +785,11 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for a period longer than the idle
+timeout ({{idle-timeout}}), the connection might get closed even when data is
+available for transmission.  To keep the connection from closing, a sender
+SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame when there

```suggestion
SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame when it
```

> @@ -785,13 +785,11 @@ flow control limits.
 If a sender runs out of flow control credit, it will be unable to send new data
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED or
 DATA_BLOCKED frame to indicate it has data to write but is blocked by flow
-control limits.  These frames are expected to be sent infrequently in common
-cases, but they are considered useful for debugging and monitoring purposes.
-
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED frames
-for the same data limit, unless the original frame is determined to be lost.
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the data
-limit is increased.
+control limits.  If a sender is blocked for a period longer than the idle
+timeout ({{idle-timeout}}), the connection might get closed even when data is
+available for transmission.  To keep the connection from closing, a sender
+SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame when there
+are no ack-eliciting packets in flight.

```suggestion
has no ack-eliciting packets in flight.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-320585820
----==_mimepart_5dd5e54786f4d_643a3fdd9e4cd96411144
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Sorry, jut a bit more rewording, but looks good otherwise.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3266#discussi=
on_r348852956">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -785,13 +785,11 @@ flow control limits.=
=0D
 If a sender runs out of flow control credit, it will be unable to send n=
ew data=0D
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED o=
r=0D
 DATA_BLOCKED frame to indicate it has data to write but is blocked by fl=
ow=0D
-control limits.  These frames are expected to be sent infrequently in co=
mmon=0D
-cases, but they are considered useful for debugging and monitoring purpo=
ses.=0D
-=0D
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED fr=
ames=0D
-for the same data limit, unless the original frame is determined to be l=
ost.=0D
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the =
data=0D
-limit is increased.=0D
+control limits.  If a sender is blocked for a period longer than the idl=
e=0D
+timeout ({{idle-timeout}}), the connection might get closed even when da=
ta is=0D
+available for transmission.  To keep the connection from closing, a send=
er=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-available for transmission.  To keep the conn=
ection from closing, a sender=0D
+available for transmission.  To keep the connection from closing, a send=
er that is flow control limited=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3266#discussi=
on_r348852989">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -785,13 +785,11 @@ flow control limits.=
=0D
 If a sender runs out of flow control credit, it will be unable to send n=
ew data=0D
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED o=
r=0D
 DATA_BLOCKED frame to indicate it has data to write but is blocked by fl=
ow=0D
-control limits.  These frames are expected to be sent infrequently in co=
mmon=0D
-cases, but they are considered useful for debugging and monitoring purpo=
ses.=0D
-=0D
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED fr=
ames=0D
-for the same data limit, unless the original frame is determined to be l=
ost.=0D
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the =
data=0D
-limit is increased.=0D
+control limits.  If a sender is blocked for a period longer than the idl=
e=0D
+timeout ({{idle-timeout}}), the connection might get closed even when da=
ta is=0D
+available for transmission.  To keep the connection from closing, a send=
er=0D
+SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame whe=
n there=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-SHOULD periodically send a STREAM_DATA_BLOCKE=
D or DATA_BLOCKED frame when there=0D
+SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame whe=
n it=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3266#discussi=
on_r348853029">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -785,13 +785,11 @@ flow control limits.=
=0D
 If a sender runs out of flow control credit, it will be unable to send n=
ew data=0D
 and is considered blocked.  A sender SHOULD send a STREAM_DATA_BLOCKED o=
r=0D
 DATA_BLOCKED frame to indicate it has data to write but is blocked by fl=
ow=0D
-control limits.  These frames are expected to be sent infrequently in co=
mmon=0D
-cases, but they are considered useful for debugging and monitoring purpo=
ses.=0D
-=0D
-A sender SHOULD NOT send multiple STREAM_DATA_BLOCKED or DATA_BLOCKED fr=
ames=0D
-for the same data limit, unless the original frame is determined to be l=
ost.=0D
-Another STREAM_DATA_BLOCKED or DATA_BLOCKED frame can be sent after the =
data=0D
-limit is increased.=0D
+control limits.  If a sender is blocked for a period longer than the idl=
e=0D
+timeout ({{idle-timeout}}), the connection might get closed even when da=
ta is=0D
+available for transmission.  To keep the connection from closing, a send=
er=0D
+SHOULD periodically send a STREAM_DATA_BLOCKED or DATA_BLOCKED frame whe=
n there=0D
+are no ack-eliciting packets in flight.=0D
</pre>=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-are no ack-eliciting packets in flight.=0D
+has no ack-eliciting packets in flight.=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3266?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK3GIC75QEUAFZMLUA3QUXOMPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMN4AXA#pullrequestreview-320585820=
">view it on GitHub</a>, or <a href=3D"https://github.com/notifications/u=
nsubscribe-auth/AFTOJK72V7CCRRUYGS7XMBLQUXOMPANCNFSM4JPFAYEQ">unsubscribe=
</a>.<img src=3D"https://github.com/notifications/beacon/AFTOJK35LL5NZBZV=
T6H5YB3QUXOMPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWN=
FSXPKTDN5WW2ZLOORPWSZGOCMN4AXA.gif" height=3D"1" width=3D"1" alt=3D"" /><=
/p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=3D=
notifications\u0026email_token=3DAFTOJK3GIC75QEUAFZMLUA3QUXOMPA5CNFSM4JPF=
AYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
MN4AXA#pullrequestreview-320585820",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK3GIC75QEUAFZMLUA3QUXOMPA5CNFSM4JPFAY=
E2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMN=
4AXA#pullrequestreview-320585820",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd5e54786f4d_643a3fdd9e4cd96411144--


From nobody Wed Nov 20 17:17:25 2019
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 37176120845 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 17:17:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TkL4jTzwsnqz for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 17:17:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C6562120090 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 17:17:22 -0800 (PST)
Date: Wed, 20 Nov 2019 17:17:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574299042; bh=9GUyDvLDehBb+edaBVHHC+6Vhf1GgUeS94nHuHZnsx4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tD9SI7fvste3g85uJY5KTo/+xhHMI6SzIsOgZRWQV7yrEM1BN0iZIHyPOYcsDm3Vp M6nJ/yOg/DZ8hdEbYvOyrW+d1rTP3fQZxodAk/Q6LZ/tEnoVW1B3y4SIpM4Ucxms67 TaiGCMiiqdPBDgxQj3eLZ//I7lLd7HP7Ctb1bUho=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6YH3B2LEYGH45IRHF34MMCFEVBNHHBVJMHUM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/2744/556752489@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2744@github.com>
References: <quicwg/base-drafts/issues/2744@github.com>
Subject: Re: [quicwg/base-drafts] Idle Timer Can Fire Even with Outstanding Data to Send (#2744)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd5e5a21ddaa_47f83fef354cd95c72970"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/f6wDTxuw9JBQXR-0O1erfQBOiYo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 21 Nov 2019 01:17:24 -0000

----==_mimepart_5dd5e5a21ddaa_47f83fef354cd95c72970
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This should be a design issue. The proposal to send multiple BLOCKED frames is a design change.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2744#issuecomment-556752489
----==_mimepart_5dd5e5a21ddaa_47f83fef354cd95c72970
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This should be a design issue. The proposal to send multiple BLOCKED frames is a design change.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2744?email_source=notifications&amp;email_token=AFTOJK5BPPHBV5A3AHS3LCTQUXOSFA5CNFSM4HOS3R3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEXV42I#issuecomment-556752489">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6GXEFCYYII257UTTDQUXOSFANCNFSM4HOS3R3A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3FBPL5QQHCSJ47OYDQUXOSFA5CNFSM4HOS3R3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEXV42I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2744?email_source=notifications\u0026email_token=AFTOJK5BPPHBV5A3AHS3LCTQUXOSFA5CNFSM4HOS3R3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEXV42I#issuecomment-556752489",
"url": "https://github.com/quicwg/base-drafts/issues/2744?email_source=notifications\u0026email_token=AFTOJK5BPPHBV5A3AHS3LCTQUXOSFA5CNFSM4HOS3R3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEXV42I#issuecomment-556752489",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd5e5a21ddaa_47f83fef354cd95c72970--


From nobody Wed Nov 20 18:23:39 2019
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 DDE1F120909 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 18:23:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EPQha7nEYKI4 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 18:23:36 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81C17120077 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 18:23:36 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id B0DA76607DC for <quic-issues@ietf.org>; Wed, 20 Nov 2019 18:23:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574303015; bh=QliRmxjdPN1EVkFRQ4RWWeNL1MLlNFiVpbWQoSNXUT8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BoeMLVBbDwvUXdg088gHcC5F8qpDpPywHgF0uTQk0xqtb7+BFOB0qT7VS3v7qWvvo mMy+9zp95I8gPRPiH9SysalTZBiShxJlmpLArwKkKfI75PMn5Bp9mnMzIFkOlayjr8 56EXbMLsQD/ZrnCF0B2jFgfDVV188yBXiupGITiA=
Date: Wed, 20 Nov 2019 18:23:35 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/push/4301190448@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd5f527a1311_8ee3f92b7acd968152227"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/06r-WWJh6v38vyWTKAyNXb9cj48>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 21 Nov 2019 02:23:38 -0000

----==_mimepart_5dd5f527a1311_8ee3f92b7acd968152227
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks pushed 1 commit.

f3e1f901ebe2d1f20bce40b350ea4a7af2c18726  Jana's suggestions (2)


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266/files/4170f4073ffa7bbeae39acf5ef512e37cb63898b..f3e1f901ebe2d1f20bce40b350ea4a7af2c18726

----==_mimepart_5dd5f527a1311_8ee3f92b7acd968152227
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/nibanks" class="user-mention">@nibanks</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f3e1f901ebe2d1f20bce40b350ea4a7af2c18726">f3e1f90</a>  Jana&#39;s suggestions (2)</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3266/files/4170f4073ffa7bbeae39acf5ef512e37cb63898b..f3e1f901ebe2d1f20bce40b350ea4a7af2c18726?email_source=notifications&amp;email_token=AFTOJKYRJMRFBEPZ6J46AHDQUXWKPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGMYDCMJZGA2DIOA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2FLWE3GBIRY2I5LZTQUXWKPANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2U5XYLXCKJZADUDCLQUXWKPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGMYDCMJZGA2DIOA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266/files/4170f4073ffa7bbeae39acf5ef512e37cb63898b..f3e1f901ebe2d1f20bce40b350ea4a7af2c18726?email_source=notifications\u0026email_token=AFTOJKYRJMRFBEPZ6J46AHDQUXWKPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGMYDCMJZGA2DIOA",
"url": "https://github.com/quicwg/base-drafts/pull/3266/files/4170f4073ffa7bbeae39acf5ef512e37cb63898b..f3e1f901ebe2d1f20bce40b350ea4a7af2c18726?email_source=notifications\u0026email_token=AFTOJKYRJMRFBEPZ6J46AHDQUXWKPA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENZTHA3DAM2QOVZWQIZUGMYDCMJZGA2DIOA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5dd5f527a1311_8ee3f92b7acd968152227--


From nobody Wed Nov 20 22:01:26 2019
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 4DB94120143 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 22:01:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2TxkWV5L4jc3 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 22:01:22 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 54B49120124 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 22:01:22 -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 874F3960413 for <quic-issues@ietf.org>; Wed, 20 Nov 2019 22:01:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574316081; bh=w2xyHgVJmRQ5ebF2/lgiIqNbvSnGe3+ZixS0qTTodFg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vu5f4ZlbY9qJU6tMgzVqA74sH1XMsdeuGC0pUf5sdaBxOaEW9FL3RE8LQ7xsuKd9h LXTkfznUJsWqaN5d/DMW8xKYW2DkKSYVvjxKZ1apGJXudR/DKchmZDxiWPxIB+UF+X 5C9MQWHVDk7iQOS1ahaU17XRVi35vg/nCv/WH/6E=
Date: Wed, 20 Nov 2019 22:01:21 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2SHWRMJXDJZ5FHLA534NNLDEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/320655155@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd6283177f55_413a3fd6bf8cd964140230"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0iY939rDEsbmZi2t-YsTJUht-jc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 21 Nov 2019 06:01:24 -0000

----==_mimepart_5dd6283177f55_413a3fd6bf8cd964140230
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-320655155
----==_mimepart_5dd6283177f55_413a3fd6bf8cd964140230
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK6B4G6NWRTSTCAJ6WLQUYP3DA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMOM6MY#pullrequestreview-320655155">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6VMHUDTYBHHBXX5STQUYP3DANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2S6GWJAJNVY7YOYM3QUYP3DA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMOM6MY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK6B4G6NWRTSTCAJ6WLQUYP3DA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMOM6MY#pullrequestreview-320655155",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK6B4G6NWRTSTCAJ6WLQUYP3DA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMOM6MY#pullrequestreview-320655155",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd6283177f55_413a3fd6bf8cd964140230--


From nobody Wed Nov 20 23:05:59 2019
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 C5F821200B5 for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 23:05:57 -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 TwteHD26abiZ for <quic-issues@ietfa.amsl.com>; Wed, 20 Nov 2019 23:05:56 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4729012001E for <quic-issues@ietf.org>; Wed, 20 Nov 2019 23:05:56 -0800 (PST)
Date: Wed, 20 Nov 2019 23:05:55 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574319955; bh=yEz3lnoeofd4U4MNf/Sqzy92ttlyHVfC8qXloTjW6bc=; h=Date:From:To:Subject:From; b=D5tTcBHOBqVe3r04sb1Qp8JGS2RODPLyp5Trpf1UGwIq5diioLc9xHYRg86gbwpvX TB13bYb3n7AvqB0eKUhQHWwsbP69XaKeQ4sAclnNMw5vWHhjQuOP/GqRfGx7ymReVz nznWbPl65aaj1h21UcI3bEPA2MZVhmkB+y2M0De0=
From: Lars Eggert <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/f882af-17c485@github.com>
Subject: [quicwg/wg-materials] 03e755: Add interop runner slides
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/_TOQAbyIsoD5ZA7T9qXI_q6ZOqk>
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: Thu, 21 Nov 2019 07:05:58 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 03e75567d6dc995cbeb072b0720bbebd30942fdf
      https://github.com/quicwg/wg-materials/commit/03e75567d6dc995cbeb072b0720bbebd30942fdf
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    A ietf106/quic-interop-runner.pdf

  Log Message:
  -----------
  Add interop runner slides


  Commit: 64ac4ad8f4b43aacf1ce553d482393ee0834f1f1
      https://github.com/quicwg/wg-materials/commit/64ac4ad8f4b43aacf1ce553d482393ee0834f1f1
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M ietf106/quic-interop-runner.pdf

  Log Message:
  -----------
  new matrix


  Commit: 17c4857d6e450e8cfdc7478dc38f0aa77f725489
      https://github.com/quicwg/wg-materials/commit/17c4857d6e450e8cfdc7478dc38f0aa77f725489
  Author: Lars Eggert <200328+larseggert@users.noreply.github.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    A ietf106/quic-interop-runner.pdf

  Log Message:
  -----------
  Merge pull request #136 from janaiyengar/master

Add interop runner slides


Compare: https://github.com/quicwg/wg-materials/compare/f882afcedfcb...17c4857d6e45


From nobody Fri Nov 22 00:45:50 2019
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 DB69F1202A0 for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 00:45:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H1AcHWJY9ML4 for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 00:45:47 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8823F12018B for <quic-issues@ietf.org>; Fri, 22 Nov 2019 00:45:47 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id B7A071C0DD5 for <quic-issues@ietf.org>; Fri, 22 Nov 2019 00:45:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574412346; bh=Gwb0+9MLwilf16frGNw/+TH5IbxuIZaP8gVFRRS0GtE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cPsYshzkwwkWYhJG+tUEKpGNaLOnOR0zarQ3QfyOhgOjUASHwHac9XxrtbmcziJ3S n0w3TK93x4T5HUVzK29TfdTg3k8nYDNhRV5wvfSgYXKHYyLzJgHmq31v4Xcvuxm4GS nL1oGdnA6XwGIuBfGmWs6Gt9s6SdMzE8LYTb53i8=
Date: Fri, 22 Nov 2019 00:45:46 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYSQLDBMIMQT4GAWZ534TJLVEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c557445269@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd7a03aa9bac_4f263f8d64ccd96418169b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LicJ_M7Z2-Xfhc_dt8NGmokhhLE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 22 Nov 2019 08:45:49 -0000

----==_mimepart_5dd7a03aa9bac_4f263f8d64ccd96418169b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Can we add a test vector to the appendix of the TLS document?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-557445269
----==_mimepart_5dd7a03aa9bac_4f263f8d64ccd96418169b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Can we add a test vector to the appendix of the TLS document?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKZO4U22EYVDFH34DW3QU6L3VA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE47BFI#issuecomment-557445269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZAZIS3LSTD22WX7V3QU6L3VANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6HSFQBQ3IVHYDZP6TQU6L3VA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE47BFI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZO4U22EYVDFH34DW3QU6L3VA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE47BFI#issuecomment-557445269",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKZO4U22EYVDFH34DW3QU6L3VA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE47BFI#issuecomment-557445269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd7a03aa9bac_4f263f8d64ccd96418169b--


From nobody Fri Nov 22 21:28:06 2019
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 F11EA1200B2 for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 21:28:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EPgiOZOOTlFW for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 21:28:02 -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 44B4C12003F for <quic-issues@ietf.org>; Fri, 22 Nov 2019 21:28:02 -0800 (PST)
Date: Fri, 22 Nov 2019 21:28:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574486881; bh=wq4HN0xv/twhl6YMEMv9mg/E3kh2hD33s8pbptMm+yU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aWA5ghs7CyMvEIUSy606bdaJ18S1SBLTI9xvP8oo2Xjjb24tEDl3Mra8AuO6B+AiT 7sXFeR3eESxDtN6ZteOco6sQOlzHAX4xFUHjwUfZHyQY7PUrG/7vqxGcpX6Bynta2k PmIWJOWaS6tYK8YIRQj0Cn36V8Zc2s8uoGk7ZBuQ=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ2A5DYSNGKQCMXYJV34X26DEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/321895279@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd8c3614885d_7dbc3fd8ae8cd96466716"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KSQlawDglNJRzbWVIVG4pyQDjRI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 05:28:04 -0000

----==_mimepart_5dd8c3614885d_7dbc3fd8ae8cd96466716
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann requested changes on this pull request.



> @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.

This only applies if the token is a Retry token (and not a NEW_TOKEN token).
When the client uses a NEW_TOKEN token, it would exchange this token for the Retry token when it receives a Retry packet, wouldn't it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#pullrequestreview-321895279
----==_mimepart_5dd8c3614885d_7dbc3fd8ae8cd96466716
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r349859380">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
</pre>
<p>This only applies if the token is a Retry token (and not a NEW_TOKEN token).<br>
When the client uses a NEW_TOKEN token, it would exchange this token for the Retry token when it receives a Retry packet, wouldn't it?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK4N4HK6EFYW7QCO3TLQVC5ODA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMX3W3Y#pullrequestreview-321895279">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OKLJBFJS3R3LBL43QVC5ODANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3AVOALK4CVA5FDIOLQVC5ODA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMX3W3Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK4N4HK6EFYW7QCO3TLQVC5ODA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMX3W3Y#pullrequestreview-321895279",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK4N4HK6EFYW7QCO3TLQVC5ODA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMX3W3Y#pullrequestreview-321895279",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd8c3614885d_7dbc3fd8ae8cd96466716--


From nobody Fri Nov 22 21:52:16 2019
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 2B2811200B2 for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 21:52:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 STsxjpQRu6Rr for <quic-issues@ietfa.amsl.com>; Fri, 22 Nov 2019 21:52:13 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A187712002F for <quic-issues@ietf.org>; Fri, 22 Nov 2019 21:52:13 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 097F42615AF for <quic-issues@ietf.org>; Fri, 22 Nov 2019 21:52:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574488333; bh=3ZZHCjzMWc6iJB/VOZs9Ksz0f6qxgNSVeRnmA4EldnE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=ctCopSorhNxvaxL2q/mPRxpk0CDK5rW1m8VPhsJRiBzbDvX44B/2CqukXO4Ot614L LHDEh54mFlel/Cc4rUUXlEeVbOC4TFOshZok68RbglWYPhwrjUjq7PrQ3cAbpaf21R 6UXKgc1pgra8wY2jr/omCT1jDHbmJnyGcwmkhKQg=
Date: Fri, 22 Nov 2019 21:52:12 -0800
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3L6ELIIZAOSGXHK5534X5YZEVBNHHB64J6NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3271@github.com>
Subject: [quicwg/base-drafts] Retry packet with zero-length token doesn't make sense (#3271)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd8c90cb8412_11523ffc53ccd96021828"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/khHfocEEVEJhGCwGyVvogJdC4ts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 05:52:15 -0000

----==_mimepart_5dd8c90cb8412_11523ffc53ccd96021828
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The Retry packet currently allows sending an empty token. The Retry token is defined as an opaque blob 
```
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Retry Token (*)                      ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
```
where `(*)` "indicates that x is variable-length", which also includes zero-length values.

On the wire, an Initial packet with a zero-length token is identical to an Initial without a token. However, there's a difference on the client side, since a client will perform at most a single Retry.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3271
----==_mimepart_5dd8c90cb8412_11523ffc53ccd96021828
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The Retry packet currently allows sending an empty token. The Retry token is defined as an opaque blob</p>
<pre><code>+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Retry Token (*)                      ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
</code></pre>
<p>where <code>(*)</code> "indicates that x is variable-length", which also includes zero-length values.</p>
<p>On the wire, an Initial packet with a zero-length token is identical to an Initial without a token. However, there's a difference on the client side, since a client will perform at most a single Retry.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications&amp;email_token=AFTOJKYVH44AXYMM4BFKBI3QVDAIZA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RHZVQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK34MMK5EIMTDD3RKRTQVDAIZANCNFSM4JQYWXZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RI5DX7RTRDPPGEKLQVDAIZA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RHZVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications\u0026email_token=AFTOJKYVH44AXYMM4BFKBI3QVDAIZA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RHZVQ",
"url": "https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications\u0026email_token=AFTOJKYVH44AXYMM4BFKBI3QVDAIZA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RHZVQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd8c90cb8412_11523ffc53ccd96021828--


From nobody Sat Nov 23 03:43:37 2019
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 EDBC012008A for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 03:43:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 OxIIIHLBQ38A for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 03:43:33 -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 E11EF120058 for <quic-issues@ietf.org>; Sat, 23 Nov 2019 03:43:32 -0800 (PST)
Date: Sat, 23 Nov 2019 03:43:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574509410; bh=Vn1hZ5ggyWzvcUEV7HS8HSjW9Hr9xJ8F+l5HBHCzsH4=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cQMQkB9RhUjugKaHI/VbxnSOxuqMK1dRziX41LS9Irac+qf/2VMOiQlWkh5XF1JEl 52b2sTkPKJHqXlXhR/AgoADcRBKMnQTrdticszKgmKc5CUib/ugfPBfqmpJhgMrLQ8 enx3ylaHBtxkegIIC3ze7dhi9ffg/ahGAP24ZQAk=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZKVFI2UD3Q3SKF2NF34ZG6FEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272@github.com>
Subject: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd91b62ae516_47c3fcf894cd96418235b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F7nI1cCFWWxH5NEXbsODcCMokEk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 11:43:35 -0000

----==_mimepart_5dd91b62ae516_47c3fcf894cd96418235b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

`pto_count` should be reset to 0 when a packet number space is dropped. I'd argue that this is the consistent thing to do, because when we drop a packet number space, we implicitely acknowledge all outstanding packets in that space (and remove them from `bytes_in_flight`).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272
----==_mimepart_5dd91b62ae516_47c3fcf894cd96418235b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><code>pto_count</code> should be reset to 0 when a packet number space is dropped. I'd argue that this is the consistent thing to do, because when we drop a packet number space, we implicitely acknowledge all outstanding packets in that space (and remove them from <code>bytes_in_flight</code>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJK3RYVT2DQPFUW7M36TQVEJOFA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4DD2GXPHP3OJ4WDKDQVEJOFANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2COY653LB3UJAIU33QVEJOFA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK3RYVT2DQPFUW7M36TQVEJOFA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK3RYVT2DQPFUW7M36TQVEJOFA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd91b62ae516_47c3fcf894cd96418235b--


From nobody Sat Nov 23 06:33:59 2019
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 2D20E120088 for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 06:33:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SgytZ__j35Gg for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 06:33:56 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC748120043 for <quic-issues@ietf.org>; Sat, 23 Nov 2019 06:33:56 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id A31C26A121E for <quic-issues@ietf.org>; Sat, 23 Nov 2019 06:33:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574519635; bh=bSr7ePVZd8nu5gdNg6Q+AibuqIf56EE+bDd2B/FGfPk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tdyI60wvg4ZLnZ4OcLaYMrWpcN5NnbaCSUQTrYnkwGaieou6okP2viSu39Gm1q3Zy 1EPeujFk8b5LIYD92xmBSifa39cLMcp1DQ4HHh1J5sleUwFuQ1e/8m6BJ9u0ZpDqBU S5jeZM2Ul44NESJjeXHFoSZY7OwNLnogucxB3cnE=
Date: Sat, 23 Nov 2019 06:33:55 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6NRY6IVWUKJRCSYO534Z25HEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/557802728@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd9435393f93_a4a3f96a60cd95c299165"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KYmkYnn0Xvz852eb82IHSCrTVOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 14:33:58 -0000

----==_mimepart_5dd9435393f93_a4a3f96a60cd95c299165
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I think this is alright. It should happen anyway, since receiving an ACK=0D=

should be the common case.=0D
=0D
On Sat, Nov 23, 2019, 7:43 PM Marten Seemann <notifications@github.com>=0D=

wrote:=0D
=0D
> pto_count should be reset to 0 when a packet number space is dropped. I=
'd=0D
> argue that this is the consistent thing to do, because when we drop a=0D=

> packet number space, we implicitely acknowledge all outstanding packets=
 in=0D
> that space (and remove them from bytes_in_flight).=0D
>=0D
> =E2=80=94=0D
> You are receiving this because you are subscribed to this thread.=0D
> Reply to this email directly, view it on GitHub=0D
> <https://github.com/quicwg/base-drafts/issues/3272?email_source=3Dnotif=
ications&email_token=3DACUOBVDKY7DEHZVVBTYYM7TQVEJODA5CNFSM4JQZ2L6KYY3PNV=
WWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ>,=0D
> or unsubscribe=0D
> <https://github.com/notifications/unsubscribe-auth/ACUOBVBBCAAP2HEQKL55=
DRTQVEJODANCNFSM4JQZ2L6A>=0D
> .=0D
>=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-557802728=

----==_mimepart_5dd9435393f93_a4a3f96a60cd95c299165
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

I think this is alright. It should happen anyway, since receiving an ACK<=
br>=0D
should be the common case.<br>=0D
<br>=0D
On Sat, Nov 23, 2019, 7:43 PM Marten Seemann &lt;notifications@github.com=
&gt;<br>=0D
wrote:<br>=0D
<br>=0D
&gt; pto_count should be reset to 0 when a packet number space is dropped=
. I&#39;d<br>=0D
&gt; argue that this is the consistent thing to do, because when we drop =
a<br>=0D
&gt; packet number space, we implicitely acknowledge all outstanding pack=
ets in<br>=0D
&gt; that space (and remove them from bytes_in_flight).<br>=0D
&gt;<br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you are subscribed to this thread.<br=
>=0D
&gt; Reply to this email directly, view it on GitHub<br>=0D
&gt; &lt;https://github.com/quicwg/base-drafts/issues/3272?email_source=3D=
notifications&amp;email_token=3DACUOBVDKY7DEHZVVBTYYM7TQVEJODA5CNFSM4JQZ2=
L6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3RXQUQ&gt;,<br>=0D
&gt; or unsubscribe<br>=0D
&gt; &lt;https://github.com/notifications/unsubscribe-auth/ACUOBVBBCAAP2H=
EQKL55DRTQVEJODANCNFSM4JQZ2L6A&gt;<br>=0D
&gt; .<br>=0D
&gt;<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3272?email_source=3Dnotifications&amp;email_token=3D=
AFTOJKYIIB5ZAMMEMQI5Z33QVE5NHA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7WJ2A#issuecomment-557802728">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK3AJMPACUTD3FC4BOLQVE5NHANCNFSM4JQZ2L6A">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK4K4LXFDKVJZOAWF7LQVE5N=
HA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEE7WJ2A.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=
=3Dnotifications\u0026email_token=3DAFTOJKYIIB5ZAMMEMQI5Z33QVE5NHA5CNFSM4=
JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7WJ2=
A#issuecomment-557802728",=0D
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=3D=
notifications\u0026email_token=3DAFTOJKYIIB5ZAMMEMQI5Z33QVE5NHA5CNFSM4JQZ=
2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7WJ2A#i=
ssuecomment-557802728",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5dd9435393f93_a4a3f96a60cd95c299165--


From nobody Sat Nov 23 11:11:25 2019
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 9178012004F for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 11:11:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xgxE2m_3Gdkz for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 11:11:21 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F32DA120024 for <quic-issues@ietf.org>; Sat, 23 Nov 2019 11:11:20 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 040681C1C78 for <quic-issues@ietf.org>; Sat, 23 Nov 2019 11:11:20 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574536280; bh=3KmUGFJxJbYtnMGF/lIH+8YUN+JfKjJpBWSgVL4msNc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SBT5hxmYW9JAHs/sojD+Fa8DpKFShPQEE7YXumhBjxvUQetKP5fieTt8IwaV0udR5 er9v29NBHYznVlQhm9d+3LoUE8wRCTWUJEEPhVqMRcVcubMYuKo6/Ah/w6xKLyFEku AWu0UYtNRyK/hHQDK6Ez4IqZM9WJ+XUW1EeOnFIY=
Date: Sat, 23 Nov 2019 11:11:19 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYO5IGED4VMN4GIRA53423NPEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/557824698@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd98457e9fc6_b323fa01a4cd96c75452a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nCHBPUPIMbFvbbFjy6bylGi0xO0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 19:11:23 -0000

----==_mimepart_5dd98457e9fc6_b323fa01a4cd96c75452a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I also tend to think this is Ok.  Importantly, if you don't get any ACKs, you also have no RTT samples, and in that case, continuing to backoff the PTO is very possibly the right thing to do.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-557824698
----==_mimepart_5dd98457e9fc6_b323fa01a4cd96c75452a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I also tend to think this is Ok.  Importantly, if you don't get any ACKs, you also have no RTT samples, and in that case, continuing to backoff the PTO is very possibly the right thing to do.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJKZ7U4UWD54GPWMPGQ3QVF55PA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE73VOQ#issuecomment-557824698">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2RPCGVULLJI4YVVQTQVF55PANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY6AAC2J4L5VOSDZR3QVF55PA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE73VOQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKZ7U4UWD54GPWMPGQ3QVF55PA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE73VOQ#issuecomment-557824698",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKZ7U4UWD54GPWMPGQ3QVF55PA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE73VOQ#issuecomment-557824698",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd98457e9fc6_b323fa01a4cd96c75452a--


From nobody Sat Nov 23 11:25:29 2019
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 E3F5F12004F for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 11:25:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 thrONW_TltS0 for <quic-issues@ietfa.amsl.com>; Sat, 23 Nov 2019 11:25:26 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6DBA2120024 for <quic-issues@ietf.org>; Sat, 23 Nov 2019 11:25:26 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 5221BC600AF for <quic-issues@ietf.org>; Sat, 23 Nov 2019 11:25:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574537125; bh=m4b4RTkuy9prmV/utpnKTecm24WtCj+AVcpMCMcthMQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=dkRZGAj8+oz/aLvPXu3etxaODsZ7YjiIuQK4h9ddmuDppGN3okpl6GGTWuofwo4ud FpIIocFiuTA6flL5ePSMZWKqmZNGj6+wfcYkQJ/v1CD5K/KUFL69dBr5CaqhfOeJ90 snsViiHaDK+IgeLMWsIx2A+zKznwLzQzT+PPBErU=
Date: Sat, 23 Nov 2019 11:25:25 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYN3KEBXNL3VUFDJKN3425CLEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273@github.com>
Subject: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly, allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dd987a5423d6_19f83fcc89acd95c29882d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/11dqi5a4ZMWzInZ-8dYqOodM1gc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 23 Nov 2019 19:25:28 -0000

----==_mimepart_5dd987a5423d6_19f83fcc89acd95c29882d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Currently, HTTP/3 references QUIC Stream IDs directly in the case of requests.  However, requests are only 1 of the 4 stream types, so 3/4 of the values in GOAWAY are currently invalid, though we don't specify what happens if you receive one of those invalid values in the current draft(or I missed it).

QUIC transport has moved to a design for MAX_STREAMS(https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-19.11) that specifies the allowed number of streams of a given type, rather than the Stream ID.

Currently, this is a very minor point, since it's only the GOAWAY frame that references Stream ID, but future frames, such as the PRIORITY_UPDATE frame from the HTTP priorities draft will also want to reference the Stream ID, as will future extension frames I expect.

So I suggest we call this a Request ID and it's the Stream ID of a client bidi stream right shifted 2 bits or however else we'd like to describe it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273
----==_mimepart_5dd987a5423d6_19f83fcc89acd95c29882d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Currently, HTTP/3 references QUIC Stream IDs directly in the case of requests.  However, requests are only 1 of the 4 stream types, so 3/4 of the values in GOAWAY are currently invalid, though we don't specify what happens if you receive one of those invalid values in the current draft(or I missed it).</p>
<p>QUIC transport has moved to a design for MAX_STREAMS(<a href="https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-19.11" rel="nofollow">https://tools.ietf.org/html/draft-ietf-quic-transport-24#section-19.11</a>) that specifies the allowed number of streams of a given type, rather than the Stream ID.</p>
<p>Currently, this is a very minor point, since it's only the GOAWAY frame that references Stream ID, but future frames, such as the PRIORITY_UPDATE frame from the HTTP priorities draft will also want to reference the Stream ID, as will future extension frames I expect.</p>
<p>So I suggest we call this a Request ID and it's the Stream ID of a client bidi stream right shifted 2 bits or however else we'd like to describe it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJKYT4BFMXNN27OY55Q3QVF7SLA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3SQD6Q">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UU525O3GD5YADZG3QVF7SLANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZAVVKNX4SHVN5WIHDQVF7SLA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3SQD6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKYT4BFMXNN27OY55Q3QVF7SLA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3SQD6Q",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKYT4BFMXNN27OY55Q3QVF7SLA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3SQD6Q",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dd987a5423d6_19f83fcc89acd95c29882d--


From nobody Sun Nov 24 16:59:47 2019
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 DCE31120132 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 16:59:44 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.597
X-Spam-Level: 
X-Spam-Status: No, score=-6.597 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 qifgGwsj5akT for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 16:59:43 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7BF9B120125 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 16:59:43 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 74831520079 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 16:59:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574643582; bh=1Q1y8/dD960n4JkqWFq69LnDdPY0dT4tgCouAb09OVk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rDW9k/u0y/P8cfzR5UzWDYTn2uIK5jEgs0MyT7VkXWpgMhvIPf08f3D6ULmgoziJk 3N2mHlrnY54NkKmrZMZlueE52gdee5+5yZFpgMrh/boQ1ZjfF5PsuVMGtisoItRb7T cBpabPr4Fdy9TCGUXe6hyMlhmesQkIMmvCY4Xzuc=
Date: Sun, 24 Nov 2019 16:59:42 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK64HJ6KIHFEKK6OA2V35BM75EVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/557949331@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb277e650ed_9e33fb7698cd95c106618c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/egMtAMsVBHlPJh7jRuELGLFPVXE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 00:59:45 -0000

----==_mimepart_5ddb277e650ed_9e33fb7698cd95c106618c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

While I agree that such a design is possible, I am in favor of using stream IDs as they are, because that is what we have done in HTTP/2.

To be precise, HTTP/2 has stream 0 (which is used for transmitting control messages), odd-numbered streams (for carrying requests), even-numbered streams (for carrying pushed requests).

To paraphrase, we have had these ID holes in HTTP/2, and we haven't had issues (I assume). We've already built our infrastructure around this design, for example, we simply log the stream ID and hope that that would be sufficient to identify the request, regardless of it being one initiated by the client or one being pushed by the server.

Introducing the concept of "request ID" would be a departure from this design in HTTP/2. As there would be a different number space for pushed requests, we'd be required to change the logging structure to convey a tuple of request-type and request-ID. While that is not impossible, I am not sure if that change is worth the cost.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-557949331
----==_mimepart_5ddb277e650ed_9e33fb7698cd95c106618c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>While I agree that such a design is possible, I am in favor of using stream IDs as they are, because that is what we have done in HTTP/2.</p>
<p>To be precise, HTTP/2 has stream 0 (which is used for transmitting control messages), odd-numbered streams (for carrying requests), even-numbered streams (for carrying pushed requests).</p>
<p>To paraphrase, we have had these ID holes in HTTP/2, and we haven't had issues (I assume). We've already built our infrastructure around this design, for example, we simply log the stream ID and hope that that would be sufficient to identify the request, regardless of it being one initiated by the client or one being pushed by the server.</p>
<p>Introducing the concept of "request ID" would be a departure from this design in HTTP/2. As there would be a different number space for pushed requests, we'd be required to change the logging structure to convey a tuple of request-type and request-ID. While that is not impossible, I am not sure if that change is worth the cost.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJKZI4TO7FF6YOBY6CUDQVMPP5A5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFA2DEY#issuecomment-557949331">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7I55S3HU5O6IXWVCTQVMPP5ANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6QVEY3M527FXFGQYLQVMPP5A5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFA2DEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKZI4TO7FF6YOBY6CUDQVMPP5A5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFA2DEY#issuecomment-557949331",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKZI4TO7FF6YOBY6CUDQVMPP5A5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFA2DEY#issuecomment-557949331",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb277e650ed_9e33fb7698cd95c106618c--


From nobody Sun Nov 24 17:18:03 2019
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 5679212013C for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:01 -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 nmXo9daAPGOs for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:00 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 324381200D8 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:18:00 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 620686601FB for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:17:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574644679; bh=XzswE99xhsgW5KZB2DyCrjoNRQ1T6H5Y1vzEI4RlC20=; h=Date:From:To:Subject:From; b=ucRIAfG3pHNJtO/74zKea+jzjA0MW0J87s3stA8YtxVO8LPFzI+ZOrLcVgSZRRr7a FzZsMnua2pGaAW+3NIQUrnKLwb3Iv43pGSFG2AZqSymTlF8KW5Y3EZNpoB0WRelmLH XqZhiGSsJqJfgY6viOEG8/4wuJq36RTdwBa3gH90=
Date: Sun, 24 Nov 2019 17:17:59 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/16d3dd-f5fc8b@github.com>
Subject: [quicwg/base-drafts] 22c459: TLS: fix references to registries
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/fvGxqQZ2r9P8EsUHMNnMQUN_QEE>
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, 25 Nov 2019 01:18:01 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22c459a6461133576cfa0758ca5155689d9e2196
      https://github.com/quicwg/base-drafts/commit/22c459a6461133576cfa0758ca5155689d9e2196
  Author: Peter Wu <peter@lekensteyn.nl>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

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

  Log Message:
  -----------
  TLS: fix references to registries


  Commit: f5fc8b46c06a636b23fbc92690017c088ba6fca2
      https://github.com/quicwg/base-drafts/commit/f5fc8b46c06a636b23fbc92690017c088ba6fca2
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3267 from Lekensteyn/tls-iana-fixes

TLS: fix references to registries


Compare: https://github.com/quicwg/base-drafts/compare/16d3ddbb49f0...f5fc8b46c06a


From nobody Sun Nov 24 17:18:11 2019
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 C17D31200D8 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nosvYb0P-oMS for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:09 -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 5006112013C for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:18:09 -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 C914D261578 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:18:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574644688; bh=0eiYiNhfDUo3dj1w/D3/EWktwi7TSs5QNdvdH+/mO6Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z9ZBsJvR8UmsIj8cUoeF72tTqBSx3boOUeVDuv/j6nOY404Lfgkd86IPhGKHZqMUs ztAnom+vAIdaW1yJLkV+vnaHeHy9ydzqHjnFcOb+Eyy06FchrNBS4iSrxl926pprob QLCgmwI2WmiXcSVQbC4Ln07sDA7CXAO+AW1Ma9fQ=
Date: Sun, 24 Nov 2019 17:18:08 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CIAHKQXWB7MR6YY535BPFBEVBNHHB6UBXX4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3267/issue_event/2826406162@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3267@github.com>
References: <quicwg/base-drafts/pull/3267@github.com>
Subject: Re: [quicwg/base-drafts] TLS: fix references to registries (#3267)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb2bd083de2_54403fddafccd964238995"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4kwURRuWXeSFGf_Uh_i3Ofbkqyo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 01:18:11 -0000

----==_mimepart_5ddb2bd083de2_54403fddafccd964238995
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3267 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3267#event-2826406162
----==_mimepart_5ddb2bd083de2_54403fddafccd964238995
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525350847" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3267" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3267/hovercard" href="https://github.com/quicwg/base-drafts/pull/3267">#3267</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications&amp;email_token=AFTOJK2IKTWTWFV7FJ27SRDQVMRVBA5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVB3YSEQ#event-2826406162">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZDLTL2BNXPBWCXX4TQVMRVBANCNFSM4JPLNA2A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6VV2BP3XGDNQAEECLQVMRVBA5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVB3YSEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications\u0026email_token=AFTOJK2IKTWTWFV7FJ27SRDQVMRVBA5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVB3YSEQ#event-2826406162",
"url": "https://github.com/quicwg/base-drafts/pull/3267?email_source=notifications\u0026email_token=AFTOJK2IKTWTWFV7FJ27SRDQVMRVBA5CNFSM4JPLNA2KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVB3YSEQ#event-2826406162",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb2bd083de2_54403fddafccd964238995--


From nobody Sun Nov 24 17:18:58 2019
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 23CBB12013C for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:56 -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 bE4b3rYLid-6 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:18:54 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B3B0B1200D8 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:18:54 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id B9B732C0A52 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:18:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574644733; bh=Hs4qdx4IJ5Cj1ZdvMdCYQfH9Nk6p6EUkFXEuf53BgAU=; h=Date:From:To:Subject:From; b=Kcg2+0Yk9a55CgnExv0tMZh5LfWlqNkjcat+4Yd0YxAEk8skqnGytzzfzNb3gp8d1 UhJ26r+Q0J+sm73NPC2V6GiTelIvy1SuKJK4qIWPPs8oW0HyUUAnROYuIKV9+JrZzW bLTHjmvKcRPH9I1DbbDK4gV/mGJLuiEnbx10sRZY=
Date: Sun, 24 Nov 2019 17:18:53 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/05cb71-034f8e@github.com>
Subject: [quicwg/base-drafts] 034f8e: Script updating gh-pages from f5fc8b46. [ci skip]
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/s5UuqWyWv5fzIdxHn2IHmAHMBVo>
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, 25 Nov 2019 01:18:56 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 034f8e5157e50bdffb3188e94e1d9069072ef17d
      https://github.com/quicwg/base-drafts/commit/034f8e5157e50bdffb3188e94e1d9069072ef17d
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    R ianswett-must-ack-once/draft-ietf-quic-http.html
    R ianswett-must-ack-once/draft-ietf-quic-http.txt
    R ianswett-must-ack-once/draft-ietf-quic-invariants.html
    R ianswett-must-ack-once/draft-ietf-quic-invariants.txt
    R ianswett-must-ack-once/draft-ietf-quic-qpack.html
    R ianswett-must-ack-once/draft-ietf-quic-qpack.txt
    R ianswett-must-ack-once/draft-ietf-quic-recovery.html
    R ianswett-must-ack-once/draft-ietf-quic-recovery.txt
    R ianswett-must-ack-once/draft-ietf-quic-tls.html
    R ianswett-must-ack-once/draft-ietf-quic-tls.txt
    R ianswett-must-ack-once/draft-ietf-quic-transport.html
    R ianswett-must-ack-once/draft-ietf-quic-transport.txt
    R ianswett-must-ack-once/index.html
    R ianswett-must-retransmit/draft-ietf-quic-http.html
    R ianswett-must-retransmit/draft-ietf-quic-http.txt
    R ianswett-must-retransmit/draft-ietf-quic-invariants.html
    R ianswett-must-retransmit/draft-ietf-quic-invariants.txt
    R ianswett-must-retransmit/draft-ietf-quic-qpack.html
    R ianswett-must-retransmit/draft-ietf-quic-qpack.txt
    R ianswett-must-retransmit/draft-ietf-quic-recovery.html
    R ianswett-must-retransmit/draft-ietf-quic-recovery.txt
    R ianswett-must-retransmit/draft-ietf-quic-tls.html
    R ianswett-must-retransmit/draft-ietf-quic-tls.txt
    R ianswett-must-retransmit/draft-ietf-quic-transport.html
    R ianswett-must-retransmit/draft-ietf-quic-transport.txt
    R ianswett-must-retransmit/index.html
    R ianswett-remove-tlp/draft-ietf-quic-http.html
    R ianswett-remove-tlp/draft-ietf-quic-http.txt
    R ianswett-remove-tlp/draft-ietf-quic-invariants.html
    R ianswett-remove-tlp/draft-ietf-quic-invariants.txt
    R ianswett-remove-tlp/draft-ietf-quic-qpack.html
    R ianswett-remove-tlp/draft-ietf-quic-qpack.txt
    R ianswett-remove-tlp/draft-ietf-quic-recovery.html
    R ianswett-remove-tlp/draft-ietf-quic-recovery.txt
    R ianswett-remove-tlp/draft-ietf-quic-tls.html
    R ianswett-remove-tlp/draft-ietf-quic-tls.txt
    R ianswett-remove-tlp/draft-ietf-quic-transport.html
    R ianswett-remove-tlp/draft-ietf-quic-transport.txt
    R ianswett-remove-tlp/index.html
    R ianswett-retransmitting-acks/draft-ietf-quic-http.html
    R ianswett-retransmitting-acks/draft-ietf-quic-http.txt
    R ianswett-retransmitting-acks/draft-ietf-quic-invariants.html
    R ianswett-retransmitting-acks/draft-ietf-quic-invariants.txt
    R ianswett-retransmitting-acks/draft-ietf-quic-qpack.html
    R ianswett-retransmitting-acks/draft-ietf-quic-qpack.txt
    R ianswett-retransmitting-acks/draft-ietf-quic-recovery.html
    R ianswett-retransmitting-acks/draft-ietf-quic-recovery.txt
    R ianswett-retransmitting-acks/draft-ietf-quic-tls.html
    R ianswett-retransmitting-acks/draft-ietf-quic-tls.txt
    R ianswett-retransmitting-acks/draft-ietf-quic-transport.html
    R ianswett-retransmitting-acks/draft-ietf-quic-transport.txt
    R ianswett-retransmitting-acks/index.html
    R if-0rtt/draft-ietf-quic-http.html
    R if-0rtt/draft-ietf-quic-http.txt
    R if-0rtt/draft-ietf-quic-invariants.html
    R if-0rtt/draft-ietf-quic-invariants.txt
    R if-0rtt/draft-ietf-quic-qpack.html
    R if-0rtt/draft-ietf-quic-qpack.txt
    R if-0rtt/draft-ietf-quic-recovery.html
    R if-0rtt/draft-ietf-quic-recovery.txt
    R if-0rtt/draft-ietf-quic-tls.html
    R if-0rtt/draft-ietf-quic-tls.txt
    R if-0rtt/draft-ietf-quic-transport.html
    R if-0rtt/draft-ietf-quic-transport.txt
    R if-0rtt/index.html
    M index.html
    R retry-cid/draft-ietf-quic-http.html
    R retry-cid/draft-ietf-quic-http.txt
    R retry-cid/draft-ietf-quic-invariants.html
    R retry-cid/draft-ietf-quic-invariants.txt
    R retry-cid/draft-ietf-quic-qpack.html
    R retry-cid/draft-ietf-quic-qpack.txt
    R retry-cid/draft-ietf-quic-recovery.html
    R retry-cid/draft-ietf-quic-recovery.txt
    R retry-cid/draft-ietf-quic-tls.html
    R retry-cid/draft-ietf-quic-tls.txt
    R retry-cid/draft-ietf-quic-transport.html
    R retry-cid/draft-ietf-quic-transport.txt
    R retry-cid/index.html
    R retry-recovery/draft-ietf-quic-http.html
    R retry-recovery/draft-ietf-quic-http.txt
    R retry-recovery/draft-ietf-quic-invariants.html
    R retry-recovery/draft-ietf-quic-invariants.txt
    R retry-recovery/draft-ietf-quic-qpack.html
    R retry-recovery/draft-ietf-quic-qpack.txt
    R retry-recovery/draft-ietf-quic-recovery.html
    R retry-recovery/draft-ietf-quic-recovery.txt
    R retry-recovery/draft-ietf-quic-tls.html
    R retry-recovery/draft-ietf-quic-tls.txt
    R retry-recovery/draft-ietf-quic-transport.html
    R retry-recovery/draft-ietf-quic-transport.txt
    R retry-recovery/index.html
    R transport/name_connections/draft-ietf-quic-http.html
    R transport/name_connections/draft-ietf-quic-http.txt
    R transport/name_connections/draft-ietf-quic-invariants.html
    R transport/name_connections/draft-ietf-quic-invariants.txt
    R transport/name_connections/draft-ietf-quic-qpack.html
    R transport/name_connections/draft-ietf-quic-qpack.txt
    R transport/name_connections/draft-ietf-quic-recovery.html
    R transport/name_connections/draft-ietf-quic-recovery.txt
    R transport/name_connections/draft-ietf-quic-tls.html
    R transport/name_connections/draft-ietf-quic-tls.txt
    R transport/name_connections/draft-ietf-quic-transport.html
    R transport/name_connections/draft-ietf-quic-transport.txt
    R transport/name_connections/index.html
    R use-the-right-cid/draft-ietf-quic-http.html
    R use-the-right-cid/draft-ietf-quic-http.txt
    R use-the-right-cid/draft-ietf-quic-invariants.html
    R use-the-right-cid/draft-ietf-quic-invariants.txt
    R use-the-right-cid/draft-ietf-quic-qpack.html
    R use-the-right-cid/draft-ietf-quic-qpack.txt
    R use-the-right-cid/draft-ietf-quic-recovery.html
    R use-the-right-cid/draft-ietf-quic-recovery.txt
    R use-the-right-cid/draft-ietf-quic-tls.html
    R use-the-right-cid/draft-ietf-quic-tls.txt
    R use-the-right-cid/draft-ietf-quic-transport.html
    R use-the-right-cid/draft-ietf-quic-transport.txt
    R use-the-right-cid/index.html

  Log Message:
  -----------
  Script updating gh-pages from f5fc8b46. [ci skip]



From nobody Sun Nov 24 17:20:36 2019
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 E166C12013C for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:20:35 -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 TkOHiMSwRMTY for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 17:20:34 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 916A81200D8 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 17:20:34 -0800 (PST)
Date: Sun, 24 Nov 2019 17:20:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574644833; bh=+CbYtMzzm23JnPlE6n+DIAhsPpLN6KBif7+tX2FCX1s=; h=Date:From:To:Subject:From; b=EGlPipy2Ca1m+vMXzo+ji21GRgYhEqfUk3SrBxbi1pps3AEOQInFM5ltCGu1+TnZ1 N6dldjqv9P51xVn3s0EwKQESLa7nEJdB2yY1OrQ0Iw/uVp5PRbSQmzuxkH6ITbXzjR rn7PM7icVj+1u+DwFhn+mb1bMJDgCDAWj2MSDMU0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/034f8e-68d166@github.com>
Subject: [quicwg/base-drafts] 68d166: Script updating issues at 2019-11-25T01:20:26Z. [c...
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/nGWGBVR6Sng6Tvhr1q6yqJeuV0c>
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, 25 Nov 2019 01:20:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 68d1661a13958112f9bebe5ffd64baab63e9d850
      https://github.com/quicwg/base-drafts/commit/68d1661a13958112f9bebe5ffd64baab63e9d850
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-25T01:20:26Z. [ci skip]



From nobody Sun Nov 24 19:21:38 2019
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 91D0B1201EF for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 19:21:37 -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 36zCKtt5t_0A for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 19:21:36 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AC521201DE for <quic-issues@ietf.org>; Sun, 24 Nov 2019 19:21:36 -0800 (PST)
Received: from github-lowworker-e8b54ca.ac4-iad.github.net (github-lowworker-e8b54ca.ac4-iad.github.net [10.52.23.39]) by smtp.github.com (Postfix) with ESMTP id 6A9BF6E0070 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 19:21:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574652095; bh=2uLq7hpQmZdGaNBX6NMB2zJj0wdrYvUe/RmlaaD14t0=; h=Date:From:To:Subject:From; b=KKJx4KSoi21C5ACwlrxGR0xiY/ALY8oCCFmqXggPu0qttOn/lg1MFZjoMr9/UzoOO bLaw+ZzPOfIXoxHzlKkkOhkUrIvrFQP7TrIQK1Ym7/lsFYZZ/X048CWB6HvGIVwD1v T02y+vrmCjGiNjgyNATkg1VjX+qUQwUAz2Meve+k=
Date: Sun, 24 Nov 2019 19:21:35 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/17c485-2138a8@github.com>
Subject: [quicwg/wg-materials] 503076: raw minutes
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/nAGvvqTT0k2-mT8El2QAnWbNoF4>
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, 25 Nov 2019 03:21:38 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 503076f589e62099f9319a18555cf2485f37a754
      https://github.com/quicwg/wg-materials/commit/503076f589e62099f9319a18555cf2485f37a754
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    A ietf106/minutes.md

  Log Message:
  -----------
  raw minutes


  Commit: 1978fd004f0059bf72306dfe5647a482e1d0d30d
      https://github.com/quicwg/wg-materials/commit/1978fd004f0059bf72306dfe5647a482e1d0d30d
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    A ietf106/quic-interop-runner.pdf

  Log Message:
  -----------
  Merge branch 'master' of github.com:quicwg/wg-materials


  Commit: 2a71018ef9b9b07aaa6d1954945241f5879d9f36
      https://github.com/quicwg/wg-materials/commit/2a71018ef9b9b07aaa6d1954945241f5879d9f36
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M ietf106/minutes.md

  Log Message:
  -----------
  markdownise


  Commit: 2138a8e41eba39e21a7bf9d2f916ff98fa288070
      https://github.com/quicwg/wg-materials/commit/2138a8e41eba39e21a7bf9d2f916ff98fa288070
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M ietf106/minutes.md

  Log Message:
  -----------
  ToC


Compare: https://github.com/quicwg/wg-materials/compare/17c4857d6e45...2138a8e41eba


From nobody Sun Nov 24 19:30:55 2019
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 A24D71201EF for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 19:30:53 -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 VFR8mTRm1PIt for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 19:30:52 -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 61BCF1201DE for <quic-issues@ietf.org>; Sun, 24 Nov 2019 19:30:52 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id D7D51261650 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 19:30:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574652651; bh=fEqtdQntXSDuIeq2/iWLtWteTbjZckCsh5NxHRSyl/Y=; h=Date:From:To:Subject:From; b=Poceoh2OeDSFSV8xxczHgz8itc/kkP+EAxwh1zEJs9XEfOH7x3coyFRy5E39p7hcV wgks8qdSGEvBsQgJIbxB6cE5vJ6Ao/hhLwJAWjKFzuSh4K8hNv0E1WptemVwd2CNw2 eh0tqb6JZw74tIjhjCKdBFcLAOAq56+k0hBQcFYw=
Date: Sun, 24 Nov 2019 19:30:51 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/2138a8-8ca874@github.com>
Subject: [quicwg/wg-materials] 8ca874: remove banner
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/7K5WC-wLM7nLOJPGEZjugOTUayc>
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, 25 Nov 2019 03:30:54 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 8ca874f3b5d101e1260a89dc28398dbca323b5a6
      https://github.com/quicwg/wg-materials/commit/8ca874f3b5d101e1260a89dc28398dbca323b5a6
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M ietf106/minutes.md

  Log Message:
  -----------
  remove banner



From nobody Sun Nov 24 20:00:14 2019
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 20F1B12022C for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 20:00:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 XrE8QGEDs2fx for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 20:00:11 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D208120227 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 20:00:11 -0800 (PST)
Date: Sun, 24 Nov 2019 20:00:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574654411; bh=gUF6URveSIT+BGcbZ4LQaghkECJckbnovUfnqTD65HI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=M3O0g+8EGYNYaG7G3dq401aetp6WmCSOllaz4LicnBxXb6ygJDn/sqM9H93XsBmDE T1C0MafBQnT5qvVbseO0kxNvleEzSqWsnRB8ZUazXz7rzlkqNx2M1t/Qn55LbhDhIP MhgmTg4FZztlazd398aaZ9ilN33ndah06ll7OKqQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6MLJ4QRDYJLRCZEAF35CCEVEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/557977001@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb51cae707e_7ecb3f84d14cd96c173744f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QT7TLUJz9R2ARU8x2ZzQZl3MZ94>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 04:00:13 -0000

----==_mimepart_5ddb51cae707e_7ecb3f84d14cd96c173744f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Maybe I'm confused, but shouldn't `pto_count` be per-PN-space, now that PTO is per-PN-space (#3066)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-557977001
----==_mimepart_5ddb51cae707e_7ecb3f84d14cd96c173744f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Maybe I'm confused, but shouldn't <code>pto_count</code> be per-PN-space, now that PTO is per-PN-space (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497941280" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3066" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3066/hovercard" href="https://github.com/quicwg/base-drafts/pull/3066">#3066</a>)?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJK4FI3ZOKKUZZIM4D6DQVNEUVA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBA3KI#issuecomment-557977001">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYSX7EZ7FBTQS7EBILQVNEUVANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYOOUA7QBONTZU4NALQVNEUVA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBA3KI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK4FI3ZOKKUZZIM4D6DQVNEUVA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBA3KI#issuecomment-557977001",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK4FI3ZOKKUZZIM4D6DQVNEUVA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBA3KI#issuecomment-557977001",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb51cae707e_7ecb3f84d14cd96c173744f--


From nobody Sun Nov 24 22:22:14 2019
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 5B0241207FB for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:22:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.455
X-Spam-Level: 
X-Spam-Status: No, score=-6.455 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 WomMpnhlLAc8 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:22:11 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 28D79120255 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 22:22:10 -0800 (PST)
Date: Sun, 24 Nov 2019 22:22:09 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574662930; bh=T41jFiPbdA/jalnFdVsbUbL1zqwNy0fgQsu8LHnlcbQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KckYODnnMoBISyTly8rMwnVZjc28DuOlVm2DaV7zsLGrJJnkK9eUvr2Yq4jUYEhDr CRkreGFeU7lVMOrwLJClLQfNZd8DvOUiE1ELNhAgc+7BBWjUXDOQkX1+AkBN2IWuBp sY2dDx0K6f9G5gQyXpSAowv+otUexJAST1c0ApMo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2ZZ5MMP2JZAGHOB4V35CSZDEVBNHHB64J6NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3271/558009246@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3271@github.com>
References: <quicwg/base-drafts/issues/3271@github.com>
Subject: Re: [quicwg/base-drafts] Retry packet with zero-length token doesn't make sense (#3271)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb7311efcb9_58673f9fa86cd964830f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6JJQ5gyfxJ4rL6tQ5nmBI_Y9HZ8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 06:22:12 -0000

----==_mimepart_5ddb7311efcb9_58673f9fa86cd964830f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Tagging this editorial.  This was clearly intended to be considered non-zero length.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3271#issuecomment-558009246
----==_mimepart_5ddb7311efcb9_58673f9fa86cd964830f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Tagging this editorial.  This was clearly intended to be considered non-zero length.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications&amp;email_token=AFTOJK5TXZOET3UP3BY377TQVNVJDA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBIXHQ#issuecomment-558009246">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3ATSVVKGLN52LGHUTQVNVJDANCNFSM4JQYWXZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7PS7K6FG66GDQQYQDQVNVJDA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBIXHQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications\u0026email_token=AFTOJK5TXZOET3UP3BY377TQVNVJDA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBIXHQ#issuecomment-558009246",
"url": "https://github.com/quicwg/base-drafts/issues/3271?email_source=notifications\u0026email_token=AFTOJK5TXZOET3UP3BY377TQVNVJDA5CNFSM4JQYWXZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBIXHQ#issuecomment-558009246",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb7311efcb9_58673f9fa86cd964830f0--


From nobody Sun Nov 24 22:30:22 2019
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 3A4101207FE for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:30:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PiUG3SJq-Wjq for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:30:20 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFC1C120098 for <quic-issues@ietf.org>; Sun, 24 Nov 2019 22:30:19 -0800 (PST)
Date: Sun, 24 Nov 2019 22:30:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574663419; bh=f1hRa9+xe2QdRnhpZTUoBm4/ywbIFYUUYxAakVr8PN8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=brwkkiGwLQUmRbDZm/Ay67qrp2QolePGOH02TdW2erhpkjp46sd/u0xnDYTNXr/n3 tDFO7LUyToh+OgErxn6ok3sT7EduBOgBcsA3ZRByNVqNQB+3V1FoNHgKANExlN9RDY jxe1tDbVTdipcf+RjIBMopuxYGVMhg2WLEdzjaGk=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7D7YJWWSRHANY42XN35CTXVEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/322061558@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb74fae89cd_65fd3fdcfe0cd96844171"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6yogn6aSUTc-8-vNdA065YyR_2E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 06:30:21 -0000

----==_mimepart_5ddb74fae89cd_65fd3fdcfe0cd96844171
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.

Discarding is mentioned up front, so we don't need to concern ourselves with repeating that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r350007666
----==_mimepart_5ddb74fae89cd_65fd3fdcfe0cd96844171
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r350007666">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,12 +1641,14 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
-If a server receives a client Initial with an invalid Retry token,
-it knows the client will not accept another Retry token.  It can either
-proceed with the handshake without verifying the token or immediately close
-({{immediate-close}}) the connection with an connection error of
-INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
-for the client to timeout.
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
+The server can drop such a packet and allow the client to time out to detect
+handshake failure, but that is a significant latency penalty to the client.
</pre>
<p>Discarding is mentioned up front, so we don't need to concern ourselves with repeating that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJK5ZEJ65A5SBVAQYVJDQVNWHVA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEJ5Q#discussion_r350007666">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY66YU2G5GV7LUVP2TQVNWHVANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3RKWB7A2MBXALTEO3QVNWHVA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEJ5Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK5ZEJ65A5SBVAQYVJDQVNWHVA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEJ5Q#discussion_r350007666",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJK5ZEJ65A5SBVAQYVJDQVNWHVA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEJ5Q#discussion_r350007666",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb74fae89cd_65fd3fdcfe0cd96844171--


From nobody Sun Nov 24 22:32:21 2019
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 D0A74120800 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:32:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZFEQmWujN1te for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:32:19 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98B4A1207FE for <quic-issues@ietf.org>; Sun, 24 Nov 2019 22:32:19 -0800 (PST)
Date: Sun, 24 Nov 2019 22:32:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574663538; bh=coEKi3n+aNkQ9Tr5GUtzu71pNmGd75VXamMAbtgpDvk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bTjI7bYBcqQc5dK/BPbiiAunQPlDN5uemGOfmajnKtze26JS2lwsX/Rlv2fsG9Aq4 15ZfEByIOqr4m+kv5ejZyBS4swbBzFApvH7yRlU04pPyc+UYQM/JgEuCQf+z2JjV5v tfT+lM8KcwhHewPh9iEDDhU/uv+LlhwYHBWiR/o8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CNZLA5EK234DSHZN35CT7FEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c558011834@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb7572bb83c_289f3f84d14cd96c1245121"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JZjevJcOjfKE2fpiG6sD5_zBAgc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 06:32:21 -0000

----==_mimepart_5ddb7572bb83c_289f3f84d14cd96c1245121
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Can we add a test vector to the appendix of the TLS document?

A pull request would be appreciated.  One that creates a .js file - so that the value can be automatically generated - would be ideal.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-558011834
----==_mimepart_5ddb7572bb83c_289f3f84d14cd96c1245121
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Can we add a test vector to the appendix of the TLS document?</p>
</blockquote>
<p>A pull request would be appreciated.  One that creates a .js file - so that the value can be automatically generated - would be ideal.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications&amp;email_token=AFTOJKYRE3MSKRK5645FCDDQVNWPFA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBJLOQ#issuecomment-558011834">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2XJX3MIXZYC3MQR3LQVNWPFANCNFSM4JCAOODA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XACWKDDOWXSLJDILQVNWPFA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBJLOQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKYRE3MSKRK5645FCDDQVNWPFA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBJLOQ#issuecomment-558011834",
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=notifications\u0026email_token=AFTOJKYRE3MSKRK5645FCDDQVNWPFA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFBJLOQ#issuecomment-558011834",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb7572bb83c_289f3f84d14cd96c1245121--


From nobody Sun Nov 24 22:35:06 2019
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 9818E120801 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:35:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 fgkC56jE69ln for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:35:03 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 697BE1207FE for <quic-issues@ietf.org>; Sun, 24 Nov 2019 22:35:03 -0800 (PST)
Date: Sun, 24 Nov 2019 22:35:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574663702; bh=meCk/K0RmjIIqsyD/ybWj2LEXV+hiiCcJxC1oqbGcZc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EbhEGIZ8lneZHxLZOGpKLRrURmDWzY/71rglSZ6tbLtbUq8QKs6ameWKP4rm0O3q6 Imm84yZ+NKUAs0A2OuE81W05kXbi60Xi0Gjz+XkkDdls545PUAKHPmZA8pZHU4IuiA TuI7ZGu+TmNu/DzwEH58+uXPzgvn8MVRQD5aCqcI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2EVBRNGZ6OQ7Z36LF35CUJNEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/322062888@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb7616b924e_2f2d3fca342cd95c8656f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gLKKWRnL6fz9sl6tKAN6gFoyVBM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 06:35:06 -0000

----==_mimepart_5ddb7616b924e_2f2d3fca342cd95c8656f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson approved this pull request.



> @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle

You use "should", which is a little sketchy.

> An endpoint might need to send packets to avoid an idle timeout if it is unable to send application data due to being blocked on flow control limits (see {{data-flow-control}}).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-322062888
----==_mimepart_5ddb7616b924e_2f2d3fca342cd95c8656f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> approved this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r350008786">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle
</pre>
<p>You use "should", which is a little sketchy.</p>
<blockquote>
<p>An endpoint might need to send packets to avoid an idle timeout if it is unable to send application data due to being blocked on flow control limits (see {{data-flow-control}}).</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK4L4EULI3UUPWSU443QVNWZNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEUKA#pullrequestreview-322062888">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5FGNWKXFG4M6OU6FDQVNWZNANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5RXU45ZVUQUKJXWN3QVNWZNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEUKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK4L4EULI3UUPWSU443QVNWZNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEUKA#pullrequestreview-322062888",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK4L4EULI3UUPWSU443QVNWZNA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEUKA#pullrequestreview-322062888",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb7616b924e_2f2d3fca342cd95c8656f--


From nobody Sun Nov 24 22:40:44 2019
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 840CD120804 for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:40:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 WxohxDnmlN9q for <quic-issues@ietfa.amsl.com>; Sun, 24 Nov 2019 22:40:40 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA9431207FE for <quic-issues@ietf.org>; Sun, 24 Nov 2019 22:40:40 -0800 (PST)
Date: Sun, 24 Nov 2019 22:40:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574664039; bh=+mpu4iy+BMrTPMx0Ae7Zg9EXKPZuewYuCLdojmRoF1c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0tQmoDq5Ex47o2XL4ZfZo6oz5yCt+xDxzEpccHWU3mgX+Glz7HGhQZSR6ivW6KNUj 9zk3nUtkeSNfY5rKwzd0EEvvGx3Q7JTptbvdDLWlLEheJZhnVGkwB/E+ra0CCMupUt 5izBBljsjVALvlSdDDHH3PvuBpNsBgFMz0HSA2GE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3H2HDLRBJ7P7VMSE535CU6PEVBNHHB6VIZLI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3270/review/322063549@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3270@github.com>
References: <quicwg/base-drafts/pull/3270@github.com>
Subject: Re: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3270)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb7767bc594_3f7f3f91a6ecd96c8428e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ggaeKMVoHHjCCBnRdH-JH13baO8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 06:40:43 -0000

----==_mimepart_5ddb7767bc594_3f7f3f91a6ecd96c8428e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson requested changes on this pull request.



> @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection
+process performed at the beginning of the connection SHOULD be applied for all
+paths used by the connection.

In reviewing this last sentence, I am reminded that this provides a nice signal that might improve linkability.  I think that the requirement to perform the determination separately for every network path/connection ID as suggested above is better.

> @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection

> endpoints MUST disable their use of the spin bit on at least one in every 16 network paths, or for one in every 16 connection IDs. This ensures that the spin bit signal is disabled on approximately one in eight network paths.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3270#pullrequestreview-322063549
----==_mimepart_5ddb7767bc594_3f7f3f91a6ecd96c8428e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> requested changes on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3270#discussion_r350009318">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection
+process performed at the beginning of the connection SHOULD be applied for all
+paths used by the connection.
</pre>
<p>In reviewing this last sentence, I am reminded that this provides a nice signal that might improve linkability.  I think that the requirement to perform the determination separately for every network path/connection ID as suggested above is better.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3270#discussion_r350009702">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection
</pre>
<blockquote>
<p>endpoints MUST disable their use of the spin bit on at least one in every 16 network paths, or for one in every 16 connection IDs. This ensures that the spin bit signal is disabled on approximately one in eight network paths.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications&amp;email_token=AFTOJK2UDDRLP3SBSGQIFTTQVNXOPA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEZPI#pullrequestreview-322063549">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3V7NUZXZFYTQC6B5LQVNXOPANCNFSM4JPPR54A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7PWNHU5SBAFB64553QVNXOPA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEZPI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK2UDDRLP3SBSGQIFTTQVNXOPA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEZPI#pullrequestreview-322063549",
"url": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK2UDDRLP3SBSGQIFTTQVNXOPA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZEZPI#pullrequestreview-322063549",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb7767bc594_3f7f3f91a6ecd96c8428e7--


From nobody Mon Nov 25 00:10:25 2019
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 2305D12081C for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 00:10:24 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 j8mU92XEBVES for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 00:10:22 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B03341200B4 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 00:10:22 -0800 (PST)
Date: Mon, 25 Nov 2019 00:10:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574669421; bh=7TQuiP8+MPFltEHTIaIN+kc22EdXMhVIRvRzrQLs9MU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z4ESw5IhLfgHUkvPr0XkoWAmyDBwUgSHxyguVR6Yh1WuLUykq0/QZZMEtM387MC+z +pyal0rqi4TLtWh34Io8rZX/HjgB4ooPWaqpljy4RRtWEvuTmCMZJ5ApYtRQHLPM1f 3t09nn1FHnrwGgrrz2wjM27IY+sJD1Mr86DMDbb4=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK47QLN26A3PMQK5BON35C7O3EVBNHHB6VIZLI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3270/review/322094846@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3270@github.com>
References: <quicwg/base-drafts/pull/3270@github.com>
Subject: Re: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3270)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb8c6da8244_19223ff961ecd96c9324e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9XWy5xlazZFj5ZbsmVTJTvxroIs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 08:10:24 -0000

----==_mimepart_5ddb8c6da8244_19223ff961ecd96c9324e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.



> @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection

@martinthomson If we are to "ensure" that the spin bit signal would be disabled for approx. 1/8 of network paths, I think we need to require endpoints to select one in every 16 paths *at random*. Otherwise, the paths that would have the spin bit disabled could go below 1/8. For example, when there is only one client and one server talking to each other, and if both of them disable spin bit for every 16th connection they handle, then the spin bit would be enabled for only 1/16 of all the connections.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3270#discussion_r350033868
----==_mimepart_5ddb8c6da8244_19223ff961ecd96c9324e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3270#discussion_r350033868">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> If we are to "ensure" that the spin bit signal would be disabled for approx. 1/8 of network paths, I think we need to require endpoints to select one in every 16 paths <em>at random</em>. Otherwise, the paths that would have the spin bit disabled could go below 1/8. For example, when there is only one client and one server talking to each other, and if both of them disable spin bit for every 16th connection they handle, then the spin bit would be enabled for only 1/16 of all the connections.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications&amp;email_token=AFTOJK2S7FKO5VTIUJAVQV3QVOB63A5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZMN7Q#discussion_r350033868">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5CQITQPV5NZMQZHSLQVOB63ANCNFSM4JPPR54A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYY7FD7M2I5KYW2YGLQVOB63A5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZMN7Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK2S7FKO5VTIUJAVQV3QVOB63A5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZMN7Q#discussion_r350033868",
"url": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK2S7FKO5VTIUJAVQV3QVOB63A5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZMN7Q#discussion_r350033868",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb8c6da8244_19223ff961ecd96c9324e7--


From nobody Mon Nov 25 00:42:00 2019
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 225BC120835 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 00:41:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ol0mlfNyX9Af for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 00:41:57 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7DD61200E9 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 00:41:57 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 1B482A0C3A for <quic-issues@ietf.org>; Mon, 25 Nov 2019 00:41:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574671317; bh=ERGMjSyMcTJaeNLMtGqisaypZ2g4tgOhBXas+gZA1U8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x0lVsPHBPIODcHpAo4vjFAEdu+oN+QYZN2ocJIDGIV3IrJtMNWtuWr3PUCK6Owfc+ yiQpOCoLpxDZ61JkX+950441+6iVS89U0iLWiKCnRZ4xWuOLjMcUw7u3t0UfEJu2W9 3urqiUTaALa6OZDlBg7BgFw4zi4m2TdO7tVDe6Lg=
Date: Mon, 25 Nov 2019 00:41:57 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5TW7VRGQLFFBCC5G535DDFLEVBNHHB6VIZLI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3270/review/322109728@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3270@github.com>
References: <quicwg/base-drafts/pull/3270@github.com>
Subject: Re: [quicwg/base-drafts] Disabling Spin bit for what percentage of connections? (#3270)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddb93d5c621_1fca3ff34eecd96c57372d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DpHJ9ZjhLs4n5KvPwZvBc5AFjXM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 08:41:59 -0000

----==_mimepart_5ddb93d5c621_1fca3ff34eecd96c57372d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection

Quite right.  

> endpoints MUST disable their use of the spin bit for a random selection of at least one in every 16 network paths, or for one in every 16 connection IDs. This ensures that the spin bit signal is disabled on approximately one in eight network paths.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3270#discussion_r350045434
----==_mimepart_5ddb93d5c621_1fca3ff34eecd96c57372d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3270#discussion_r350045434">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -4331,11 +4331,10 @@ Each endpoint unilaterally decides if the spin bit is enabled or disabled for a
 connection. Implementations MUST allow administrators of clients and servers
 to disable the spin bit either globally or on a per-connection basis. Even when
 the spin bit is not disabled by the administrator, implementations MUST disable
-the spin bit for a given connection with a certain likelihood. The random
-selection process SHOULD be designed such that on average the spin bit is
-disabled for at least one eighth of network paths. The selection process
-performed at the beginning of the connection SHOULD be applied for all paths
-used by the connection.
+the spin bit for at least a sixteenth of connections with an expectation that
+the spin bit is disabled for at least one eighth of network paths. The selection
</pre>
<p>Quite right.</p>
<blockquote>
<p>endpoints MUST disable their use of the spin bit for a random selection of at least one in every 16 network paths, or for one in every 16 connection IDs. This ensures that the spin bit signal is disabled on approximately one in eight network paths.</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications&amp;email_token=AFTOJK37NFKMWC6L3UUUIBLQVOFVLA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZQCIA#discussion_r350045434">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3VS26DJXVAUKFC5ULQVOFVLANCNFSM4JPPR54A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3HBIIEH7PKZSW5MK3QVOFVLA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZQCIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK37NFKMWC6L3UUUIBLQVOFVLA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZQCIA#discussion_r350045434",
"url": "https://github.com/quicwg/base-drafts/pull/3270?email_source=notifications\u0026email_token=AFTOJK37NFKMWC6L3UUUIBLQVOFVLA5CNFSM4JPPR54KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCMZQCIA#discussion_r350045434",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddb93d5c621_1fca3ff34eecd96c57372d--


From nobody Mon Nov 25 04:35:10 2019
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 5947312004D for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 R1Pnt8HXUyx3 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:06 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B0959120047 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:06 -0800 (PST)
Date: Mon, 25 Nov 2019 04:35:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685306; bh=HNdrSC/pToSpB51BuoS8DXM2ndGjuUwkgl+UYharT3U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J0uBw71IXnBQl9/elhiBGLAz8OEL5mGJE+INWl/ByfIfCbur/j84797tVrv6ZrB6V qMfwH7LpR7iwDsjbrQki1LZH82VymsfsXVihST5tbRuYedBlvSIek7dQSAKmWONU6O fm6XpISOgJ1gtSgy4lV2y3xKutUwjv4rn7tojNWk=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZBVJTBYLYE5ABTPEF35D6PTEVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/review/322244620@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbca79ef5d4_48703ff7470cd964941df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q0AXbBdP12ojl75kqC-QntsN0wo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 12:35:08 -0000

----==_mimepart_5ddbca79ef5d4_48703ff7470cd964941df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.

Yeah, that's what I meant, though clearly that's confusing as well. Thinking about it, what you have might be the best we can do. Let's leave it as it is.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#discussion_r350157340
----==_mimepart_5ddbca79ef5d4_48703ff7470cd964941df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3249#discussion_r350157340">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -210,6 +210,11 @@ Server:
 
 : The endpoint accepting incoming QUIC connections.
 
+Address:
+
+: When used without qualification, the tuple of IP version, IP address, UDP
+  protocol, and UDP port number that represents one end of a network path.
</pre>
<p>Yeah, that's what I meant, though clearly that's confusing as well. Thinking about it, what you have might be the best we can do. Let's leave it as it is.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJKYW3FCQISEM43HSEYTQVPA7TA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RADA#discussion_r350157340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7HOZVEWGIZ4EZEEPDQVPA7TANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5HNV7EEVFJUZQCDL3QVPA7TA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RADA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJKYW3FCQISEM43HSEYTQVPA7TA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RADA#discussion_r350157340",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJKYW3FCQISEM43HSEYTQVPA7TA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RADA#discussion_r350157340",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbca79ef5d4_48703ff7470cd964941df--


From nobody Mon Nov 25 04:35:19 2019
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 1626012004D for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0yLQZn4IQc92 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:16 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C0B8120047 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:16 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 0A26D120507 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685316; bh=rH5APlAm0v4o6Sy3bF25JWqdfpMNgthh8rHo19wxXCs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m5LXQMskW8McZg/Gkv+eH7jRSq8mypc5BUwyr7B6Po//XhvalDfyRtoQuDwBCLWg4 gx2/n27Dp2koXHcRkNaN08LCtEqbW3+P0nK+HXXricn48CZq/9/sg6QwM13+A5BW1e vJTJlzNF0Ys0tfUnc35bbR8GxEARBDX4lJm4GH5U=
Date: Mon, 25 Nov 2019 04:35:15 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2Y3ETJDY7AL45CY3F35D6QHEVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/review/322244712@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbca83d865a_698e3fc4a66cd9644509f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B-JrdXr8JOaHDZDFGSKyedSM2DQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 12:35:18 -0000

----==_mimepart_5ddbca83d865a_698e3fc4a66cd9644509f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#pullrequestreview-322244712
----==_mimepart_5ddbca83d865a_698e3fc4a66cd9644509f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJK7435XEHJM6GF4VKY3QVPBAHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RA2A#pullrequestreview-322244712">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3DUTGS7QGE4UQ6I3LQVPBAHANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2EHI6X4RR5Z5DVV33QVPBAHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RA2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK7435XEHJM6GF4VKY3QVPBAHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RA2A#pullrequestreview-322244712",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK7435XEHJM6GF4VKY3QVPBAHA5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2RA2A#pullrequestreview-322244712",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbca83d865a_698e3fc4a66cd9644509f--


From nobody Mon Nov 25 04:35:43 2019
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 2845F1200A1 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:38 -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 A_iYXX7SYHhV for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:35 -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 1D1F9120047 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:35 -0800 (PST)
Date: Mon, 25 Nov 2019 04:35:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685334; bh=tzvFINJKh1NAOHDUyqjHRbvJ7GWL+EDRKexIR+X1hjE=; h=Date:From:To:Subject:From; b=0VpGgD6IQSmdJ+Y49Qz9oRHwgqBshuI8Fs75hxUhuElkPLfGU/NXpgMJhhBvKiPfB dItAPv6WzIyO6O9vZRY10GAAdJBKyTyKxfO77pa/beK7FHoTnqaRKfK0l9oHNL+aGi cbapijk82Nwj3uW6O0A91X2yzW3ZE5nlnSlBLzPs=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/f5fc8b-882bc7@github.com>
Subject: [quicwg/base-drafts] b0e93f: Use host less as appropriate
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/mRHNX3tWc-k8zNosAZFgVaZTPAY>
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, 25 Nov 2019 12:35:38 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: b0e93f726ac15c1b3a57721b621639ed5b2fcac0
      https://github.com/quicwg/base-drafts/commit/b0e93f726ac15c1b3a57721b621639ed5b2fcac0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Use host less as appropriate


  Commit: 5653e332c7394814bedd12b84586da20f3a6c186
      https://github.com/quicwg/base-drafts/commit/5653e332c7394814bedd12b84586da20f3a6c186
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

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

  Log Message:
  -----------
  Define "address"

Closes 3233.


  Commit: 882bc758be4e0ef31edebb890e1f54461e29037e
      https://github.com/quicwg/base-drafts/commit/882bc758be4e0ef31edebb890e1f54461e29037e
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3249 from quicwg/sub-host

Use host less, define address more


Compare: https://github.com/quicwg/base-drafts/compare/f5fc8b46c06a...882bc758be4e


From nobody Mon Nov 25 04:35:49 2019
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 D0C29120047 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:39 -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, TVD_SPACE_RATIO=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 Wg6M0kG7kCLV for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:35 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA17912004D for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:35 -0800 (PST)
Date: Mon, 25 Nov 2019 04:35:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685334; bh=CZowAUiWd3kspWi5Srjz0QYo3m9ijedixJaUCRtZ1sU=; h=Date:From:To:Subject:From; b=osI+IDDTLXFZhEvlacU22y+qef/savOzsbQYwnKxMI1bTQ0BYmGdrxX81mH7czD// 094d1w+P0G/I6v3AVvMTt+63JYpWRGia4DzLOS1QBwMeS/jWvcF8+y5ICiFd+myse3 5SkUwI9KgD2kIo+EkSKRG1hCU0qq4m93QlkWRXQ0=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/sub-host/5653e3-000000@github.com>
Subject: [quicwg/base-drafts]
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/LazTGn70DUVeVdvsoOaYgbZoHNs>
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, 25 Nov 2019 12:35:40 -0000

  Branch: refs/heads/sub-host
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov 25 04:35:56 2019
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 27C2E12009C for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UH8PxY2VQraP for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:35:45 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AF3F212004D for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:44 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id ADF63A0DC8 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:35:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685343; bh=VrxECvN0PY4GPkl3MfY5ESQt3Q/k9GKxwYehXREyLdM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KvkjdMLJR1fkoj+p0OZJlZBH9qd4PxYWWxxV7czI5m9sjiQMVBo7+WWGjJrnChRRJ shnx2MLjwOP6QOMlOqHVsSa7niYopgWArdGMyMwxg2N+/UuiEzSJPKF+7PZHxB8g1q f6CITPeW6pY9Pdi2d2PiFQXTEY0O7yjgO4LFbJCA=
Date: Mon, 25 Nov 2019 04:35:43 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZZOQQJUW5OOKZUJWV35D6R7EVBNHHB6OVJPA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3249/issue_event/2827917047@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3249@github.com>
References: <quicwg/base-drafts/pull/3249@github.com>
Subject: Re: [quicwg/base-drafts] Use host less, define address more (#3249)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbca9f9e665_6c333faa66ecd95c30244"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/qbK8_X01b8QidMIoYBWxWuo_Msc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 12:35:46 -0000

----==_mimepart_5ddbca9f9e665_6c333faa66ecd95c30244
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3249 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3249#event-2827917047
----==_mimepart_5ddbca9f9e665_6c333faa66ecd95c30244
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523938168" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3249" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3249/hovercard" href="https://github.com/quicwg/base-drafts/pull/3249">#3249</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications&amp;email_token=AFTOJK4CWPHFDTSDQADHKQTQVPBB7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCHJN5Y#event-2827917047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5XEVWV4MHJATPU2RLQVPBB7ANCNFSM4JOIJNEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ5QJFKJUAHKORUW3DQVPBB7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCHJN5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK4CWPHFDTSDQADHKQTQVPBB7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCHJN5Y#event-2827917047",
"url": "https://github.com/quicwg/base-drafts/pull/3249?email_source=notifications\u0026email_token=AFTOJK4CWPHFDTSDQADHKQTQVPBB7A5CNFSM4JOIJNE2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCHJN5Y#event-2827917047",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbca9f9e665_6c333faa66ecd95c30244--


From nobody Mon Nov 25 04:36:37 2019
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 D782812093C for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:36:35 -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 xB6SpY7P7mvG for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:36:34 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD86A12093B for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:36:34 -0800 (PST)
Date: Mon, 25 Nov 2019 04:36:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685393; bh=+L2YoSA3BOwiJWonjBeJqnFi0EaGG4qDT0ZT8hH0Uho=; h=Date:From:To:Subject:From; b=leGyA2VfrLGly4RsUtzWkGjz49/OFUYujnLGuvmn3K1PlLopW9VxaKwZdAh4t0Tde x9uq7OEf/wR+/xKPL7YzDKVRnvxRppEdvPdiOUn4rJnEV4YeRHPJnLWWnpTmAo1tFl NpeHiWD98gaWrT2/xM1w+EGkqDu7QYVYhPjEozvU=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/68d166-a4daf8@github.com>
Subject: [quicwg/base-drafts] a4daf8: Script updating gh-pages from 882bc758. [ci skip]
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/_9nnxGYkHCnJWnwQofvOl2ymNCk>
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, 25 Nov 2019 12:36:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a4daf8060ee1a6c1b006710a327d5be3f7bb8b20
      https://github.com/quicwg/base-drafts/commit/a4daf8060ee1a6c1b006710a327d5be3f7bb8b20
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 882bc758. [ci skip]



From nobody Mon Nov 25 04:38:20 2019
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 D9CBE12093C for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:38:18 -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 KVttAIa58feQ for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:38:17 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 917F112093B for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:38:17 -0800 (PST)
Date: Mon, 25 Nov 2019 04:38:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685496; bh=VGoR6BzGrxwCPhr5EttvkcpP7VwxcUdpl7Yt8zS7bGA=; h=Date:From:To:Subject:From; b=NVNNyarOYQ9f0n06PrM+bhY6WLE0NROEzDawqz6dcwXkskdJ3TDapPWdl5Eloeeou ntoFCCJvQbfzZDTDvXHPRNeSrnkpwTTsnAFCoQUZyKUudxTf0AbHq7yZyKfqtxI2RL XMs88eg99aIejdzn2SG8SeElAWVsB1zJUJSF5G+c=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a4daf8-306fea@github.com>
Subject: [quicwg/base-drafts] 306fea: Script updating issues at 2019-11-25T12:38:09Z. [c...
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/ovVP7dYG74v5Rl5KtWFPaSo6Foo>
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, 25 Nov 2019 12:38:19 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 306fead69ed77b9ad7b0cd5b58f2db90929189e0
      https://github.com/quicwg/base-drafts/commit/306fead69ed77b9ad7b0cd5b58f2db90929189e0
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-25T12:38:09Z. [ci skip]



From nobody Mon Nov 25 04:39:37 2019
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 F077112094A for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:39:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 I7srfhEetLNg for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:39:34 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6E8BD120940 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:39:34 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id C7DE0A0610 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:39:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685573; bh=hoJoRy34RocpCKdTkynKblAF629zI55jsjOcCWBIfK0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=q2PDI2Q0Epea8Hd3BuXI9+9fCPiqbXEOLfHcbOzcuZQOpyY6E0+n5CmNsKEQMSlKI eZU6lmdWfku8XjhFD/HzUxVayenMf85PfzubOsqP6TZ8sLrZiSzIsZeJG9E/LDpuCr Xc1wwbjNw8cgmR0fJ6RLaeifQLKIGYbPYcE2SZ7g=
Date: Mon, 25 Nov 2019 04:39:33 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DB7WMQC7UMLCZHDF35D7ALEVBNHHB6OVDVY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3247/558137588@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3247@github.com>
References: <quicwg/base-drafts/issues/3247@github.com>
Subject: Re: [quicwg/base-drafts] I am concerned the congestion control text is too permissive. (#3247)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbcb85b86ee_25853f957e6cd95c226026"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4tdBcELd7N4WuTNIiU-WweXv2Ag>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 12:39:36 -0000

----==_mimepart_5ddbcb85b86ee_25853f957e6cd95c226026
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If this goes into late-stage, it should be design.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3247#issuecomment-558137588
----==_mimepart_5ddbcb85b86ee_25853f957e6cd95c226026
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If this goes into late-stage, it should be design.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications&amp;email_token=AFTOJKY2WAX43OBRAB4EK2DQVPBQLA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCIB5A#issuecomment-558137588">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6QX7RSPJAKEWN64ADQVPBQLANCNFSM4JOIH5WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6IUDIENUDDZOMETCLQVPBQLA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCIB5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJKY2WAX43OBRAB4EK2DQVPBQLA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCIB5A#issuecomment-558137588",
"url": "https://github.com/quicwg/base-drafts/issues/3247?email_source=notifications\u0026email_token=AFTOJKY2WAX43OBRAB4EK2DQVPBQLA5CNFSM4JOIH5WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCIB5A#issuecomment-558137588",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbcb85b86ee_25853f957e6cd95c226026--


From nobody Mon Nov 25 04:39:46 2019
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 58A7512094A for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:39:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RAb_LjPzJRaw for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 04:39:44 -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 D4846120940 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:39:43 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id 394838C018B for <quic-issues@ietf.org>; Mon, 25 Nov 2019 04:39:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574685583; bh=x2GO2x6APT/shwUW6B6xvmMpkd0Y2eBCB9MqxL7WKmA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jnwEPPtj8TIEwFyb2ubtGDnepmJvNKpUlu3xdmMGR9A3eeR1tOGB1FII+EAzb/bON YnmKM+wqPsVTtFDLWC5WWepAOKuhjT8oOgPjk54uzd6PXec1w5hMU3UEiUoBxe+8pF rWFNd3z1ol3F1r4YJq7YapYFf6WZ/dJrbcIxR9Pk=
Date: Mon, 25 Nov 2019 04:39:43 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2NOIR65Y6RUHNLC5N35D7A7EVBNHHB6OUW5E@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3244/558137644@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3244@github.com>
References: <quicwg/base-drafts/issues/3244@github.com>
Subject: Re: [quicwg/base-drafts] Can we make a normative ref to  RFC8085? (#3244)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbcb8f28c2c_38a73fa14d2cd96c384a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UhpD-S486SXVTn4vRljula5Q8xk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 12:39:45 -0000

----==_mimepart_5ddbcb8f28c2c_38a73fa14d2cd96c384a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If this goes into late-stage, it should be design.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3244#issuecomment-558137644
----==_mimepart_5ddbcb8f28c2c_38a73fa14d2cd96c384a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If this goes into late-stage, it should be design.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications&amp;email_token=AFTOJK5JCZ75TRW3NR6QMYTQVPBQ7A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCICLA#issuecomment-558137644">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK567HGWPQR5KBVE43DQVPBQ7ANCNFSM4JOIEOCQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ZGZX5B2ZFPETQBWDQVPBQ7A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCICLA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK5JCZ75TRW3NR6QMYTQVPBQ7A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCICLA#issuecomment-558137644",
"url": "https://github.com/quicwg/base-drafts/issues/3244?email_source=notifications\u0026email_token=AFTOJK5JCZ75TRW3NR6QMYTQVPBQ7A5CNFSM4JOIEOC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCICLA#issuecomment-558137644",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbcb8f28c2c_38a73fa14d2cd96c384a6--


From nobody Mon Nov 25 06:57:39 2019
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 B051F120973 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 06:57:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nD0GnLAMDCQW for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 06:57:37 -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 1252D120976 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 06:57:36 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 23D9D8C0851 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 06:57:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574693856; bh=Smxo5oofei1ZOpu5gBua6maAebnALlPj7HO8D6Bq+xY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2d+/IlkQYe0vv8/zlSZIwNLJ4pw9Fkj7KUi/Ik483W6Z53jwD7s5WkVLKVnQghUkr sNkLKpG7/61u85aVqC3ygc/vujqnSLyRrcWeIbQ9a59HVQDRDneijKNZdI0jLwdIod I3796pbp1aqiifp9kqhs70ril+0hFFOvBfxCn0hI=
Date: Mon, 25 Nov 2019 06:57:36 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZWZUT77YA3KKN7RT535EPGBEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/322338904@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddbebe0582c_8bf3febaa8cd96496261"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0K4-45UJBOS5C8GgFHngyYztTgk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 14:57:39 -0000

----==_mimepart_5ddbebe0582c_8bf3febaa8cd96496261
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

nibanks commented on this pull request.



> @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle

You can thank @janaiyengar for the sentence. :) Either way, I do prefer Jana's text over "might need to send", though both seem like they are just trying to skate around using normative language.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#discussion_r350232033
----==_mimepart_5ddbebe0582c_8bf3febaa8cd96496261
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@nibanks</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r350232033">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle
</pre>
<p>You can thank <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/janaiyengar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> for the sentence. :) Either way, I do prefer Jana's text over "might need to send", though both seem like they are just trying to skate around using normative language.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK3YFQJ7U6A4SBNR2QDQVPRWBA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM3IAWA#discussion_r350232033">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2CXM2SUWJMM3N3XN3QVPRWBANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZRPOILRXGZYHN6PLDQVPRWBA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM3IAWA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3YFQJ7U6A4SBNR2QDQVPRWBA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM3IAWA#discussion_r350232033",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3YFQJ7U6A4SBNR2QDQVPRWBA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM3IAWA#discussion_r350232033",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddbebe0582c_8bf3febaa8cd96496261--


From nobody Mon Nov 25 12:05:25 2019
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 98E3D120F51 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 12:05:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 PS3ltJSKuv4b for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 12:05:21 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B6C07120F2B for <quic-issues@ietf.org>; Mon, 25 Nov 2019 12:05:21 -0800 (PST)
Date: Mon, 25 Nov 2019 12:05:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574712320; bh=M1qf8P0eUghfYrffiGKLajhXx1XPl9q2YpLv30IZTp0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=THV3EYTEvH7WRqZnqvjPkMOo1nnpCu5QrOYWaIsKY0/C++vD16k5QtDea6UtBrT/5 rI+G1BioR1bSCoWfZJyJSF2hr63Nwojv2feJ9x1W2gkbKQInVja4Tp2cr6GaBfFm2T DldJgL7KFB6JF8B02xkV2gZh8MZifaI11zfc/s4Y=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7KLJXB332YKGDKUHF35FTIBEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/558319125@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc3400bbaa8_1a2a3fe002ecd96c30553b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oDIejePDgukQHjoupJM-irZdIII>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 20:05:23 -0000

----==_mimepart_5ddc3400bbaa8_1a2a3fe002ecd96c30553b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I think this issue came up in Cupertino and the current approach was about as close to consensus as any of the alternatives. I don't feel strongly either way which makes me somewhat inclined to leave things alone.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-558319125
----==_mimepart_5ddc3400bbaa8_1a2a3fe002ecd96c30553b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I think this issue came up in Cupertino and the current approach was about as close to consensus as any of the alternatives. I don't feel strongly either way which makes me somewhat inclined to leave things alone.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJKZ2NLIYQY4F3J5QQ73QVQVYBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDUMFI#issuecomment-558319125">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ4MFHVSGNSCBRTS6LQVQVYBANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK57FHWQJ4NZT6MW2OTQVQVYBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDUMFI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKZ2NLIYQY4F3J5QQ73QVQVYBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDUMFI#issuecomment-558319125",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKZ2NLIYQY4F3J5QQ73QVQVYBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDUMFI#issuecomment-558319125",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc3400bbaa8_1a2a3fe002ecd96c30553b--


From nobody Mon Nov 25 12:53:33 2019
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 BE41F120F71 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 12:53:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 s7zd9OtrAy4f for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 12:53:30 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9A8DF120F6F for <quic-issues@ietf.org>; Mon, 25 Nov 2019 12:53:26 -0800 (PST)
Date: Mon, 25 Nov 2019 12:53:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574715205; bh=SKAJalSBS0pdzEHSE1SfTcvJTTb3MGaMcki9jC+2zIY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=iJ+q1TIu8c6ePeqpt2KbXiqNsz3HoJeaFgv76j5au9fD+rA/TmHWnB9vwORn4/2qB jhowpN6xxGtGCDvQEQjY4lNnOEIYf8SIYw0o5ziKx9dOlb/uMfrk+YdHaxrgtHbpzh Whjaf+j9kzic5wU+T565rzwx/k+1fJ2rShvhzyKY=
From: hardie <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7ZEYJVVIYVFHLJWON35FY4LEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c558335166@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc3f458359b_158b3fbeec8cd96885982"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: hardie
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0zD6w46FrrJmpjqiQhj_cAsCK4I>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 20:53:32 -0000

----==_mimepart_5ddc3f458359b_158b3fbeec8cd96885982
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The proposed commit says:  "If an endpoint uses a different controller than that specified in this document, it MUST conform to the congestion control guidelines specified in {{!RFC8085}}."  RFC 8085's section 3.1 appears to be the salient piece here, along with its reference to RFC 2914.   A more direct pointer might be useful.  

I also note that you have a MUST pointer to what amounts to a set of guidelines which are all SHOULD or RECOMMENDED, which  is a level lower.  The result is likely to be a little less strict than the naive reader might believe.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-558335166
----==_mimepart_5ddc3f458359b_158b3fbeec8cd96885982
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The proposed commit says:  "If an endpoint uses a different controller than that specified in this document, it MUST conform to the congestion control guidelines specified in {{!RFC8085}}."  RFC 8085's section 3.1 appears to be the salient piece here, along with its reference to RFC 2914.   A more direct pointer might be useful.</p>
<p>I also note that you have a MUST pointer to what amounts to a set of guidelines which are all SHOULD or RECOMMENDED, which  is a level lower.  The result is likely to be a little less strict than the naive reader might believe.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK27Z5JELZMQYEVIPKDQVQ3MLA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDYJPQ#issuecomment-558335166">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK32SXSBM6L4SPBAUPTQVQ3MLANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYEKKG5XDTQXTBJAPTQVQ3MLA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDYJPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK27Z5JELZMQYEVIPKDQVQ3MLA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDYJPQ#issuecomment-558335166",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK27Z5JELZMQYEVIPKDQVQ3MLA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFDYJPQ#issuecomment-558335166",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc3f458359b_158b3fbeec8cd96885982--


From nobody Mon Nov 25 13:38:38 2019
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 BA781120F97 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 13:38:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.002
X-Spam-Level: 
X-Spam-Status: No, score=-7.002 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, RCVD_IN_MSPIKE_H2=-0.001, 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 df9W8k8-ssgc for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 13:38:36 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2DBE120F71 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 13:38:34 -0800 (PST)
Received: from github-lowworker-d31a065.va3-iad.github.net (github-lowworker-d31a065.va3-iad.github.net [10.48.17.70]) by smtp.github.com (Postfix) with ESMTP id C51045210A7 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 13:38:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574717913; bh=LJRtXxwWUurWmfFT9kWkqW3ymJ8qCd88EIW2AG2+mwI=; h=Date:From:To:Subject:From; b=HWSdY8yU5INA2tICi57sBaHhB8ehO5qpeNQbC9Zt8KV026IP9YGw1lewfNTKJZajW mKhqDDZkrBPYE68JnfYGPHr/Jw2/IIyYbBrd/VzDXKHM48fKRg7mWXlmS05fIhJ1YG CgKTDpTlh5ra8BIGvk4/pxPewVJiMtR6asHrf4rk=
Date: Mon, 25 Nov 2019 13:38:33 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/master/8ca874-00404e@github.com>
Subject: [quicwg/wg-materials] 00404e: Corrections from Igor
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/_rKEPDa9QewxVZUJV_RwUSKpWq4>
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, 25 Nov 2019 21:38:38 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/wg-materials
  Commit: 00404e0b9b5e7d4a2a69cf434e296761f1d9a79b
      https://github.com/quicwg/wg-materials/commit/00404e0b9b5e7d4a2a69cf434e296761f1d9a79b
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M ietf106/minutes.md

  Log Message:
  -----------
  Corrections from Igor



From nobody Mon Nov 25 13:59:12 2019
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 560B0120F91 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 13:59:11 -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 Kuplj0J4hY34 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 13:59:10 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B1AE120108 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 13:59:10 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id E85EA121288 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 13:59:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574719150; bh=PkVJDX9ou7DTEbLE3UNUxdh0hR7pULeBJSEi7Zh75qY=; h=Date:From:To:Subject:From; b=LKdKLv0pWd98Ys8HawNw089+1ipQMzgDEY0uyp0pqy1vVFbcUO6yCCOWa+Mz6UFPI qXbUvxaN7JM/jIG0fQGicubkDFv6NirsSX+pkGb4kvanfxNvspTFxtDe24xsJ2PuaJ Uc25nDP2lHwgp2SdBMwHfScktbSxT7HlhMu9D4NI=
Date: Mon, 25 Nov 2019 13:59:09 -0800
From: Mark Nottingham <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/882bc7-4c85c5@github.com>
Subject: [quicwg/base-drafts] 4c85c5: Update CONTRIBUTING.md
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/I-SQPgu3nTrFLMZXLdHcVRHWpKI>
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, 25 Nov 2019 21:59:11 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4c85c51e257757ffa98637b340684b74be8b71c1
      https://github.com/quicwg/base-drafts/commit/4c85c51e257757ffa98637b340684b74be8b71c1
  Author: Mark Nottingham <mnot@mnot.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  Update CONTRIBUTING.md



From nobody Mon Nov 25 14:00:11 2019
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 22DDF120F97 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 14:00:10 -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 HuohKZmGBCa0 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 14:00:08 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5BBD120FA1 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 14:00:07 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id BC72F2C0CAA for <quic-issues@ietf.org>; Mon, 25 Nov 2019 14:00:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574719206; bh=p97Jiu4jmyJ9goViLVTL/mF9CSeRtVZm61I052MR0MI=; h=Date:From:To:Subject:From; b=AkvA4qlJRazSmF1O7dZsO4FBV8dONpRYQAu1IdIQeEOS+AAsqG0FcM3Jj06RDKJvG 2D0O69X18gMF9ZDBFiyfg214KhJgwlwKo1lWtG8Yv6Bbh+HpIb7lKcSbmKNO3nsAGD 1sj751EEFlQvIdc7b5+LomSkfumslXEHiE7LP3BQ=
Date: Mon, 25 Nov 2019 14:00:06 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/306fea-bed0f1@github.com>
Subject: [quicwg/base-drafts] bed0f1: Script updating gh-pages from 4c85c51e. [ci skip]
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/49FQE9XS3ZLC2kpjHO-W-mABY8s>
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, 25 Nov 2019 22:00:10 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: bed0f162329bfff93b24c23ec8c0a146f646fbc2
      https://github.com/quicwg/base-drafts/commit/bed0f162329bfff93b24c23ec8c0a146f646fbc2
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 4c85c51e. [ci skip]



From nobody Mon Nov 25 14:02:02 2019
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 0778C120FA9 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 14:02:01 -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 SIERwif583Tv for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 14:01:58 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 063F1120FA8 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 14:01:57 -0800 (PST)
Date: Mon, 25 Nov 2019 14:01:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574719316; bh=PdOoH47K4PwnGPEgGtnAc6AKU7HP1jgm5wfnTym8xpA=; h=Date:From:To:Subject:From; b=CHmoaAhwH0AtWVnMj89R/mFDDEeJpSxSU3yMpVgwCrBK3gHHUsewPc+5L2FU5Xhvs 8C2ryi3Du0nttAqKHi3f9rv6dCUE+L5T/Lps8IG9b3bihRdumdfXFFkMRnwoMYx6PG ip9AMq30BRPqHOKufcsEKir1pv8nzfVL4Gd96y6Q=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/bed0f1-781406@github.com>
Subject: [quicwg/base-drafts] 781406: Script updating issues at 2019-11-25T22:01:48Z. [c...
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/Qrsbv4e2wJ0oJBsxHVqYyWj88tY>
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, 25 Nov 2019 22:02:01 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 781406d75674b546e712d103f04317fa0240fff1
      https://github.com/quicwg/base-drafts/commit/781406d75674b546e712d103f04317fa0240fff1
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-25T22:01:48Z. [ci skip]



From nobody Mon Nov 25 15:55:24 2019
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 7845C120CDB for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 15:55:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KV7r1ajdMICE for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 15:55:20 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53CD7120C81 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 15:54:34 -0800 (PST)
Received: from github-lowworker-c5134a3.ac4-iad.github.net (github-lowworker-c5134a3.ac4-iad.github.net [10.52.23.55]) by smtp.github.com (Postfix) with ESMTP id 5F55D2C1240 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 15:54:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574726073; bh=H4kkXCe0JfeQjEfdT6OUT1KJdyWTp2D9uhfG+HKlj+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nLYaTNssxf0RBicUwoje9ZoTqrU+R9Im72kTrIZyTzha99R4qY4bdF6uQ4ZwrMM9D cz7izG0Ex8k+q3Z26++PzdR0cr9FqsupjVt5loYWOkXZaEgE3MpkyGIngnIpFY7ctj TziXlvCV3FQ0XQ0Vzex7CdsjKaPVgziTPcW0HjjE=
Date: Mon, 25 Nov 2019 15:54:33 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK54LUQZR7EKDMBIQ7535GODTEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/322653617@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc69b9503d6_182c3ff6760cd9682137d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xL_VbSTP0LfqRoQlBRepfGgAET0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 25 Nov 2019 23:55:23 -0000

----==_mimepart_5ddc69b9503d6_182c3ff6760cd9682137d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle

Not so much.  We can't require anything here as there isn't any interoperability hazard we're avoiding.  The goal is to make the consequence of certain choices clear.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#discussion_r350482488
----==_mimepart_5ddc69b9503d6_182c3ff6760cd9682137d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r350482488">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle
</pre>
<p>Not so much.  We can't require anything here as there isn't any interoperability hazard we're avoiding.  The goal is to make the consequence of certain choices clear.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK3YEH6QMHNPR7LMIILQVRQTTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5U3MI#discussion_r350482488">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6PK3Y2NUCQN6YQSJDQVRQTTANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6PRVEEVTBZHERGK3TQVRQTTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5U3MI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3YEH6QMHNPR7LMIILQVRQTTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5U3MI#discussion_r350482488",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3YEH6QMHNPR7LMIILQVRQTTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5U3MI#discussion_r350482488",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc69b9503d6_182c3ff6760cd9682137d1--


From nobody Mon Nov 25 16:29:09 2019
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 0BE4B120FC9 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:29:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 qsQilLsHeLH8 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:29:07 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFECC1200CE for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:29:06 -0800 (PST)
Date: Mon, 25 Nov 2019 16:29:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728146; bh=ZRNPHVrMrHKH0N3R1on13fQ3M20D0mNE1JVAEuQrOAE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ReOEVgNQ/yfUyTZUmPideC1ZY50Cf3E5U6RKeZB7lvwJpRXVajUn5uKPEZfx2nA4X pTENMQKEqF4ss6pYl1bWHw2dXcoXDF84W+++bP4cWvF/RZZ9kd8AfRwX70sm1K0tsy usFJbZFwItUzyudniEXXiSodXUM6y+pSV0btwAEg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZNOLGTHWZLGTTCPON35GSFFEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/322664132@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc71d23db67_69f33fad2becd96c185915"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/B6jR7b_ilPmCZVBLKB8aCi4lBC0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 00:29:08 -0000

----==_mimepart_5ddc71d23db67_69f33fad2becd96c185915
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.

LGTM, though I think we need to add similar text for STREAMS_BLOCKED too.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-322664132
----==_mimepart_5ddc71d23db67_69f33fad2becd96c185915
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<p>LGTM, though I think we need to add similar text for STREAMS_BLOCKED too.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK63WZMF6KSYWJC2AJTQVRUVFA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5XNRA#pullrequestreview-322664132">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK32MAPUKLNKBWIXYADQVRUVFANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3ELQ3L46ERBSHAZQTQVRUVFA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5XNRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK63WZMF6KSYWJC2AJTQVRUVFA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5XNRA#pullrequestreview-322664132",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK63WZMF6KSYWJC2AJTQVRUVFA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM5XNRA#pullrequestreview-322664132",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc71d23db67_69f33fad2becd96c185915--


From nobody Mon Nov 25 16:31:50 2019
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 6B8B5120FCA for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:31:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level: 
X-Spam-Status: No, score=-6.999 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, TVD_SPACE_RATIO=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 Qs34sMGn4L75 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:31:47 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA2AF120FC9 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:31:38 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id E59056E0603 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:31:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728297; bh=i9qIcM0owdORhJhuRuotRtPkNbeSexxXMwcl4v3YeE0=; h=Date:From:To:Subject:From; b=AQxbrIznCLM9hntabaKozeUuREetW0Q4W5ajD5A4kPrmq44OHmsB6Ib/EsGcjFcI2 +fkrwS6frPFwEUrWcI0EMyh19nD7QrDrk+7jg/FWlcROMTRo0j2c26as57Dpu/1/dR Pl1rBS8pD5UVJ6dZVVi5WJVXwHZ1qbRtiaYnjyZ8=
Date: Mon, 25 Nov 2019 16:31:37 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/remove-first-initial/12d3ab-f831a8@github.com>
Subject: [quicwg/base-drafts] f831a8: iyengareditorialization
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/QuspTipfexLifqqW0nTfgruLNyA>
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, 26 Nov 2019 00:31:49 -0000

  Branch: refs/heads/remove-first-initial
  Home:   https://github.com/quicwg/base-drafts
  Commit: f831a871f2c06df618c13b056d97cf0f6fefefc1
      https://github.com/quicwg/base-drafts/commit/f831a871f2c06df618c13b056d97cf0f6fefefc1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

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

  Log Message:
  -----------
  iyengareditorialization



From nobody Mon Nov 25 16:31:56 2019
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 F274D120FCA for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:31:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Xszrt94LPUUV for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:31:50 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C2CF91200CE for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:31:47 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 7A49D1212BA for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:31:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728307; bh=xkqNHJVeiHfNPsKnT6GBMna3wX8/gel0KuvUmcCN2Ts=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CxgVbKK+0YJ7JrXFR6fQG4qvuOoCe8p12gtGgmaDwS97HPCGlUKwSCAfdbv7QHuQ7 MaIlwsS9XSq5gRI7vvInlqSYcPG5SgsV3yv4Ovwnl/B7B4X57Irx6qGG0ko2I4zGjQ oQ7HrEQVlP9WJlaPQrExtpy30/xKGzq1+F7wapMY=
Date: Mon, 25 Nov 2019 16:31:47 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/push/4319725715@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc7273336a3_3e183f8f82ecd960150160"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Xk2qfCkcMmJL8vR_Wa8Mlq8-59Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 00:31:52 -0000

----==_mimepart_5ddc7273336a3_3e183f8f82ecd960150160
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

f831a871f2c06df618c13b056d97cf0f6fefefc1  iyengareditorialization


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262/files/12d3abd22ad130b21f29854fd487546dcd57eb6b..f831a871f2c06df618c13b056d97cf0f6fefefc1

----==_mimepart_5ddc7273336a3_3e183f8f82ecd960150160
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f831a871f2c06df618c13b056d97cf0f6fefefc1">f831a87</a>  iyengareditorialization</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3262/files/12d3abd22ad130b21f29854fd487546dcd57eb6b..f831a871f2c06df618c13b056d97cf0f6fefefc1?email_source=notifications&amp;email_token=AFTOJK3KGY7BVD2ZR4IF4ADQVRU7HA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENBTGIZDOMKQOVZWQIZUGMYTSNZSGU3TCNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4EVS6I3BRJQVUYPILQVRU7HANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3I6K3EE4C5NIIDFG3QVRU7HA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENBTGIZDOMKQOVZWQIZUGMYTSNZSGU3TCNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262/files/12d3abd22ad130b21f29854fd487546dcd57eb6b..f831a871f2c06df618c13b056d97cf0f6fefefc1?email_source=notifications\u0026email_token=AFTOJK3KGY7BVD2ZR4IF4ADQVRU7HA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENBTGIZDOMKQOVZWQIZUGMYTSNZSGU3TCNI",
"url": "https://github.com/quicwg/base-drafts/pull/3262/files/12d3abd22ad130b21f29854fd487546dcd57eb6b..f831a871f2c06df618c13b056d97cf0f6fefefc1?email_source=notifications\u0026email_token=AFTOJK3KGY7BVD2ZR4IF4ADQVRU7HA5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DENBTGIZDOMKQOVZWQIZUGMYTSNZSGU3TCNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5ddc7273336a3_3e183f8f82ecd960150160--


From nobody Mon Nov 25 16:32:43 2019
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 7D975120FCD for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:41 -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 vmKvzc2n2jL8 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:40 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DEB10120FCA for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:39 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 102E12C0B98 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728359; bh=Pr1L6WjBL+2MDANQHlXqyQplzDdjynDe0oIWkUkFBZ4=; h=Date:From:To:Subject:From; b=Rn/FsrZb6XLrCbHNuaaq+QYU2pngE9GnjsSQ4RfzJDyPfUaYGlE2JbwO+NzOzYV2v KBiu4OkewQcpXJ2tWoOE/aFVUCIZUXN4GdyGgOAVFzvtykXGZcbg+QtTJF56AxPd1s 31y8WQwBhs9riiX31PomFlVB4CL6eXBlhpNX428E=
Date: Mon, 25 Nov 2019 16:32:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/4c85c5-d7dd04@github.com>
Subject: [quicwg/base-drafts] 12d3ab: Remove some cruft from packet size section
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/06sxf8m_HRp0wc4bxr2CaJSwKMQ>
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, 26 Nov 2019 00:32:42 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 12d3abd22ad130b21f29854fd487546dcd57eb6b
      https://github.com/quicwg/base-drafts/commit/12d3abd22ad130b21f29854fd487546dcd57eb6b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

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

  Log Message:
  -----------
  Remove some cruft from packet size section

This section had a bunch of text that wasn't updated as the result of
other changes elsewhere.  Though there was a suggestion that this could
reference other sections, but as this is in some ways the authoritative
section on the subject, I decided to keep the requirements.  That's
duplicative, but I couldn't see a simple way to deal with that.

Closes #3255.


  Commit: f831a871f2c06df618c13b056d97cf0f6fefefc1
      https://github.com/quicwg/base-drafts/commit/f831a871f2c06df618c13b056d97cf0f6fefefc1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

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

  Log Message:
  -----------
  iyengareditorialization


  Commit: d7dd049f2a3f98d43132620708b9231668c049a9
      https://github.com/quicwg/base-drafts/commit/d7dd049f2a3f98d43132620708b9231668c049a9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3262 from quicwg/remove-first-initial

Remove some cruft from packet size section


Compare: https://github.com/quicwg/base-drafts/compare/4c85c51e2577...d7dd049f2a3f


From nobody Mon Nov 25 16:32:47 2019
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 1BF0E120FCA for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:42 -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, TVD_SPACE_RATIO=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 gCeIINdLGbN8 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:41 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6368E120FCB for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:40 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 9D745C60260 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:39 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728359; bh=J3JJHT0JhSYUxzqkQzKGOAMIkaSQJ6qQBtppDrccZYY=; h=Date:From:To:Subject:From; b=AkKV1KS61CrJD0jsHuPtOTsubak8YCbxu89mIJaw4kD0aXmg5zL3QkzlYvjebx3w5 dABN+o2jKf2zfCSFoD3axrlK5cCpzeMzUKyF9HNYGwEOei2nyVJ7Mzch0cUoTKlYce v/IFtFWMBIEPjONvZyjQN498IhUc/mcT9kxaqX3E=
Date: Mon, 25 Nov 2019 16:32:39 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/remove-first-initial/f831a8-000000@github.com>
Subject: [quicwg/base-drafts]
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/A0ORT7jortpnq8G4f9g3AL9UKRY>
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, 26 Nov 2019 00:32:42 -0000

  Branch: refs/heads/remove-first-initial
  Home:   https://github.com/quicwg/base-drafts


From nobody Mon Nov 25 16:32:52 2019
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 96E36120FF0 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:44 -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 67z9AqUzWe7e for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:43 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C2A3120FCB for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:42 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 67FCB6A0420 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728361; bh=kU4hUYJu2Gzj23SYn0vmHHQRQvJKqlJ2v4hN76cjl7Y=; h=Date:From:To:Subject:From; b=KcxuAZmW/SaljM0QEndRzUZCXIsx+WRGmMraTVfLaUxa9aGzZ5nXm8cferXDaIiGf MJNijG5tdQXeWDiK2Slpfq+7sa5oibvJnH/CJOdzGWA6bTt7PWCkOihfRHLk1j5Snu 6vGDfOt6AJjjbYEp1O4innfuDWlGYRLIJlNTFguk=
Date: Mon, 25 Nov 2019 16:32:41 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/781406-da1d1d@github.com>
Subject: [quicwg/base-drafts] da1d1d: Script updating gh-pages from f831a871. [ci skip]
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/Y_cXSkbA1J4h1iC0P1MZDOA188o>
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, 26 Nov 2019 00:32:44 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: da1d1d5f764c03a871ac31d6e7ae256345b86771
      https://github.com/quicwg/base-drafts/commit/da1d1d5f764c03a871ac31d6e7ae256345b86771
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M index.html
    M remove-first-initial/draft-ietf-quic-http.html
    M remove-first-initial/draft-ietf-quic-http.txt
    M remove-first-initial/draft-ietf-quic-invariants.html
    M remove-first-initial/draft-ietf-quic-invariants.txt
    M remove-first-initial/draft-ietf-quic-qpack.html
    M remove-first-initial/draft-ietf-quic-qpack.txt
    M remove-first-initial/draft-ietf-quic-recovery.html
    M remove-first-initial/draft-ietf-quic-recovery.txt
    M remove-first-initial/draft-ietf-quic-tls.html
    M remove-first-initial/draft-ietf-quic-tls.txt
    M remove-first-initial/draft-ietf-quic-transport.html
    M remove-first-initial/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from f831a871. [ci skip]



From nobody Mon Nov 25 16:32:56 2019
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 E6C4F120FCC for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mzmDC7tpu_yv for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:49 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91E71120FCA for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:48 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id ED299C605DC for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:47 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728367; bh=E9rA6R0cp5yI5+42U0XfPMKUfyxybYN3Ee43cMsGrO8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=k0Mxjm9bYcXjuWYF8JvvTzIA0IjXuAdCeFGlWeYIpJPxXhJ0P/KhUbdFnfxjFptqt YwWtuq5KwWb7wy4z1TK8zorkOlGPowatyyIvZGmcaQC3DG+ojg6uqkG+/FN1Q26eJV mhULextRLoeQgGH0qLexPuFT53gNn0T7hyJZSVm8=
Date: Mon, 25 Nov 2019 16:32:47 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VIU73NZI2RYLHOV535GSS7EVBNHHB6PLW5A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3255/issue_event/2830107184@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3255@github.com>
References: <quicwg/base-drafts/issues/3255@github.com>
Subject: Re: [quicwg/base-drafts] Clarify padding of INITIAL packets (#3255)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc72afdd431_16633fb53c4cd96c1108fa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TBaxCWWct9T68shu9i4KEOdNc5w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 00:32:50 -0000

----==_mimepart_5ddc72afdd431_16633fb53c4cd96c1108fa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3255 via #3262.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3255#event-2830107184
----==_mimepart_5ddc72afdd431_16633fb53c4cd96c1108fa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524121832" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3255" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3255/hovercard" href="https://github.com/quicwg/base-drafts/issues/3255">#3255</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524704916" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3262" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3262/hovercard" href="https://github.com/quicwg/base-drafts/pull/3262">#3262</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications&amp;email_token=AFTOJKYNAABEZPZOM6Y6DMLQVRVC7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAEMA#event-2830107184">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6XXOIYEWVJ5MG346DQVRVC7ANCNFSM4JONYYYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KX6343NXRJXIOWSDQVRVC7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAEMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYNAABEZPZOM6Y6DMLQVRVC7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAEMA#event-2830107184",
"url": "https://github.com/quicwg/base-drafts/issues/3255?email_source=notifications\u0026email_token=AFTOJKYNAABEZPZOM6Y6DMLQVRVC7A5CNFSM4JONYYYKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAEMA#event-2830107184",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc72afdd431_16633fb53c4cd96c1108fa--


From nobody Mon Nov 25 16:33:01 2019
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 5439F120FDB for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xn-OfASCrW3E for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:32:53 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CA18C120FCB for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:48 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 09CDC1C0EDF for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:32:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728368; bh=IWNnB0REZGVRSpvvSUTRsLsfQ9Knh3F47VsdCl/TV0k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1NP78bFWeB9uD90v2OgmK3NxVjwH1V1R3FYfboTXA6N969jQSyv/7kIPFRLwGJ5uQ FrI9r63kn3y+lASakBMYmfmrgK+8gTKsTrw8TKUY9Y7RIxTiUGyKtyJXdkhmvUcEjh DN5pfAeDrKkpczW0EA9I1JPTuTcUIKlBVuYYpMf8=
Date: Mon, 25 Nov 2019 16:32:47 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2RKBU3TMRUWLGNIBV35GSS7EVBNHHB6RS4SQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3262/issue_event/2830107182@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3262@github.com>
References: <quicwg/base-drafts/pull/3262@github.com>
Subject: Re: [quicwg/base-drafts] Remove some cruft from packet size section (#3262)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc72afef5ad_58b93f9f2d0cd96811328"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q_B5LPwHMOyWpjwaPA6_GvrBhIg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 00:32:54 -0000

----==_mimepart_5ddc72afef5ad_58b93f9f2d0cd96811328
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3262 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3262#event-2830107182
----==_mimepart_5ddc72afef5ad_58b93f9f2d0cd96811328
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524704916" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3262" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3262/hovercard" href="https://github.com/quicwg/base-drafts/pull/3262">#3262</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications&amp;email_token=AFTOJK7NLXAQQGAYBLEUILLQVRVC7A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAELQ#event-2830107182">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UF5UPQH7KFK2W6NTQVRVC7ANCNFSM4JO4EVVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7IJNHMDIX4YNEU743QVRVC7A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAELQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK7NLXAQQGAYBLEUILLQVRVC7A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAELQ#event-2830107182",
"url": "https://github.com/quicwg/base-drafts/pull/3262?email_source=notifications\u0026email_token=AFTOJK7NLXAQQGAYBLEUILLQVRVC7A5CNFSM4JO4EVVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVCYAELQ#event-2830107182",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc72afef5ad_58b93f9f2d0cd96811328--


From nobody Mon Nov 25 16:33:48 2019
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 A0C3A120FCA for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:33:46 -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 OF-XE4--Fo3N for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:33:45 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD6F21200CE for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:33:44 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 1B1BB9602D3 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:33:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728424; bh=IrlL730oVbF2x6OMMWROpDpk9ZPnKllsTD5rbgQE8W0=; h=Date:From:To:Subject:From; b=hdWvJVCQIgSatktAC9umRbBETFdvNQQQKQW7zlrn+VS0aLepL2BgZUUtsO6vwEqwC XH//CeV7mIWgVm1cMbaC33WZhEkpshKlNlHIYhg/RlSOviB66pBb15qrh+QDooXpxD rsseZO43DgkhaFFNoqsHW1vzc56V02c58EvpDZ/s=
Date: Mon, 25 Nov 2019 16:33:44 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/da1d1d-e80766@github.com>
Subject: [quicwg/base-drafts] e80766: Script updating gh-pages from d7dd049f. [ci skip]
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/T8DF8Hl5DClPlQfTzHmN-nESMRo>
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, 26 Nov 2019 00:33:46 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e80766e1f8ffb486885d6d242c1e2b22f0aea83e
      https://github.com/quicwg/base-drafts/commit/e80766e1f8ffb486885d6d242c1e2b22f0aea83e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from d7dd049f. [ci skip]



From nobody Mon Nov 25 16:34:27 2019
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 E66A7120FCA for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:34:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 v50T03Wa4-ZF for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 16:34:24 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3B67120FCB for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:34:23 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id F2CF7C600A9 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 16:34:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574728462; bh=EjkfoNhuhqRKpDB+gn/xUbyY3gqCl+Z6OSTWENeQAW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jVszycT97C2VjuNVTi3M1f/bRUpG2I20m4kTkv0bnoHcAkckSGQTTQ0OGxQooCNPX XEhlAqeHqiZ5SopRQct3xDTKrngU5CXvysOdu75BYMD3pT+f8F6BntN2ZnX4p6DjtP wIX+fZpppYADA1n4bIEGlQb811ykdTOXWizJ4tW8=
Date: Mon, 25 Nov 2019 16:34:22 -0800
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYYNBBVXZWMFJZPBCN35GSY5EVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/c558404917@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc730ee3ca6_4c2a3fc8e42cd96c972af"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_At4LfoJlayQzx52yND2qxVE_BE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 00:34:26 -0000

----==_mimepart_5ddc730ee3ca6_4c2a3fc8e42cd96c972af
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I'd argue this whole section should have similar text for STREAMS_BLOCKED, not just the text this PR is adding.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#issuecomment-558404917
----==_mimepart_5ddc730ee3ca6_4c2a3fc8e42cd96c972af
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> I'd argue this whole section should have similar text for STREAMS_BLOCKED, not just the text this PR is adding.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK225G66ZAUXKUYH2M3QVRVI5A5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEJKNI#issuecomment-558404917">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72WDNNXVA6SJKUS63QVRVI5ANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYWOUTPRT2QCOBDWHTQVRVI5A5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEJKNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK225G66ZAUXKUYH2M3QVRVI5A5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEJKNI#issuecomment-558404917",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK225G66ZAUXKUYH2M3QVRVI5A5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEJKNI#issuecomment-558404917",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc730ee3ca6_4c2a3fc8e42cd96c972af--


From nobody Mon Nov 25 17:03:17 2019
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 A0E101200E7 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:03:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 a5oZwXulKKA6 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:03:10 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E3634120FCC for <quic-issues@ietf.org>; Mon, 25 Nov 2019 17:03:05 -0800 (PST)
Date: Mon, 25 Nov 2019 17:03:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574730184; bh=3S7vxt+qM5Q+6H5cpYxhcH5/RW7p1E9UyvbYoMJ78L4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kbt5OQ77goriyumoOvZw3+Gvdz+KzZ/MyZWubJwifHlHfokisJpPXYXVY4jwlD9G2 DR5rLTxxucwCojz3r1SjViRjTfE5dcZGbPdglFl+K0m2C9YByHWmdFbfg0/JMt1aqt WuUT7ZC0geijLG5pSMXHjAj3jGevOecAQSvq7RB4=
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZF3ZLXHFQXTXPZVRN35GWEREVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/558411240@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc79c8dc71a_6bb33f8ff78cd9647645f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lQgwfGRZiXa0PwFMKCfR4oSckno>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 01:03:13 -0000

----==_mimepart_5ddc79c8dc71a_6bb33f8ff78cd9647645f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Introducing the concept of "request ID" would be a departure from this design in HTTP/2. As there would be a different number space for pushed requests, we'd be required to change the logging structure to convey a tuple of request-type and request-ID. While that is not impossible, I am not sure if that change is worth the cost.

Not to mention having to maintain a Request ID -> Stream ID mapping.  I agree with @kazuho.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-558411240
----==_mimepart_5ddc79c8dc71a_6bb33f8ff78cd9647645f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Introducing the concept of "request ID" would be a departure from this design in HTTP/2. As there would be a different number space for pushed requests, we'd be required to change the logging structure to convey a tuple of request-type and request-ID. While that is not impossible, I am not sure if that change is worth the cost.</p>
</blockquote>
<p>Not to mention having to maintain a Request ID -&gt; Stream ID mapping.  I agree with <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJK2P2KSKHBU4YFRJLRTQVRYURA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEK32A#issuecomment-558411240">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZZKD6QRBPIUE3MQWDQVRYURANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4UJCLWFVPOSJYFAHTQVRYURA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEK32A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK2P2KSKHBU4YFRJLRTQVRYURA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEK32A#issuecomment-558411240",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK2P2KSKHBU4YFRJLRTQVRYURA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFEK32A#issuecomment-558411240",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc79c8dc71a_6bb33f8ff78cd9647645f--


From nobody Mon Nov 25 17:09:30 2019
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 90BC6120118 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:09:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TXVdnbhgn0wo for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:09:27 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CF2AD1208C4 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 17:09:24 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 05974A0050 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 17:09:24 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574730564; bh=PgEFG1eOM5IXu60o4OkevYim++QU1Pq2pZ/a6bN4Bvg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sl950dbXpSiPpP7DKZns4sflTLgFXuADo+7ycoJC6gEZ36RErJOjvUmjHRV8OChDs q+C/CFZ3JYfvX6MtOVfSJYLtd3KsZgjXWYWy59klRltSzH+RcPXC8e3/2NdSv/ZUrj cUqwOYK6Qbhn4kNS+Mw5z+ELjUiVGV4EJ2ebIr9k=
Date: Mon, 25 Nov 2019 17:09:23 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZRB74PY2ANQZDTMKV35GW4HEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/558412577@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc7b43ea108_4efa3fe9edecd96893681"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vtzIK3ApnN00t37AqwUnDVq2tI8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 01:09:29 -0000

----==_mimepart_5ddc7b43ea108_4efa3fe9edecd96893681
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This suggestion was considered and discussed already as part of the decision to add push identifiers.  I don't see any new information here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-558412577
----==_mimepart_5ddc7b43ea108_4efa3fe9edecd96893681
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This suggestion was considered and discussed already as part of the decision to add push identifiers.  I don't see any new information here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJK4QISCCMQNYJFC6YN3QVRZMHA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFELGII#issuecomment-558412577">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2EUO3ERO7UUB3HK63QVRZMHANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6FS4RZA7RFXVEABADQVRZMHA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFELGII.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK4QISCCMQNYJFC6YN3QVRZMHA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFELGII#issuecomment-558412577",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK4QISCCMQNYJFC6YN3QVRZMHA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFELGII#issuecomment-558412577",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc7b43ea108_4efa3fe9edecd96893681--


From nobody Mon Nov 25 17:55:05 2019
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 654B3120FD0 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:55:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NE5KCTa8l4un for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 17:55:02 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F5AE120F9C for <quic-issues@ietf.org>; Mon, 25 Nov 2019 17:54:50 -0800 (PST)
Date: Mon, 25 Nov 2019 17:54:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574733289; bh=jJTmUTMZLJJG0eJJZ6La1tqZWLdgdyEtboQ1d3fr+EA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lr6ZD/e1hVL6eF7pZCZfQPzkpjE00JHdKkOIu8TmMlD9G9NqfzwFMRqatTmc3PkO7 WwjPVI/pt251f0Lhi9/H18Mpkh8TCfD5q2O+1wyEC7JmlPrQTI7EgtutOSpP4y/tLe jI1+WOeWbXJeIdk/yTqeXRooRyAIB4wZGR+5Roo0=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2WQTA3CTA5D3A7KE535G4GTEVBNHHB6TAYWQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3266/review/322687047@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3266@github.com>
References: <quicwg/base-drafts/pull/3266@github.com>
Subject: Re: [quicwg/base-drafts] Prevent Idle Timeout while Blocked (#3266)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc85e92f026_7e3f3fb9b70cd964133360"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Juj8BqQoa81sfPlWczgFjAuFfTk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 01:55:03 -0000

----==_mimepart_5ddc85e92f026_7e3f3fb9b70cd964133360
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho commented on this pull request.

@nibanks Corresponding text already exists in section 4.5.
>  An endpoint that is unable to open a new stream due to the peer's limits SHOULD send a STREAMS_BLOCKED frame ({{frame-streams-blocked}}).  This signal is considered useful for debugging.

My point is that we might want to update this too, as the sender should behave the same way when it is blocked by data flow control vs. when blocked by stream-level concurrency.

> @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle
+because of flow control (see {{data-flow-control}}).

Maybe change the reference to {{flow-control}}? Otherwise, blocked by stream concurrency would be out-of-scope.

Or, we might say "data flow control ({{data-flow-control}}) or stream concurrency ({{controlling-concurrency}})."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3266#pullrequestreview-322687047
----==_mimepart_5ddc85e92f026_7e3f3fb9b70cd964133360
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> commented on this pull request.</p>

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/nibanks/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nibanks">@nibanks</a> Corresponding text already exists in section 4.5.</p>
<blockquote>
<p>An endpoint that is unable to open a new stream due to the peer's limits SHOULD send a STREAMS_BLOCKED frame ({{frame-streams-blocked}}).  This signal is considered useful for debugging.</p>
</blockquote>
<p>My point is that we might want to update this too, as the sender should behave the same way when it is blocked by data flow control vs. when blocked by stream-level concurrency.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3266#discussion_r350509526">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2353,7 +2351,8 @@ processed successfully.  The timer is also restarted when sending an
 ack-eliciting packet (see {{QUIC-RECOVERY}}), but only if no other ack-eliciting
 packets have been sent since last receiving a packet.  Restarting when sending
 packets ensures that connections do not prematurely time out when initiating new
-activity.
+activity.  An endpoint should be careful to avoid an idle timeout if it is idle
+because of flow control (see {{data-flow-control}}).
</pre>
<p>Maybe change the reference to {{flow-control}}? Otherwise, blocked by stream concurrency would be out-of-scope.</p>
<p>Or, we might say "data flow control ({{data-flow-control}}) or stream concurrency ({{controlling-concurrency}})."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications&amp;email_token=AFTOJK3UQQL5VQSD4EYDJ5DQVR6WTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM55ARY#pullrequestreview-322687047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3DJZEDSE2SIVZHP5DQVR6WTANCNFSM4JPFAYEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7Y2MEOGEULC73V7M3QVR6WTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM55ARY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3UQQL5VQSD4EYDJ5DQVR6WTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM55ARY#pullrequestreview-322687047",
"url": "https://github.com/quicwg/base-drafts/pull/3266?email_source=notifications\u0026email_token=AFTOJK3UQQL5VQSD4EYDJ5DQVR6WTA5CNFSM4JPFAYE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM55ARY#pullrequestreview-322687047",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddc85e92f026_7e3f3fb9b70cd964133360--


From nobody Mon Nov 25 18:27:13 2019
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 249F2120129 for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 18:27:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EpNcDJmII-Rw for <quic-issues@ietfa.amsl.com>; Mon, 25 Nov 2019 18:27:10 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA0941200B5 for <quic-issues@ietf.org>; Mon, 25 Nov 2019 18:27:10 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id C1FA266050E for <quic-issues@ietf.org>; Mon, 25 Nov 2019 18:27:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574735229; bh=Ps4ROw+V4Hb3ydUZqo89Lmn5VbRTVqDgI+XsVq9/LK8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rE+xJfhOtE1xnpLWp+XTp7Fo+LvnNTinhA8zgG8cMA+WBB3jHZxd8lmrxzVlDuUH8 35YuwmJhBBpU3VX7uL9VQZWFYM0Bj+ze3J0A0JqHoQFceVKBjf6uX7TEXIsnLFCSpX 4KOc+oRPw+MO7E8u7W8yl6I6xQbi9bqBhOat6JPk=
Date: Mon, 25 Nov 2019 18:27:09 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4320010161@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddc8d7db3220_79393fbab5ccd9681315a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OnDlyJ5y2fZpP3x8MRniURlI4XQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 26 Nov 2019 02:27:12 -0000

----==_mimepart_5ddc8d7db3220_79393fbab5ccd9681315a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 2 commits.

105de2940e571c32d1d9a5fc68fbbe17b2360714  remove pseudocode
78c27a726e47eefc2dd89a903448b93f1d28c241  Merge branch 'master' of github.com:quicwg/base-drafts into limit-cwnd


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/e7d59817de98e39ad799be9f1428f82d3b1490fd..78c27a726e47eefc2dd89a903448b93f1d28c241

----==_mimepart_5ddc8d7db3220_79393fbab5ccd9681315a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/105de2940e571c32d1d9a5fc68fbbe17b2360714">105de29</a>  remove pseudocode</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/78c27a726e47eefc2dd89a903448b93f1d28c241">78c27a7</a>  Merge branch &#39;master&#39; of github.com:quicwg/base-drafts into limit-cwnd</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/e7d59817de98e39ad799be9f1428f82d3b1490fd..78c27a726e47eefc2dd89a903448b93f1d28c241?email_source=notifications&amp;email_token=AFTOJK34AIRZGOMLSVUILWLQVSCP3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZDAMBRGAYTMMI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK34YRM26CK2HOFA2BDQVSCP3ANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BMGJO3DQMRUM7XXDQVSCP3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZDAMBRGAYTMMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/e7d59817de98e39ad799be9f1428f82d3b1490fd..78c27a726e47eefc2dd89a903448b93f1d28c241?email_source=notifications\u0026email_token=AFTOJK34AIRZGOMLSVUILWLQVSCP3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZDAMBRGAYTMMI",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/e7d59817de98e39ad799be9f1428f82d3b1490fd..78c27a726e47eefc2dd89a903448b93f1d28c241?email_source=notifications\u0026email_token=AFTOJK34AIRZGOMLSVUILWLQVSCP3A5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZDAMBRGAYTMMI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5ddc8d7db3220_79393fbab5ccd9681315a6--


From nobody Tue Nov 26 21:07:15 2019
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 D7240120B5F for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:07:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2gJw38DNp1UG for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:07:11 -0800 (PST)
Received: from out-10.smtp.github.com (out-10.smtp.github.com [192.30.254.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BC087120B60 for <quic-issues@ietf.org>; Tue, 26 Nov 2019 21:07:11 -0800 (PST)
Date: Tue, 26 Nov 2019 21:07:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574831231; bh=ESZTGfFHB7B2+pfExkgwVM8MqJEdBhBtG8pep1TpP5Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=WLL/8T65Es5Yhig9AKmfm1GSb49OKV8yNUWPY4pbWgNx+p9HztajuhlnwnkfwUfBR MBui2mpCcevXZDla6Fo4ssBLU9Al5FwTTslf1IcyI+rV1LhZ/TOTkhzEtSn37OVCtp cnfCZdUw3UvPmyMlZepUqli8GCTO73znlhNbBas4=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4LLC4QUDZHQYRKJUN35M3P5EVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c558930598@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde047ee90b5_10703fa0ab6cd9603668b4"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CATOqxtFelIrQVpMei-ioFYA2HM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 05:07:13 -0000

----==_mimepart_5dde047ee90b5_10703fa0ab6cd9603668b4
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

If there are MUSTs we believe are important from 8085 and apply to QUIC and are not already MUSTs in other portions of the QUIC specs, I'd suggest we move those explicitly into this document and then either non-normatively reference 8085 or use a SHOULD for the rest of the document?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-558930598
----==_mimepart_5dde047ee90b5_10703fa0ab6cd9603668b4
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>If there are MUSTs we believe are important from 8085 and apply to QUIC and are not already MUSTs in other portions of the QUIC specs, I'd suggest we move those explicitly into this document and then either non-normatively reference 8085 or use a SHOULD for the rest of the document?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK3RMA7BVR45KHFDI5DQVX575A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIJVJQ#issuecomment-558930598">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK74ZUSWPLTKJR5N24LQVX575ANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FBLVLLEMDKEFKNDDQVX575A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIJVJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK3RMA7BVR45KHFDI5DQVX575A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIJVJQ#issuecomment-558930598",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK3RMA7BVR45KHFDI5DQVX575A5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIJVJQ#issuecomment-558930598",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde047ee90b5_10703fa0ab6cd9603668b4--


From nobody Tue Nov 26 21:07:48 2019
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 B28B4120B5F for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:07:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 mm4Kmh5o7EBP for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:07:46 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BF641120827 for <quic-issues@ietf.org>; Tue, 26 Nov 2019 21:07:45 -0800 (PST)
Date: Tue, 26 Nov 2019 21:07:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574831264; bh=Gp2IALrN2+c95Dm/7D5MZ7GTHekq7v+WhmfGOJo9lnE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=CKyqFj67aTx4ppYDfq/3wOH54E9O3qtUAJ8CaTg2PRBnd4yaFxKpH2SZxYlD/GFyp aUoAM5FIuTp/kxtxNP6hNSBAQnaAe1EgAI/wWIiDxzhasOjiPqgp8DSAGKUn61QMtw O2zVzs2kyrnmD2tpB90NayBLrql4MNvPA2AfGfrw=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3UURCBG2IQTAUFZWV35M3SBEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/review/323431409@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde04a0bf37a_73903fc4222cd9602850d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VbCISc3_DClCVghHqO72-tAAlVU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 05:07:48 -0000

----==_mimepart_5dde04a0bf37a_73903fc4222cd9602850d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett requested changes on this pull request.

Based on Ted's feedback, I think we should move anything that's really a MUST into this document.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#pullrequestreview-323431409
----==_mimepart_5dde04a0bf37a_73903fc4222cd9602850d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> requested changes on this pull request.</p>

<p>Based on Ted's feedback, I think we should move anything that's really a MUST into this document.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJKZ5KDQFAYQBIASB2FLQVX6CBA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDSX4I#pullrequestreview-323431409">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2BTVAFHFYP3FYIOT3QVX6CBANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZH62ACL6AMIRNLKHLQVX6CBA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDSX4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZ5KDQFAYQBIASB2FLQVX6CBA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDSX4I#pullrequestreview-323431409",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJKZ5KDQFAYQBIASB2FLQVX6CBA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDSX4I#pullrequestreview-323431409",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde04a0bf37a_73903fc4222cd9602850d8--


From nobody Tue Nov 26 21:36:38 2019
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 F210D12006D for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:36:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 uX1krXhUWrgj for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:36:34 -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 D646F12000F for <quic-issues@ietf.org>; Tue, 26 Nov 2019 21:36:33 -0800 (PST)
Date: Tue, 26 Nov 2019 21:36:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574832993; bh=tdYjXgaVTBX8+68/0k9b7YDKA4iJsHS0iqxPJ3+XmTw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=sQorU8sK59FkqOI3JlL+xJpNIAa/Ns0NSnPfvi/4pz1H9AiFuCfFXkXpG0CNVP4cj gK6a9q7Tm/Ku8FvY3rJWDll2BUpSybN9wP7xRsbTEjZbBt/iwYsrpumtha3r7uONWj Sk64c9Op3SQ5RKzAE8M4fjM6MqS18m3NaTJWfwvQ=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5FU5EJVMMAPOJ2D7535M66BEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/558937211@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde0b60eb5f3_14973fb60eccd964450116"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iLcEgChP3m4KbDuhM4Pb5t8-vGY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 05:36:36 -0000

----==_mimepart_5dde0b60eb5f3_14973fb60eccd964450116
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This seems a bit at odd with our design principles, since it requires the HTTP/3 implementation to understand the QUIC Stream ID numbering scheme.   In our implementation that's viable and it probably is in others.  The current text says:
  "A client MUST treat receipt of a GOAWAY
   frame containing a Stream ID of any other type as a connection error
   of type H3_ID_ERROR."

I don't remember us discussing this particular detail of GOAWAY in Cupertino, but I also wasn't very invested in the GOAWAY discussion, so I believe I missed it.

To be clear, the Request ID -> Stream ID mapping is multiplying by 4 in this case.  There is no state required.

TLDR: This seems weird, but I'm ok with closing with no action if others don't care to fix the oddity.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-558937211
----==_mimepart_5dde0b60eb5f3_14973fb60eccd964450116
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This seems a bit at odd with our design principles, since it requires the HTTP/3 implementation to understand the QUIC Stream ID numbering scheme.   In our implementation that's viable and it probably is in others.  The current text says:<br>
"A client MUST treat receipt of a GOAWAY<br>
frame containing a Stream ID of any other type as a connection error<br>
of type H3_ID_ERROR."</p>
<p>I don't remember us discussing this particular detail of GOAWAY in Cupertino, but I also wasn't very invested in the GOAWAY discussion, so I believe I missed it.</p>
<p>To be clear, the Request ID -&gt; Stream ID mapping is multiplying by 4 in this case.  There is no state required.</p>
<p>TLDR: This seems weird, but I'm ok with closing with no action if others don't care to fix the oddity.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJK5SAS5W3L72LVFDTCDQVYBOBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFILI6Y#issuecomment-558937211">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZQLOKDSX3W23LYNWDQVYBOBANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7TGHSI64245BB67JDQVYBOBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFILI6Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK5SAS5W3L72LVFDTCDQVYBOBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFILI6Y#issuecomment-558937211",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK5SAS5W3L72LVFDTCDQVYBOBA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFILI6Y#issuecomment-558937211",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde0b60eb5f3_14973fb60eccd964450116--


From nobody Tue Nov 26 21:48:09 2019
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 A21BE1208F1 for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:48:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 JjL-pEBbKcwK for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 21:48:06 -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 4E2721201DB for <quic-issues@ietf.org>; Tue, 26 Nov 2019 21:48:06 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id A8C4B8C054E for <quic-issues@ietf.org>; Tue, 26 Nov 2019 21:48:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574833685; bh=s6h24RRFgAENKd0uXcXGKrfd3dYlysj2jxyCOkGGPy4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kY/iJa4HA76GAVGKydbXaIZ/63pFy9skCXG1W4m1Ax5Zmrgy/xWyr+JdlMp/O53Hb xo/W+wpmA8mU7LolZBcl0DhFAx0k3FQEs/Epbh/+akN7nNJkkxWEBdqo0FlCVb0nqQ nPw5eu0lkRD7Af44V68T15zCE4hLWihPYxRfnltk=
Date: Tue, 26 Nov 2019 21:48:05 -0800
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7JEKSOH3NDO4MKNSN35NAJLEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/558939818@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde0e1599b06_3aee3fac086cd95c383385"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/dw627BajskKU7XNdqk80xjyycdw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 05:48:08 -0000

----==_mimepart_5dde0e1599b06_3aee3fac086cd95c383385
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I believe the simplest way to ensure QUIC isn't overly aggressive during the handshake and to encourage packet coalescing is to specify pto_count on a connection scope, similar to the rtt variables.  I considered making pto_count per-PN space, but that doesn't ensure quite the same exponential backoff properties and I don't believe it's necessary.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-558939818
----==_mimepart_5dde0e1599b06_3aee3fac086cd95c383385
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I believe the simplest way to ensure QUIC isn't overly aggressive during the handshake and to encourage packet coalescing is to specify pto_count on a connection scope, similar to the rtt variables.  I considered making pto_count per-PN space, but that doesn't ensure quite the same exponential backoff properties and I don't believe it's necessary.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJK7IJK5JE4Z457EE2SDQVYCZLA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIL5KQ#issuecomment-558939818">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2UYOCVIVQAYXCSKDQVYCZLANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4IMCUUAKBFCXXRRLDQVYCZLA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIL5KQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK7IJK5JE4Z457EE2SDQVYCZLA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIL5KQ#issuecomment-558939818",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK7IJK5JE4Z457EE2SDQVYCZLA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIL5KQ#issuecomment-558939818",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde0e1599b06_3aee3fac086cd95c383385--


From nobody Tue Nov 26 22:05:49 2019
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 832E11200F1 for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 22:05:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 U_3tAohpHGtH for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 22:05:46 -0800 (PST)
Received: from out-16.smtp.github.com (out-16.smtp.github.com [192.30.254.199]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3ABDC1200EC for <quic-issues@ietf.org>; Tue, 26 Nov 2019 22:05:46 -0800 (PST)
Date: Tue, 26 Nov 2019 22:05:45 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574834745; bh=b9KYnED+CHj2Bl43nL4wJBtA4tHfh1TRteRYKDSjjoE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vg7VarMPTUDDgDgGYU4zKDfnFZzS6VpfmgOkyRUYRAGaSvIcug2yI723S/pbYEKV5 By0QiM3zpS7cZls7iRT+chmQn7/jFAe4DL7t7LXpG468k0uMkwsIyK6l+CIfaTUEOk +002FtHDvoFBWTLKqECfX++/zmrEk+TyaJBzBZAA=
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BDIA6X36YVMDWGP535NCLTEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/323445010@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde12397b989_4f5a3ff19a2cd960789594"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-OFh-ZluttAOgmcmyz52Tr6Oxwo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 06:05:47 -0000

----==_mimepart_5dde12397b989_4f5a3ff19a2cd960789594
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

ianswett commented on this pull request.



> @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to

In order to meet the previous criteria, how about "An implementation that doest not use pacing MAY limit the congestion window increase during slow start to 2 * max_datagram_size_ per ACK frame received {{?RFC3465}} in order to help limit bursts to the  initial congestion window."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#pullrequestreview-323445010
----==_mimepart_5dde12397b989_4f5a3ff19a2cd960789594
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@ianswett</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r351108256">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to
</pre>
<p>In order to meet the previous criteria, how about "An implementation that doest not use pacing MAY limit the congestion window increase during slow start to 2 * max_datagram_size_ per ACK frame received {{?RFC3465}} in order to help limit bursts to the  initial congestion window."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK76QNW55CCHDWPJVJTQVYE3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDWCEQ#pullrequestreview-323445010">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OMSDSX3QOCNRAWI3QVYE3TANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK74WCPCNKUEG4SAAGLQVYE3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDWCEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK76QNW55CCHDWPJVJTQVYE3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDWCEQ#pullrequestreview-323445010",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK76QNW55CCHDWPJVJTQVYE3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDWCEQ#pullrequestreview-323445010",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde12397b989_4f5a3ff19a2cd960789594--


From nobody Tue Nov 26 22:57:03 2019
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 2139D120091 for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 22:57:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kRTZPAbF50bM for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 22:56:58 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90B0F120072 for <quic-issues@ietf.org>; Tue, 26 Nov 2019 22:56:58 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id E338E6608A5 for <quic-issues@ietf.org>; Tue, 26 Nov 2019 22:56:57 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574837817; bh=O4A6P6b2KjhYhP3o9koN7bqiYXDSAkrA+Pws6Ta4T+I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=n0vgZmcgS8Way5tn1csGhszEYfajFX69t2pzpPH0PNVpqvzWU/t90OtfBu1/EeBFn C54tTNgrjPsC/1cubMiHQgovDEpi9+tkR92tanz+pU0Jzb/tjphTMgxS7G6cVuvYLI cQrSf2IJUEVEh93KR7z0nW3ffozQCXAhb6rdETh8=
Date: Tue, 26 Nov 2019 22:56:57 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYOZKQGBVOW7CNWLTN35NILTEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/323459902@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde1e39d359c_81e3fa1ea6cd95c528148"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8JTXqNdPiq4yzfuOxURKJdBDpPY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 06:57:01 -0000

----==_mimepart_5dde1e39d359c_81e3fa1ea6cd95c528148
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to

I think we can say either "MAY" or "SHOULD" instead of MAY/SHOULD. I am ok with changing it to "MAY" as there is already a requirement for limiting it to 10 datagrams in the previous line.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r351119764
----==_mimepart_5dde1e39d359c_81e3fa1ea6cd95c528148
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r351119764">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to
</pre>
<p>I think we can say either "MAY" or "SHOULD" instead of MAY/SHOULD. I am ok with changing it to "MAY" as there is already a requirement for limiting it to 10 datagrams in the previous line.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK4W23VDY3YDRLWSCJ3QVYK3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDZWPQ#discussion_r351119764">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYZA6MNV7WLARAI2YLQVYK3TANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4KOFEOFJW3DRYWPMLQVYK3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDZWPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4W23VDY3YDRLWSCJ3QVYK3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDZWPQ#discussion_r351119764",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK4W23VDY3YDRLWSCJ3QVYK3TA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNDZWPQ#discussion_r351119764",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde1e39d359c_81e3fa1ea6cd95c528148--


From nobody Tue Nov 26 23:45:36 2019
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 484B5120836 for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 23:45:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vicyLV3a_UQp for <quic-issues@ietfa.amsl.com>; Tue, 26 Nov 2019 23:45:32 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97A501207FE for <quic-issues@ietf.org>; Tue, 26 Nov 2019 23:45:32 -0800 (PST)
Date: Tue, 26 Nov 2019 23:45:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574840731; bh=CqCJU2PEF+9fNCnuL/bDcXZkL2rta/tXRV6Hv/hqUVc=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Vav28Bk+axV6rFHbi9n+Re4PP6V0RP/tr/GMdzWZoNwrlPoc+H+xh2NGw+udr6uoy SvB/21xL3vxE2LAXpzAOqEyFCegMPi7UDzcF+i94idzPPNwYpDIL9P810t+eYQIJSq VZBFGMQcG3LuIvdXhNT9Lh5RUCqj4yu2FmBxI2/8=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK65XHRT7EFPTQAXFA535NOBXEVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274@github.com>
Subject: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde299bc5403_66373f8d6e6cd9605295db"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ItjF1iOZI3WsW3hIDaMQ5EjGnS8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 07:45:34 -0000

----==_mimepart_5dde299bc5403_66373f8d6e6cd9605295db
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

In Singapore, we reached an impasse regarding the use of encryption on Retry.

>From that discussion, there were two outcomes considered:

* "encrypt" using a fixed key and nonce and don't encrypt the token; put the original destination connection ID in the AAD along with the entire packet

* encrypt the token using the fixed key and a nonce that takes the first 8 bytes of the original destination connection ID; the AAD only includes the connection IDs and version

The first can be reduced to running GHASH with a fixed XOR on the final tag if you really want to save effort.  I've implemented and measured that.

The second can be implemented naively, just by building a new AES key for every record.  That's not terribly slow at 2.8x slower.  With some nasty tricks, I was able to get the AES version under 1.7x slower.  Given the relative cost of these functions, I think that this is an acceptable cost.

There's no guarantee that this is correct - I haven't even checked that these programs produce the right output, but the count of operations is approximately right, so I'm posting this issue.  My code can be found at [martinthomson/quic-retry-tag](https://github.com/martinthomson/quic-retry-tag/blob/master/bench.c) in case reproduction or validation thrills you.

Here's the output of a sample run on my old machine with about 1Mb of Retry packets fed through the different implementations, which takes about 32 seconds to complete:

```
Measuring best of 1000 iterations
ghash:          22450242
aes_gcm_slow:   60070152
aes_gcm_fast:   35240211
```

Now, obviously this is a microbenchmark.  The rest of the cost will be elsewhere, but I tried to isolate the variable.  Hopefully this helps the decision-making process.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274
----==_mimepart_5dde299bc5403_66373f8d6e6cd9605295db
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>In Singapore, we reached an impasse regarding the use of encryption on Retry.</p>
<p>From that discussion, there were two outcomes considered:</p>
<ul>
<li>
<p>"encrypt" using a fixed key and nonce and don't encrypt the token; put the original destination connection ID in the AAD along with the entire packet</p>
</li>
<li>
<p>encrypt the token using the fixed key and a nonce that takes the first 8 bytes of the original destination connection ID; the AAD only includes the connection IDs and version</p>
</li>
</ul>
<p>The first can be reduced to running GHASH with a fixed XOR on the final tag if you really want to save effort.  I've implemented and measured that.</p>
<p>The second can be implemented naively, just by building a new AES key for every record.  That's not terribly slow at 2.8x slower.  With some nasty tricks, I was able to get the AES version under 1.7x slower.  Given the relative cost of these functions, I think that this is an acceptable cost.</p>
<p>There's no guarantee that this is correct - I haven't even checked that these programs produce the right output, but the count of operations is approximately right, so I'm posting this issue.  My code can be found at <a href="https://github.com/martinthomson/quic-retry-tag/blob/master/bench.c">martinthomson/quic-retry-tag</a> in case reproduction or validation thrills you.</p>
<p>Here's the output of a sample run on my old machine with about 1Mb of Retry packets fed through the different implementations, which takes about 32 seconds to complete:</p>
<pre><code>Measuring best of 1000 iterations
ghash:          22450242
aes_gcm_slow:   60070152
aes_gcm_fast:   35240211
</code></pre>
<p>Now, obviously this is a microbenchmark.  The rest of the cost will be elsewhere, but I tried to isolate the variable.  Hopefully this helps the decision-making process.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJK3WGKGX7BRLQWVIVFDQVYQRXA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4KRWYA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3O7SKL6NGSYNHUJWDQVYQRXANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4ELQLGEYMNDMHDCWLQVYQRXA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4KRWYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK3WGKGX7BRLQWVIVFDQVYQRXA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4KRWYA",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK3WGKGX7BRLQWVIVFDQVYQRXA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4KRWYA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde299bc5403_66373f8d6e6cd9605295db--


From nobody Wed Nov 27 00:32:06 2019
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 5217812080A for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 00:32:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KOXsmOo6DQnE for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 00:32:04 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10E9A1207FE for <quic-issues@ietf.org>; Wed, 27 Nov 2019 00:32:04 -0800 (PST)
Date: Wed, 27 Nov 2019 00:32:03 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574843523; bh=67FBxplZhoJnwbvm5Q1m7WkCVH7c65lIVpGSzvK5p7g=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yZUPuepJwFPr4C+1JRJNdw0w9EVH2zv8kMDiF77mcwj9HiuN+Rj6I3Uk3xHzeicFh ex4mnwCLxOrd1vzvVbaKcLJdHG4wAD/+GrhHcgj1j2v8HNQOLtsYsz8++yzx/yNnJG WRE1QtCdn0DCCZKXMujJmF19dlSvmVA6B7KNAQIw=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK73ELG7FDRQIXCEESF35NTQHEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c558984397@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde34834ce9b_55ea3fc5baacd964750081"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/rKF5fysVqE9OOp0LYdYR5F8kQIY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 08:32:05 -0000

----==_mimepart_5dde34834ce9b_55ea3fc5baacd964750081
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'd always believed the intent was for the design for QUIC to fall within the scope of BCP145, which provides the check-list of SHOULD and MUST requirements for UDP-based protocol mechanisms.

Moving blocks of requirements language and surrounding context that relate to QUIC from BCP145, seems like creating a lot of work, with very little positive outcomes. Citing this as normative to an implementation seems like it avoids much of this, and also much reduces the need for detailed checking in last call.

Is there a reason to "move" to the QUIC document itself?  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-558984397
----==_mimepart_5dde34834ce9b_55ea3fc5baacd964750081
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'd always believed the intent was for the design for QUIC to fall within the scope of BCP145, which provides the check-list of SHOULD and MUST requirements for UDP-based protocol mechanisms.</p>
<p>Moving blocks of requirements language and surrounding context that relate to QUIC from BCP145, seems like creating a lot of work, with very little positive outcomes. Citing this as normative to an implementation seems like it avoids much of this, and also much reduces the need for detailed checking in last call.</p>
<p>Is there a reason to "move" to the QUIC document itself?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK3E334AEAX7D33Z7E3QVYWAHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIWZTI#issuecomment-558984397">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZBGRKVJQ65FCXUWWTQVYWAHANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FTXDFOIDQ4LC7FZDQVYWAHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIWZTI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK3E334AEAX7D33Z7E3QVYWAHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIWZTI#issuecomment-558984397",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK3E334AEAX7D33Z7E3QVYWAHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIWZTI#issuecomment-558984397",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde34834ce9b_55ea3fc5baacd964750081--


From nobody Wed Nov 27 00:41:37 2019
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 2C1FD12080C for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 00:41:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 lfpZoY30KkQH for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 00:41:34 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8CD261207FE for <quic-issues@ietf.org>; Wed, 27 Nov 2019 00:41:34 -0800 (PST)
Date: Wed, 27 Nov 2019 00:41:32 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574844092; bh=QYMmcg26cFTkXpfKyYgGVVcFLyoxMM2sGeSfDZZ3+Ak=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J3ku6tMz44JyYXxuFNlYyK8LFTYZbkoMN8pvQ1OghQtYZV3KgmoiSzbt12ctibQSC r8bI0o7eytci5j3dRXLMyyJFaG00ZDBKjzflV43VypI/zG6mIRaToQITgdZdKt0J9d nnRXGWNvGJuZFB5Lv6T226sl40LIbw0uKYWFNUW0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3BRG2ERJV7XVGT6MF35NUTZEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c558987450@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde36bca995e_3d8c3f8409ecd96c7147c8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DNrHog962ZEfjG4iEXJdpCbnV2M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 08:41:36 -0000

----==_mimepart_5dde36bca995e_3d8c3f8409ecd96c7147c8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I suspect that Ian is looking to create a stronger requirement for congestion control than BCP145 has.  BCP145 is full of SHOULD, with no MUST.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-558987450
----==_mimepart_5dde36bca995e_3d8c3f8409ecd96c7147c8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I suspect that Ian is looking to create a stronger requirement for congestion control than BCP145 has.  BCP145 is full of SHOULD, with no MUST.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK2IR5X447MI4CRK7K3QVYXDZA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIXROQ#issuecomment-558987450">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK32G2T7UOPK3DDKD4TQVYXDZANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZQY66EPP4VVIGQQITQVYXDZA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIXROQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK2IR5X447MI4CRK7K3QVYXDZA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIXROQ#issuecomment-558987450",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK2IR5X447MI4CRK7K3QVYXDZA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIXROQ#issuecomment-558987450",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde36bca995e_3d8c3f8409ecd96c7147c8--


From nobody Wed Nov 27 03:39:56 2019
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 DAF631208A2 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:39:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 E8P0u8_bRwI8 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:39:51 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2FB42120870 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 03:39:51 -0800 (PST)
Date: Wed, 27 Nov 2019 03:39:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574854789; bh=jfg9hhd17kzsT5daY4xBnE+ZEGe7y+JuL0EPYcaUj3U=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=gP+DxvgQV7eytmU35Ye7TJO1Cdioa7GQ7IcNfqH//ojc4ZKxzisoJ5Gio0jcRsNF7 c1yquvX5nggpozlP0eSR0sSqqtm/TNASTMMZSJkUjSpvcEXwZLBtHRmm7VN0h5WvmY 9q/tMUm5QMB0RBdFS8FpqOmbHBSTurrlAOl2i7Pg=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZOXRDTR4BKB2UH5JV35OJQLEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275@github.com>
Subject: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde60857dcff_71843fcb94ccd964479c6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TbaARbDX3Pa-AFbVVqj6V0k22l4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 11:39:54 -0000

----==_mimepart_5dde60857dcff_71843fcb94ccd964479c6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

At the moment, the HTTP draft defines two ways of associating a pushed response with requests. One of the requests being associated uses PUSH_PROMISE, while other requests use DUPLICATE_PUSH when referring to the same pushed response.

This seems like an unnecessary complexity to me.

I wonder if we can use the following design instead:
* Send the *request of a push* on the "push stream," instead of sending it using PUSH_PROMISE.
* Merge PUSH_PROMISE and DUPLICATE_PUSH into one frame. The unified frame type would carry the PUSH_ID only.
* (Optionally) change PUSH_ID to stream ID.

I think that such change would simplify the client-side code, as there would no longer be two different logic for associating a push with a request. On the server-side, the change would also simplify the code, assuming that the server uses DUPLICATE_PUSH. My intuition that servers should be using that to avoid pushing the same resource twice on a single connection.

The argument against making such change would be that there would be no guarantee that the pushed URL would be available to the client before the client discovers the use of that pushed URL. However, in the current state, that guarantee exists only when the PUSH_PROMISE frame is being used, but not when DUPLICATE_PUSH is used. Considering that, I am doubtful if having something that *occasionally* works is worth the complexity.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275
----==_mimepart_5dde60857dcff_71843fcb94ccd964479c6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>At the moment, the HTTP draft defines two ways of associating a pushed response with requests. One of the requests being associated uses PUSH_PROMISE, while other requests use DUPLICATE_PUSH when referring to the same pushed response.</p>
<p>This seems like an unnecessary complexity to me.</p>
<p>I wonder if we can use the following design instead:</p>
<ul>
<li>Send the <em>request of a push</em> on the "push stream," instead of sending it using PUSH_PROMISE.</li>
<li>Merge PUSH_PROMISE and DUPLICATE_PUSH into one frame. The unified frame type would carry the PUSH_ID only.</li>
<li>(Optionally) change PUSH_ID to stream ID.</li>
</ul>
<p>I think that such change would simplify the client-side code, as there would no longer be two different logic for associating a push with a request. On the server-side, the change would also simplify the code, assuming that the server uses DUPLICATE_PUSH. My intuition that servers should be using that to avoid pushing the same resource twice on a single connection.</p>
<p>The argument against making such change would be that there would be no guarantee that the pushed URL would be available to the client before the client discovers the use of that pushed URL. However, in the current state, that guarantee exists only when the PUSH_PROMISE frame is being used, but not when DUPLICATE_PUSH is used. Considering that, I am doubtful if having something that <em>occasionally</em> works is worth the complexity.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK5RDID6BDIZHJD4ZZ3QVZMALA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4MLZNA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5U3ZRU5KZGD4HEN73QVZMALANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6Z5NCNKV27MOOLSGTQVZMALA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4MLZNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5RDID6BDIZHJD4ZZ3QVZMALA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4MLZNA",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5RDID6BDIZHJD4ZZ3QVZMALA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4MLZNA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde60857dcff_71843fcb94ccd964479c6--


From nobody Wed Nov 27 03:55:39 2019
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 364F212088D for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:55:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 DDS4efXGYQYi for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:55:37 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BC6A120112 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 03:55:37 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 2D6C0A0097 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 03:55:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574855736; bh=9xWcIEZqCHylUsOdkW75COGMzjfbsXoKJgvbdJwMV9o=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=J4jE0KAmQ2hhmmuDFheLDROg9mM7cZbdh9ZJdrDXI9poUfYpXsobuM1HYZkSCaC5K 3l32OYDucwq3zfdtUUjBxILYn7w2BOD6AF7XRMx5JPw2pInxhYvmnvu/Jiig7K+nTp jiBSUUA/a+0Es4boUt1T3y4SC89rowlBAIairczw=
Date: Wed, 27 Nov 2019 03:55:36 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4RCPAU7U5JOZRZ5LF35OLLREVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559056999@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde64381f6c0_4053fd6fb6cd95c141175"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ab3qE4JtPpbMOwcqEnJAm-C0qMc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 11:55:39 -0000

----==_mimepart_5dde64381f6c0_4053fd6fb6cd95c141175
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Note also that the current design has the priority inversion issue.

When the server sends a PUSH_PROMISE frame on request stream A, then sends a DUPLICATE_PUSH frame on stream B referring to the same pushed resource, and if stream B has higher precedence than stream A, then delivery of the request header of the pushed resource might get significantly delayed. Such a behavior would have negative effect on a well-designed client that blocks on the DUPLICATE_PUSH frame until it receives the request header of the pushed resource.

Sending the request headers on the pushed stream resolves the issue. The server can more easily control the priority of a pushed stream, it becomes much easier to send the request headers of a pushed response before anything else.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559056999
----==_mimepart_5dde64381f6c0_4053fd6fb6cd95c141175
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Note also that the current design has the priority inversion issue.</p>
<p>When the server sends a PUSH_PROMISE frame on request stream A, then sends a DUPLICATE_PUSH frame on stream B referring to the same pushed resource, and if stream B has higher precedence than stream A, then delivery of the request header of the pushed resource might get significantly delayed. Such a behavior would have negative effect on a well-designed client that blocks on the DUPLICATE_PUSH frame until it receives the request header of the pushed resource.</p>
<p>Sending the request headers on the pushed stream resolves the issue. The server can more easily control the priority of a pushed stream, it becomes much easier to send the request headers of a pushed response before anything else.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK6UBLNAPYZHSTHNZEDQVZN3RA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIQZY#issuecomment-559056999">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ6DDRXAMXBQSIFLXTQVZN3RANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK34AJIJ7SUJGPQPXQLQVZN3RA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIQZY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK6UBLNAPYZHSTHNZEDQVZN3RA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIQZY#issuecomment-559056999",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK6UBLNAPYZHSTHNZEDQVZN3RA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIQZY#issuecomment-559056999",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde64381f6c0_4053fd6fb6cd95c141175--


From nobody Wed Nov 27 03:56:03 2019
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 346AB120893 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:56:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ixx06mqiK7aa for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 03:56:00 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC8E412088D for <quic-issues@ietf.org>; Wed, 27 Nov 2019 03:56:00 -0800 (PST)
Date: Wed, 27 Nov 2019 03:55:59 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574855759; bh=TAixpjAs5PA6rq8IgodLt6AIxAKd8bWPKmedtKef8zc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VgTAnKj4/WqAbx4kV63Wkx8WaDE0tjfvr1iQbrxZx+eBLRV+RgyOPk5BQ//KNALf3 0MWXdjLI3bt60OzixVdkZMOWy2kvQ5wrkBPQ2VYW47UdQqM3EWi4CvmOxTIPC+kgYW XIlKtfvWaX+v6gpd0DBKhThTIaheLmFIyEDeJAzo=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6A5D2T2SRW3ZWC3F535OLM7EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559057119@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde644fc0b0a_77523fe0620cd960106359"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qbnf_zZGNyGOt9S_DVayLj5VUa4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 11:56:02 -0000

----==_mimepart_5dde644fc0b0a_77523fe0620cd960106359
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Send the request of a push on the "push stream," instead of sending it using PUSH_PROMISE.

How would you do this? With a HEADERS frame, or some new frame type? The reason I ask is because it would seem to change the message ordering that we have defined today (HEADERS, DATA, HEADERS)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559057119
----==_mimepart_5dde644fc0b0a_77523fe0620cd960106359
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Send the request of a push on the "push stream," instead of sending it using PUSH_PROMISE.</p>
</blockquote>
<p>How would you do this? With a HEADERS frame, or some new frame type? The reason I ask is because it would seem to change the message ordering that we have defined today (HEADERS, DATA, HEADERS)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK5OTF2KN3JIPX4LISLQVZN47A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIRXY#issuecomment-559057119">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK64RMV4HOEOCHWM6H3QVZN47ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZ4VEM3QMC6UHRVNOTQVZN47A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIRXY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5OTF2KN3JIPX4LISLQVZN47A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIRXY#issuecomment-559057119",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5OTF2KN3JIPX4LISLQVZN47A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJIRXY#issuecomment-559057119",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde644fc0b0a_77523fe0620cd960106359--


From nobody Wed Nov 27 04:04:31 2019
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 A892D120894 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 04:04:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 nGWNWYJgJLfv for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 04:04:28 -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 644F912088F for <quic-issues@ietf.org>; Wed, 27 Nov 2019 04:04:28 -0800 (PST)
Date: Wed, 27 Nov 2019 04:04:27 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574856267; bh=jKXFGkjQmW97e7LwUxDP1DmJLqq3BuNgQ70swa/BGzU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ij4u+kmXflbMQo3Twv4QbFNOTHWPisCS7i78irayCV9EHjhVK3BubcIHw5IRbhaLi FbhM0cMx+fbivVltLOCi3xRq4td7jWSW9v/H4DQU5ypItjQ2Q++gOt6WCh5sRzuCtv 5Lmz7P1yj16iHcSIZiWc5Jx0qU8aLZFgCKbOhpis=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4H3RIAUCY5US4P73535OMMXEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559059633@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde664b99278_272a3ff89a0cd9602064a8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zTz3hYIg1KuIdxjEia7Pj6j56pI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 12:04:30 -0000

----==_mimepart_5dde664b99278_272a3ff89a0cd9602064a8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue Good point. It can be a new frame, or I think it can also be a HEADERS frame.

In case of the latter, the first HEADERS frame would be the request, and the second HEADERS frame would be the response headers. This can be guaranteed since a push request is never accompanied by a request body.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559059633
----==_mimepart_5dde664b99278_272a3ff89a0cd9602064a8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/LPardue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> Good point. It can be a new frame, or I think it can also be a HEADERS frame.</p>
<p>In case of the latter, the first HEADERS frame would be the request, and the second HEADERS frame would be the response headers. This can be guaranteed since a push request is never accompanied by a request body.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKYBKTNXPERYNG446LDQVZO4XA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJJFMI#issuecomment-559059633">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6ESXOHI7KBSVWFR43QVZO4XANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OIQNK25446PTDYOTQVZO4XA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJJFMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYBKTNXPERYNG446LDQVZO4XA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJJFMI#issuecomment-559059633",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYBKTNXPERYNG446LDQVZO4XA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJJFMI#issuecomment-559059633",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde664b99278_272a3ff89a0cd9602064a8--


From nobody Wed Nov 27 05:09:58 2019
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 217BB120872 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:09:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 xgpKyMD6RfAl for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:09:55 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 498DB12083F for <quic-issues@ietf.org>; Wed, 27 Nov 2019 05:09:55 -0800 (PST)
Date: Wed, 27 Nov 2019 05:09:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574860194; bh=V0rFU52ur5rPvcOQwra82Y4XMevARMf1c2NdChEdqds=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=McSL9sATL27VC1RVxMPos4sgfWMHYgTgESFWeSMnCY9bBnGIbiwcr4IwRKXZxTIbR 2kC7vt7n6W0TuioPVaqgssug4ScU/NOiWjX/s03I1Ir/fpq1Tjbyi/Zs1g2JAREQNe M2oREI8ikuHAfpDYNATvtJ/0OtLqyVjM/M3BjKU4=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2AJ4UHJM7WGCZFKKV35OUCFEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559080703@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde75a26783c_7b853fb93bacd968181978"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Aa9CaLOflYzXMGDie_YXqs10SPM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 13:09:57 -0000

----==_mimepart_5dde75a26783c_7b853fb93bacd968181978
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since you mention priority, the other question I have is at what priority is the pushed response delivered at? For example, with the proposal, the server gets request A (low precedence) and B (high precedence) it responds with unified PUSH_PROMISE on both A and B, which priority does the client believe the server is delivering the push stream with?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559080703
----==_mimepart_5dde75a26783c_7b853fb93bacd968181978
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since you mention priority, the other question I have is at what priority is the pushed response delivered at? For example, with the proposal, the server gets request A (low precedence) and B (high precedence) it responds with unified PUSH_PROMISE on both A and B, which priority does the client believe the server is delivering the push stream with?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZNX6G5JO3VCVG5JZTQVZWSFA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJOJ7Y#issuecomment-559080703">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZOCA4U3GFGR7SJVW3QVZWSFANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6POHVVUZRCBRBQ7CDQVZWSFA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJOJ7Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZNX6G5JO3VCVG5JZTQVZWSFA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJOJ7Y#issuecomment-559080703",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZNX6G5JO3VCVG5JZTQVZWSFA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJOJ7Y#issuecomment-559080703",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde75a26783c_7b853fb93bacd968181978--


From nobody Wed Nov 27 05:23:55 2019
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 90C2A1208BB for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:23:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 r2wpY8JAnggk for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:23:52 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 28C5512004E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 05:23:52 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 35F7E96064E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 05:23:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574861031; bh=cU4W3p53XrikkLKjp1AlZwDuGyXBzg41Mvxc1GHtBWs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pyckCY6PQLQdCguHNZ3MtzJCVBxW2IN7HmouB4+oUrIpUkjBy3Ta/NEIX1QEoz/ZA DgkNVMTxYVLI17gd2wdlSFnM7MAVmAoOch46QbFHGwRcWDjVBbPqgEPFgrQwH8/AIn SK7IER36yFVZao683e9QFyqc4Rblvs2qRnohx1jo=
Date: Wed, 27 Nov 2019 05:23:51 -0800
From: mirjak <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZZKOLCGPE3WNWIXQF35OVWPEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c559085526@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde78e7258ae_22b63fa5c48cd9681296b7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PX6WCb-fHcKCkdUofN4rwFJ_SNU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 13:23:54 -0000

----==_mimepart_5dde78e7258ae_22b63fa5c48cd9681296b7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

RFC8085 has basically only SHOULDs because it tries to cover all kind of cases of UDP-based protocols. So if we can be more specific for QUIC that would be good. However, QUIC is also meant as a general purpose protocol so I'm not sure we can. I think it is most important to have a pointer to RFC8085. Not sure if any other requirements can be made (other than don't break the Internet) unfortunately...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-559085526
----==_mimepart_5dde78e7258ae_22b63fa5c48cd9681296b7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>RFC8085 has basically only SHOULDs because it tries to cover all kind of cases of UDP-based protocols. So if we can be more specific for QUIC that would be good. However, QUIC is also meant as a general purpose protocol so I'm not sure we can. I think it is most important to have a pointer to RFC8085. Not sure if any other requirements can be made (other than don't break the Internet) unfortunately...</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK7KORLA5LRKWYXCOA3QVZYGPA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJPPVQ#issuecomment-559085526">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZMJHNQDCPT2FP547LQVZYGPANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24WPEVX6MOMSFNXTDQVZYGPA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJPPVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7KORLA5LRKWYXCOA3QVZYGPA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJPPVQ#issuecomment-559085526",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7KORLA5LRKWYXCOA3QVZYGPA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJPPVQ#issuecomment-559085526",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde78e7258ae_22b63fa5c48cd9681296b7--


From nobody Wed Nov 27 05:54:43 2019
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 36D09120123 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:54:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RZOMhCju5Q0p for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 05:54:39 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C72E120122 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 05:54:39 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id B89FD961A64 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 05:54:38 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574862878; bh=6NIC8aclJBF3lOrYBth/l0tN9AfGddUTRcPtqIVh97s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=szGnNBmS5XcIEKEGYhtUnMAoAq9YFDdQwb86weQxzy0KAAciokPxLu003fYFNEVWK YHxez8+aFQXt56Srsg2GWz4fzNoAJsqY9WBit22y/ZquXUgsAfkvN73QaSUaK3QCBS 5474U7hDRxZjGQBVJOlHvY612rSkPPhqGvNq4/ro=
Date: Wed, 27 Nov 2019 05:54:38 -0800
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5YW67FF7AEM37DCBV35OZJ5EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559096810@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde801ea8fe1_67ad3f837b6cd96c3660aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Eggx1k4LaFIjcHAtIbgvNoeLudc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 13:54:41 -0000

----==_mimepart_5dde801ea8fe1_67ad3f837b6cd96c3660aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Having implemented DUPLICATE_PUSH on the server, I say that the complexity is increased compared with gQUIC or HTTP/2, but it's not too bad.

On the client side, the biggest problem I haven't yet solved is that push promise, when received, might not have a stream associated with it.  At that point, the user code cannot be given a push promise stream to process or refuse the push promise.  This can be solved in a few ways:
- delay informing the user that push promise has arrived until the push stream gets created;
- create a stream but delay assigning stream ID to it (and disable some stream functionality); or
- create a different API for HTTP/3 push promises.

I haven't made up my mind about which of these I dislike the least.

@kazuho's proposal would solve this problem on the client and so I agree with his argumentation regarding client complexity.  Nevertheless, the current design must have some rationale behind it, which I expect @MikeBishop to share with us on this thread.

We should also keep in mind that the HTTP draft entered Late Stage yesterday.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559096810
----==_mimepart_5dde801ea8fe1_67ad3f837b6cd96c3660aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Having implemented DUPLICATE_PUSH on the server, I say that the complexity is increased compared with gQUIC or HTTP/2, but it's not too bad.</p>
<p>On the client side, the biggest problem I haven't yet solved is that push promise, when received, might not have a stream associated with it.  At that point, the user code cannot be given a push promise stream to process or refuse the push promise.  This can be solved in a few ways:</p>
<ul>
<li>delay informing the user that push promise has arrived until the push stream gets created;</li>
<li>create a stream but delay assigning stream ID to it (and disable some stream functionality); or</li>
<li>create a different API for HTTP/3 push promises.</li>
</ul>
<p>I haven't made up my mind about which of these I dislike the least.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>'s proposal would solve this problem on the client and so I agree with his argumentation regarding client complexity.  Nevertheless, the current design must have some rationale behind it, which I expect <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/MikeBishop/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a> to share with us on this thread.</p>
<p>We should also keep in mind that the HTTP draft entered Late Stage yesterday.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKYXETAD4BCP5GXLD33QVZ3Z5A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJSH2Q#issuecomment-559096810">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7H6ALRQR65H24TK3DQVZ3Z5ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK226GNBOCEYR26HNIDQVZ3Z5A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJSH2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYXETAD4BCP5GXLD33QVZ3Z5A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJSH2Q#issuecomment-559096810",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYXETAD4BCP5GXLD33QVZ3Z5A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJSH2Q#issuecomment-559096810",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde801ea8fe1_67ad3f837b6cd96c3660aa--


From nobody Wed Nov 27 06:00:48 2019
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 84FAF120114 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:00:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 c6WR0vbx_RPA for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:00:45 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 01200120074 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:00:44 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 2D24DC60B61 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:00:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574863244; bh=yRFDwCCGO2K3m9VPPqq7HGsKbBt3KaVZnkCJ6K8HsUs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=P8/HwXlk/28fFfMX+YZ4Hj6T9s2WoH+k6f2JWaU17seOObwIUBbVSUozXVQ8cxq8Q tZKaFue73c9FA097nt/Tl7pwj1u6+yjnk0xgyl1/MiUyG5dsga4j8LbJiTW7gjFe7H /9kdu2Yqv+XQQQpmSqRc4+T+Y5+BdjSgGQyZzjf8=
Date: Wed, 27 Nov 2019 06:00:44 -0800
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6VVTT4YVZQZEIZVSV35O2AZEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/review/323693559@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde818c1e059_54073fd3016cd964188095"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/75e1VXWt6X8eqRsHhpsnV_4257w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:00:47 -0000

----==_mimepart_5dde818c1e059_54073fd3016cd964188095
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

dtikhonov approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#pullrequestreview-323693559
----==_mimepart_5dde818c1e059_54073fd3016cd964188095
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@dtikhonov</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJK5UF44OAHSYMIJ3VXLQVZ4QZA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNFSX5Y#pullrequestreview-323693559">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK72RVYLK3F5NL5ZLQLQVZ4QZANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3GE2LP2M4ACM5GBBLQVZ4QZA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNFSX5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5UF44OAHSYMIJ3VXLQVZ4QZA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNFSX5Y#pullrequestreview-323693559",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5UF44OAHSYMIJ3VXLQVZ4QZA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNFSX5Y#pullrequestreview-323693559",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde818c1e059_54073fd3016cd964188095--


From nobody Wed Nov 27 06:22:03 2019
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 0D523120915 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:22:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jcYx6-OeHFym for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:22:00 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACB18120918 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:21:52 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id C3B236A049A for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:21:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574864511; bh=qUshCocZHJ7PJrEaIIHli2S/AUKx87LNUsVN+DSw0Wo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=OsdnF7W+5N3zcaVserjdprIRCgnb6CXDKIhy1BSo/sGUV7NmV+SvkaDP8+zHlYzDP iLdFlMn1uo9700vSjoR5B6zHkLcbvZ0+rEZK3Tm1Tb0QadehS4x8GTbfRaZGEo/UPs 0i1mlRbFksv3d3Zh/kKTqGidlImAFLp10x0nObWc=
Date: Wed, 27 Nov 2019 06:21:51 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5CLNS6RJ4RYFGHVMN35O4P7EVBNHHB7DNHSM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3276@github.com>
Subject: [quicwg/base-drafts] Ambiguous wording about error codes in HTTP/3 (#3276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde867fb5068_43373fcdc0ecd95c292226"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5QQex_Hu-cS6SzQLhyaxnv6FvBc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:22:02 -0000

----==_mimepart_5dde867fb5068_43373fcdc0ecd95c292226
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Creating an issue on behalf of @SamB that reflects #3239. On that PR they quote a section of the document and say:

> It's not very clear what it means to not treat an error code as an error.
Maybe [replacing "an error" with "a further error"] is what's meant? (If not, please explain it better.)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3276
----==_mimepart_5dde867fb5068_43373fcdc0ecd95c292226
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Creating an issue on behalf of <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/SamB/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SamB">@SamB</a> that reflects <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523898309" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3239" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3239/hovercard" href="https://github.com/quicwg/base-drafts/pull/3239">#3239</a>. On that PR they quote a section of the document and say:</p>
<blockquote>
<p>It's not very clear what it means to not treat an error code as an error.<br>
Maybe [replacing "an error" with "a further error"] is what's meant? (If not, please explain it better.)</p>
</blockquote>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications&amp;email_token=AFTOJKZU7LPMGYTJAIWV6Z3QVZ677A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4NU6JQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5AFNYNGI6FJZOTOSTQVZ677ANCNFSM4JSHQSXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK64DUPM4B35WFR4YVLQVZ677A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4NU6JQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJKZU7LPMGYTJAIWV6Z3QVZ677A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4NU6JQ",
"url": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJKZU7LPMGYTJAIWV6Z3QVZ677A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4NU6JQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde867fb5068_43373fcdc0ecd95c292226--


From nobody Wed Nov 27 06:22:35 2019
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 D9642120944 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:22:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 gwvTjGoaT8LA for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:22:32 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B0A6C120915 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:22:32 -0800 (PST)
Date: Wed, 27 Nov 2019 06:22:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574864551; bh=OFYs0SWF85rqM83Ic50PrJ+7YDwhZp3lo4cbAOhYlTg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XZfnJ47rzFGgdPKY8iT2P2TvW8PZuXjvmePD3vKdt5FKGM3QQHWT4hNIiUoOjrDUJ iIHBF88q1p0cxeWW7A+KFoF6/iBtqYl6YY0nZ0wz6OFvaa6YUuy9xx6jqvQDSnzfIO XQIgtNGGdvE4UkzKckwzOqPK85Aqn0AkbQCjzD20=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZRKE2XGB4AQAKCRZN35O4SPEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/c559107547@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde86a7b2c62_20fa3fe1e14cd9682284b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0iJvjFEjwsFohoTL03GrCSVWL_Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:22:34 -0000

----==_mimepart_5dde86a7b2c62_20fa3fe1e14cd9682284b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I have a comment, so I created issue #3276 to discuss track discussion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#issuecomment-559107547
----==_mimepart_5dde86a7b2c62_20fa3fe1e14cd9682284b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I have a comment, so I created issue <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="529377171" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3276" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3276/hovercard" href="https://github.com/quicwg/base-drafts/issues/3276">#3276</a> to discuss track discussion.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJK67CT4UMU63TX6YN6DQVZ7CPA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJU3WY#issuecomment-559107547">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK34Z5ENSINQQVQLZHLQVZ7CPANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4SMSTBZSF4WGCJOK3QVZ7CPA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJU3WY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK67CT4UMU63TX6YN6DQVZ7CPA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJU3WY#issuecomment-559107547",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK67CT4UMU63TX6YN6DQVZ7CPA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJU3WY#issuecomment-559107547",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde86a7b2c62_20fa3fe1e14cd9682284b9--


From nobody Wed Nov 27 06:27:12 2019
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 8F631120948 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:27:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5_MpMvMZJYPW for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:27:10 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C037120915 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:27:10 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id B71C1A018B for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:27:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574864829; bh=qMMFG8dqY0l8L0ce4PIm6BrXKZMNDbyj+6sb4B3gno4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HvLAIsnK+cZVb2OPz+mZ1JoadquhrQYQAj5q8L0fzFLmCHQ2kuCROiiJRdCYcBBf8 mS7pNa9xdkckwqgRT7bWXA0aGp/1qlaAvxEn21QAPhbTDa3eHcrtExQ3md57V/cVtO Nybi37emJdB30cXPNFN1WA8EZbSP8fv/zW62YV9g=
Date: Wed, 27 Nov 2019 06:27:09 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZGI7IPQLLKYTR56WV35O5D3EVBNHHB7DNHSM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3276/559109365@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3276@github.com>
References: <quicwg/base-drafts/issues/3276@github.com>
Subject: Re: [quicwg/base-drafts] Ambiguous wording about error codes in HTTP/3 (#3276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde87bda9825_6fc53fe3984cd9643958c2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-nVMEWxAIdIjKTLxAqJoIqPLtoQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:27:12 -0000

----==_mimepart_5dde87bda9825_6fc53fe3984cd9643958c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't think the suggested change is aligned with the intent but there might be something we can do to improve the readability. 

"error codes" are used for normal operations when it comes to closing streams. So one interpretation of the current text is to say that if you get an unknown error code in a RESET_STREAM, don't treat it as any kind of error.  The suggested text "further error" confuses this interpretation.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3276#issuecomment-559109365
----==_mimepart_5dde87bda9825_6fc53fe3984cd9643958c2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't think the suggested change is aligned with the intent but there might be something we can do to improve the readability.</p>
<p>"error codes" are used for normal operations when it comes to closing streams. So one interpretation of the current text is to say that if you get an unknown error code in a RESET_STREAM, don't treat it as any kind of error.  The suggested text "further error" confuses this interpretation.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications&amp;email_token=AFTOJKZSUTZLFLXIYKAHLWLQVZ7T3A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJVJ5I#issuecomment-559109365">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5KRNSVOM4NLMCDBB3QVZ7T3ANCNFSM4JSHQSXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZMIQTAQ3NBUGPJJ43QVZ7T3A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJVJ5I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJKZSUTZLFLXIYKAHLWLQVZ7T3A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJVJ5I#issuecomment-559109365",
"url": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJKZSUTZLFLXIYKAHLWLQVZ7T3A5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJVJ5I#issuecomment-559109365",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde87bda9825_6fc53fe3984cd9643958c2--


From nobody Wed Nov 27 06:40:10 2019
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 6CA9512009C for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:40:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KXw4Z8jKiHVz for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:40:06 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0D6612013D for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:40:05 -0800 (PST)
Date: Wed, 27 Nov 2019 06:40:04 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574865604; bh=qSbIEJUzqcZoSd5XuKZQJDlb43UjzGLuGd34ENGZZE8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DQm0xZBtV+njOVkdNfhVhvdNMPclyi5yRUPOT2a3a1MlUrNWGG8XyhcQVKis1oJhD 6x9AEAuVhW8I0SikNsXIum74V0ueZKGIRwTDfzxSnOPjCebAvJvs2gXdp1RKO0rgVw nH5IKpfFg/WT4cM3Ulg+xvBNyyaDNla6NuBl4R6g=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SIO3Q4DFFLYXVDCN35O6UJEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559114513@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde8ac48ab71_2da33fb9b1ecd95c5171d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pTkFadUQ3_ugBPB_UqmElz3odLM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:40:09 -0000

----==_mimepart_5dde8ac48ab71_2da33fb9b1ecd95c5171d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> On the client side, the biggest problem I haven't yet solved is that push promise, when received, might not have a stream associated with it. At that point, the user code cannot be given a push promise stream to process or refuse the push promise.

Caveat that I have only a very naive API for client-side push handling. I thought one purpose of the current design was to allow the proactive cancellation of pushes before the server committed stream resources, via CANCEL_PUSH.

@kazuho's proposal makes CANCEL_PUSH pretty worthless for the client (and it was already only applicable for a small time window). With this proposal the client needs to decide to cancel based on the limited information in the simplified PUSH_PROMISE. To further simplifies server push just restrict CANCEL_PUSH to be server-sent only and state that a client can only cancel pushes by issuing STOP_SENDING.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559114513
----==_mimepart_5dde8ac48ab71_2da33fb9b1ecd95c5171d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>On the client side, the biggest problem I haven't yet solved is that push promise, when received, might not have a stream associated with it. At that point, the user code cannot be given a push promise stream to process or refuse the push promise.</p>
</blockquote>
<p>Caveat that I have only a very naive API for client-side push handling. I thought one purpose of the current design was to allow the proactive cancellation of pushes before the server committed stream resources, via CANCEL_PUSH.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>'s proposal makes CANCEL_PUSH pretty worthless for the client (and it was already only applicable for a small time window). With this proposal the client needs to decide to cancel based on the limited information in the simplified PUSH_PROMISE. To further simplifies server push just restrict CANCEL_PUSH to be server-sent only and state that a client can only cancel pushes by issuing STOP_SENDING.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZNOFZSE2B6X7YREM3QV2BEJA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJWSEI#issuecomment-559114513">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZU6GTCBYQ4QVFLISLQV2BEJANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XVIBHF3KRKJCC4DTQV2BEJA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJWSEI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZNOFZSE2B6X7YREM3QV2BEJA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJWSEI#issuecomment-559114513",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZNOFZSE2B6X7YREM3QV2BEJA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJWSEI#issuecomment-559114513",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde8ac48ab71_2da33fb9b1ecd95c5171d--


From nobody Wed Nov 27 06:49:18 2019
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 1ADBD120922 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:49:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 YctsuzNvsIPJ for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:49:16 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D46051208F0 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:49:15 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 2FFDD6A1D20 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:49:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574866155; bh=aI1eopJEqHGZxH8C4PeZ1UXwA++/Iv7aLI6TPzbLBS4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=riict9kdqkWgrfBR3D/Q2Ox36GLtC4MwWACDtmO9CBOlvtrCUyvbr0qu65wOilUsd LnDME2gkBJPHmUpJc0RUxAM4MehWt3A/Qkgwk9QKVxtnpPjxqWtL8b2uPmvG30DcC1 QTISpq+QrL3BuqwdB7DnjawiuJjYKRVEpvMQfXwg=
Date: Wed, 27 Nov 2019 06:49:15 -0800
From: Dmitri Tikhonov <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5VJ5KMVHNZNEILXRV35O7WXEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559118248@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde8ceb1f009_7bc63fddc64cd96414643e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dtikhonov
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oM465hp0fZ3olewR067GikXBTlc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:49:17 -0000

----==_mimepart_5dde8ceb1f009_7bc63fddc64cd96414643e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> ... one purpose of the current design was to allow the proactive cancellation of pushes before the server committed stream resources, via CANCEL_PUSH.

Good point, I've forgotten about this.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559118248
----==_mimepart_5dde8ceb1f009_7bc63fddc64cd96414643e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>... one purpose of the current design was to allow the proactive cancellation of pushes before the server committed stream resources, via CANCEL_PUSH.</p>
</blockquote>
<p>Good point, I've forgotten about this.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK4WHUG2ZMITOZYIXSDQV2CGXA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJXPKA#issuecomment-559118248">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK363IMP5EZXVE4YQHLQV2CGXANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK53TMDBQXSCCJGMQ3LQV2CGXA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJXPKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK4WHUG2ZMITOZYIXSDQV2CGXA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJXPKA#issuecomment-559118248",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK4WHUG2ZMITOZYIXSDQV2CGXA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJXPKA#issuecomment-559118248",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde8ceb1f009_7bc63fddc64cd96414643e--


From nobody Wed Nov 27 06:54:00 2019
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 9AF05120966 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:53:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 K8nAmGPFPHKJ for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 06:53:57 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 13FF0120926 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 06:53:57 -0800 (PST)
Date: Wed, 27 Nov 2019 06:53:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574866436; bh=zG1g9aY2XMmLjpcmgrs/G+KgfAVMoAS43QCP+G+Olyg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HYyd+UJeazOgveDiE39uH/u24ynV8uPJhemTmPy3UB23gWjMuZNxbAO91widbEHnr +NmXoZQFsNS1L4HkCbzv7C9nSxnWNcwP7kdyxi45fc1slXshLkLWnaJiOgnbJg2kzg e8bFC2VqolvOBib0pS8QNC0ppc3Tg3GZtx7vADh4=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYVUB6SDZRKLA3MAPN35PAIJEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/559120238@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde8e0433a1c_40f3fa6218cd96070964"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1oBvWEYd9mNSGZo8Fn1Durwt-EI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 14:53:59 -0000

----==_mimepart_5dde8e0433a1c_40f3fa6218cd96070964
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I don't remember us discussing this particular detail of GOAWAY in Cupertino, but I also wasn't very invested in the GOAWAY discussion, so I believe I missed it.

I think it was on the last day:

https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#next-issue-goaway-see-above


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-559120238
----==_mimepart_5dde8e0433a1c_40f3fa6218cd96070964
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I don't remember us discussing this particular detail of GOAWAY in Cupertino, but I also wasn't very invested in the GOAWAY discussion, so I believe I missed it.</p>
</blockquote>
<p>I think it was on the last day:</p>
<p><a href="https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#next-issue-goaway-see-above">https://github.com/quicwg/wg-materials/blob/master/interim-19-10/minutes.md#next-issue-goaway-see-above</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJKY7S3SMV5OQGMYJQ73QV2CYJA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJX63Q#issuecomment-559120238">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2DFYAIQ2YZIWRIXK3QV2CYJANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3EXYUDSSMNMVYA6JLQV2CYJA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJX63Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKY7S3SMV5OQGMYJQ73QV2CYJA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJX63Q#issuecomment-559120238",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJKY7S3SMV5OQGMYJQ73QV2CYJA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJX63Q#issuecomment-559120238",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde8e0433a1c_40f3fa6218cd96070964--


From nobody Wed Nov 27 07:17:08 2019
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 5E85E1209AE for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 07:17:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 tKQXKMxaaj3j for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 07:17:06 -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 320A7120862 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 07:17:06 -0800 (PST)
Date: Wed, 27 Nov 2019 07:17:05 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574867825; bh=2GGEzw19rOY7FpckiwLpIbBzUyuJxCk3KCddZNEAqk0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=R59p4CZ4ThtsL4dHZPedTj/F2fOVCAtnfqnhYAmpkRQX6LxlAn1d5UqBzVqXvHtX7 tBY35RrNFc26bOSKR9N5gXI2Ss4M0/u5CuUfEw/2j7oavIU3iMDQhP7m+cqAEi3JWR dT0BJ82T7VYpMc0+3oFCe95D6UBfeqb+vPpsp+G8=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7Q235ZWD6ABLTDXUN35PC7DEVBNHHB64UA7U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3273/559129785@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3273@github.com>
References: <quicwg/base-drafts/issues/3273@github.com>
Subject: Re: [quicwg/base-drafts] HTTP/3 references QUIC Stream IDs directly,  allowing illegal references (#3273)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5dde93717dae_eea3fba3fccd95c149138"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2pXxNd1KcfqTqKTC1wv-4OIz5eM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 15:17:07 -0000

----==_mimepart_5dde93717dae_eea3fba3fccd95c149138
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I find it easier to refer to Stream IDs because that's what STOP_SENDING and RESET_STREAM use. Having some other value sent on the wire seems like a good way to get interop problems, especially because the first request would have stream ID 0 and 0*4 = 0.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3273#issuecomment-559129785
----==_mimepart_5dde93717dae_eea3fba3fccd95c149138
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I find it easier to refer to Stream IDs because that's what STOP_SENDING and RESET_STREAM use. Having some other value sent on the wire seems like a good way to get interop problems, especially because the first request would have stream ID 0 and 0*4 = 0.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications&amp;email_token=AFTOJK7UJOZ45ZC3VZYPHDTQV2FPDA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJ2JOI#issuecomment-559129785">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3BYHGXTPCOCEMTMR3QV2FPDANCNFSM4JQ3RSMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK76KILMVEG4JWKIR5TQV2FPDA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJ2JOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK7UJOZ45ZC3VZYPHDTQV2FPDA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJ2JOI#issuecomment-559129785",
"url": "https://github.com/quicwg/base-drafts/issues/3273?email_source=notifications\u0026email_token=AFTOJK7UJOZ45ZC3VZYPHDTQV2FPDA5CNFSM4JQ3RSM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFJ2JOI#issuecomment-559129785",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5dde93717dae_eea3fba3fccd95c149138--


From nobody Wed Nov 27 12:26:28 2019
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 79780120908 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:26:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EkQlQ78PDN_8 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:26:24 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87F841208B8 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:26:24 -0800 (PST)
Received: from github-lowworker-39b4a70.va3-iad.github.net (github-lowworker-39b4a70.va3-iad.github.net [10.48.16.66]) by smtp.github.com (Postfix) with ESMTP id 2A25BC60592 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:26:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574886383; bh=IdVpiUq8mt/2MnB7qiKDN55/2WJaYcOcqk3Salrfi90=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qjFwkeDSELcHnemKDmEI5pOsDdjhJXgYcqV5JUtASGcA55L34frS/pl4ltxKV1BNv IPhApenri7Nst8knKprGj45NT30+mOpvAn+D2thBezxq7LT6jRxaENNlmeQ7d6ZrKd Tcg2riooAOLW/xHMNCxr20IINPXB7G+B6yLUN8HA=
Date: Wed, 27 Nov 2019 12:26:23 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5GFKCAIX2ZTNV6PN535QHG7EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559239880@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddedbef1aeae_6c403fac6cecd9681843dd"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/EvG1BBGDPw8EJlqpIP-g7zngYwc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 20:26:26 -0000

----==_mimepart_5ddedbef1aeae_6c403fac6cecd9681843dd
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> Send the request of a push on the "push stream," instead of sending it using PUSH_PROMISE.

Would that mean the that URL of the pushed resource would not be guaranteed to known to the client before a reference to that resource was referenced by the body of the main response?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559239880
----==_mimepart_5ddedbef1aeae_6c403fac6cecd9681843dd
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>Send the request of a push on the "push stream," instead of sending it using PUSH_PROMISE.</p>
</blockquote>
<p>Would that mean the that URL of the pushed resource would not be guaranteed to known to the client before a reference to that resource was referenced by the body of the main response?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKYLYIIF7UOGGJRZRV3QV3JW7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVFSA#issuecomment-559239880">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6W6ATAVQ3AZQD4JD3QV3JW7ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5A6VZ5YFZRYBYGSH3QV3JW7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVFSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYLYIIF7UOGGJRZRV3QV3JW7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVFSA#issuecomment-559239880",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYLYIIF7UOGGJRZRV3QV3JW7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVFSA#issuecomment-559239880",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddedbef1aeae_6c403fac6cecd9681843dd--


From nobody Wed Nov 27 12:27:46 2019
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 6AFE01209B1 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:27:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 8ulFR94qHfx5 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:27:44 -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 ED8CB1208B8 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:27:43 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id 2500E8C07DB for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:27:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574886463; bh=mP+kCev2WIGRvruYW3k0VNzF6RQC6Z5MtyQQxvANG3Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZHBCOkAgPW0FQyNIJFgj8hXlFYNGUazbzl9UlPy/Qde4bdUe/oKfDwAX0aXhuygVL 2WRwY0lmU7NtLvVslXq9t2ExxyYU8aldDhb9/21+Xovty99hiQ4MRIToIxO2i2rgVK 5f3+/H8M/0toAcwyp9SbsJnVHwhDeJc1RULrSbTo=
Date: Wed, 27 Nov 2019 12:27:43 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK23BL4MVXRRCQOFV4535QHL7EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559240342@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddedc3f13ac9_29453ffaceccd9644112fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BHgB5EagifbdKxUu7JqJOE56LsQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 20:27:45 -0000

----==_mimepart_5ddedc3f13ac9_29453ffaceccd9644112fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

By my understanding that woul be the case

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559240342
----==_mimepart_5ddedc3f13ac9_29453ffaceccd9644112fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>By my understanding that woul be the case</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK5LEOPL2A2YZ4QGID3QV3J37A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVJFQ#issuecomment-559240342">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2R5AGS6FA54OERYLTQV3J37ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7K5ZIB3YO4YCWBAGTQV3J37A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVJFQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5LEOPL2A2YZ4QGID3QV3J37A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVJFQ#issuecomment-559240342",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5LEOPL2A2YZ4QGID3QV3J37A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVJFQ#issuecomment-559240342",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddedc3f13ac9_29453ffaceccd9644112fb--


From nobody Wed Nov 27 12:34:17 2019
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 CFD4E1209B1 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:34:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7bq1oHiSneJD for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:34:14 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20759120908 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:34:14 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 78A8D521DEA for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:34:13 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574886853; bh=AcC0F8p68vu/sf6ujPNO5WIhqZI/Tp52bKKAAj3aCrk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=1kC/Agh/mU9qNxEbeiI+YZF9mQ3nIKc18QU+OxdG5EImzgSRkQcSIeyduYVgGBYVd gMNp1SCbd2VQ93JdqH3exgqWlfGbxNUhZjqqxHCd1XzK1bZ5BqnqxNNskN/ppBdNQ1 Om0zobBYq0rB2Ui3S22DwXL9x8havwsLCpAHZx8k=
Date: Wed, 27 Nov 2019 12:34:13 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3Y4DTPQSHKGY2FJOF35QIELEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559242203@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddeddc569f10_277e3fcc740cd96c25441f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QQeuegl6vy-1uU16xt0dlkeI9Qk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 20:34:16 -0000

----==_mimepart_5ddeddc569f10_277e3fcc740cd96c25441f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That seems like a show-stopper to me. Push is full of sharp edges already and this would add another one. I think we need a guarantee that if the server is pushing a URL, the client knows about it before it makes a request for that resource.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559242203
----==_mimepart_5ddeddc569f10_277e3fcc740cd96c25441f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That seems like a show-stopper to me. Push is full of sharp edges already and this would add another one. I think we need a guarantee that if the server is pushing a URL, the client knows about it before it makes a request for that resource.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZLAWYDUSMDSWKYLILQV3KULA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVXWY#issuecomment-559242203">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5RMOBLHY7VXADQPW3QV3KULANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK57JXS6ND6K4M2AU7LQV3KULA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVXWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZLAWYDUSMDSWKYLILQV3KULA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVXWY#issuecomment-559242203",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZLAWYDUSMDSWKYLILQV3KULA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKVXWY#issuecomment-559242203",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddeddc569f10_277e3fcc740cd96c25441f--


From nobody Wed Nov 27 12:41:15 2019
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 154CD12007C for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:41:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 IugkgSk2m7nK for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:41:12 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7944F120018 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:41:12 -0800 (PST)
Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id AB5455204F5 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:41:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574887271; bh=humpX31piS8TJsJ9B90DgKlwQxsShGa7OODcjMk9uxQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pXmpGR8gZ9tOA6hnVQ4Fa177MhRCOh2lCIqKqJGWC7Vl8iZ8SqhYjykXH3aa4pjZC FPfoxKiYKX3xJVWZ7gbWXGLZJfYKwecTUy1PpfAd+yE7by9eacAfv3XHn7lsYG6HWx OhZ7lMskj4wct8tsYirO7QARAB2tjuDQtvjT5vhc=
Date: Wed, 27 Nov 2019 12:41:11 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HI6RAYATQDXQKLU535QI6PEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559244063@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddedf679be06_6d113fc9082cd95c134ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oZ-_QWIIfHdrHu30HXShpENl7Tc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 20:41:14 -0000

----==_mimepart_5ddedf679be06_6d113fc9082cd95c134ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I think we need a guarantee that if the server is pushing a URL, the client knows about it before it makes a request for that resource.

My point is that there is already no such guarantee. A client might receive a DUPLICATE_PUSH with an yet unknown PUSH_ID. In such case, the client cannot tell the URL being pushed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559244063
----==_mimepart_5ddedf679be06_6d113fc9082cd95c134ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I think we need a guarantee that if the server is pushing a URL, the client knows about it before it makes a request for that resource.</p>
</blockquote>
<p>My point is that there is already no such guarantee. A client might receive a DUPLICATE_PUSH with an yet unknown PUSH_ID. In such case, the client cannot tell the URL being pushed.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK3VYQJTL4PT5OYBBMDQV3LOPA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWGHY#issuecomment-559244063">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSMYSVMR7EJH6WLRDQV3LOPANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2MTBOEKDHDFTRW2K3QV3LOPA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWGHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK3VYQJTL4PT5OYBBMDQV3LOPA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWGHY#issuecomment-559244063",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK3VYQJTL4PT5OYBBMDQV3LOPA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWGHY#issuecomment-559244063",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddedf679be06_6d113fc9082cd95c134ae--


From nobody Wed Nov 27 12:49:02 2019
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 4D3AF120A87 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:48:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Qr_-LI_ldgqa for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 12:48:57 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5C3F120A79 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 12:48:57 -0800 (PST)
Date: Wed, 27 Nov 2019 12:48:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574887736; bh=XzQPpU+Cfo04MNXIDYPa5DtjxxT/iy+X/C00qLRfd60=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lv7e7TEAFntHnPMA/cH2R1cQKCYhwsj+4kjew4ENybZeGFDdCGhalY7H5BAigPBLU lc8/J2ZPbZQa6GQmfmKij0+gsZsrC6S+ERUKrJqNhQX9+5GWYdcy54J3X9luuiT8Ix yMgfuEsaiHj9eqBRp4Pf2A3jlMyqvjfaaFgbDwgM=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4VWKLYZI46UCIW4GV35QJ3REVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559246166@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddee138d1047_148e3fb27b2cd964103893"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/nvLUUlolsXaq7HUN5B9c1_6H9_4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 20:48:59 -0000

----==_mimepart_5ddee138d1047_148e3fb27b2cd964103893
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Maybe we need something more like the gQUIC design that puts all pushes on a different stream ;)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559246166
----==_mimepart_5ddee138d1047_148e3fb27b2cd964103893
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Maybe we need something more like the gQUIC design that puts all pushes on a different stream ;)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZBEIKDT3MXHAJQWNLQV3MLRA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWWVQ#issuecomment-559246166">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5WJQR3ID2Z2B23RWTQV3MLRANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK426XCRU7PELHE5BETQV3MLRA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWWVQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZBEIKDT3MXHAJQWNLQV3MLRA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWWVQ#issuecomment-559246166",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZBEIKDT3MXHAJQWNLQV3MLRA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKWWVQ#issuecomment-559246166",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddee138d1047_148e3fb27b2cd964103893--


From nobody Wed Nov 27 13:04:32 2019
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 797C0120127 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:04:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LPOifUbvqdBV for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:04:29 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF48A120A96 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:04:28 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 30C786E0167 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:04:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574888668; bh=RSNhvoxQBOsWkspkU4MqK+PJbspTiuWCaoTdGQe+tnk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zT7gJ4elcINjI+OHRboeR2e/eshixkio9lggJpREguowlS4YQEV4rHKh5iZY9wHnV k2mH7/jgC+KtUAhxNp/GWqIUztLvXNMZUPEsAdcq8XTAFKWvAJ2AGW7tYA7H7wbFfN 8AM8FB7favF1rOI3TVVtVrGlune6MVuLqHQIbYL8=
Date: Wed, 27 Nov 2019 13:04:28 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4KHEMYVM43G4KVFHF35QLVZEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559250305@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddee4dc20811_55c93fe21eccd964372da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DbN967TFxmN6h_nSdabGy11dwOo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:04:31 -0000

----==_mimepart_5ddee4dc20811_55c93fe21eccd964372da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho Indeed! This is a problem for the DUPLICATE_PUSH case, but not a problem in the simple PUSH_PROMISE case. I don't like the idea of extending this problem. (And I really hate that this is a problem with DUPLICATE_PUSH at all :>).

I wonder if an alternative might be to change DUPLICATE_PUSH to include the URL of the resource being promised? (This won't be the full request headers, but at least it would include the URL).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559250305
----==_mimepart_5ddee4dc20811_55c93fe21eccd964372da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> Indeed! This is a problem for the DUPLICATE_PUSH case, but not a problem in the simple PUSH_PROMISE case. I don't like the idea of extending this problem. (And I really hate that this is a problem with DUPLICATE_PUSH at all :&gt;).</p>
<p>I wonder if an alternative might be to change DUPLICATE_PUSH to include the URL of the resource being promised? (This won't be the full request headers, but at least it would include the URL).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZXBXY47HFIWXPYYZTQV3OFZA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKXXAI#issuecomment-559250305">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK35G4KI7CYHRXDMMYDQV3OFZANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6SFRJN7JQ6ALHH55TQV3OFZA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKXXAI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZXBXY47HFIWXPYYZTQV3OFZA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKXXAI#issuecomment-559250305",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZXBXY47HFIWXPYYZTQV3OFZA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKXXAI#issuecomment-559250305",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddee4dc20811_55c93fe21eccd964372da--


From nobody Wed Nov 27 13:18:42 2019
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 36A9A120AB2 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:18:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 4GLPoK_E-ESl for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:18:39 -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 E7232120088 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:18:38 -0800 (PST)
Date: Wed, 27 Nov 2019 13:18:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574889517; bh=3VQsLK8JyKbrRJi/b5xnvkG973tUulR461D5/An/ASk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yyC5x0NZXUeue9Zh4rPEo0UIZ3qustRkr84QpIrnewxxRB8ry4afkUxGPoVLxV6B2 w7Vt+UD5gLWXWN5gDEjhd9/yDETYnOMng4TNHCGAs6LIldwS3z/I79SULb3Ydp/Nqw EFCKlJZfDsemVSjCckLgrMNl4SyeZF3JjQt9WLCE=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK47OVRPI4J5QZLXZ4535QNK3EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559254067@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddee82ddd795_39663fefcc6cd9681591b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/342B8AFucWh8tZcv2O26JyBU6nw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:18:40 -0000

----==_mimepart_5ddee82ddd795_39663fefcc6cd9681591b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had a similar thought, but then you're on a slippery slope towards sending the complete pseudo-request and back to the problem we had with coordinationating different promises with the same push ID that led to DUPLICATE_PUSH

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559254067
----==_mimepart_5ddee82ddd795_39663fefcc6cd9681591b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I had a similar thought, but then you're on a slippery slope towards sending the complete pseudo-request and back to the problem we had with coordinationating different promises with the same push ID that led to DUPLICATE_PUSH</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK74YTYEGJH4XXLCBC3QV3P23A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKYUMY#issuecomment-559254067">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6PLPSBIEGQ6WD2KKLQV3P23ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5RUXEZQN45PXRMG7DQV3P23A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKYUMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK74YTYEGJH4XXLCBC3QV3P23A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKYUMY#issuecomment-559254067",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK74YTYEGJH4XXLCBC3QV3P23A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKYUMY#issuecomment-559254067",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddee82ddd795_39663fefcc6cd9681591b2--


From nobody Wed Nov 27 13:27:15 2019
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 CD279120ABA for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:27:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 RAmi-sf6T2Tc for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:27:12 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2014B120A79 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:27:12 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 28941C605BE for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:27:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574890031; bh=48X/QHYbwNzEmSV5tQFVpPdANDzatd/YdtxAcb5e8WM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SZH7c2rtFl5ebFYuMGidkai+ePIJ+Di9VO26IboP36gvsg7/KaGk3Gyos+1swtYAs O4wJAFtZVVc/qeyF0J5KUzXRKlUYFRXfMi1UTNbY9Qf6HxMj+Qp3CLKEKjLp3zjNYO 8l8lb/3v8Lg9/4YxkplgqlF2H+MdzLjwxBQlQ9N0=
Date: Wed, 27 Nov 2019 13:27:11 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4ILQJEG2VYXVYOWUN35QOK7EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559256459@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddeea2f17f94_515c3fd9410cd960478f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1wrbhSZurWwtX49-VOf-HVoaiFA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:27:14 -0000

----==_mimepart_5ddeea2f17f94_515c3fd9410cd960478f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@RyanAtGoogle @LPardue I actually think that sending PUSH_PROMISE with the entire set of request headers *on all request streams that refer to the same push* would be a reasonable approach. The client can then check that the request headers are equivalent.

Doing so also solves HoLB caused by priority inversion (see https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559056999).

I do not anticipate that the there would be many request headers within a push, so sending all the request headers would not be a big concern regarding bandwidth.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559256459
----==_mimepart_5ddeea2f17f94_515c3fd9410cd960478f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/RyanAtGoogle/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RyanAtGoogle">@RyanAtGoogle</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/LPardue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> I actually think that sending PUSH_PROMISE with the entire set of request headers <em>on all request streams that refer to the same push</em> would be a reasonable approach. The client can then check that the request headers are equivalent.</p>
<p>Doing so also solves HoLB caused by priority inversion (see <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="529292890" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3275" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3275/hovercard?comment_id=559056999&amp;comment_type=issue_comment" href="https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559056999">#3275 (comment)</a>).</p>
<p>I do not anticipate that the there would be many request headers within a push, so sending all the request headers would not be a big concern regarding bandwidth.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK4SNKYUK5ZTHTMGQOTQV3Q27A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZHCY#issuecomment-559256459">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYZGYUW4Z4AGQDG7NDQV3Q27ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5SRILM6AMMZW5CY4TQV3Q27A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZHCY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK4SNKYUK5ZTHTMGQOTQV3Q27A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZHCY#issuecomment-559256459",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK4SNKYUK5ZTHTMGQOTQV3Q27A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZHCY#issuecomment-559256459",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddeea2f17f94_515c3fd9410cd960478f5--


From nobody Wed Nov 27 13:31:32 2019
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 4B9C7120AC1 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:31:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 B-3zQXXQKT5l for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:31:30 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3C314120A79 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:31:30 -0800 (PST)
Date: Wed, 27 Nov 2019 13:31:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574890289; bh=MbB3uRkJf0IRSV8BMIk2pc0zOKvk7e8XO64pN1yigJE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=09YCh524JGcmtqOan4g9qwgsX61XVvHuMhpt194VfV0l+A8mEkX/edKg5XA4Htc9r PAIrpZjekTeqz4e9WV3mYbP8t9WODzyN9HzDIWSzEf6Cp2YjwlGFP7P0H9PS1tsqlk sCyaxNzCZSjclYoeQLbRfQFwGK7V07EG4b7/bzTM=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4QOEJ4ZX6S4DYDC5N35QO3DEVBNHHB7DNHSM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3276/559257691@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3276@github.com>
References: <quicwg/base-drafts/issues/3276@github.com>
Subject: Re: [quicwg/base-drafts] Ambiguous wording about error codes in HTTP/3 (#3276)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddeeb315a6d2_75243fa81cacd95c16103"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/i5TIPp5neax7JtCGIsRUY3iYJX8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:31:31 -0000

----==_mimepart_5ddeeb315a6d2_75243fa81cacd95c16103
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Maybe something like "MUST NOT be interpreted as an indication of a problem"?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3276#issuecomment-559257691
----==_mimepart_5ddeeb315a6d2_75243fa81cacd95c16103
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Maybe something like "MUST NOT be interpreted as an indication of a problem"?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications&amp;email_token=AFTOJK6PZSLGR2T4D7ZIJJLQV3RLDA5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZQWY#issuecomment-559257691">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK77AFAQUTBRVVPVP2DQV3RLDANCNFSM4JSHQSXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZCPMWHMPGAU7RKANTQV3RLDA5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZQWY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJK6PZSLGR2T4D7ZIJJLQV3RLDA5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZQWY#issuecomment-559257691",
"url": "https://github.com/quicwg/base-drafts/issues/3276?email_source=notifications\u0026email_token=AFTOJK6PZSLGR2T4D7ZIJJLQV3RLDA5CNFSM4JSHQSXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZQWY#issuecomment-559257691",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddeeb315a6d2_75243fa81cacd95c16103--


From nobody Wed Nov 27 13:32:03 2019
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 58EC5120AC0 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:32:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q2h55rEfve9R for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:32:00 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 651041209E3 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:31:51 -0800 (PST)
Date: Wed, 27 Nov 2019 13:31:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574890310; bh=aQvkdzSMiKQZM7T6fllyXELrIDdGaBNx2YKd46pYp7Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cikSJ5KmUZVMoRuceWLc81t2R8b6KKUjq4u2FERQeoP0er2HoYJ+wIsFDs2sZv+2f MWalj/4id4CHXLI9ay9WCl+Wnk3zWNwfBwOHNrZR4lqdQP86ta+UgSJL1DruXly2pc 1G/V2OLp6Iyq34XoSwiuPdev0XnELdbQLPMZ+5OU=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5XLUMP4ITIVVWGCBF35QO4NEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559257779@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddeeb46b9fc0_79313fb25d2cd9645611d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Fg4sLHjJBb5oOFPQBCiK49v-Wis>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:32:01 -0000

----==_mimepart_5ddeeb46b9fc0_79313fb25d2cd9645611d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

That takes us to revisiting https://github.com/quicwg/base-drafts/issues/1864

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559257779
----==_mimepart_5ddeeb46b9fc0_79313fb25d2cd9645611d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>That takes us to revisiting <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="371083110" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1864" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1864/hovercard" href="https://github.com/quicwg/base-drafts/issues/1864">#1864</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK277NOAE57F4BIRMYDQV3RMNA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZRMY#issuecomment-559257779">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7ZPAHODAGXEHJVGXDQV3RMNANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3O5BRJ3EJXA3I2SB3QV3RMNA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZRMY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK277NOAE57F4BIRMYDQV3RMNA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZRMY#issuecomment-559257779",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK277NOAE57F4BIRMYDQV3RMNA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZRMY#issuecomment-559257779",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddeeb46b9fc0_79313fb25d2cd9645611d--


From nobody Wed Nov 27 13:34:39 2019
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 69953120AC2 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:34:37 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 H4vW7mIkVsGi for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 13:34:35 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9DFDB120AC1 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:34:35 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id C908F52005D for <quic-issues@ietf.org>; Wed, 27 Nov 2019 13:34:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574890474; bh=XhszHzHr4K7wLstj5qYkMwJLqDblCRV/1eKrK5Le7Uo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YLNsujYNPSL2FBnoc9a0FGF31LFDx7RhaTtHM8/jk2SkEjnedM55CMck16WSaYF9U jYOCzD7Xk5UJRnKFegfEh3x5XyaTJXx0u41TpOMSY9wzpk8OWay5JWlaissX0DkcZY 58BlYYsBi7neY6x77TAktOCcD8cjcU0siJugfPrA=
Date: Wed, 27 Nov 2019 13:34:34 -0800
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6VK2BJGPGXTQVE27N35QPGVEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559258542@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddeebeaba2aa_19b43fc2c38cd9608655e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0sOfkvFAPlhdKzH_l86O0XwCuEg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 21:34:37 -0000

----==_mimepart_5ddeebeaba2aa_19b43fc2c38cd9608655e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho I'd be supportive of replacing DUPLICATE_PUSH with a duplicate PUSH_PROMISE which would, as @LPardue points out, revisit #1864. Otherwise I fear we end up with yet another sharp edge with push which seems highly sharp already.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559258542
----==_mimepart_5ddeebeaba2aa_19b43fc2c38cd9608655e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/users/kazuho/hovercard" data-octo-click=3D"hovercard-link-click" =
data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/kazuho=
">@kazuho</a> I'd be supportive of replacing DUPLICATE_PUSH with a duplic=
ate PUSH_PROMISE which would, as <a class=3D"user-mention" data-hovercard=
-type=3D"user" data-hovercard-url=3D"/users/LPardue/hovercard" data-octo-=
click=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" hr=
ef=3D"https://github.com/LPardue">@LPardue</a> points out, revisit <a cla=
ss=3D"issue-link js-issue-link" data-error-text=3D"Failed to load issue t=
itle" data-id=3D"371083110" data-permission-text=3D"Issue title is privat=
e" data-url=3D"https://github.com/quicwg/base-drafts/issues/1864" data-ho=
vercard-type=3D"issue" data-hovercard-url=3D"/quicwg/base-drafts/issues/1=
864/hovercard" href=3D"https://github.com/quicwg/base-drafts/issues/1864"=
>#1864</a>. Otherwise I fear we end up with yet another sharp edge with p=
ush which seems highly sharp already.</p>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/3275?email_source=3Dnotifications&amp;email_token=3D=
AFTOJK3C35U5B3CDAYS2DPLQV3RWVA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VM=
VBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZXLQ#issuecomment-559258542">view it on=
 GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-a=
uth/AFTOJK233YWPNDBES2H3K2TQV3RWVANCNFSM4JSFRKXQ">unsubscribe</a>.<img sr=
c=3D"https://github.com/notifications/beacon/AFTOJK6ONT4WYB3JHWY3PXDQV3RW=
VA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWS=
ZGOEFKZXLQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=
=3Dnotifications\u0026email_token=3DAFTOJK3C35U5B3CDAYS2DPLQV3RWVA5CNFSM4=
JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZXL=
Q#issuecomment-559258542",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=3D=
notifications\u0026email_token=3DAFTOJK3C35U5B3CDAYS2DPLQV3RWVA5CNFSM4JSF=
RKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFKZXLQ#i=
ssuecomment-559258542",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>=

----==_mimepart_5ddeebeaba2aa_19b43fc2c38cd9608655e--


From nobody Wed Nov 27 14:47:15 2019
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 B072F1209A8 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 14:47:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Giwl_EbXRgsv for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 14:47:12 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D0521200D6 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 14:47:12 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id B4D6166039E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 14:47:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574894831; bh=W3DX/fCNLKs1DjbyFNqAkStFpeAc5Fde8cgCzscFwzk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JSw1RtaF2+gIMI57r6aEm/Oe8aMk7BL3uLPCF+3b/VQHe+BdjTcXgKkSNVkxFq0E2 cmqja+OfOydN0ez9hdeQEN0NWQAtYfDO2XXyfXlNGc4sgJdcwazvuCnKkP+8gdTdF9 lwtqktIkDEhNUifgSJZZXOzBCZW7zkCk9x2rYA+I=
Date: Wed, 27 Nov 2019 14:47:11 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3ALM75FBNKWKCSEVN35QXW7EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559276148@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddefcefa4dbf_79f23fe5dd4cd96829112c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/I3Gwq-17qGrjA7tf5B3rVpsxRVw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 22:47:14 -0000

----==_mimepart_5ddefcefa4dbf_79f23fe5dd4cd96829112c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't see any new information here.  The design we have is the result of balancing the need to have certain information in order with responses (as @RyanAtGoogle points out) and the desire to avoid the complexity and costs of duplication.

One advantage of the current design is the ability to exercise flexibility.  There is nothing preventing someone from pushing the same thing twice in this design, thereby avoiding DUPLICATE_PUSH.

Having implemented this, both at the server and the client, I can say that it is awkward, but not terribly so.  DUPLICATE_PUSH is a little tricky to thread on the server side, primarily due to it being hard to find something that is worth duplicating.  The client has no real problem with it other than the obvious ordering issue.  In that case, the simplest course is to proceed as though no push were promised until the PUSH_PROMISE arrives.

The possibility of priority inversion exists, but as pushes are discretionary, I don't see a significant downside.  Like QPACK, it's a discretionary feature and the server can make its own decisions about the risks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559276148
----==_mimepart_5ddefcefa4dbf_79f23fe5dd4cd96829112c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I don't see any new information here.  The design we have is the result of balancing the need to have certain information in order with responses (as <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/RyanAtGoogle/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RyanAtGoogle">@RyanAtGoogle</a> points out) and the desire to avoid the complexity and costs of duplication.</p>
<p>One advantage of the current design is the ability to exercise flexibility.  There is nothing preventing someone from pushing the same thing twice in this design, thereby avoiding DUPLICATE_PUSH.</p>
<p>Having implemented this, both at the server and the client, I can say that it is awkward, but not terribly so.  DUPLICATE_PUSH is a little tricky to thread on the server side, primarily due to it being hard to find something that is worth duplicating.  The client has no real problem with it other than the obvious ordering issue.  In that case, the simplest course is to proceed as though no push were promised until the PUSH_PROMISE arrives.</p>
<p>The possibility of priority inversion exists, but as pushes are discretionary, I don't see a significant downside.  Like QPACK, it's a discretionary feature and the server can make its own decisions about the risks.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKYRCB5ZROEPK6M3IRLQV32G7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6A5A#issuecomment-559276148">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6K5CBAK2DZF6TUXZDQV32G7ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK66XJ6PA3VD34HZQGTQV32G7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6A5A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYRCB5ZROEPK6M3IRLQV32G7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6A5A#issuecomment-559276148",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKYRCB5ZROEPK6M3IRLQV32G7A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6A5A#issuecomment-559276148",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddefcefa4dbf_79f23fe5dd4cd96829112c--


From nobody Wed Nov 27 15:01:54 2019
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 C11D7120AF1 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 15:01:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 87E2eUdTGB2m for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 15:01:51 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0163D120A58 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 15:01:50 -0800 (PST)
Date: Wed, 27 Nov 2019 15:01:50 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574895710; bh=BWdos8iOfQQgA7MNlGZimxAQzo3OXQWS4Y1lvlx2eJM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Tt0pX6PQSdaIS5io7v7DY/a9O9/HDbRmEDkrbK8/TPDebpxQSzOihMv4U4/dcNoUw u56IE456uXfwxi40lopa8m2Xzh8uyAiBAqcmYDU0NlgyjgyVRTTj22TmG8eZOVyMyD upTPftbWMCJCuoxLUCtUpUuaw1xNpqVWOeoNNgWk=
From: Ryan Hamilton <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6JDP4Q7IGVTUK2AMV35QZN5EVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559279217@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf005e22693_75083fa81cacd95c352184"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: RyanAtGoogle
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FH2L6lNZIlmaqany9pvyghrIzhI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 23:01:53 -0000

----==_mimepart_5ddf005e22693_75083fa81cacd95c352184
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I agree that there's no new information here; I just really dislike the sharp edge of the current DUPLICATE_PUSH behavior:

>  In that case, the simplest course is to proceed as though no push were promised until the PUSH_PROMISE arrives.

Indeed, that is the simplest course. But unless all user-agents do the same thing it means that servers can't rely on particular client-side behavior which is a real bummer. Push is already hard enough to get right (in both clients and servers) it seems like adding more rough edges runs the risk of resulting in push being disabled/removed from some implementations. (I believe Brad Lassey from Chrome presented at IETF 102 data which suggested doing exactly this)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559279217
----==_mimepart_5ddf005e22693_75083fa81cacd95c352184
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I agree that there's no new information here; I just really dislike the sharp edge of the current DUPLICATE_PUSH behavior:</p>
<blockquote>
<p>In that case, the simplest course is to proceed as though no push were promised until the PUSH_PROMISE arrives.</p>
</blockquote>
<p>Indeed, that is the simplest course. But unless all user-agents do the same thing it means that servers can't rely on particular client-side behavior which is a real bummer. Push is already hard enough to get right (in both clients and servers) it seems like adding more rough edges runs the risk of resulting in push being disabled/removed from some implementations. (I believe Brad Lassey from Chrome presented at IETF 102 data which suggested doing exactly this)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJK5LWDFWNM7V3XJASKDQV3355A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6Y4I#issuecomment-559279217">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3HLPQOJA2726S2RVLQV3355ANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY3GBW7MZSVSPAVN5LQV3355A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6Y4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5LWDFWNM7V3XJASKDQV3355A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6Y4I#issuecomment-559279217",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJK5LWDFWNM7V3XJASKDQV3355A5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFK6Y4I#issuecomment-559279217",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf005e22693_75083fa81cacd95c352184--


From nobody Wed Nov 27 15:26:17 2019
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 2DEEE120AF7 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 15:26:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 kbZVS1NTQ0eg for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 15:26:14 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A18501200B7 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 15:26:14 -0800 (PST)
Date: Wed, 27 Nov 2019 15:26:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574897173; bh=oERDUW6SAb1+J8nxi5Do7HSLs7avoXf2DlPvZFMoYfA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GILGKY0/zZ2jFigD1/nQGd2yiAZl6sA2thzncmC5dXvttl1Nra8MteSNo5QsK4hMI b+ITrvR2r6xV1SIj1R2035ycd/gGphVDeGe6fGQpteGF1lpkBqpJ70ktzbPwtOMlOf AADcgC3gBGN2ot8ZpShP2ogKrX0qR344A9QZ9Bjo=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQ45C7R3UKAZ3O3NF35Q4JLEVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274/559284228@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3274@github.com>
References: <quicwg/base-drafts/issues/3274@github.com>
Subject: Re: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf0615732c8_7b653ff024ecd96c3683ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S8k5tzPr9atYXTE7_brGU-H6IpM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 27 Nov 2019 23:26:16 -0000

----==_mimepart_5ddf0615732c8_7b653ff024ecd96c3683ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Since I did this, I've realized that even this was an overly pessimistic outcome.  By precomputing the XOR stream for CTR protection, it should be possible to make an even faster version of the protected form here.

The result should be to narrow the gap between the GHASH-only and encrypted variant further.  The difference should be limited to performing an XOR with a fixed value and a single AES operation (which in my experience is marginally cheaper than an extra GHASH operation, though the addition of ODCID to the AAD is rarely a full block, so it's hard to predict the exact outcome).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274#issuecomment-559284228
----==_mimepart_5ddf0615732c8_7b653ff024ecd96c3683ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Since I did this, I've realized that even this was an overly pessimistic outcome.  By precomputing the XOR stream for CTR protection, it should be possible to make an even faster version of the protected form here.</p>
<p>The result should be to narrow the gap between the GHASH-only and encrypted variant further.  The difference should be limited to performing an XOR with a fixed value and a single AES operation (which in my experience is marginally cheaper than an extra GHASH operation, though the addition of ODCID to the AAD is rarely a full block, so it's hard to predict the exact outcome).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJKZHZ6OYJMNIJB466GLQV36ZLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLAABA#issuecomment-559284228">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3KUCI62X6Q5RR7WNDQV36ZLANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZR7CQRCDLPPDU2BTLQV36ZLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLAABA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJKZHZ6OYJMNIJB466GLQV36ZLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLAABA#issuecomment-559284228",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJKZHZ6OYJMNIJB466GLQV36ZLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLAABA#issuecomment-559284228",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf0615732c8_7b653ff024ecd96c3683ca--


From nobody Wed Nov 27 16:13:47 2019
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 50314120BA5 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 16:13:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yL2ShESZfukH for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 16:13:42 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 652FA120BBE for <quic-issues@ietf.org>; Wed, 27 Nov 2019 16:13:42 -0800 (PST)
Date: Wed, 27 Nov 2019 16:13:41 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574900021; bh=DjKakhLkN19Fi4mtF7o+ZvOzHcsEyb9boWKzZNkiOwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ADhBmHIQ3HhLNmXe/Xd3tanGaqJ0mfdLmj3Ik+wCc0aB9FWhEZYn7l74cVE0bTIsw VSLCF1n70Ik9oySFEYUTNBnWZR30O/6IYIFxHgW+EN2YTAj4JBkM6Ff9TMdPMcLgzT 2iAALcf7YBVWOlrm8bp6pC0lroVhzue3p/4eB1AQ=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2HY2XQUWRCFOYC4O535RB3LEVBNHHB7DC6LI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3275/559292834@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3275@github.com>
References: <quicwg/base-drafts/issues/3275@github.com>
Subject: Re: [quicwg/base-drafts] Why are there two ways of associating push with requests? (#3275)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf1135574ee_197e3feae16cd96c4255d2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/op4q-uEQnN67Gz0T6cZo6Gv7Hjo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 00:13:45 -0000

----==_mimepart_5ddf1135574ee_197e3feae16cd96c4255d2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@LPardue @martinthomson Apologies for not chiming in to the discussion in #1864.

@martinthomson 
> One advantage of the current design is the ability to exercise flexibility. There is nothing preventing someone from pushing the same thing twice in this design, thereby avoiding DUPLICATE_PUSH.

I do not think that is something that a server should do, as it would mean that the server would be pushing not only the headers but the entire response multiple times to the client.

@RyanAtGoogle 
> But unless all user-agents do the same thing it means that servers can't rely on particular client-side behavior which is a real bummer. Push is already hard enough to get right (in both clients and servers) it seems like adding more rough edges runs the risk of resulting in push being disabled/removed from some implementations. (I believe Brad Lassey from Chrome presented at IETF 102 data which suggested doing exactly this)

+1

I can see @martinthomson's view that push is feature that the server might use, and therefore that it can be complicated. But as the number of traps increases in the protocol, it becomes more likely that some stacks (or some combination of client- and server-side stacks) would have edge cases that lead to worse performance when push is used.

In HTTP/2, push is a feature that is often misused, leading to performance degradation, even though the protocol itself is designed correctly. The situation would become worse in HTTP/3, if we introduce uncertain behaviors to the protocol design (i.e., some clients might not block on DUPLICATE_PUSH).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3275#issuecomment-559292834
----==_mimepart_5ddf1135574ee_197e3feae16cd96c4255d2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/LPardue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a> <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> Apologies for not chiming in to the discussion in <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="371083110" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/1864" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/1864/hovercard" href="https://github.com/quicwg/base-drafts/issues/1864">#1864</a>.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a></p>
<blockquote>
<p>One advantage of the current design is the ability to exercise flexibility. There is nothing preventing someone from pushing the same thing twice in this design, thereby avoiding DUPLICATE_PUSH.</p>
</blockquote>
<p>I do not think that is something that a server should do, as it would mean that the server would be pushing not only the headers but the entire response multiple times to the client.</p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/RyanAtGoogle/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RyanAtGoogle">@RyanAtGoogle</a></p>
<blockquote>
<p>But unless all user-agents do the same thing it means that servers can't rely on particular client-side behavior which is a real bummer. Push is already hard enough to get right (in both clients and servers) it seems like adding more rough edges runs the risk of resulting in push being disabled/removed from some implementations. (I believe Brad Lassey from Chrome presented at IETF 102 data which suggested doing exactly this)</p>
</blockquote>
<p>+1</p>
<p>I can see <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a>'s view that push is feature that the server might use, and therefore that it can be complicated. But as the number of traps increases in the protocol, it becomes more likely that some stacks (or some combination of client- and server-side stacks) would have edge cases that lead to worse performance when push is used.</p>
<p>In HTTP/2, push is a feature that is often misused, leading to performance degradation, even though the protocol itself is designed correctly. The situation would become worse in HTTP/3, if we introduce uncertain behaviors to the protocol design (i.e., some clients might not block on DUPLICATE_PUSH).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications&amp;email_token=AFTOJKZZO55JB3JNXBRHSRDQV4ELLA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLCDIQ#issuecomment-559292834">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7FXUMYZS7AGI3BDGDQV4ELLANCNFSM4JSFRKXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4NK3F4RHG44PCYW5LQV4ELLA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLCDIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZZO55JB3JNXBRHSRDQV4ELLA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLCDIQ#issuecomment-559292834",
"url": "https://github.com/quicwg/base-drafts/issues/3275?email_source=notifications\u0026email_token=AFTOJKZZO55JB3JNXBRHSRDQV4ELLA5CNFSM4JSFRKX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLCDIQ#issuecomment-559292834",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf1135574ee_197e3feae16cd96c4255d2--


From nobody Wed Nov 27 17:00:12 2019
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 5D38E1208F8 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:00:11 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 g_eVYSTs8ctp for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:00:10 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0ABA11200B4 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:00:10 -0800 (PST)
Received: from github-lowworker-2300405.va3-iad.github.net (github-lowworker-2300405.va3-iad.github.net [10.48.17.39]) by smtp.github.com (Postfix) with ESMTP id 1A48E1C1238 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:00:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574902809; bh=Rl9jcOkC3rbwCAFPdfjbJ2B6D5BYEJb3wkXqaCcrbmI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eNXDxy3c9USRQbyMs9D6dKWMLkH/NlwUZ4MLqt+/NSV2+4aZ8vN3vYUcQBbxzywYy ymTeMAMBIau1AE4xY+tXiE63t4tMVQE5sjVebD894CGPB81q1PK1naHIbODxZKbRzn xh7StEmFLhAg4tGXdrq0ktJsp4bsB3HJAtpNWYmc=
Date: Wed, 27 Nov 2019 17:00:09 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4TKQALI74ZNVRWETV35RHJTEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/c559300430@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf1c19b9c8_68c13fb2c74cd95c6698a2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yLPRBLcpApyxQlV6cqeYm19R6tM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:00:11 -0000

----==_mimepart_5ddf1c19b9c8_68c13fb2c74cd95c6698a2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I'm seeing some people asking for changes, but I am happy with Marten's responses to those.  I'm going to mark the associated issues as `proposal-ready`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#issuecomment-559300430
----==_mimepart_5ddf1c19b9c8_68c13fb2c74cd95c6698a2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>I'm seeing some people asking for changes, but I am happy with Marten's responses to those.  I'm going to mark the associated issues as <code>proposal-ready</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK645YP4BTZNAMSCVXLQV4JZTA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLD6TQ#issuecomment-559300430">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK464BUTVFQ5D5MLDS3QV4JZTANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5CURSHNNQUZRL6STLQV4JZTA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLD6TQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK645YP4BTZNAMSCVXLQV4JZTA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLD6TQ#issuecomment-559300430",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK645YP4BTZNAMSCVXLQV4JZTA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLD6TQ#issuecomment-559300430",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf1c19b9c8_68c13fb2c74cd95c6698a2--


From nobody Wed Nov 27 17:05:53 2019
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 088541208F8 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:05:52 -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 4Z_y28yyCuVI for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:05:51 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5E0A12003E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:05:50 -0800 (PST)
Received: from github-lowworker-28f8021.ac4-iad.github.net (github-lowworker-28f8021.ac4-iad.github.net [10.52.25.98]) by smtp.github.com (Postfix) with ESMTP id 123721C088F for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:05:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574903150; bh=C6M62VIZ/EIw/Hd3ym4vPqlBdTEa+xsIHzfmUjC3VqY=; h=Date:From:To:Subject:From; b=qk5HCwS8xY8K6GkUovaoqzZQd530Q/D6y3L6TVlHRnqGM8jAvJgKuqzav+kDOEUep 2eFLCXy4kF5QWYcHUn6+QORaUJSba4nxVpah5b/beN8oAFxPp8MG5aUG4m3TItP9ue /F4ObjqJ42w9eD3eME3KCrsM4lUA11XdI1l32cI8=
Date: Wed, 27 Nov 2019 17:05:49 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/retry-token-zero/000000-c43aca@github.com>
Subject: [quicwg/base-drafts] c43aca: A zero-length Retry Token is invalid
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/NBKIm-MWCinGU6to4Ay6Q4yeKFw>
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: Thu, 28 Nov 2019 01:05:52 -0000

  Branch: refs/heads/retry-token-zero
  Home:   https://github.com/quicwg/base-drafts
  Commit: c43acac96f405a821b0566d7ea56e7ea7c4e2f33
      https://github.com/quicwg/base-drafts/commit/c43acac96f405a821b0566d7ea56e7ea7c4e2f33
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

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

  Log Message:
  -----------
  A zero-length Retry Token is invalid

The Retry packet can be discarded.

Closes #3271.



From nobody Wed Nov 27 17:06:14 2019
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 9605E120B1B for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:06:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ZEhb8_a1vuqE for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:06:11 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F1BC12003E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:06:11 -0800 (PST)
Date: Wed, 27 Nov 2019 17:06:10 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574903170; bh=sg3ijVx4c7gUhyeELhOy6t21KV1G7a4Q2c57W2ogLfg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=cR7veoMzqlFpiW4G9eom8Z208QzIcz1nnrZFZV09NsuKgug3nilYW/dvBSYW27Enc JtikJXaMhHMxL4Th6Us4HIn9OE1si5ubN/7vKL7zqhUaxKWSdpC5xH2C5IgePJAzu/ tlQX4z/biNSxltlfSBpsYt0u3e/TITuaxkF3+lPE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK74EBO2BW4HISKZ2LN35RIAFEVBNHHB7ENJDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3277@github.com>
Subject: [quicwg/base-drafts] A zero-length Retry Token is invalid (#3277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf1d824a021_75243fa81cacd95c59956a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QB6teUoA2re7znDfSa2nHNXV_2Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:06:13 -0000

----==_mimepart_5ddf1d824a021_75243fa81cacd95c59956a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The Retry packet can be discarded.

Closes #3271.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/3277

-- Commit Summary --

  * A zero-length Retry Token is invalid

-- File Changes --

    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/3277.patch
https://github.com/quicwg/base-drafts/pull/3277.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3277

----==_mimepart_5ddf1d824a021_75243fa81cacd95c59956a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The Retry packet can be discarded.</p>
<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #3271.">Closes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="527515243" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3271" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3271/hovercard" href="https://github.com/quicwg/base-drafts/issues/3271">#3271</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/3277'>https://github.com/quicwg/base-drafts/pull/3277</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>A zero-length Retry Token is invalid</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/3277/files#diff-0">draft-ietf-quic-transport.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3277.patch'>https://github.com/quicwg/base-drafts/pull/3277.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/3277.diff'>https://github.com/quicwg/base-drafts/pull/3277.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications&amp;email_token=AFTOJK4ZJ6UO7IZE3RFFLELQV4KQFA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4RVEMQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYTGYADOCEHEAUUYGTQV4KQFANCNFSM4JSN55WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY7IUCKCSYIBADTR5DQV4KQFA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4RVEMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK4ZJ6UO7IZE3RFFLELQV4KQFA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4RVEMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK4ZJ6UO7IZE3RFFLELQV4KQFA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4RVEMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5ddf1d824a021_75243fa81cacd95c59956a--


From nobody Wed Nov 27 17:06:44 2019
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 3E18C120C5C for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:06:42 -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 7r1dgNMvH7Cs for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:06:41 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1C8B1120BD9 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:06:41 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 69FED6A018A for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:06:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574903200; bh=r+4ducoR0s+ymuAtbsUhZzEjvXexYixVkVCvw+Z8pt0=; h=Date:From:To:Subject:From; b=mMtxto0PnxX+N6I1l00XL2LIoVYbamxKLlpSdLRayQljZut2Uwm52l+su/Wkhjdda CUz6tAG1ch5hFrzC/0UG8TknKw2yGEQ9vbkstnMMRjCqW805nK6OM0O211bGIAxXy/ kcwegPq20nYqDQa/RP/ERlqQg1Ekqj47I8iUVxjc=
Date: Wed, 27 Nov 2019 17:06:40 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e80766-7e58db@github.com>
Subject: [quicwg/base-drafts] 7e58db: Script updating gh-pages from c43acac9. [ci skip]
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/uMHoAPo6el8yow0mz3afwtP68vQ>
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: Thu, 28 Nov 2019 01:06:43 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7e58db420bcbf5c6e9c5a90b5c5d8c985fe8bd8e
      https://github.com/quicwg/base-drafts/commit/7e58db420bcbf5c6e9c5a90b5c5d8c985fe8bd8e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M index.html
    A retry-token-zero/draft-ietf-quic-http.html
    A retry-token-zero/draft-ietf-quic-http.txt
    A retry-token-zero/draft-ietf-quic-invariants.html
    A retry-token-zero/draft-ietf-quic-invariants.txt
    A retry-token-zero/draft-ietf-quic-qpack.html
    A retry-token-zero/draft-ietf-quic-qpack.txt
    A retry-token-zero/draft-ietf-quic-recovery.html
    A retry-token-zero/draft-ietf-quic-recovery.txt
    A retry-token-zero/draft-ietf-quic-tls.html
    A retry-token-zero/draft-ietf-quic-tls.txt
    A retry-token-zero/draft-ietf-quic-transport.html
    A retry-token-zero/draft-ietf-quic-transport.txt
    A retry-token-zero/index.html

  Log Message:
  -----------
  Script updating gh-pages from c43acac9. [ci skip]



From nobody Wed Nov 27 17:08:31 2019
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 8E128120B1D for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:08:30 -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 0ECjwPcVJt-9 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:08:29 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 397B512003E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:08:29 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 654BB1C088F for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:08:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574903308; bh=aazbwKolgd547HwUteyWluPmXaK3K9EjncxHq/dL70o=; h=Date:From:To:Subject:From; b=hUMJJctwFzZvwKYgAj38BpLeNg/fSWCFwDwk25HDhB1LTMQdUyNaQ416EigwQCeUF Ie2+2NnX61JJutLA6eu+YBcFj3PLzlNNNxN9KPNvrX+fx1REPvhDRJ5y5yywZkGhD1 YadZSia9SLX9YwGDLvgAnWq2FdjFF7dBKuQ1OhMo=
Date: Wed, 27 Nov 2019 17:08:28 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7e58db-258e3b@github.com>
Subject: [quicwg/base-drafts] 258e3b: Script updating issues at 2019-11-28T01:08:20Z. [c...
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/h934tJcr7sdpo3GlSZ0ZSSdK8hc>
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: Thu, 28 Nov 2019 01:08:30 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 258e3b2315f8af249755782a02bb99242bb8a581
      https://github.com/quicwg/base-drafts/commit/258e3b2315f8af249755782a02bb99242bb8a581
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-28T01:08:20Z. [ci skip]



From nobody Wed Nov 27 17:23:11 2019
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 941C3120B24 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:23:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 AWoC2obxtELM for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:23:08 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0DE6120B20 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:23:07 -0800 (PST)
Date: Wed, 27 Nov 2019 17:23:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574904186; bh=3rqV0tRIz6TUKJEa9duAR8H3yJDmlDoKrM2JXvhLUhU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=kKpxPBJDya6eRdnVhwUNMEFdzY5oUU2950YKmcLRgNVbltEL9k/Zn300MNPDXJZVp M1HQRiUVqkVQIa3UfEaDouneSaJcc4sVYi8Nxrm921ITTZNDwqNzAncCfLOGmrv1AE gR0dn4doKOFSKCJbXxCb2VMuSCBbaILi0TvCq4MQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3O5M4VZD2VBQ4ANXF35RJ7VEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/559304265@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdate (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf217aca09d_114a3fbe680cd968690128"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lUEoQjdtiKnMy7lgChjVRlSMj-A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:23:09 -0000

----==_mimepart_5ddf217aca09d_114a3fbe680cd968690128
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ekr, I took another look at this and reviewed [the minutes](https://github.com/quicwg/wg-materials/blob/master/ietf106/minutes.md#3212-remove-requirement-for-handshake-to-complete-before-keyupdate).  I think that the outcome is no change.

> An endpoint MUST NOT initiate a key update prior to having confirmed
the handshake (Section 4.1.2). An endpoint MUST NOT initiate a
subsequent key update prior unless it has received an acknowledgment
for a packet that was sent protected with keys from the current key
phase.

The first sentence talks about the first key update.  While we all agree that this is a stricter restriction than absolutely necessary, the definition we agreed for "confirmed" (with `HANDSHAKE_DONE`) is now distinct enough to warrant the special text in that case.  As long as we are OK with that outcome, I don't think that this needs to change (@kazuho certainly argued for some way to hold the first key update back, which I think was derived from not wanting too many keys active at the same time).

If we wanted to allow more aggressive updates, then I would propose the most aggressive option:

> An endpoint MAY initiate the first key update immediately after 1-RTT keys are available.  For the first key update, as a receiver has no difficulty distinguishing between the first two sets of 1-RTT packet protection keys, endpoints can trigger a key update with the first 1-RTT packets they send.

The second sentence uses the word "subsequent" and so applies to all other key updates.  That doesn't need to change.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-559304265
----==_mimepart_5ddf217aca09d_114a3fbe680cd968690128
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/ekr/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekr">@ekr</a>, I took another look at this and reviewed <a href="https://github.com/quicwg/wg-materials/blob/master/ietf106/minutes.md#3212-remove-requirement-for-handshake-to-complete-before-keyupdate">the minutes</a>.  I think that the outcome is no change.</p>
<blockquote>
<p>An endpoint MUST NOT initiate a key update prior to having confirmed<br>
the handshake (Section 4.1.2). An endpoint MUST NOT initiate a<br>
subsequent key update prior unless it has received an acknowledgment<br>
for a packet that was sent protected with keys from the current key<br>
phase.</p>
</blockquote>
<p>The first sentence talks about the first key update.  While we all agree that this is a stricter restriction than absolutely necessary, the definition we agreed for "confirmed" (with <code>HANDSHAKE_DONE</code>) is now distinct enough to warrant the special text in that case.  As long as we are OK with that outcome, I don't think that this needs to change (<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> certainly argued for some way to hold the first key update back, which I think was derived from not wanting too many keys active at the same time).</p>
<p>If we wanted to allow more aggressive updates, then I would propose the most aggressive option:</p>
<blockquote>
<p>An endpoint MAY initiate the first key update immediately after 1-RTT keys are available.  For the first key update, as a receiver has no difficulty distinguishing between the first two sets of 1-RTT packet protection keys, endpoints can trigger a key update with the first 1-RTT packets they send.</p>
</blockquote>
<p>The second sentence uses the word "subsequent" and so applies to all other key updates.  That doesn't need to change.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJK2RFBL3QCBENAXXHNTQV4MPVA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLE4SI#issuecomment-559304265">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67ZATVIYEFNDQBD33QV4MPVANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2LKHANLNSXPH24IATQV4MPVA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLE4SI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK2RFBL3QCBENAXXHNTQV4MPVA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLE4SI#issuecomment-559304265",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK2RFBL3QCBENAXXHNTQV4MPVA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLE4SI#issuecomment-559304265",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf217aca09d_114a3fbe680cd968690128--


From nobody Wed Nov 27 17:32:53 2019
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 5654A120B28 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:32:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KX42ByACKeCU for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:32:50 -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 3DA39120B26 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:32:50 -0800 (PST)
Date: Wed, 27 Nov 2019 17:32:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574904769; bh=XMLyi8AwAI0vn2DETlfCOdFUC7CIDsbo2bzvwrlgxTk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OHfS7IcYjgLJc0HJa7grOLwGzotKnEXe+3rZG5zhHtZMGNy03NR39aSYwKeVAzRVg QeOKaLSC3DdElh7fm+uFyBSNhcLkk9Z9SgPGlMHGhvgOTbN3iezFw+Q9k/oVrzDMz6 NmOjrTb0yGlAwYMRMGMwPy4lczlc3Dl7dSCQ5Ybw=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7XHJGW7PR44ZFHM4535RLEDEVBNHHB7ENJDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3277/review/324015608@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3277@github.com>
References: <quicwg/base-drafts/pull/3277@github.com>
Subject: Re: [quicwg/base-drafts] A zero-length Retry Token is invalid (#3277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf23c186f5f_24873fcb15ccd95c520163"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/yC39QrZ_SjG7zIKRyG-Zc9sRDcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:32:51 -0000

----==_mimepart_5ddf23c186f5f_24873fcb15ccd95c520163
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

marten-seemann approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3277#pullrequestreview-324015608
----==_mimepart_5ddf23c186f5f_24873fcb15ccd95c520163
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@marten-seemann</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications&amp;email_token=AFTOJK6MV2HQ5LF5UBSAZETQV4NUDA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBL6A#pullrequestreview-324015608">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7DRWUVITIYO6IT3U3QV4NUDANCNFSM4JSN55WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYE3AF7SPQ74QWR2TLQV4NUDA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBL6A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK6MV2HQ5LF5UBSAZETQV4NUDA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBL6A#pullrequestreview-324015608",
"url": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK6MV2HQ5LF5UBSAZETQV4NUDA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBL6A#pullrequestreview-324015608",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf23c186f5f_24873fcb15ccd95c520163--


From nobody Wed Nov 27 17:34:59 2019
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 47B6A120B28 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:34:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VlMkp12Cvqk0 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:34:57 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2502A120B26 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:34:57 -0800 (PST)
Received: from github-lowworker-9bcb4a1.ac4-iad.github.net (github-lowworker-9bcb4a1.ac4-iad.github.net [10.52.25.84]) by smtp.github.com (Postfix) with ESMTP id 828B06E1200 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:34:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574904896; bh=8NyiRYipXKyCj+InXCJ1g8kjM0nb0vgvxEpJos1Mi0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=m7NWOw+HibMGmHit8iS54Ir9XqY3okGNoPYDOc7gnhYdBfPDTblEO8w+awlXD0DC4 OdzH76gElDZze9PYDRvKo+sDF867cHEuJNtZ7TElfIEjIPDsAE2aUBYTrIoMBlWpHY LqHbuNXRc88Eal3901uLS8RalnJa4hh7fIQadVJ0=
Date: Wed, 27 Nov 2019 17:34:56 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6YO2O4YKW4EJB3AY535RLMBEVBNHHB7ENJDE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3277/review/324016099@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3277@github.com>
References: <quicwg/base-drafts/pull/3277@github.com>
Subject: Re: [quicwg/base-drafts] A zero-length Retry Token is invalid (#3277)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf244072ccd_3b473fdb794cd96838273d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8te2l872i61RwVaCn8WUSAgJayM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:34:58 -0000

----==_mimepart_5ddf244072ccd_3b473fdb794cd96838273d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3277#pullrequestreview-324016099
----==_mimepart_5ddf244072ccd_3b473fdb794cd96838273d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications&amp;email_token=AFTOJK2CZCHS7627IXGO66LQV4N4BA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBPYY#pullrequestreview-324016099">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67DH7YCGR4ETOKFYDQV4N4BANCNFSM4JSN55WA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZER5Z42QUDYA5C263QV4N4BA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBPYY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK2CZCHS7627IXGO66LQV4N4BA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBPYY#pullrequestreview-324016099",
"url": "https://github.com/quicwg/base-drafts/pull/3277?email_source=notifications\u0026email_token=AFTOJK2CZCHS7627IXGO66LQV4N4BA5CNFSM4JSN55WKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBPYY#pullrequestreview-324016099",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf244072ccd_3b473fdb794cd96838273d--


From nobody Wed Nov 27 17:39:39 2019
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 ECD04120B2A for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:39:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 j0BmowRUMHyE for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 17:39:35 -0800 (PST)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 723D1120B01 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:39:35 -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 E3506261640 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 17:39:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574905174; bh=AUpgFHBA7MynsgiJQUN1g+P+o3zdhFK+EMNSQmkEuYc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=daMMF9R9EOgbVTWTV7f5AjbbDBXZkPU6FKFevBgcELcmdVijfw3kMaz3KjBnLB4Cm pRTgPAtF1MfoBmiRkv8RE/HIA4bBQ5A/BecEBh7wVHF9zPqNWGidb/t1CRSh/Brpn7 L3a20hZTf3zp2mVTWEZ0xugQThNo2kSpv/sdIw2o=
Date: Wed, 27 Nov 2019 17:39:34 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5HAFMCOZAXH4REYOV35RL5NEVBNHHB6RV5ME@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3263/review/324016994@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3263@github.com>
References: <quicwg/base-drafts/pull/3263@github.com>
Subject: Re: [quicwg/base-drafts] Key generation for updates MAY be deferred (#3263)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf25569f09d_38bb3f99abccd95c6586ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a9zKV5mCgBu0q0VW4i0j5Uqt5oE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 01:39:37 -0000

----==_mimepart_5ddf25569f09d_38bb3f99abccd95c6586ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kazuho approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3263#pullrequestreview-324016994
----==_mimepart_5ddf25569f09d_38bb3f99abccd95c6586ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@kazuho</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications&amp;email_token=AFTOJKYMNVWNI3KRPKA5I5DQV4ONNA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBWYQ#pullrequestreview-324016994">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6UBBISH7D5T3Y4NXDQV4ONNANCNFSM4JO4YVOA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7YQR4EKHMIWEZLUN3QV4ONNA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBWYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJKYMNVWNI3KRPKA5I5DQV4ONNA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBWYQ#pullrequestreview-324016994",
"url": "https://github.com/quicwg/base-drafts/pull/3263?email_source=notifications\u0026email_token=AFTOJKYMNVWNI3KRPKA5I5DQV4ONNA5CNFSM4JO4YVOKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNIBWYQ#pullrequestreview-324016994",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf25569f09d_38bb3f99abccd95c6586ab--


From nobody Wed Nov 27 18:14:04 2019
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 43F17120B2D for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:14:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 UL4Tb2cRnR-6 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:14:00 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5347A120AEE for <quic-issues@ietf.org>; Wed, 27 Nov 2019 18:14:00 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id 87DABA0C4C for <quic-issues@ietf.org>; Wed, 27 Nov 2019 18:13:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574907239; bh=5p5wsdI1FG2GjY1GuFtptUO+HN4fUlwLV7a5ZKPBBB0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=byWdCFHBnRVjKiIEkbzDUStJ9higaPPktBA01TUK3KtzwwT41xsl6dCkzDcz01Dbf K58zowfTyWJxcnqyvV/ktWJG2yeJGt3D3wm+aymOKK4skXDFYBagV8sd1nQHmO0TQW Q9hAawD0yfJZZu/glyvdeVLTYgqbcCebF2GhtzqM=
Date: Wed, 27 Nov 2019 18:13:59 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6FZWLJ4P3C5IRIY6V35RP6PEVBNHHB6CGIZA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3212/559313126@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3212@github.com>
References: <quicwg/base-drafts/issues/3212@github.com>
Subject: Re: [quicwg/base-drafts] Remove handshake confirmed test for KeyUpdate (#3212)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf2d67791e6_3c0a3faa866cd96c48618"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mYESs-gBKuzp4LZzsLb3N4xNJXw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 02:14:02 -0000

----==_mimepart_5ddf2d67791e6_3c0a3faa866cd96c48618
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson 
> As long as we are OK with that outcome, I don't think that this needs to change (@kazuho certainly argued for some way to hold the first key update back, which I think was derived from not wanting too many keys active at the same time).

+1 to not changing status quo.

My argument was that there should be a gap between when an endpoint starts using 1-RTT keys and when it issues the first key update, based on the agreement is that the minimum number of keys that a endpoint is required to possess should be 2.

Unlike Initial or Handshake keys, 0-RTT key does not have a defined moment when it is to be discarded. Instead, it is discarded some time after exchange happens using the first set of 1-RTT keys, which IMO is exactly the same as how key update retires an old set of 1-RTT keys.

Based on this view, it is natural to hold two set of application traffic keys (regardless of the key being 0-RTT or 1-RTT), rotating them as necessary. As we have discussed and agreed, there needs to be a gap between each installation event of a new traffic key.

In status quo, the minimum gap between the use of the first 1-RTT key and the use of the second 1-RTT key is 1-RTT. The recommended gap between the following key update events are 3 PTO. Even though the size of the gaps are different, they both serve as a window at which the old key (could be either 0-RTT key or 1-RTT key) can coexist. This is fine.

My argument was that _if_ we are to change the requirement, it would make sense to consider aligning the size of the recommended gap between the use of 1-RTT key and the use of the second 1-RTT key to 3 PTO.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3212#issuecomment-559313126
----==_mimepart_5ddf2d67791e6_3c0a3faa866cd96c48618
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a></p>
<blockquote>
<p>As long as we are OK with that outcome, I don't think that this needs to change (<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a> certainly argued for some way to hold the first key update back, which I think was derived from not wanting too many keys active at the same time).</p>
</blockquote>
<p>+1 to not changing status quo.</p>
<p>My argument was that there should be a gap between when an endpoint starts using 1-RTT keys and when it issues the first key update, based on the agreement is that the minimum number of keys that a endpoint is required to possess should be 2.</p>
<p>Unlike Initial or Handshake keys, 0-RTT key does not have a defined moment when it is to be discarded. Instead, it is discarded some time after exchange happens using the first set of 1-RTT keys, which IMO is exactly the same as how key update retires an old set of 1-RTT keys.</p>
<p>Based on this view, it is natural to hold two set of application traffic keys (regardless of the key being 0-RTT or 1-RTT), rotating them as necessary. As we have discussed and agreed, there needs to be a gap between each installation event of a new traffic key.</p>
<p>In status quo, the minimum gap between the use of the first 1-RTT key and the use of the second 1-RTT key is 1-RTT. The recommended gap between the following key update events are 3 PTO. Even though the size of the gaps are different, they both serve as a window at which the old key (could be either 0-RTT key or 1-RTT key) can coexist. This is fine.</p>
<p>My argument was that <em>if</em> we are to change the requirement, it would make sense to consider aligning the size of the recommended gap between the use of 1-RTT key and the use of the second 1-RTT key to 3 PTO.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications&amp;email_token=AFTOJK7FTVI5LNZRATHD5GLQV4SOPA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLHBZQ#issuecomment-559313126">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK63E46X2UTMZDQMWATQV4SOPANCNFSM4JLOVOKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZJBKM7A5ZMCSDYATLQV4SOPA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLHBZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK7FTVI5LNZRATHD5GLQV4SOPA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLHBZQ#issuecomment-559313126",
"url": "https://github.com/quicwg/base-drafts/issues/3212?email_source=notifications\u0026email_token=AFTOJK7FTVI5LNZRATHD5GLQV4SOPA5CNFSM4JLOVOK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLHBZQ#issuecomment-559313126",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf2d67791e6_3c0a3faa866cd96c48618--


From noreply@github.com  Wed Nov 27 18:38:20 2019
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 9775D120026 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:38:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 5ICDg6evUNu1 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:38:14 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65C3D1208C3 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 18:37:51 -0800 (PST)
Date: Wed, 27 Nov 2019 18:37:49 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574908669; bh=7q2dXyZFwL2ezYSpT+tPaUVy4aW1wa0Y9g1WjY29A+E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ElKskVeVm/0IZru25GzTlBL4XTylhoV4eP5ZF0+TU1oCIbe0xbFR6OCgedZEDjy4C goShugNf1RQJ0uOe2bma2xFONZzIUIxGOIFb0C8IflYVYz8K6ooodd/Tm1jsJyO37w 1Q8kyI90ZXTdYCA2cfFVUvA1j6PEekA5liC64NlM=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6K7Q6SIAPWTOZDOR535RSX3EVBNHHB473CTE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3142/559317544@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3142@github.com>
References: <quicwg/base-drafts/issues/3142@github.com>
Subject: Re: [quicwg/base-drafts] It is unspecified how a server sends Handshake packets during / after migration (#3142)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf32fdbc6e8_61dc3ffb142cd964121362"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 02:38:21 -0000

----==_mimepart_5ddf32fdbc6e8_61dc3ffb142cd964121362
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho, this appears to be addressed by #3145, like the others in this cluster.  Is that right?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3142#issuecomment-559317544
----==_mimepart_5ddf32fdbc6e8_61dc3ffb142cd964121362
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>, this appears to be addressed by <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="511685541" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3145" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3145/hovercard" href="https://github.com/quicwg/base-drafts/pull/3145">#3145</a>, like the others in this cluster.  Is that right?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications&amp;email_token=AFTOJKY6EAJPEE7FFEMTJ63QV4VH3A5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIEKA#issuecomment-559317544">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSTI3AKJOCMZVZNATQV4VH3ANCNFSM4JENYYLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2LM2ERKNRPF2KQTPLQV4VH3A5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIEKA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications\u0026email_token=AFTOJKY6EAJPEE7FFEMTJ63QV4VH3A5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIEKA#issuecomment-559317544",
"url": "https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications\u0026email_token=AFTOJKY6EAJPEE7FFEMTJ63QV4VH3A5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIEKA#issuecomment-559317544",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf32fdbc6e8_61dc3ffb142cd964121362--


From nobody Wed Nov 27 18:46:02 2019
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 B91941208E9 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:45:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7U2hOXGYxnuo for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 18:45:57 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5BB61208C4 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 18:45:56 -0800 (PST)
Received: from github-lowworker-f045d1f.ac4-iad.github.net (github-lowworker-f045d1f.ac4-iad.github.net [10.52.19.54]) by smtp.github.com (Postfix) with ESMTP id ED61E660767 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 18:45:55 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574909155; bh=GGbcUhDE7lvz1UYk8Uyt/rPMe8W4x3VFwlEg8pT4OPI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YjU2b0qj0PB/sYiF8Fq8N3AaNdMKlY1NwkP2ALYGwwo4lhJeYuSG4AtNHabTDh3QQ xUPOOlL9dSkyKFm99e4i0PJP1KIDh7dnNfpPnq/I/lf3hWRQqv1Gsic2UleSexSMAQ fzqsSAhl/rA6ckP2DqHkkbLFaI9fiei8YiHcdAJw=
Date: Wed, 27 Nov 2019 18:45:55 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3TF7E4UBR2E4FKH5F35RTWHEVBNHHB6D3C4A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3216/559319078@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3216@github.com>
References: <quicwg/base-drafts/issues/3216@github.com>
Subject: Re: [quicwg/base-drafts] Flow Control Tuning (#3216)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf34e3de5fc_10093ff49e0cd9601281f5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vLxFQZZEcgHX48x3iHeYKvrXB6E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 02:45:59 -0000

----==_mimepart_5ddf34e3de5fc_10093ff49e0cd9601281f5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

After briefly discussing this with Gorry, I think that we concluded that advice about the frequency of flow control updates would help.

Where flow control limits broadly correspond to the congestion window size, those updates would need to be sent about as often as acknowledgments in order to ensure that flow control didn't stall unnecessarily.  That would be the upper limit; larger flow control limits need proportionally fewer updates.  If flow control limits are very large, updates could be far less frequent.

I don't think that we have an algorithm here, but it seems like this advice would go a long way to avoiding the worst problems.

There's a question then about where this advice goes.  I am inclined to keep this in the transport doc as long as our response only extends to advice in the abstract.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3216#issuecomment-559319078
----==_mimepart_5ddf34e3de5fc_10093ff49e0cd9601281f5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>After briefly discussing this with Gorry, I think that we concluded that advice about the frequency of flow control updates would help.</p>
<p>Where flow control limits broadly correspond to the congestion window size, those updates would need to be sent about as often as acknowledgments in order to ensure that flow control didn't stall unnecessarily.  That would be the upper limit; larger flow control limits need proportionally fewer updates.  If flow control limits are very large, updates could be far less frequent.</p>
<p>I don't think that we have an algorithm here, but it seems like this advice would go a long way to avoiding the worst problems.</p>
<p>There's a question then about where this advice goes.  I am inclined to keep this in the transport doc as long as our response only extends to advice in the abstract.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications&amp;email_token=AFTOJK3FQWCYHTWG3BJX6IDQV4WGHA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIQJQ#issuecomment-559319078">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5PE5SNMMZUC52O4N3QV4WGHANCNFSM4JLYZPIA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5G5SGL4E4ACK5XPN3QV4WGHA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIQJQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK3FQWCYHTWG3BJX6IDQV4WGHA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIQJQ#issuecomment-559319078",
"url": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK3FQWCYHTWG3BJX6IDQV4WGHA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLIQJQ#issuecomment-559319078",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf34e3de5fc_10093ff49e0cd9601281f5--


From nobody Wed Nov 27 19:00:22 2019
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 4F5FC120125 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:00:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 yq8ulZnRAJuH for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:00:18 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D5F7120110 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:00:18 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id 621661C1DB5 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:00:17 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574910017; bh=nWUt/NaR3AysYPzwYLwdGnCQW3Y+ZC/e6oSSSLBcRCM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XCMO7kb4m0doJHH8JlVBkRWAhlPTDufo49SsDlIkRxhDyHWT0MIqwxPlFxK42Ct5k zuhyD0Z3bDZx2kAhZbP93wEfPF6+t5B2noOOaImG0n5wnDR2vfOzPFawpp0BzWqmSa q8uHLCCXD44XciVnveZidUpGcsUzBv+D0arDimHg=
Date: Wed, 27 Nov 2019 19:00:17 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6P2T7DBP62OM3CHEF35RVMDEVBNHHB473CTE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3142/559322037@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3142@github.com>
References: <quicwg/base-drafts/issues/3142@github.com>
Subject: Re: [quicwg/base-drafts] It is unspecified how a server sends Handshake packets during / after migration (#3142)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf38415277c_f003fe1ed2cd968710f0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8EsHd228amWzMBsD8Nl2XB3PLwE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 03:00:20 -0000

----==_mimepart_5ddf38415277c_f003fe1ed2cd968710f0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson Yes. That's correct.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3142#issuecomment-559322037
----==_mimepart_5ddf38415277c_f003fe1ed2cd968710f0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a> Yes. That's correct.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications&amp;email_token=AFTOJK7DZ2IEB3TTFOSZ3GTQV4X4DA5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLJHNI#issuecomment-559322037">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4HHGKTUJK4YA6KKZTQV4X4DANCNFSM4JENYYLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYESX3RPKO2KBTW6YLQV4X4DA5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLJHNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications\u0026email_token=AFTOJK7DZ2IEB3TTFOSZ3GTQV4X4DA5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLJHNI#issuecomment-559322037",
"url": "https://github.com/quicwg/base-drafts/issues/3142?email_source=notifications\u0026email_token=AFTOJK7DZ2IEB3TTFOSZ3GTQV4X4DA5CNFSM4JENYYLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLJHNI#issuecomment-559322037",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf38415277c_f003fe1ed2cd968710f0--


From nobody Wed Nov 27 19:04:34 2019
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 9EC0C120125 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:04:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Q9KNWUcqxiD0 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:04:29 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD667120110 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:04:29 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id DCAF52C117E for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:04:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574910268; bh=eUAsFotPY9sitgH0BtSQvSPT8/xmQcuYZF1M7dJGXqQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Vf5gEk9vXG7sIZLYAhqQSTM/MXpvwB/vjYyAFdXR9XvQBiOFb99ZNQ0sfjxt5PWKr n1z5XYfBwlAmXCUq+B1uxhwUbMjGfawQsF0YwS7WPnbS3k5wlMjNHysgd/pj6oCT69 fHZ5/BubJcVTQWOrT9CCcTPNCF+gUdpLKP85YVpE=
Date: Wed, 27 Nov 2019 19:04:28 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK73BAYWTQ2OY5C56AN35RV3ZEVBNHHB7EQTBM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3278@github.com>
Subject: [quicwg/base-drafts] Add Contributors (#3278)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf393cce553_67003ff53f0cd9641670d5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RhoWmkmEp031nppbVOLrztYAcIA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 03:04:32 -0000

----==_mimepart_5ddf393cce553_67003ff53f0cd9641670d5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The list of people who have made contributions is LONG.  This issue will track creation of a list of contributors.

This will list people's name properly.  We're now allowed to use non-ASCII codepoints in names, we should exploit that fully.  Names that are mostly Latin can use the native form; for people with non-Latin names (like @kazuho), we probably should include an anglicized version so that they remain recognizable to those of us not sufficiently versed in their native language.

My current inclination is to avoid listing affiliations for a range of reasons, including the number of affiliation changes over the course of this process and the fact that this information was not always available.

This isn't an open invitation to get your name listed.  Nor is this an opportunity to get your paper cited.  My view is that editors reserve the right to decide who is listed and that is not open to debate.  I also hold that non-substantive contributions like fixing a typo - while greatly appreciated - does not in itself justify inclusion.  All that said, we're probably likely to miss at least some of the many people who have helped out.  Once the list is assembled, let the editors know if there are omissions or corrections.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3278
----==_mimepart_5ddf393cce553_67003ff53f0cd9641670d5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The list of people who have made contributions is LONG.  This issue will track creation of a list of contributors.</p>
<p>This will list people's name properly.  We're now allowed to use non-ASCII codepoints in names, we should exploit that fully.  Names that are mostly Latin can use the native form; for people with non-Latin names (like <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>), we probably should include an anglicized version so that they remain recognizable to those of us not sufficiently versed in their native language.</p>
<p>My current inclination is to avoid listing affiliations for a range of reasons, including the number of affiliation changes over the course of this process and the fact that this information was not always available.</p>
<p>This isn't an open invitation to get your name listed.  Nor is this an opportunity to get your paper cited.  My view is that editors reserve the right to decide who is listed and that is not open to debate.  I also hold that non-substantive contributions like fixing a typo - while greatly appreciated - does not in itself justify inclusion.  All that said, we're probably likely to miss at least some of the many people who have helped out.  Once the list is assembled, let the editors know if there are omissions or corrections.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3278?email_source=notifications&amp;email_token=AFTOJK2OKMWUPUWO63DFZD3QV4YLZA5CNFSM4JSOUQ6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4SCMFQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6TVVTA5FWMRP3BTKDQV4YLZANCNFSM4JSOUQ6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZHRGVAW6SFBOR2XRDQV4YLZA5CNFSM4JSOUQ6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4SCMFQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3278?email_source=notifications\u0026email_token=AFTOJK2OKMWUPUWO63DFZD3QV4YLZA5CNFSM4JSOUQ6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4SCMFQ",
"url": "https://github.com/quicwg/base-drafts/issues/3278?email_source=notifications\u0026email_token=AFTOJK2OKMWUPUWO63DFZD3QV4YLZA5CNFSM4JSOUQ6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H4SCMFQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf393cce553_67003ff53f0cd9641670d5--


From nobody Wed Nov 27 19:28:31 2019
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 1AFFF120956 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:28:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9Qo-I3CCrFda for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:28:28 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE220120116 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:28:28 -0800 (PST)
Received: from github-lowworker-275fa97.va3-iad.github.net (github-lowworker-275fa97.va3-iad.github.net [10.48.17.64]) by smtp.github.com (Postfix) with ESMTP id 119876E03B4 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:28:28 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574911708; bh=KFkySxIftzGoLmA7OA/onpz4T5ftJLUTfslBD6QUBiA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FmC38wkVk7/bRa9tPS11b2/AtiAcrG1l2FOxRP/uBkFlYcl2X1ytHBGj8c3hK87mW ZuEsNQ/Pi8w+eFamutTKnhaeqNnZv1uhunbpvI/1Q1VOZAvUCZloKS2oQGn386dOaV nEes7PgKlV19ZSOPyYQOtRYmfp5lIFOalGdHNhsw=
Date: Wed, 27 Nov 2019 19:28:28 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZMFDR35TZ6B6CTNYV35RYVXEVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274/559327038@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3274@github.com>
References: <quicwg/base-drafts/issues/3274@github.com>
Subject: Re: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf3edc1c5a_4d323f8198ecd96c326595"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2kTYol8y_ztbB7IC0EzfKarQscc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 03:28:30 -0000

----==_mimepart_5ddf3edc1c5a_4d323f8198ecd96c326595
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson 
> Since I did this, I've realized that even this was an overly pessimistic outcome. By precomputing the XOR stream for CTR protection, it should be possible to make an even faster version of the protected form here.

I might be missing something, but I wonder if you can precompute the XOR streams for all the nonces (2<sup>64</sup> bits).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274#issuecomment-559327038
----==_mimepart_5ddf3edc1c5a_4d323f8198ecd96c326595
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/martinthomson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinthomson">@martinthomson</a></p>
<blockquote>
<p>Since I did this, I've realized that even this was an overly pessimistic outcome. By precomputing the XOR stream for CTR protection, it should be possible to make an even faster version of the protected form here.</p>
</blockquote>
<p>I might be missing something, but I wonder if you can precompute the XOR streams for all the nonces (2<sup>64</sup> bits).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJK7BQXL7A4H2BSYPXD3QV43FZA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKOPQ#issuecomment-559327038">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7VOK5I5IUJBGYBZGTQV43FZANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZDGL3BEHIMG5BAEDLQV43FZA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKOPQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK7BQXL7A4H2BSYPXD3QV43FZA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKOPQ#issuecomment-559327038",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK7BQXL7A4H2BSYPXD3QV43FZA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKOPQ#issuecomment-559327038",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf3edc1c5a_4d323f8198ecd96c326595--


From nobody Wed Nov 27 19:34:19 2019
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 76CB4120116 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:34:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 cDADF1WBCZ7L for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:34:13 -0800 (PST)
Received: from out-22.smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3E95120956 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:34:12 -0800 (PST)
Received: from github-lowworker-45eca55.ac4-iad.github.net (github-lowworker-45eca55.ac4-iad.github.net [10.52.25.70]) by smtp.github.com (Postfix) with ESMTP id 17DCBA06CD for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:34:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574912052; bh=ZpLJ1vsvJXP9RRxgSs32c3p57ZIw3965GsudOX3flOE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EzlzmbUPtSiiNCHRKQnywTlBpNpZckcYaLVezQTWEUu7Tk7ueItT86YvY/VIPILya dUJ7UF/6htazDpdGw9zy00MpEFQxoI3GBRLpmZUHqZVX3xtTOAO8YxkQTzb0PIf2L6 PpqyqeqkEx4Lp5JQC6FoQCoXMhBLg+m3NrGzTJ2E=
Date: Wed, 27 Nov 2019 19:34:12 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2A43PYA255XKD4R535RZLJEVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274/559328131@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3274@github.com>
References: <quicwg/base-drafts/issues/3274@github.com>
Subject: Re: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf403488b2_1a073fdba26cd960407993"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BI8CWjr_rZDzmBA9WDnQ49ZCPYU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 03:34:14 -0000

----==_mimepart_5ddf403488b2_1a073fdba26cd960407993
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Regarding the numbers, Martin, thank you for collecting them.

I think that the benchmark confirms our expectation that the cost of running AES (based on fixed key, with different nonce) does not matter when a conventional CPU with AES offloading is used.

Though I think the other question might be if we can require all the DDoS mitigation boxes to be capable of running AES fast.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274#issuecomment-559328131
----==_mimepart_5ddf403488b2_1a073fdba26cd960407993
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Regarding the numbers, Martin, thank you for collecting them.</p>
<p>I think that the benchmark confirms our expectation that the cost of running AES (based on fixed key, with different nonce) does not matter when a conventional CPU with AES offloading is used.</p>
<p>Though I think the other question might be if we can require all the DDoS mitigation boxes to be capable of running AES fast.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJK6IV4NDPHXJMDGCHCDQV433JA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKXAY#issuecomment-559328131">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4F2MFBX7NI2HC2LXDQV433JANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5PUHMWI54HCKVTHPTQV433JA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKXAY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK6IV4NDPHXJMDGCHCDQV433JA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKXAY#issuecomment-559328131",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK6IV4NDPHXJMDGCHCDQV433JA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLKXAY#issuecomment-559328131",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf403488b2_1a073fdba26cd960407993--


From nobody Wed Nov 27 19:37:22 2019
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 875E5120956 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:37:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.194
X-Spam-Level: 
X-Spam-Status: No, score=-6.194 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, HTML_OBFUSCATE_05_10=0.26, MAILING_LIST_MULTI=-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 yVmMvHJIcbF5 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 19:37:19 -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 136E3120116 for <quic-issues@ietf.org>; Wed, 27 Nov 2019 19:37:19 -0800 (PST)
Date: Wed, 27 Nov 2019 19:37:18 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574912238; bh=qjUmUbOWu7XV8qMoEDj5Gb/KSxN+gy3jY0YdIzEvvI0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Ny7Zx2p9x6obld/q2tEUnkbukHHu6bhkCCiJJDFETHJbdUWfI9QlzRYinsgJTuOp5 bBJj7vrsWzrQKI5l/EFhjl4Sz9zphArxEAQKeWtFsRiOSy6oSazhGPTvGBmdmv+5eY ca+vMKlt8Rl8AelaXIR6eIhVXcQwZMp0Ldc82xWQ=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4BRPKGWIKTNNZ65KN35RZW5EVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274/559328712@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3274@github.com>
References: <quicwg/base-drafts/issues/3274@github.com>
Subject: Re: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf40ee5c47a_44ed3ff9024cd96c122492"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LBihb2XFV1pLTOwa5aRbfNtCk6M>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 03:37:21 -0000

----==_mimepart_5ddf40ee5c47a_44ed3ff9024cd96c122492
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I might be missing something, but I wonder if you can precompute the XOR streams for all the nonces (2<sup>64</sup> possibilities).

Oh, and I realized again why I didn't do that yesterday: 2<sup>64</sup> lots of precomputation is a little too much :)  Forget that bit.  The numbers are basically correct.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274#issuecomment-559328712
----==_mimepart_5ddf40ee5c47a_44ed3ff9024cd96c122492
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I might be missing something, but I wonder if you can precompute the XOR streams for all the nonces (2<sup>64</sup> possibilities).</p>
</blockquote>
<p>Oh, and I realized again why I didn't do that yesterday: 2<sup>64</sup> lots of precomputation is a little too much :)  Forget that bit.  The numbers are basically correct.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJK5KYNKOJL2BEU3OE23QV44G5A5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLK3SA#issuecomment-559328712">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6N7N4IBTAKS425YEDQV44G5ANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5NYXH3E3JFBPTZ5I3QV44G5A5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLK3SA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK5KYNKOJL2BEU3OE23QV44G5A5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLK3SA#issuecomment-559328712",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK5KYNKOJL2BEU3OE23QV44G5A5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLK3SA#issuecomment-559328712",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf40ee5c47a_44ed3ff9024cd96c122492--


From nobody Wed Nov 27 21:52:41 2019
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 620F3120B6D for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 21:52:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 f0Ob4PF6qaQ0 for <quic-issues@ietfa.amsl.com>; Wed, 27 Nov 2019 21:52:38 -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 F3238120B5B for <quic-issues@ietf.org>; Wed, 27 Nov 2019 21:52:37 -0800 (PST)
Date: Wed, 27 Nov 2019 21:52:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574920357; bh=RnCRGeQI0F1xN7tM63M2Wvir2++94xFXkv+qPL28D4I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=et7W8v+L9IsqNzSiXs/Zu552+X6EHhL6zIyB00S3eYlIrjgvY+sUGeJGmL7RVzmgK e3Kkd7+Jxj7OpdOitxGaKxz4tpEoQdIeDgS6RyDED3KrJyp+cwiX5B87AsKni0Xcze 7Se+vd+AMIuN3233u4OEVziqh3J4H8OnALlJYlrE=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3P5GDKG5Z4QGPTN7N35SJSLEVBNHHB7CUNWA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3274/559352347@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3274@github.com>
References: <quicwg/base-drafts/issues/3274@github.com>
Subject: Re: [quicwg/base-drafts] Encrypting Retry token (#3274)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddf60a526d9a_191d3fcf6a0cd964344571"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Za-mEQLfFyb6t8ZZV7q0VG_qJyY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 05:52:39 -0000

----==_mimepart_5ddf60a526d9a_191d3fcf6a0cd964344571
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Here are the results from a different system (ignore absolute values and concentrate on relative values):

```
Measuring best of 1000 iterations
ghash:           5825976
aes_gcm_slow:   18750874
aes_gcm_fast:    8619132
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3274#issuecomment-559352347
----==_mimepart_5ddf60a526d9a_191d3fcf6a0cd964344571
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Here are the results from a different system (ignore absolute values and concentrate on relative values):</p>
<pre><code>Measuring best of 1000 iterations
ghash:           5825976
aes_gcm_slow:   18750874
aes_gcm_fast:    8619132
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications&amp;email_token=AFTOJK6ZJH2LUTWVEZ5KDK3QV5MCLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLQUGY#issuecomment-559352347">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5EADQOCYUALROTGRLQV5MCLANCNFSM4JSCYGXQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK55N6P3NWNEOFI6373QV5MCLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLQUGY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK6ZJH2LUTWVEZ5KDK3QV5MCLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLQUGY#issuecomment-559352347",
"url": "https://github.com/quicwg/base-drafts/issues/3274?email_source=notifications\u0026email_token=AFTOJK6ZJH2LUTWVEZ5KDK3QV5MCLA5CNFSM4JSCYGX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFLQUGY#issuecomment-559352347",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddf60a526d9a_191d3fcf6a0cd964344571--


From nobody Thu Nov 28 03:10:27 2019
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 DF6A112080B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:10:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 thbwl5Kc7XbN for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:10:24 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 37A701207FF for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:10:24 -0800 (PST)
Received: from github-lowworker-2ef7ba1.ac4-iad.github.net (github-lowworker-2ef7ba1.ac4-iad.github.net [10.52.16.66]) by smtp.github.com (Postfix) with ESMTP id 8B1C86A083D for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:10:23 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574939423; bh=xAxT1BjPUWR12uunAM2rFnupLxvnMLSkhOe+2vrRLwM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AIzd1dEJ1UFhjMikh1Ia1j0PaG1pnLcQbMXJpW/WZ+DHzGMY1XEkF5NfzGae6FcIk skrrRLImplLYrbMbVuFvWMHxLzWK1UKkSoAKcChoH/TClGKxSyBAOzd1GC1j2owudf 8aO3e1O/lAGDvdHMO6GInj3Gge8XnK2feiQomHW8=
Date: Thu, 28 Nov 2019 03:10:23 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZLMW4G5X7ZPPKGZXN35TOZ7EVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/559450820@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfab1f7c878_1b8b3ff8a3acd95c13831aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/xiQxkMwG3N3YnjLZDG066sQzkII>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:10:26 -0000

----==_mimepart_5ddfab1f7c878_1b8b3ff8a3acd95c13831aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

> I believe the simplest way to ensure QUIC isn't overly aggressive during the handshake and to encourage packet coalescing is to specify pto_count on a connection scope, similar to the rtt variables.

I think we agree that PTO during handshake should be _as aggressive as_ after the handshake. However, I am starting to wonder if the current spec. actually works that way.

Consider the case when the server responds to ClientHello. It would be sending Initial, Handshake, and 1-RTT packet at the same time. Then, when those QUIC packets gets lost, the loss timer would be invoked three times, resulting in pto_count set to 3. Is that the intended behavior? I think in such case, pto_count should become one, after the PTO timers of each epoch is triggered.

Therefore, to me, the correct logic seems to be:
* have pto_count for each epoch
* every time the per-epoch PTO timer is triggered, increment the per-epoch pto_count by 1
* when an ACK is being received on *any* epoch, reset pto_count of all the epochs

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-559450820
----==_mimepart_5ddfab1f7c878_1b8b3ff8a3acd95c13831aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<blockquote>
<p>I believe the simplest way to ensure QUIC isn't overly aggressive during the handshake and to encourage packet coalescing is to specify pto_count on a connection scope, similar to the rtt variables.</p>
</blockquote>
<p>I think we agree that PTO during handshake should be <em>as aggressive as</em> after the handshake. However, I am starting to wonder if the current spec. actually works that way.</p>
<p>Consider the case when the server responds to ClientHello. It would be sending Initial, Handshake, and 1-RTT packet at the same time. Then, when those QUIC packets gets lost, the loss timer would be invoked three times, resulting in pto_count set to 3. Is that the intended behavior? I think in such case, pto_count should become one, after the PTO timers of each epoch is triggered.</p>
<p>Therefore, to me, the correct logic seems to be:</p>
<ul>
<li>have pto_count for each epoch</li>
<li>every time the per-epoch PTO timer is triggered, increment the per-epoch pto_count by 1</li>
<li>when an ACK is being received on <em>any</em> epoch, reset pto_count of all the epochs</li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJKZWTHOGHINNZN5KE3DQV6RJ7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMIVRA#issuecomment-559450820">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK75O7OCYGGTHMJI773QV6RJ7ANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2ENU63DAD4OOCRB33QV6RJ7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMIVRA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKZWTHOGHINNZN5KE3DQV6RJ7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMIVRA#issuecomment-559450820",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKZWTHOGHINNZN5KE3DQV6RJ7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMIVRA#issuecomment-559450820",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfab1f7c878_1b8b3ff8a3acd95c13831aa--


From nobody Thu Nov 28 03:11:02 2019
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 9F67112080B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:11:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sqjBbpPKf5W5 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:10:59 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F4E71207FF for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:10:59 -0800 (PST)
Date: Thu, 28 Nov 2019 03:10:58 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574939458; bh=eR3ixDvrF4NyzsxWRkSW2FQtEX0qDDy60vhsmdBhp1M=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lr8TyDweAO9RCYfwTSSy/H6dHpkabFf/hyJVuoSL5spfHTc9YtlmJ2ZGH6oBjc8tS U7WjxA3HIj4/lr5zdn7ChlbJaDEZ6D7UhF+201gU2Z3M7paQnHGNZ29KdcXy5o1G2+ InW+4nH6dv51EDZmkIGJhavSLnnCngzVo/Lgy63g=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2P3VRCZK6MJERO3G535TO4FEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/review/324216204@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfab428d4e7_3053fb7156cd96c9506bb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0C49yO8R_sUQb9oaG2z9Q-DyKQ0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:11:01 -0000

----==_mimepart_5ddfab428d4e7_3053fb7156cd96c9506bb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#pullrequestreview-324216204
----==_mimepart_5ddfab428d4e7_3053fb7156cd96c9506bb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> approved this pull request.</p>



<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJKYVS4FYJLHDS3PWC53QV6RMFA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSLDA#pullrequestreview-324216204">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7C3JBMOSCOFMIKLO3QV6RMFANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYDSZ7VOCB6OSFSD6DQV6RMFA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSLDA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKYVS4FYJLHDS3PWC53QV6RMFA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSLDA#pullrequestreview-324216204",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKYVS4FYJLHDS3PWC53QV6RMFA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSLDA#pullrequestreview-324216204",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfab428d4e7_3053fb7156cd96c9506bb--


From nobody Thu Nov 28 03:12:31 2019
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 56C88120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:12:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 7thQzT4iMi9i for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:12:28 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C0B212080C for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:12:27 -0800 (PST)
Date: Thu, 28 Nov 2019 03:12:26 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574939546; bh=Q74PwRmhjmFA9YflxshN3bJij3DFDVXaxx70spkjOow=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=wEI8kQIuyYZNQzKWTJNfNveUtZfR0mcoS3R+lvfqqsUfZNjhL7oZRO2xEesbbax4U kbEIOq3EB1BSzsROAgZPzFBQcNuVL/Rm/zMaUcjsjsX3uqAzkB6fFnV9Oojo05IuG0 4lvQ3NiepdUTlZpjvwjNnKs2lIEoZvn0eRTbCkh4=
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7OSJZ4JLEJ7MAHM3V35TPBVEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/review/324217015@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfab9a9c7b3_388e3fbd772cd96c12794aa"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ummnYPKFQLMDZbS34yRLlzwCzNs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:12:29 -0000

----==_mimepart_5ddfab9a9c7b3_388e3fbd772cd96c12794aa
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LPardue requested changes on this pull request.

See related issue



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#pullrequestreview-324217015
----==_mimepart_5ddfab9a9c7b3_388e3fbd772cd96c12794aa
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@LPardue</b> requested changes on this pull request.</p>

<p>See related issue</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJKZKEAI7FZOWVESZVK3QV6RRVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSRNY#pullrequestreview-324217015">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2ZGHVUYIBTRLONZRLQV6RRVANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZGVFVEOAVPX6S5LQDQV6RRVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSRNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKZKEAI7FZOWVESZVK3QV6RRVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSRNY#pullrequestreview-324217015",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKZKEAI7FZOWVESZVK3QV6RRVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJSRNY#pullrequestreview-324217015",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfab9a9c7b3_388e3fbd772cd96c12794aa--


From nobody Thu Nov 28 03:23:02 2019
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 9A68B12080C for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:23:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.595
X-Spam-Level: 
X-Spam-Status: No, score=-6.595 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1QPLCwgiajBd for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:23:00 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1536112010C for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:23:00 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 9FE07261747 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:22:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574940179; bh=kC1mogr8nWeazTJOhkjoTKLijf88J7NC/uCEKjo4l2Q=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QKED+Uw4LJDNDFn+uAF7A+Z8hOIwq/4KFjgfJ/S+FPGgJ64TVVLKDB2UbTQPpL2po cGEbyrEjDRAgJxv+HecXrzO6Dd559osMyJjm8iP049HjFQqpMji6m/poYcnzmLH45H TiykfLlJLYGF0M54CO3bT2rxCU/b7u2tkFTStiuY=
Date: Thu, 28 Nov 2019 03:22:59 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4ZFH27MLHLPW6O3R535TQJHEVBNHHB6OVESM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/c559454751@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfae135b14d_35a3fc4144cd96c67111f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wLEPcjeEdVrPc8cjojgy9G-NRuA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:23:01 -0000

----==_mimepart_5ddfae135b14d_35a3fc4144cd96c67111f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Rabbit-hole warning. There isn't a real set of requirements anywhere for congestion control articulated any better than what's in 8085. Gorry and I looked through existing documents, realized that we're lacking here, leading to Gorry's [draft-fairhurst-tsvwg-cc-04](https://tools.ietf.org/html/draft-fairhurst-tsvwg-cc-04).

I don't think it makes sense to move text out of 8085 here. The entire point of a normative reference is so we don't do that. Is there any specific text that you have in mind, @ianswett?

The MUST here is so that an implementer is required to consider the UDP guidelines in 8085, but each one of those SHOULDs is evaluated individually. Simply saying SHOULD conform to 8085 is quite different than that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248#issuecomment-559454751
----==_mimepart_5ddfae135b14d_35a3fc4144cd96c67111f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Rabbit-hole warning. There isn't a real set of requirements anywhere for congestion control articulated any better than what's in 8085. Gorry and I looked through existing documents, realized that we're lacking here, leading to Gorry's <a href="https://tools.ietf.org/html/draft-fairhurst-tsvwg-cc-04" rel="nofollow">draft-fairhurst-tsvwg-cc-04</a>.</p>
<p>I don't think it makes sense to move text out of 8085 here. The entire point of a normative reference is so we don't do that. Is there any specific text that you have in mind, <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/ianswett/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ianswett">@ianswett</a>?</p>
<p>The MUST here is so that an implementer is required to consider the UDP guidelines in 8085, but each one of those SHOULDs is evaluated individually. Simply saying SHOULD conform to 8085 is quite different than that.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications&amp;email_token=AFTOJK7JKWXPMSMH7KYFMHLQV6SZHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMJUHY#issuecomment-559454751">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYTBOSKBSUTXVZQH23QV6SZHANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3F7XZ2DWDKXQDALKLQV6SZHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMJUHY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7JKWXPMSMH7KYFMHLQV6SZHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMJUHY#issuecomment-559454751",
"url": "https://github.com/quicwg/base-drafts/pull/3248?email_source=notifications\u0026email_token=AFTOJK7JKWXPMSMH7KYFMHLQV6SZHA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMJUHY#issuecomment-559454751",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfae135b14d_35a3fc4144cd96c67111f--


From nobody Thu Nov 28 03:24:37 2019
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 33007120831 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:24:33 -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 LQ5RbonknyKv for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:24:31 -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 2C027120814 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:24:26 -0800 (PST)
Date: Thu, 28 Nov 2019 03:24:25 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574940265; bh=7X5oDcXI6cA2n7DaV00FNCiE/ddzvy/WT+9DYPN6Pl0=; h=Date:From:To:Subject:From; b=X3sqMPoAPECh6KmBwu4QFtth97/FHNzyJz3cJbHeRL3/oVxKW97woNkgzVsL6CUaa GRWaS37S2az1dBVLpflC8nQFa5BQ5EDirarScfhGs3SJxziEPEtvufQQE+bj2o8llC y6YucNHNjmnE9kLBbB+d6ckGn8WmAtAia1EUWjoI=
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/jri/cc/7ea7d1-4d3b03@github.com>
Subject: [quicwg/base-drafts] 4d3b03: specify section 3.1
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/i_5Qcgi_Y12cfDzOsvcWqrLL5FM>
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: Thu, 28 Nov 2019 11:24:35 -0000

  Branch: refs/heads/jri/cc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4d3b036c1f473d5d6c875c7ff748b4f06121d582
      https://github.com/quicwg/base-drafts/commit/4d3b036c1f473d5d6c875c7ff748b4f06121d582
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

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

  Log Message:
  -----------
  specify section 3.1



From nobody Thu Nov 28 03:24:41 2019
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 BED30120900 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:24:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 9xvywAwcm7rM for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:24:34 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 694621208AF for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:24:34 -0800 (PST)
Date: Thu, 28 Nov 2019 03:24:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574940273; bh=eBtFk2UpvdS9DWR98QbPaFekYrN5FSMWrULe29jR+I8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=REbGmaT6mUqGH5bi25ia68PlQoZBIgXTTQLzt11xdPCkepkxFHi3YE6+PrgAfam9V VhT3FLedkRXwUSDhDiL8mPAgiv4kZIXrskXI8Tq/qWPzU4D+z/6QVeL6PtfSUpUYYM jG/3KB8Fm9T0zVCGJHqlVFKUnbrS4XuaNwqjOCJE=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3248/push/4331653742@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3248@github.com>
References: <quicwg/base-drafts/pull/3248@github.com>
Subject: Re: [quicwg/base-drafts] Fix congestion control permissiveness (#3248)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfae71ae035_576b3fce86ccd9601713175"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cf6qHo0aqpmcvWUH8blUXVAOLus>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:24:36 -0000

----==_mimepart_5ddfae71ae035_576b3fce86ccd9601713175
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar pushed 1 commit.

4d3b036c1f473d5d6c875c7ff748b4f06121d582  specify section 3.1


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3248/files/7ea7d1a76236c0504d65a5c5b390809f3f13814c..4d3b036c1f473d5d6c875c7ff748b4f06121d582

----==_mimepart_5ddfae71ae035_576b3fce86ccd9601713175
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/janaiyengar" class="user-mention">@janaiyengar</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4d3b036c1f473d5d6c875c7ff748b4f06121d582">4d3b036</a>  specify section 3.1</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3248/files/7ea7d1a76236c0504d65a5c5b390809f3f13814c..4d3b036c1f473d5d6c875c7ff748b4f06121d582?email_source=notifications&amp;email_token=AFTOJK7MTKRFRMSICJ6NRX3QV6S7DA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGMZTCNRVGM3TIMQ">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY5VEKRXNTENDPMXBDQV6S7DANCNFSM4JOIIFYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KCCDPSGTMWZFG65TQV6S7DA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGMZTCNRVGM3TIMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3248/files/7ea7d1a76236c0504d65a5c5b390809f3f13814c..4d3b036c1f473d5d6c875c7ff748b4f06121d582?email_source=notifications\u0026email_token=AFTOJK7MTKRFRMSICJ6NRX3QV6S7DA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGMZTCNRVGM3TIMQ",
"url": "https://github.com/quicwg/base-drafts/pull/3248/files/7ea7d1a76236c0504d65a5c5b390809f3f13814c..4d3b036c1f473d5d6c875c7ff748b4f06121d582?email_source=notifications\u0026email_token=AFTOJK7MTKRFRMSICJ6NRX3QV6S7DA5CNFSM4JOIIFY2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DCOBSGA3DAMSQOVZWQIZUGMZTCNRVGM3TIMQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5ddfae71ae035_576b3fce86ccd9601713175--


From nobody Thu Nov 28 03:25:32 2019
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 1D58A120814 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:25:31 -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 bbqd-K7qiA1Y for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:25:30 -0800 (PST)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 178F312080F for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:25:30 -0800 (PST)
Date: Thu, 28 Nov 2019 03:25:29 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574940329; bh=ruwQRJeMRdPm/8XpXs7fn6O8a1sChgxj38eWQ3Aulvc=; h=Date:From:To:Subject:From; b=g2mDa/SEtGYHfy8tTNduI756B1117WcwdLasOg43GVzgqARphyQolSnMjkES+fUgT eVNxSZVdUnABmS25Qw5ug0Mqmsy5vD7/WU9fxPdJHSbx/m1OmrXLeQGFzEjZ/w9NjM RXn+ZELSKuK0+9DrVdo/upUXobi+FoShvbWF1Sbk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/258e3b-a41c87@github.com>
Subject: [quicwg/base-drafts] a41c87: Script updating gh-pages from 4d3b036c. [ci skip]
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/wMnoPWsrz0F4KpidLzOQtfIf0Ro>
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: Thu, 28 Nov 2019 11:25:31 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a41c874687ae6e851dc5d269bf7132e62e305f6f
      https://github.com/quicwg/base-drafts/commit/a41c874687ae6e851dc5d269bf7132e62e305f6f
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    R ianswett-burst-initial/draft-ietf-quic-http.html
    R ianswett-burst-initial/draft-ietf-quic-http.txt
    R ianswett-burst-initial/draft-ietf-quic-invariants.html
    R ianswett-burst-initial/draft-ietf-quic-invariants.txt
    R ianswett-burst-initial/draft-ietf-quic-qpack.html
    R ianswett-burst-initial/draft-ietf-quic-qpack.txt
    R ianswett-burst-initial/draft-ietf-quic-recovery.html
    R ianswett-burst-initial/draft-ietf-quic-recovery.txt
    R ianswett-burst-initial/draft-ietf-quic-tls.html
    R ianswett-burst-initial/draft-ietf-quic-tls.txt
    R ianswett-burst-initial/draft-ietf-quic-transport.html
    R ianswett-burst-initial/draft-ietf-quic-transport.txt
    R ianswett-burst-initial/index.html
    M index.html
    M jri/cc/draft-ietf-quic-http.html
    M jri/cc/draft-ietf-quic-http.txt
    M jri/cc/draft-ietf-quic-invariants.html
    M jri/cc/draft-ietf-quic-invariants.txt
    M jri/cc/draft-ietf-quic-qpack.html
    M jri/cc/draft-ietf-quic-qpack.txt
    M jri/cc/draft-ietf-quic-recovery.html
    M jri/cc/draft-ietf-quic-recovery.txt
    M jri/cc/draft-ietf-quic-tls.html
    M jri/cc/draft-ietf-quic-tls.txt
    M jri/cc/draft-ietf-quic-transport.html
    M jri/cc/draft-ietf-quic-transport.txt
    R reset-after-fin/draft-ietf-quic-http.html
    R reset-after-fin/draft-ietf-quic-http.txt
    R reset-after-fin/draft-ietf-quic-invariants.html
    R reset-after-fin/draft-ietf-quic-invariants.txt
    R reset-after-fin/draft-ietf-quic-qpack.html
    R reset-after-fin/draft-ietf-quic-qpack.txt
    R reset-after-fin/draft-ietf-quic-recovery.html
    R reset-after-fin/draft-ietf-quic-recovery.txt
    R reset-after-fin/draft-ietf-quic-tls.html
    R reset-after-fin/draft-ietf-quic-tls.txt
    R reset-after-fin/draft-ietf-quic-transport.html
    R reset-after-fin/draft-ietf-quic-transport.txt
    R reset-after-fin/index.html

  Log Message:
  -----------
  Script updating gh-pages from 4d3b036c. [ci skip]



From nobody Thu Nov 28 03:27:16 2019
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 00AD4120815 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:27:15 -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 djkxmfow5yDk for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:27:14 -0800 (PST)
Received: from out-15.smtp.github.com (out-15.smtp.github.com [192.30.254.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F398D12080F for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:27:13 -0800 (PST)
Date: Thu, 28 Nov 2019 03:27:13 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574940433; bh=Py+XEYWRgKeLE4jw4l9i0rJ0Oc3vRETZ3Vb3chCqlqc=; h=Date:From:To:Subject:From; b=rSIlZlLoH1OckS/KNNxHlDHWGIwotp2teSncmhCfZoP5l5/OVM3YfB57FZFCrniHg fYMQSr/g+01Cp76F7/Gk1YNv9X3Jwp01U72FkfWO9xdFBjArStLu8HxlGzz4qGqm/F b42qHbLmyvz2j7f2036Rac871ZCx21HA7m0LYPBw=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/a41c87-e5329c@github.com>
Subject: [quicwg/base-drafts] e5329c: Script updating issues at 2019-11-28T11:27:05Z. [c...
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/c4RTkskhe5ZsNizq9DH7ANx0YZw>
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: Thu, 28 Nov 2019 11:27:15 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e5329cf0ecf63de2cfb4139c7b486116a5d16b4e
      https://github.com/quicwg/base-drafts/commit/e5329cf0ecf63de2cfb4139c7b486116a5d16b4e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-28T11:27:05Z. [ci skip]



From nobody Thu Nov 28 03:52:45 2019
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 46652120832 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:52:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 EpXW3Bv_hbz4 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:52:41 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80DEC12082E for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:52:41 -0800 (PST)
Received: from github-lowworker-b19c547.va3-iad.github.net (github-lowworker-b19c547.va3-iad.github.net [10.48.17.66]) by smtp.github.com (Postfix) with ESMTP id BC1DE6A0420 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:52:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574941960; bh=u4SyPp3/XtSl5FmPAneLs5s+B3RqM/Ukn3iHRD7OuQU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=gqhgxKuA3rzUnoEe+aNd//qcZtE35NAUdmg+tLIpaEeekkyfRLiZVh9RT3Skp9FkQ +4bvlQ63O+7PYNAJQqM1rok0dMvSL8MTcXKqhpnG+jBjwmau8REutNLDO9ZUdzM13R 1Qyo1R/oICqD4bM2qxIPRcklkiLMzrNL4ZJAbzpw=
Date: Thu, 28 Nov 2019 03:52:40 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RYZYZ7ITXVJXIC5N35TTYREVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/324237069@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfb508acff8_75e13fdc6dacd9681103366"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Nfhw-GHOXQLyEsWz_kdpShnpHOE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:52:43 -0000

----==_mimepart_5ddfb508acff8_75e13fdc6dacd9681103366
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar commented on this pull request.



> @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to

We've already said that a sender MUST limit bursts to IW, so there's no reason to repeat that. I would argue this is a SHOULD-level requirement; MAY is strange, since that's really a permission and that's not what we're going after here. I'd suggest dropping the phrase "in order to limit bursts" --- "An implementation that does not use pacing SHOULD limit the congestion window increase during slow start to 2 * max_datagram_size per ACK frame received {{?RFC3465}}. "

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r351739490
----==_mimepart_5ddfb508acff8_75e13fdc6dacd9681103366
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r351739490">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to
</pre>
<p>We've already said that a sender MUST limit bursts to IW, so there's no reason to repeat that. I would argue this is a SHOULD-level requirement; MAY is strange, since that's really a permission and that's not what we're going after here. I'd suggest dropping the phrase "in order to limit bursts" --- "An implementation that does not use pacing SHOULD limit the congestion window increase during slow start to 2 * max_datagram_size per ACK frame received {{?RFC3465}}. "</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJKY3PLQ2ONQWDLPX7SDQV6WIRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXODI#discussion_r351739490">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5OZ5JGIHCR4B6MRK3QV6WIRANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3TDRB6JGI37CKVXRLQV6WIRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXODI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKY3PLQ2ONQWDLPX7SDQV6WIRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXODI#discussion_r351739490",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJKY3PLQ2ONQWDLPX7SDQV6WIRA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXODI#discussion_r351739490",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfb508acff8_75e13fdc6dacd9681103366--


From nobody Thu Nov 28 03:53:49 2019
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 2B6A1120831 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:53:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 rWNFBYzkNByL for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:53:47 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9711E12082E for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:53:47 -0800 (PST)
Date: Thu, 28 Nov 2019 03:53:46 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574942026; bh=UZ6SB0itE/BycWYYnxVX7hQ1a2IvBOgbJWuKkMm3vaQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=h27zrijOFyYg2bYklARsORF2anFvvO8H94czv2ZuHsB+iElT1CIwFO4YsCiEGiz9C pHe7JS0tcp+H57YdN4lSpnRQ51T3rnJ4TtuySO6yGoIZyUCf170AIz3giwffYrIBsZ ATRQXhGXU3kSr98cuN4U58S0SInNJ4Y0toyVT6zs=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7NDQSH3FW5PYQ6L7535TT4VEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/c559464752@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfb54ade33a_bf13fe3be4cd95c4057a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IvhwvbID555rhKOIRQX3A9gk46E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:53:49 -0000

----==_mimepart_5ddfb54ade33a_bf13fe3be4cd95c4057a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ah, apologies @LPardue, I missed your comment.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#issuecomment-559464752
----==_mimepart_5ddfb54ade33a_bf13fe3be4cd95c4057a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Ah, apologies <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/LPardue/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LPardue">@LPardue</a>, I missed your comment.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJKY42VSBJ65JROMPHG3QV6WMVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMMCMA#issuecomment-559464752">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4WC24SU3Z6HHGHT6DQV6WMVANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4LFQBRV4VCVYCBQ33QV6WMVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMMCMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKY42VSBJ65JROMPHG3QV6WMVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMMCMA#issuecomment-559464752",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJKY42VSBJ65JROMPHG3QV6WMVA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFMMCMA#issuecomment-559464752",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfb54ade33a_bf13fe3be4cd95c4057a--


From nobody Thu Nov 28 03:54:48 2019
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 B7C2C120831 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:54:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 VsDz3R56-UUG for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 03:54:45 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 512F312082E for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:54:45 -0800 (PST)
Received: from github-lowworker-cde56e0.va3-iad.github.net (github-lowworker-cde56e0.va3-iad.github.net [10.48.25.52]) by smtp.github.com (Postfix) with ESMTP id 5EE7D1C0BE1 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 03:54:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574942084; bh=8lYdc70TpwJJR/SyI7PpOiTwmrAV9SG140ZbD5itxDA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=qevuQ+AUyflxtd4UesPdonqnGO1XYhskCxaMh8OBZV/LrjteVercU3zBWECCA4m+1 Aj579Xj4M0URSBv61ghYPCGhJwpz4HvXVuA9Yx0w+7SMnCVYDkVojF+azXWjTwNHnh Mo4O8t7WybnXlNCz1mzXaZVDwSQt/mJOW4KEzV4c=
Date: Thu, 28 Nov 2019 03:54:44 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HU4X2PWTDN3ERYKV35TUAJEVBNHHB6OQNYU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3239/review/324238127@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3239@github.com>
References: <quicwg/base-drafts/pull/3239@github.com>
Subject: Re: [quicwg/base-drafts] HTTP: Tweak wording about unknown error codes (#3239)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5ddfb5844ed07_6b8e3fdbd72cd95c153601a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7HHfeLgOZR_hVHpc5xu8FPHuIUQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 11:54:47 -0000

----==_mimepart_5ddfb5844ed07_6b8e3fdbd72cd95c153601a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

janaiyengar requested changes on this pull request.

Let's resolve #3276 



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3239#pullrequestreview-324238127
----==_mimepart_5ddfb5844ed07_6b8e3fdbd72cd95c153601a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@janaiyengar</b> requested changes on this pull request.</p>

<p>Let's resolve <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="529377171" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3276" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3276/hovercard" href="https://github.com/quicwg/base-drafts/issues/3276">#3276</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications&amp;email_token=AFTOJK5ZYER7FCRH35UNJRDQV6WQJA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXWLY#pullrequestreview-324238127">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYUD5XPO7EWMVEZI4LQV6WQJANCNFSM4JOG6GDQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2K473B6MUBQVSY5LLQV6WQJA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXWLY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5ZYER7FCRH35UNJRDQV6WQJA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXWLY#pullrequestreview-324238127",
"url": "https://github.com/quicwg/base-drafts/pull/3239?email_source=notifications\u0026email_token=AFTOJK5ZYER7FCRH35UNJRDQV6WQJA5CNFSM4JOG6GD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNJXWLY#pullrequestreview-324238127",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5ddfb5844ed07_6b8e3fdbd72cd95c153601a--


From nobody Thu Nov 28 10:23:04 2019
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 53E381208B5 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 10:23:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NNhNkcx1v0KL for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 10:23:00 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB7281208B3 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 10:23:00 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 210B7960230 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 10:23:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574965380; bh=ZXM3QLVyNGZto9vDQgB9Fw8JFFJd1AsNWaeUsTRGpQ4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=evAsJA0oafqFVlwff0zwttxv9jYYh1Y4J8e4UWDZ2MNxqADt47k/WuW/B8VFFDhG5 L/d+xRBAvh1BmqItFtNCPSoD8obySBjxnc0AKFQKsWQZANedCuXkTE5ixlFDv+XyV6 rIghCTXY8+ypaAnjOxeR9LWDpeprByZu2L0kYvhU=
Date: Thu, 28 Nov 2019 10:23:00 -0800
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZTOLEGX3HV32RIYC535VBQJEVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/559578665@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de0108412a98_34db3ff6d5acd9684946b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IMQDIMODTtA_fAyt_TsqWeV1MOs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Thu, 28 Nov 2019 18:23:02 -0000

----==_mimepart_5de0108412a98_34db3ff6d5acd9684946b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@kazuho: you make a good point. I don't think this is orthogonal to the original issue, I think it's very much related. In addition to what you note, you would also need to use the per-epoch counter for determining how long to set the timer.

This is going to be imperfect or ugly or both. If we use a single pto_count, we'll have duplicate counts. If we use separate pto_counts, we'll have to reconcile different epochs having varying counts.

I think the behavior we're looking for is (i) use a separate pto_count per epoch, (ii) use the max of all pto_counts when setting the timer for any PN space, (iii) reset all pto_counts when an ACK is received for any epoch. 

This isn't great, and it is imperfect -- you can end up being more aggressive than with a single count. But I think it's good enough.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-559578665
----==_mimepart_5de0108412a98_34db3ff6d5acd9684946b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kazuho/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kazuho">@kazuho</a>: you make a good point. I don't think this is orthogonal to the original issue, I think it's very much related. In addition to what you note, you would also need to use the per-epoch counter for determining how long to set the timer.</p>
<p>This is going to be imperfect or ugly or both. If we use a single pto_count, we'll have duplicate counts. If we use separate pto_counts, we'll have to reconcile different epochs having varying counts.</p>
<p>I think the behavior we're looking for is (i) use a separate pto_count per epoch, (ii) use the max of all pto_counts when setting the timer for any PN space, (iii) reset all pto_counts when an ACK is received for any epoch.</p>
<p>This isn't great, and it is imperfect -- you can end up being more aggressive than with a single count. But I think it's good enough.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJK5ASBTSDNCZGQELLDDQWAEAJA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNH4KI#issuecomment-559578665">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2A2JYFLQAFN3CG7Z3QWAEAJANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZTX5BU3IDMCQ4HKJLQWAEAJA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNH4KI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK5ASBTSDNCZGQELLDDQWAEAJA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNH4KI#issuecomment-559578665",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJK5ASBTSDNCZGQELLDDQWAEAJA5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNH4KI#issuecomment-559578665",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de0108412a98_34db3ff6d5acd9684946b2--


From nobody Thu Nov 28 16:02:15 2019
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 5C98E1208E1 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 16:02:14 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.596
X-Spam-Level: 
X-Spam-Status: No, score=-6.596 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, HTML_IMAGE_ONLY_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 TBz3bblXwlgY for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 16:02:09 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1684120227 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 16:02:08 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id D673D9605EC for <quic-issues@ietf.org>; Thu, 28 Nov 2019 16:02:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574985727; bh=0u8QOL8/8EYSw2NwTV2NMBrvWBb3/UNHGj+wS0qVGIc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=s5XFAUjMKe9r+GCZtVtNHKt9a8eVW+HfFRyUphl2n87jhJO9si8tfcUDOlXgrmRf2 pnWQl6+rTE+R4O7pAV/R5K5Cmv6QMG3S5aNbR0Oo8/QdOCUxeC2JJnIOzg8uAIzD53 lE9tialWhnXatdl7JFqSlEOf6VqwRH8RRxM70a1Y=
Date: Thu, 28 Nov 2019 16:02:07 -0800
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6P7GIPA35BWJG76DV35WJH7EVBNHHB64N4FE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3272/559621651@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3272@github.com>
References: <quicwg/base-drafts/issues/3272@github.com>
Subject: Re: [quicwg/base-drafts] pto_count should be reset when dropping a packet number space (#3272)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de05fffc7aad_22e73fbee84cd95c73932f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gZo_Ft1pLT8ZSuk-9xceM_8G3-Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 00:02:14 -0000

----==_mimepart_5de05fffc7aad_22e73fbee84cd95c73932f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar 
> I think the behavior we're looking for is (i) use a separate pto_count per epoch, (ii) use the max of all pto_counts when setting the timer for any PN space, (iii) reset all pto_counts when an ACK is received for any epoch.
> 
> This isn't great, and it is imperfect -- you can end up being more aggressive than with a single count. But I think it's good enough.

The logic you describe sounds fine to me (apparently I missed (ii)), it would make the PTO behavior during handshake _as aggressive as_ after the handshake. I cannot see when it would be more aggressive than that, and I think it's better than "imperfect but good enough."

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3272#issuecomment-559621651
----==_mimepart_5de05fffc7aad_22e73fbee84cd95c73932f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/janaiyengar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a></p>
<blockquote>
<p>I think the behavior we're looking for is (i) use a separate pto_count per epoch, (ii) use the max of all pto_counts when setting the timer for any PN space, (iii) reset all pto_counts when an ACK is received for any epoch.</p>
<p>This isn't great, and it is imperfect -- you can end up being more aggressive than with a single count. But I think it's good enough.</p>
</blockquote>
<p>The logic you describe sounds fine to me (apparently I missed (ii)), it would make the PTO behavior during handshake <em>as aggressive as</em> after the handshake. I cannot see when it would be more aggressive than that, and I think it's better than "imperfect but good enough."</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications&amp;email_token=AFTOJKYT5RDWQH7XGTAOTCLQWBLX7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNSMEY#issuecomment-559621651">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4QWGIWTH4F7YQIX5LQWBLX7ANCNFSM4JQZ2L6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6FDIPKMF3ON2QIDCLQWBLX7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNSMEY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKYT5RDWQH7XGTAOTCLQWBLX7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNSMEY#issuecomment-559621651",
"url": "https://github.com/quicwg/base-drafts/issues/3272?email_source=notifications\u0026email_token=AFTOJKYT5RDWQH7XGTAOTCLQWBLX7A5CNFSM4JQZ2L6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNSMEY#issuecomment-559621651",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de05fffc7aad_22e73fbee84cd95c73932f--


From nobody Thu Nov 28 17:01:39 2019
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 20B6B120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:37 -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 8RXr2yOdy3Yl for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:35 -0800 (PST)
Received: from out-21.smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9416B12013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:35 -0800 (PST)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id EB33EA0542 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989294; bh=mPFuBd8y9NCmDI7PLmfrCKwfjxyfB+wUX9OF4YPUu5c=; h=Date:From:To:Subject:From; b=yZWbc353PYuvsQbezICD/Aab7RfhHqiyYqfq50a/CIzH2ZWlqDtCdRkmOPvIONFPh K8rxRB+jUAHCCq2LxRN386LCluBvwi3HZ1RHeJrz1RKcUobGZ25Q2w1bz0GEKC7T4t 2+aQuskxuAjhJaZtR0vb7RJ60Kmc6xu3C0CS0tw0=
Date: Thu, 28 Nov 2019 17:01:34 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/d7dd04-2f57c4@github.com>
Subject: [quicwg/base-drafts] 3539ed: Clarify that:
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/06deQtWqJlyzpsuJKy-rbsArA50>
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: Fri, 29 Nov 2019 01:01:37 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3539edc1b1d03a469bd0ff5a32b0735daef8e79c
      https://github.com/quicwg/base-drafts/commit/3539edc1b1d03a469bd0ff5a32b0735daef8e79c
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  Clarify that:
* Endpoints that drop the keys when entering closing state MUST back-off the
  frequency of CONNECTION_CLOSE packets that it sends.
* Endpoints that do not drop stops sending CONNECTION_CLOSE packet once it
  receives a packet containing CONNECTION_CLOSE.


  Commit: 1e0db50707bd7ec1179b03269aef26fcc3cd3b0a
      https://github.com/quicwg/base-drafts/commit/1e0db50707bd7ec1179b03269aef26fcc3cd3b0a
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  plural


  Commit: abfc00ca30ae3d44ba1f29db246b588178cc1127
      https://github.com/quicwg/base-drafts/commit/abfc00ca30ae3d44ba1f29db246b588178cc1127
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  SHOULD backoff in decrypting, MUST backoff if not


  Commit: e36eb7614830dcff2fecb0c720fa29ede4643d03
      https://github.com/quicwg/base-drafts/commit/e36eb7614830dcff2fecb0c720fa29ede4643d03
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  separate paragraphs for each class of design


  Commit: a45ded27fd9b4da8658657c0be11ff8cc0d2639c
      https://github.com/quicwg/base-drafts/commit/a45ded27fd9b4da8658657c0be11ff8cc0d2639c
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  rephrase based on @martinthomson's suggestion


  Commit: 15898c5c6ee3538bfe6b45a9e652ee0767c59c21
      https://github.com/quicwg/base-drafts/commit/15898c5c6ee3538bfe6b45a9e652ee0767c59c21
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  merge the paragraphs (suggested by @ianswett)


  Commit: 175e7ddf52fd32aec9b24ad37214a35df99c8230
      https://github.com/quicwg/base-drafts/commit/175e7ddf52fd32aec9b24ad37214a35df99c8230
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  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: 89a0171ca79c8846ea72749f819a4d52af64b824
      https://github.com/quicwg/base-drafts/commit/89a0171ca79c8846ea72749f819a4d52af64b824
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  wordwrap


  Commit: 2f57c4c27e4042c475a87a39a6d2a5f4786f47ee
      https://github.com/quicwg/base-drafts/commit/2f57c4c27e4042c475a87a39a6d2a5f4786f47ee
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3157 from kazuho/kazuho/connection-close-must-backoff

Backoff on CONNECTION_CLOSE


Compare: https://github.com/quicwg/base-drafts/compare/d7dd049f2a3f...2f57c4c27e40


From nobody Thu Nov 28 17:01:57 2019
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 ED04B120963 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 i7Gz5g13vh61 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:44 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3624A120973 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:44 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id 710435200A6 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:43 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989303; bh=KLBo+zOpYCinjPnZZXDfigr6c70FEeFaytuZbc/OkQs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VA8NsBzqSt2sM7R0a7pc8jzIhk25ARCNRyCYUb2b+lRIZrWIg987x+yw4jFcf0uGi gOf1aGP4nQ65IEp0Aq+4RIgucvN6JKdloMC/24nEhHV9hyWA+E3SLunlTaetEYFivc tFguwG4nL0O/xcvlpmdTNbHj0ky76ObRGTDG1/5k=
Date: Thu, 28 Nov 2019 17:01:43 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5UQLXTJVLOAJ2HOVN35WQHPEVBNHHB4QEEV4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3095/issue_event/2840090043@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3095@github.com>
References: <quicwg/base-drafts/issues/3095@github.com>
Subject: Re: [quicwg/base-drafts] Backoff of CONNECTION_CLOSE needs to be a MUST (#3095)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06df761904_3b783f98294cd960931778"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/63JPnUag6mhuy9TOFdzoRmcj0Xg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:01:48 -0000

----==_mimepart_5de06df761904_3b783f98294cd960931778
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3095 via #3157.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3095#event-2840090043
----==_mimepart_5de06df761904_3b783f98294cd960931778
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="507544751" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3095" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3095/hovercard" href="https://github.com/quicwg/base-drafts/issues/3095">#3095</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513144065" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3157" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3157/hovercard" href="https://github.com/quicwg/base-drafts/pull/3157">#3157</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3095?email_source=notifications&amp;email_token=AFTOJK3NERETHEA4NHTSS4LQWBSXPA5CNFSM4JBEQ6Q2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLOY#event-2840090043">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYSVRQQNV5I2SBW6R3QWBSXPANCNFSM4JBEQ6QQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6U5QF5NQ25U3DJRUDQWBSXPA5CNFSM4JBEQ6Q2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLOY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3095?email_source=notifications\u0026email_token=AFTOJK3NERETHEA4NHTSS4LQWBSXPA5CNFSM4JBEQ6Q2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLOY#event-2840090043",
"url": "https://github.com/quicwg/base-drafts/issues/3095?email_source=notifications\u0026email_token=AFTOJK3NERETHEA4NHTSS4LQWBSXPA5CNFSM4JBEQ6Q2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLOY#event-2840090043",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06df761904_3b783f98294cd960931778--


From nobody Thu Nov 28 17:02:02 2019
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 4D3881209B7 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 jjRncEKKj6Us for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:01:47 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA1331208F3 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:45 -0800 (PST)
Received: from github-lowworker-fb56993.ac4-iad.github.net (github-lowworker-fb56993.ac4-iad.github.net [10.52.19.31]) by smtp.github.com (Postfix) with ESMTP id A30D81C1238 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:01:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989304; bh=33JtaHRaRVLuPdvfyPMPRAMHiDTKIAvO/FmtGB0aOuk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=c3Iy/g1Dbxqcy3BqzJE6PUvjlIKzYahcSxuAMpoks/c1wIsVb4TRaGi53X415/J3v NiyW8vgYx67nsFZ9Ff5WU3hfWOV2T3gJ+EbwUV4KWQGgsD58K39fSkk/4oYRZpQJ6J T98DXLAVOx8PD+iX3+XeR6T2FDOb+1b2guIeVajc=
Date: Thu, 28 Nov 2019 17:01:44 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7LFZCZUHH7OWIJ4EV35WQHREVBNHHB5FPVAE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3157/issue_event/2840090037@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3157@github.com>
References: <quicwg/base-drafts/pull/3157@github.com>
Subject: Re: [quicwg/base-drafts] Backoff on CONNECTION_CLOSE (#3157)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06df8918e6_228a3fbee84cd95c78168d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/kXRD1XZ7KsW0pueHUi4hQvLGDSY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:01:50 -0000

----==_mimepart_5de06df8918e6_228a3fbee84cd95c78168d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3157 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3157#event-2840090037
----==_mimepart_5de06df8918e6_228a3fbee84cd95c78168d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513144065" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3157" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3157/hovercard" href="https://github.com/quicwg/base-drafts/pull/3157">#3157</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications&amp;email_token=AFTOJK5AQI26YSIIU7TN3H3QWBSXRA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLNI#event-2840090037">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZS7RIRHLMGR2BW5JDQWBSXRANCNFSM4JFWRWMQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYYVNAMAELMPHN6PK3QWBSXRA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications\u0026email_token=AFTOJK5AQI26YSIIU7TN3H3QWBSXRA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLNI#event-2840090037",
"url": "https://github.com/quicwg/base-drafts/pull/3157?email_source=notifications\u0026email_token=AFTOJK5AQI26YSIIU7TN3H3QWBSXRA5CNFSM4JFWRWM2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFLNI#event-2840090037",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06df8918e6_228a3fbee84cd95c78168d--


From nobody Thu Nov 28 17:02:39 2019
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 751E312013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:37 -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 b27Ckb6SBEus for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:36 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C7F7A120805 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:34 -0800 (PST)
Date: Thu, 28 Nov 2019 17:02:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989353; bh=oRtcnPTCdAmrB7w0dHDrujMsUWiKkXpWKAxDzyHmocU=; h=Date:From:To:Subject:From; b=WeRXEcfC5RlHXM8yjUzrgr4m3A7sOSVR62HyMYMJX1vTVHTQlN9h+9FKnfTYx6lzK HM/uHhnS19xhSfepswNu1kzBN29z9dmH2ynafKjjpkxmKd7GfdBGCPc+1vl/VTRRMM mb9+S3AKEL0Qd8ZOs7znudHQ+xYA+7dHGMvlt6tE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e5329c-59a496@github.com>
Subject: [quicwg/base-drafts] 59a496: Script updating gh-pages from 2f57c4c2. [ci skip]
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/JC_WpsLFDFMdvR2balkc9LDi51g>
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: Fri, 29 Nov 2019 01:02:37 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 59a496b8b75c8b2eae14592845566d0b475d33f6
      https://github.com/quicwg/base-drafts/commit/59a496b8b75c8b2eae14592845566d0b475d33f6
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 2f57c4c2. [ci skip]



From nobody Thu Nov 28 17:02:50 2019
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 96442120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 SUuRdXAO4XBk for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:47 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0644812013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:47 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id 3AA915200A6 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989366; bh=/8wU3Mv1KoazH6elMJhsbvOxsqjvzP2+r40+JGsoR4I=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0Dh84o8cPWU5mbYA/Mq10s8SRQ5TcskXuiwn+t+DC0Ho90lkptX6PCKNz7EvPK0KV HVMPGwic32TsLR1e+B0hUvZZRO+8XXVBPyBI4ZYK0ty9DkM3ZEJPVjH0a49U0fxmrS Vpj3YrHDnILizhd89hFpkemU9k3hl8FvjOpSCnus=
Date: Thu, 28 Nov 2019 17:02:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2GA6M4MMEMDTEILJ535WQLNEVBNHHB4ST4NM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3107/review/324485617@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3107@github.com>
References: <quicwg/base-drafts/pull/3107@github.com>
Subject: Re: [quicwg/base-drafts] Immediately close with INVALID_TOKEN (#3107)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e362b538_34fa3ff6d5acd9681393225"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fD-zBo9EDjmAFCaYkrd-vcPUiA0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:02:48 -0000

----==_mimepart_5de06e362b538_34fa3ff6d5acd9681393225
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

martinthomson commented on this pull request.



> @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.

Note that the text explicitly says "Retry token", so I don't see how this is a problem.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3107#discussion_r351951286
----==_mimepart_5de06e362b538_34fa3ff6d5acd9681393225
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3107#discussion_r351951286">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1641,6 +1641,17 @@ of connection establishment.  By giving the client a different connection ID to
 use, a server can cause the connection to be routed to a server instance with
 more resources available for new connections.
 
+If a server receives a client Initial that can be unprotected but contains an
+invalid Retry token, it knows the client will not accept another Retry token.
</pre>
<p>Note that the text explicitly says "Retry token", so I don't see how this is a problem.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications&amp;email_token=AFTOJKYZ7NKTWD3P4HQIKELQWBS3NA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLUD4I#discussion_r351951286">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7LADTBGRM5X6ENMMDQWBS3NANCNFSM4JBTLOPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK52EZIKHKHUPMHFE4DQWBS3NA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLUD4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYZ7NKTWD3P4HQIKELQWBS3NA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLUD4I#discussion_r351951286",
"url": "https://github.com/quicwg/base-drafts/pull/3107?email_source=notifications\u0026email_token=AFTOJKYZ7NKTWD3P4HQIKELQWBS3NA5CNFSM4JBTLOPKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNLUD4I#discussion_r351951286",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e362b538_34fa3ff6d5acd9681393225--


From nobody Thu Nov 28 17:02:57 2019
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 00B47120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:56 -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 QbiC-fiSMEz4 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:54 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBE7C120812 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:54 -0800 (PST)
Received: from github-lowworker-2e54e43.va3-iad.github.net (github-lowworker-2e54e43.va3-iad.github.net [10.48.17.27]) by smtp.github.com (Postfix) with ESMTP id 725861212DA for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989374; bh=d258yTp3TGy4/qNhuHkkhZObZPiogdYKnvNOhogLN5M=; h=Date:From:To:Subject:From; b=CWJJ8P2A1uZcBfpEUZtARadxSOO9BThRIi8ntb3v1T7UpI/DzTUBkt4E7K3OSrYpq WLwhvCIE8USSvLJON8tgTrSVmLV85tTvFUX10m+DMKk6L8Ogda2ew72rimPm3fbWbd Bvw4vp9Z7jehKE59zWuS+MLw7JH4J0dPeYi+e5CQ=
Date: Thu, 28 Nov 2019 17:02:54 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/2f57c4-f20777@github.com>
Subject: [quicwg/base-drafts] 32b6f7: Bad CONNECTION_CLOSE isn't special
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/feYdauySV0C8LHBjYdGceAEfUgU>
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: Fri, 29 Nov 2019 01:02:56 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 32b6f776ffc82063e71af0b9152cbfa65aebaeb8
      https://github.com/quicwg/base-drafts/commit/32b6f776ffc82063e71af0b9152cbfa65aebaeb8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

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

  Log Message:
  -----------
  Bad CONNECTION_CLOSE isn't special

If we get one, rely on the back-off that we require endpoints to
implement when they enter the closing state.  No need for any additional
special processing rules.

Closes #2475.
Closes #3230.


  Commit: f20777786ad5b925f9b4be5e5bae7b4bcffba95f
      https://github.com/quicwg/base-drafts/commit/f20777786ad5b925f9b4be5e5bae7b4bcffba95f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3231 from quicwg/bad-close-ok

Bad CONNECTION_CLOSE isn't special


Compare: https://github.com/quicwg/base-drafts/compare/2f57c4c27e40...f20777786ad5


From nobody Thu Nov 28 17:03:04 2019
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 5DE3F120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:56 -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, TVD_SPACE_RATIO=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 WhN7n2o0Qp61 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:02:55 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5DF5A120898 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:02:55 -0800 (PST)
Date: Thu, 28 Nov 2019 17:02:54 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989374; bh=d5Rc9NzB5x0ogf7bDmmF9iuEwaU56MMFD9i/Ca4AAuI=; h=Date:From:To:Subject:From; b=188FZp/3IGV3f0lAKgfNgpsyxPDmoD8EEz+/QTKoggsu2OqacJJ0MJgErkIXoi4t+ hGY3p23VQ344Puae7nJ/bklk7MU3lCE5WViDIuIHy8gtjUFKUMZOiyGOyqQXwPEUHo AmbZXsxB9PzNjV6gtrREVI/NIycIMPBWNcs5K7R8=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/bad-close-ok/32b6f7-000000@github.com>
Subject: [quicwg/base-drafts]
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/q1aUxu1rSI5WkopL8waD2rzvoJo>
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: Fri, 29 Nov 2019 01:02:57 -0000

  Branch: refs/heads/bad-close-ok
  Home:   https://github.com/quicwg/base-drafts


From nobody Thu Nov 28 17:03:11 2019
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 C98351208E1 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 sv2GOkyp3Qh0 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
Received: from out-14.smtp.github.com (out-14.smtp.github.com [192.30.254.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7C8F9120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
Date: Thu, 28 Nov 2019 17:03:02 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989383; bh=w1+8VXrpVjxtjy+UjcKoO4YfUaprnv6d7TrAW28/pbs=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=G5n0B8Rjae/tLrDqL3Pq9gPoQBl7ew0iUefD61/WZ9ImiPkq7kgZtpsAPq6IJiOt3 AGac/nvyB2aUd2D62bj9Tq4KQXqltU/60g5Egw7kBWzlHnkOuqI0gFVeRQ9qMLlFkz c18P8cYsjLKaavoPBVHpdXURQTcfz3V47yfTg1H0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZDCHS3FUTARSOXG2F35WQMNEVBNHHB6EYULQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3231/issue_event/2840091182@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3231@github.com>
References: <quicwg/base-drafts/pull/3231@github.com>
Subject: Re: [quicwg/base-drafts] Bad CONNECTION_CLOSE isn't special (#3231)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e46b950f_52593f8e43ecd96465698d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fv6t8ygf9Fhzgzs8rgFYI0ADBOo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:03:05 -0000

----==_mimepart_5de06e46b950f_52593f8e43ecd96465698d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3231 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3231#event-2840091182
----==_mimepart_5de06e46b950f_52593f8e43ecd96465698d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521344092" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3231" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3231/hovercard" href="https://github.com/quicwg/base-drafts/pull/3231">#3231</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications&amp;email_token=AFTOJK2QU72M3F27SND7KRDQWBS4NA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFULQ#event-2840091182">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYASDX3GWOHIUQ2ZM3QWBS4NANCNFSM4JL6TYBQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK42LSIHKV3GI7NVKZLQWBS4NA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFULQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK2QU72M3F27SND7KRDQWBS4NA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFULQ#event-2840091182",
"url": "https://github.com/quicwg/base-drafts/pull/3231?email_source=notifications\u0026email_token=AFTOJK2QU72M3F27SND7KRDQWBS4NA5CNFSM4JL6TYB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFULQ#event-2840091182",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e46b950f_52593f8e43ecd96465698d--


From nobody Thu Nov 28 17:03:15 2019
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 4CEFC1208F2 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 T9VE82g0TY0U for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
Received: from out-2.smtp.github.com (out-2.smtp.github.com [192.30.252.193]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B87F1120805 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
Received: from github-lowworker-cd7bc13.ac4-iad.github.net (github-lowworker-cd7bc13.ac4-iad.github.net [10.52.25.102]) by smtp.github.com (Postfix) with ESMTP id 0B9961C0B3F for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989383; bh=c68rL37ixcoZxnvvseQEE4tr3+U9uVZEzmMg3WWSxcQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EezzQT790ss+XMdIk1mmv1AS0iDfU6lJ+ONfq/+joULc1ebM+MroWvy0YAUQBnJFx eeJ/9SvJK6fY0eLqPq6pwouR/yJLYULJXdmLWHkehmljLDGnNJuyyFT6qGK+1OxLvn SmLpaJ76YJh4sygIGRN62E9AhKhDbz7oRKfVdNmk=
Date: Thu, 28 Nov 2019 17:03:02 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7SLS4CQUU2HQHWMR535WQMNEVBNHHB6EYG2A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3230/issue_event/2840091184@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3230@github.com>
References: <quicwg/base-drafts/pull/3230@github.com>
Subject: Re: [quicwg/base-drafts] Close in response to invalid CONNECTION_CLOSE (#3230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e46f0b7e_4a083ff2efecd96c1143346"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fxbAOeN8CU08990cGeCOLGJEDtI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:03:05 -0000

----==_mimepart_5de06e46f0b7e_4a083ff2efecd96c1143346
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3230 via #3231.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3230#event-2840091184
----==_mimepart_5de06e46f0b7e_4a083ff2efecd96c1143346
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521340624" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3230" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3230/hovercard" href="https://github.com/quicwg/base-drafts/pull/3230">#3230</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521344092" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3231" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3231/hovercard" href="https://github.com/quicwg/base-drafts/pull/3231">#3231</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications&amp;email_token=AFTOJK4KECQFQCCL5RR34BTQWBS4NA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUMA#event-2840091184">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZVXKCLBHOV6FHJJETQWBS4NANCNFSM4JL6RDDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6OSQRBSKQZJOX2UGLQWBS4NA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4KECQFQCCL5RR34BTQWBS4NA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUMA#event-2840091184",
"url": "https://github.com/quicwg/base-drafts/pull/3230?email_source=notifications\u0026email_token=AFTOJK4KECQFQCCL5RR34BTQWBS4NA5CNFSM4JL6RDDKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUMA#event-2840091184",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e46f0b7e_4a083ff2efecd96c1143346--


From nobody Thu Nov 28 17:03:20 2019
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 3BC7E120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 Bia-Hx7MsitM for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:04 -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 71E6B120812 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:04 -0800 (PST)
Received: from github-lowworker-edec459.ac4-iad.github.net (github-lowworker-edec459.ac4-iad.github.net [10.52.18.32]) by smtp.github.com (Postfix) with ESMTP id C6F418C0DC7 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989383; bh=2e3tdYVU5zhx2k/YdN1WScf2TuWUIgVg99an19fpCrw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=FaNoQQ2GH9Cn/ptxt0YGCz1WauiFygWb47rvfPGHNj6Fb99Vey6xvSK/97DdwM7+W 97ZMy6JlTedhoDqjrNVGRgTQMlLVUP+7yxV3WHzUeE5iR+OOyVPIXr9rBhQVpR+AC7 XJaj+x37HRQgLeuTkk0E21WphZ9EDTj+hAciYeTs=
Date: Thu, 28 Nov 2019 17:03:03 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DWB4A477U4K52E2535WQMPEVBNHHBQ7L3JU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/2475/issue_event/2840091188@github.com>
In-Reply-To: <quicwg/base-drafts/issues/2475@github.com>
References: <quicwg/base-drafts/issues/2475@github.com>
Subject: Re: [quicwg/base-drafts] Invalid CONNECTION_CLOSE frames (#2475)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e47b6dd9_75b63fb8c0ccd9646875e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RjZx85VEcYyID6oVG2eaohE7M5g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:03:07 -0000

----==_mimepart_5de06e47b6dd9_75b63fb8c0ccd9646875e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #2475 via #3231.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/2475#event-2840091188
----==_mimepart_5de06e47b6dd9_75b63fb8c0ccd9646875e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="410876749" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/2475" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/2475/hovercard" href="https://github.com/quicwg/base-drafts/issues/2475">#2475</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521344092" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3231" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3231/hovercard" href="https://github.com/quicwg/base-drafts/pull/3231">#3231</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications&amp;email_token=AFTOJKYXZHMIKFOOTPCNQF3QWBS4PA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUNA#event-2840091188">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7UF37NGFJ5T5QVXN3QWBS4PANCNFSM4GXYQ5RQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZEC5KXQBLKOWSLDIDQWBS4PA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUNA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJKYXZHMIKFOOTPCNQF3QWBS4PA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUNA#event-2840091188",
"url": "https://github.com/quicwg/base-drafts/issues/2475?email_source=notifications\u0026email_token=AFTOJKYXZHMIKFOOTPCNQF3QWBS4PA5CNFSM4GXYQ5R2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFUNA#event-2840091188",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e47b6dd9_75b63fb8c0ccd9646875e7--


From nobody Thu Nov 28 17:03:41 2019
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 2BD97120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:39 -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 rFhzeoYTQls6 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:37 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D62E12013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:37 -0800 (PST)
Date: Thu, 28 Nov 2019 17:03:36 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989416; bh=hSVs4QT14C0PzP0q7T35/tMHH1nOdW00QHGn6meFQBw=; h=Date:From:To:Subject:From; b=x0Sow3hjybwAf5/bkBBh2ZGBhbz9ZJAorTtB4v+N8ZDlbpqFtD3E7zhaOWjE8DPgm AxOgDO42jSED+UxdpzYPTqVU0rm1DSYig2Rsenv2ggXG9WJp9Mxb1NsZxmg7xussZE e3vpFDHGNJzdGJf7Q4bMBZvWo3jRYmizdnY1dBDo=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/f20777-666052@github.com>
Subject: [quicwg/base-drafts] d86794: clarify the scope of a NEW_TOKEN token
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/PeqUIW12jbT8EQ4HG_rnWSkQ2gM>
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: Fri, 29 Nov 2019 01:03:39 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: d867945f6f1ca9ada1e01c92e5294310b4dc400b
      https://github.com/quicwg/base-drafts/commit/d867945f6f1ca9ada1e01c92e5294310b4dc400b
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  clarify the scope of a NEW_TOKEN token


  Commit: fb291efde6bdb976af004252087865410ed23917
      https://github.com/quicwg/base-drafts/commit/fb291efde6bdb976af004252087865410ed23917
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  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: e67d71336fdf52a267fbccde942849dac6004c69
      https://github.com/quicwg/base-drafts/commit/e67d71336fdf52a267fbccde942849dac6004c69
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

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

  Log Message:
  -----------
  encourage the use of applicable and unused token, while prohibiting the use of unapplicable ones


  Commit: 3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
      https://github.com/quicwg/base-drafts/commit/3d68e2be216d2ca28a28221f1f86bc91ffde7fa0
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  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: e0a60c778340168e734cb229d12ec7257f736192
      https://github.com/quicwg/base-drafts/commit/e0a60c778340168e734cb229d12ec7257f736192
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  add unless, based on the discussion starting from https://github.com/quicwg/base-drafts/issues/3155#issuecomment-548264247


  Commit: 6660526149fd2fc238bbefb1ffa139ce3a58de6d
      https://github.com/quicwg/base-drafts/commit/6660526149fd2fc238bbefb1ffa139ce3a58de6d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3156 from kazuho/kazuho/token-scope

clarify the scope of a NEW_TOKEN token


Compare: https://github.com/quicwg/base-drafts/compare/f20777786ad5...6660526149fd


From nobody Thu Nov 28 17:03:48 2019
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 F1D2C120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 oZAxbnQLaM7b for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:45 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9911C120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:45 -0800 (PST)
Date: Thu, 28 Nov 2019 17:03:44 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989424; bh=Vpsr7vA8Jaq1jqXT2pkjCfdOUCQ2MUAev9XEoTKbOdg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TK6b/slpZmVIvcE+Oth+PpQirGtBmjkx9dzPda0A57ilqScpQs1F0/NYZh1yBFBPM hUw91m3S1gIu1MNKC7oUrHSrZtocfbBiGutwPkbKXijiIhUdJd3uS4kk75Y5x88yHi BV8OIFoznIdOdEPdg2fKNvw7Bj2A6UFAoNCvfKi0=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY2O4DP2PYNO6QJIT535WQPBEVBNHHB5FITQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3155/issue_event/2840091769@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3155@github.com>
References: <quicwg/base-drafts/issues/3155@github.com>
Subject: Re: [quicwg/base-drafts] The method of identifying "the same server" (#3155)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e70c4f31_76983fce5bacd9601263863"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LumZVimfIaXqA9ivPyljuuz0eq4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:03:47 -0000

----==_mimepart_5de06e70c4f31_76983fce5bacd9601263863
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3155 via #3156.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3155#event-2840091769
----==_mimepart_5de06e70c4f31_76983fce5bacd9601263863
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513086339" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3155" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3155/hovercard" href="https://github.com/quicwg/base-drafts/issues/3155">#3155</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513127019" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3156" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3156/hovercard" href="https://github.com/quicwg/base-drafts/pull/3156">#3156</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications&amp;email_token=AFTOJK5NMOX7TGCZCUFH7JTQWBS7BA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY6I#event-2840091769">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSQB66YJVH4NUWM3DQWBS7BANCNFSM4JFVHBPA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZBGHWO4GXOIQZCGI3QWBS7BA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY6I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK5NMOX7TGCZCUFH7JTQWBS7BA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY6I#event-2840091769",
"url": "https://github.com/quicwg/base-drafts/issues/3155?email_source=notifications\u0026email_token=AFTOJK5NMOX7TGCZCUFH7JTQWBS7BA5CNFSM4JFVHBPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY6I#event-2840091769",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e70c4f31_76983fce5bacd9601263863--


From nobody Thu Nov 28 17:03:54 2019
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 88E4112013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ulfEotxSUN0J for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:47 -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 0BCEA120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:47 -0800 (PST)
Received: from github-lowworker-292e294.va3-iad.github.net (github-lowworker-292e294.va3-iad.github.net [10.48.102.70]) by smtp.github.com (Postfix) with ESMTP id 68E708C0DC8 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989426; bh=51eRem+6fu4Sf435jOcrpS1Vx+k02hJo2TmqSEoZpeM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zYQAZ66RfqFB9+NMlEdwHpiJhYp/q5fmzRS30jt47IAlPEGqesVz3HaxpmU3+9PMM PpUP/9QQRGf+YgFkp+psQPsgEEEhVUxODdKEbzyDrHkfCXTsKOwxb83KkwwNYfzjqz 0vZCQs0iCYYC9Ofn+Xh8Hbc44mrvThokrq4ePgPQ=
Date: Thu, 28 Nov 2019 17:03:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2237GUCJ7OP3ON3TF35WQPFEVBNHHB5FNSNM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3156/issue_event/2840091767@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3156@github.com>
References: <quicwg/base-drafts/pull/3156@github.com>
Subject: Re: [quicwg/base-drafts] clarify the scope of a NEW_TOKEN token (#3156)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e7259d68_70f3fb2858cd96816107e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Cdv59ZIHm_1D9zSoiusJaGFLmbQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:03:48 -0000

----==_mimepart_5de06e7259d68_70f3fb2858cd96816107e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3156 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3156#event-2840091767
----==_mimepart_5de06e7259d68_70f3fb2858cd96816107e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513127019" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3156" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3156/hovercard" href="https://github.com/quicwg/base-drafts/pull/3156">#3156</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications&amp;email_token=AFTOJK7MPV4SRCEOX2JA7VLQWBS7FA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY5Y#event-2840091767">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4O4PGF4PSGXGHIA3LQWBS7FANCNFSM4JFWFR7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2GNDNS5HTKQFOIXNTQWBS7FA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY5Y.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK7MPV4SRCEOX2JA7VLQWBS7FA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY5Y#event-2840091767",
"url": "https://github.com/quicwg/base-drafts/pull/3156?email_source=notifications\u0026email_token=AFTOJK7MPV4SRCEOX2JA7VLQWBS7FA5CNFSM4JFWFR72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEFY5Y#event-2840091767",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e7259d68_70f3fb2858cd96816107e1--


From nobody Thu Nov 28 17:04:00 2019
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 1C887120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:59 -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 8gkUF8bQnE3v for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:03:57 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B309C12013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:03:57 -0800 (PST)
Date: Thu, 28 Nov 2019 17:03:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989436; bh=zIZ6ftgJAGfR2dIVcUsslW3C194cemJc5I1Nac8/8jU=; h=Date:From:To:Subject:From; b=KnNMrUoUlVnRJBUh7xNe290DzhXah2R91gOlppbPA1jrhF5qDPthFZ2FLNHyaUW6m qVf1IgKXgG70hc4QH5ftSnwTcM4OAQ2LG4IhujOqAR3toBmwyUpuhPBuggPX+eFkLl DvG9fZQpxkHJjWEdoTc52FpmDkmeCD/G6IeDJxWk=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/59a496-cfc8fd@github.com>
Subject: [quicwg/base-drafts] cfc8fd: Script updating gh-pages from f2077778. [ci skip]
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/u5-sSa-Me5KCed2jxeKwvItVcqI>
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: Fri, 29 Nov 2019 01:03:59 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: cfc8fd5bf574786f5f1526553857cb3d8f60c35e
      https://github.com/quicwg/base-drafts/commit/cfc8fd5bf574786f5f1526553857cb3d8f60c35e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from f2077778. [ci skip]



From nobody Thu Nov 28 17:04:15 2019
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 0781E120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:14 -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 VKne0jJGoVCt for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:12 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 96FC1120812 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:12 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989451; bh=Rin7xYtPf6KBFRj5e5OHEN4xZmW9N73ebvC3+8PgLfE=; h=Date:From:To:Subject:From; b=c2rEMv2GOJ2tnciqp6vZ7k6Y+d+3JwivAPHZJeJc7X/eignk0yS3qEVSpEED2SiDt 9JCazjz1PEE9PsI3IDpUqb7OwD0r5ATP8bxkz7ZvNFzsxMYwHCUdwMoefx+OXtRiP4 fUfyL1j6MImeZK1tVanCFv3qL3noYLYljrQOvjv0=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/666052-48ca60@github.com>
Subject: [quicwg/base-drafts] 3e1535: 0x1d only in 1-RTT; suggest user_canceled alert
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/_oq5LPtcnCKqc7C6ZPOgiWgVaI0>
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: Fri, 29 Nov 2019 01:04:14 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3e153569a5f25801e5711cc26236d28f034c70b6
      https://github.com/quicwg/base-drafts/commit/3e153569a5f25801e5711cc26236d28f034c70b6
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

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

  Log Message:
  -----------
  0x1d only in 1-RTT; suggest user_canceled alert


  Commit: 96cc1e384b7c65767c7d9bd23130f23c30244b5f
      https://github.com/quicwg/base-drafts/commit/96cc1e384b7c65767c7d9bd23130f23c30244b5f
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  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: c0b9c9307ddd840fb32bfc1c151040ab569b49fd
      https://github.com/quicwg/base-drafts/commit/c0b9c9307ddd840fb32bfc1c151040ab569b49fd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

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

  Log Message:
  -----------
  an app that wishes to do so can


  Commit: eb30e2a0b1f7318a21a326a2481c8c278a902e7d
      https://github.com/quicwg/base-drafts/commit/eb30e2a0b1f7318a21a326a2481c8c278a902e7d
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

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

  Log Message:
  -----------
  application does not send a frame


  Commit: ce608aac8ea116d554c7fd32dc2199d215db9a24
      https://github.com/quicwg/base-drafts/commit/ce608aac8ea116d554c7fd32dc2199d215db9a24
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

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

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

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


  Commit: 408ba486db7c1fdea3d0049379a1a56934e1f78d
      https://github.com/quicwg/base-drafts/commit/408ba486db7c1fdea3d0049379a1a56934e1f78d
  Author: Kazuho Oku <kazuhooku@gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

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

  Log Message:
  -----------
  "the" @MikeBishop


  Commit: 48ca60d01e0c939f8243963edab5a86db5e4f6cd
      https://github.com/quicwg/base-drafts/commit/48ca60d01e0c939f8243963edab5a86db5e4f6cd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3164 from kazuho/kazuho/application-close-only-in-1rtt

Forbid use of application-level close in Initial, Handshake packets


Compare: https://github.com/quicwg/base-drafts/compare/6660526149fd...48ca60d01e0c


From nobody Thu Nov 28 17:04:22 2019
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 DC5B7120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:17 -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 SXbozFWeWeL4 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:16 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5F52120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:16 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:16 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989456; bh=lWZnPPhU3eJsjKf5W5vZ4wVynZ6R14d6tLBzXyzSjNU=; h=Date:From:To:Subject:From; b=nniWjfVws8QMYO3IMkb3SlaokzAI/W2amVb3sEfyDmiRqCPhsk37cAehUlC37VNlu 5mKemDUF04ci6f5Hpe4Gdgsbb71vT1j5wvARc0XDW1gPNyjAcVX2+CqGjMHvRqG5X9 oPenk8Vx+TCOXn9JhIoMWv2omI2Dbyizvlc/HRjA=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/cfc8fd-c9842b@github.com>
Subject: [quicwg/base-drafts] c9842b: Script updating issues at 2019-11-29T01:04:08Z. [c...
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/r1Kxh2gCejw6UTqIXzWiwLBs0YU>
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: Fri, 29 Nov 2019 01:04:18 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c9842b467529ad728dcf854b8a20fb8bd239dd65
      https://github.com/quicwg/base-drafts/commit/c9842b467529ad728dcf854b8a20fb8bd239dd65
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-29T01:04:08Z. [ci skip]



From nobody Thu Nov 28 17:04:36 2019
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 8B48512013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 2ObEHf30--MU for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:21 -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 7AF041208EA for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:21 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989460; bh=gUBRHZXUpwZXR+Oq7n/2/JCDNnJfe32Em7hRcsD2ptg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=OYR0LBqntrG0fMUAmvQP4FFZGzFGGjMu1Ijmh/9seK2zY7ZUJlzeEmnuA51juWkSr 4iO5BbBG+yLlZ7uuVeuFT+gbQxRQf5r64bPQvBJ3TTBB3b0RPoxJvXiDSiBOEASLmG asjc2Vvsx0Yj/cnJu64ZTyJ1mhmmAeLpN/k4wG60=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4EOAJ7YKVJ5FNY7N35WQRJEVBNHHB5FU4AM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3158/issue_event/2840092272@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3158@github.com>
References: <quicwg/base-drafts/issues/3158@github.com>
Subject: Re: [quicwg/base-drafts] Application close should be disallowed in Initial or Handshake (#3158)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e94bad4d_3a513fcc04ecd9609709e3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Dhq_2e01foq2rDHj5rQ1h9DqBoc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:04:24 -0000

----==_mimepart_5de06e94bad4d_3a513fcc04ecd9609709e3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3158 via #3164.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3158#event-2840092272
----==_mimepart_5de06e94bad4d_3a513fcc04ecd9609709e3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513186819" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3158" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3158/hovercard" href="https://github.com/quicwg/base-drafts/issues/3158">#3158</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513641922" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3164" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3164/hovercard" href="https://github.com/quicwg/base-drafts/pull/3164">#3164</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications&amp;email_token=AFTOJKZCETPDVBT2UIDPB6DQWBTBJA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF44A#event-2840092272">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ54N3NGD6WN3NJNG3QWBTBJANCNFSM4JFXQLWQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK33TFBGVAL35ISGTLLQWBTBJA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF44A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications\u0026email_token=AFTOJKZCETPDVBT2UIDPB6DQWBTBJA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF44A#event-2840092272",
"url": "https://github.com/quicwg/base-drafts/issues/3158?email_source=notifications\u0026email_token=AFTOJKZCETPDVBT2UIDPB6DQWBTBJA5CNFSM4JFXQLW2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF44A#event-2840092272",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e94bad4d_3a513fcc04ecd9609709e3--


From nobody Thu Nov 28 17:04:42 2019
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 F076B12013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 0xZnJ5gBIB_u for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:21 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9FD051208EE for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:21 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:20 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989461; bh=d0c9WUKk2wfCTXp0EFPN25Y4pFKBTQnlMKiOtYaYPjY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dP1BJJ1hVWGfSc5Jo5pTGP72rwQh8jfFqgbBIkjPQYA0SWy9wBm44WYlUSZFSNvri rz0yadWMrFUz/FRstgguS0PMHA4lpz6R8dvAfyLJYAznvHSh5hPjvPM5pp2jBggKO9 D5X5EmzCukTDnrzDvP+U7nUNip+Tph4C0mk57ViI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2HUL4K2VKIZRS6MEV35WQRJEVBNHHB5HMNYI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3164/issue_event/2840092269@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3164@github.com>
References: <quicwg/base-drafts/pull/3164@github.com>
Subject: Re: [quicwg/base-drafts] Forbid use of application-level close in Initial, Handshake packets (#3164)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06e94f2328_38373fe39becd95c7503f7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iC3wMY_9eD4SHbF8roWs0bqTKG0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:04:27 -0000

----==_mimepart_5de06e94f2328_38373fe39becd95c7503f7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3164 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3164#event-2840092269
----==_mimepart_5de06e94f2328_38373fe39becd95c7503f7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513641922" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3164" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3164/hovercard" href="https://github.com/quicwg/base-drafts/pull/3164">#3164</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3164?email_source=notifications&amp;email_token=AFTOJK27XOKR7NYOZ2UUTRDQWBTBJA5CNFSM4JGCFZ6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF43I#event-2840092269">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7G2E52ASA5OR5OEZLQWBTBJANCNFSM4JGCFZ6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYJQJOWZIV6SDV4W4LQWBTBJA5CNFSM4JGCFZ6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF43I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3164?email_source=notifications\u0026email_token=AFTOJK27XOKR7NYOZ2UUTRDQWBTBJA5CNFSM4JGCFZ6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF43I#event-2840092269",
"url": "https://github.com/quicwg/base-drafts/pull/3164?email_source=notifications\u0026email_token=AFTOJK27XOKR7NYOZ2UUTRDQWBTBJA5CNFSM4JGCFZ6KYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF43I#event-2840092269",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06e94f2328_38373fe39becd95c7503f7--


From nobody Thu Nov 28 17:04:48 2019
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 C4125120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:33 -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, TVD_SPACE_RATIO=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 sF_p4rIyd6C9 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:32 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9C600120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:32 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989472; bh=RGx+uGGojMe9hnCZw9WOBswixuvhbZoxq7JphulyAIg=; h=Date:From:To:Subject:From; b=rDzTkCyQUFbtJcueJrSc2G4VwhOZu5sK7AP0JbYEHq/ch9cIyBeeM1kcZuNGOHPJg 17Hj5UfTr8nvNcTlI6x2qquhf4JhHz3s1iO5MPGQrg7TXZD83ljoF57c/8LQQC6k1S VAWY8J+KAd/Bmun1kUgvJJ6ppN39uy7VqCSFYwJY=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/must-distinguish-tokens/311d87-000000@github.com>
Subject: [quicwg/base-drafts]
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/RzQAg5D8kNuoymFrjum7LGNhwE0>
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: Fri, 29 Nov 2019 01:04:34 -0000

  Branch: refs/heads/must-distinguish-tokens
  Home:   https://github.com/quicwg/base-drafts


From nobody Thu Nov 28 17:04:52 2019
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 47CA4120898 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:34 -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 cCHSM331N5zM for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:32 -0800 (PST)
Received: from out-1.smtp.github.com (out-1.smtp.github.com [192.30.252.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D54912013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:32 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:31 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989471; bh=6ld58eAQuA8PZrtqQVxMuorV8OA25aNfjpZHg9gimEM=; h=Date:From:To:Subject:From; b=AiVd1v3eKmR8vs533FMlBR3b/WbTEkFA2JzXcw98KvOewhFbsoNKYTLl4T/q6aaBF bFJe92nW6L4d/NvhPCi7AtLAVaRfAUMB8QgQq7qjybiKCb++TktFZx0g9ITHKWDQQG pZ3UJtoR2vb17yya8buGB6iAL0uaUBH85Vqt5zQs=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/48ca60-12cc91@github.com>
Subject: [quicwg/base-drafts] 7bed0b: Mandatory distinction between token types
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/B6V-AzTegQzrq27dvqj3ZQqjWh0>
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: Fri, 29 Nov 2019 01:04:34 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7bed0b465944def7aee9349ea1b61bad09ce8f86
      https://github.com/quicwg/base-drafts/commit/7bed0b465944def7aee9349ea1b61bad09ce8f86
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

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

  Log Message:
  -----------
  Mandatory distinction between token types

Closes #3127.


  Commit: 47889736fe180f33c4951bbd60916278c7985329
      https://github.com/quicwg/base-drafts/commit/47889736fe180f33c4951bbd60916278c7985329
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

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

  Log Message:
  -----------
  Separate generic token construction requirements


  Commit: a263330298f0469ca7791cd503063b57eb0acac9
      https://github.com/quicwg/base-drafts/commit/a263330298f0469ca7791cd503063b57eb0acac9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-22 (Tue, 22 Oct 2019)

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

  Log Message:
  -----------
  Moved too much up


  Commit: 6b6273302247ffb91797391218850f95dae0b4af
      https://github.com/quicwg/base-drafts/commit/6b6273302247ffb91797391218850f95dae0b4af
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

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

  Log Message:
  -----------
  Ian's tweaks


  Commit: 311d87043248d5862f3e181e9045f90bdf73239d
      https://github.com/quicwg/base-drafts/commit/311d87043248d5862f3e181e9045f90bdf73239d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

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

  Log Message:
  -----------
  Jana's suggestions


  Commit: 12cc91a5d71d070187cec0163ba19aff1eec3713
      https://github.com/quicwg/base-drafts/commit/12cc91a5d71d070187cec0163ba19aff1eec3713
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3128 from quicwg/must-distinguish-tokens

Mandatory distinction between token types


Compare: https://github.com/quicwg/base-drafts/compare/48ca60d01e0c...12cc91a5d71d


From nobody Thu Nov 28 17:04:57 2019
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 A803312013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:35 -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 FGZWKElP3qJi for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:34 -0800 (PST)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 46B1A120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:34 -0800 (PST)
Received: from github-lowworker-5825cd4.ac4-iad.github.net (github-lowworker-5825cd4.ac4-iad.github.net [10.52.22.68]) by smtp.github.com (Postfix) with ESMTP id A64002C123C for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989473; bh=3UUULQ/MNEb9FkIFhttcsq9JrHk+1slhOV1PmiznpsU=; h=Date:From:To:Subject:From; b=UvU+i2dErMXKSOvbwIorOa2BeIOXnDXdAwGHazO/Qy/9+dCG3gYAUP2Ma0Gmf3pHr xkbmhYN8urjC8KanqQvggCCCZmmb3l1tmt1RpSNNVZFVLqjw9sVRIvzmZbRoHPPMhG xXbaA3zoD6+e657HX6KUw0uU1SY3m10Kjboe6SH0=
Date: Thu, 28 Nov 2019 17:04:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c9842b-2a6321@github.com>
Subject: [quicwg/base-drafts] 2a6321: Script updating gh-pages from 66605261. [ci skip]
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/8tCYew3hzU5PHog8VLdjHz4KTpA>
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: Fri, 29 Nov 2019 01:04:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 2a6321c5a6528d9286331d28e17d1f1627d2473e
      https://github.com/quicwg/base-drafts/commit/2a6321c5a6528d9286331d28e17d1f1627d2473e
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 66605261. [ci skip]



From nobody Thu Nov 28 17:05:03 2019
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 C2EE6120812 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 KMUAe1Qkguqe for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:40 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71A4812013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:40 -0800 (PST)
Date: Thu, 28 Nov 2019 17:04:39 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989479; bh=mqTmBi//h2THejgdEn2V/3FbMgow3EKP/VSX5evKKM4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rj/8jau5kAOKw77QplxOfY9cSbrWAXLzLJ0b3n0VvXWtsowACwZU+Sphpfd6pyiha 9pn59jMnmbk33U4kEh1VlPtxnq3dR2pvX2X8W7yuQkZLsZRVulA6rMF30y9ErKjliu lra7FnIU4mXxys4gP2E6xGJadWjVacinK0WkP1pI=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3BATSNKTVRP6UDI5V35WQSPEVBNHHB43A2P4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3128/issue_event/2840092529@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3128@github.com>
References: <quicwg/base-drafts/pull/3128@github.com>
Subject: Re: [quicwg/base-drafts] Mandatory distinction between token types (#3128)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06ea7b7ef2_788d3ff069ecd9685849e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UQ3QnCG9Px6PDH1u7_NxMFV8q9Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:04:42 -0000

----==_mimepart_5de06ea7b7ef2_788d3ff069ecd9685849e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3128 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3128#event-2840092529
----==_mimepart_5de06ea7b7ef2_788d3ff069ecd9685849e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510401151" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3128" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3128/hovercard" href="https://github.com/quicwg/base-drafts/pull/3128">#3128</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications&amp;email_token=AFTOJK4WPVGQG436VBW5TCDQWBTCPA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF64I#event-2840092529">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK76VDNIG56MYT55R5LQWBTCPANCNFSM4JDJ3TYQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZX5FZUFJRVHGUFVR3QWBTCPA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF64I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4WPVGQG436VBW5TCDQWBTCPA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF64I#event-2840092529",
"url": "https://github.com/quicwg/base-drafts/pull/3128?email_source=notifications\u0026email_token=AFTOJK4WPVGQG436VBW5TCDQWBTCPA5CNFSM4JDJ3TY2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF64I#event-2840092529",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06ea7b7ef2_788d3ff069ecd9685849e7--


From nobody Thu Nov 28 17:05:07 2019
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 19D2112013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 MTDPD-moq0vZ for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:04:41 -0800 (PST)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C755A120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:40 -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 2DD0A660A9F for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:04:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989480; bh=M+VC/XuSYuqP9sdWpcMmKJV0q3Xldk+9KB7ymyFn8Nc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=laLtSEj7V/K10nS0L/WRCQmwYO6abh8I6XdyzuBCOAXuNdXVpA3EJFy6xaTGpRRqo tJO3EC4d831uNkRgpw3i8HWMmWcfEeB4ucphwAx9RQzZ2/v4HQFJ9+xVy97ojfltK6 oQJtfFJTQ4pXRf7vjfA05tdHiPoi/bc4uIZFWXWg=
Date: Thu, 28 Nov 2019 17:04:40 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7HIJSPLUG72WBXJKV35WQSREVBNHHB43AR5Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3127/issue_event/2840092533@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3127@github.com>
References: <quicwg/base-drafts/issues/3127@github.com>
Subject: Re: [quicwg/base-drafts] NEW_TOKEN and Retry tokens must be distinguishable (#3127)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06ea81e261_57b63f9941acd96411992c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tTMyUCsSpX6ZWYBwe1NnG9sc-ew>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:04:43 -0000

----==_mimepart_5de06ea81e261_57b63f9941acd96411992c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3127 via #3128.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3127#event-2840092533
----==_mimepart_5de06ea81e261_57b63f9941acd96411992c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510398956" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3127" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3127/hovercard" href="https://github.com/quicwg/base-drafts/issues/3127">#3127</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="510401151" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3128" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3128/hovercard" href="https://github.com/quicwg/base-drafts/pull/3128">#3128</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3127?email_source=notifications&amp;email_token=AFTOJK5DN4UFC4RCS77QLTDQWBTCRA5CNFSM4JDJZZRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF65I#event-2840092533">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY2UWNVONR7QHENYI3QWBTCRANCNFSM4JDJZZRA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK45JMLO7F6P7P5CWWLQWBTCRA5CNFSM4JDJZZRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF65I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3127?email_source=notifications\u0026email_token=AFTOJK5DN4UFC4RCS77QLTDQWBTCRA5CNFSM4JDJZZRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF65I#event-2840092533",
"url": "https://github.com/quicwg/base-drafts/issues/3127?email_source=notifications\u0026email_token=AFTOJK5DN4UFC4RCS77QLTDQWBTCRA5CNFSM4JDJZZRKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFEF65I#event-2840092533",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de06ea81e261_57b63f9941acd96411992c9--


From nobody Thu Nov 28 17:05:19 2019
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 54FB9120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:05:18 -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 ECfp6oiiR31s for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:05:17 -0800 (PST)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3291F12013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:05:17 -0800 (PST)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 8D4A86A0916 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:05:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989516; bh=9AvYdk1GGmIeYib4SVcifxX7dSxkom7QG7HP8+BG240=; h=Date:From:To:Subject:From; b=IZSLUE3W1C7nXFT3ARnoAIRfanCV+WeKJe7/OhBUuJOWeyHAqYonwJ8MhrOGZ4pHr N4tk9SN+kSuYuTPsoe7ILk8pTsScl8CN15k+Y7aJjDaXa9cIpALr05Xw4xayUymjUk F53OyGntYQhX/ply5rZOe7PmRhGZSfhtO4zUQZbM=
Date: Thu, 28 Nov 2019 17:05:16 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/2a6321-4def64@github.com>
Subject: [quicwg/base-drafts] 4def64: Script updating gh-pages from 48ca60d0. [ci skip]
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/kEv5Ra9YBr1vwy58qzfp-7HMRH0>
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: Fri, 29 Nov 2019 01:05:18 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4def64b559bb179f59003dd1dde160b8d275eb12
      https://github.com/quicwg/base-drafts/commit/4def64b559bb179f59003dd1dde160b8d275eb12
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 48ca60d0. [ci skip]



From nobody Thu Nov 28 17:05:36 2019
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 E75EA12013B for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:05:35 -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 jvOyHalrwYMS for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:05:34 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA361120801 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:05:34 -0800 (PST)
Received: from github-lowworker-ca5950c.va3-iad.github.net (github-lowworker-ca5950c.va3-iad.github.net [10.48.17.57]) by smtp.github.com (Postfix) with ESMTP id EA606C6068E for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:05:33 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989533; bh=kLjiyY19LG/Sqz6yaaXynP4vxBOFDsJoaTkHCS0KEWU=; h=Date:From:To:Subject:From; b=H3btnvgC6dhWynRNFw1bhBzT4A+24Y/YQN1k470wQ25o4s/cC/PR5YkrusR0hRg2j nR/HkoXBbW6sdGnLGxgKFFpfdCd+encFuxVcwM9tnFyztvZ8g+2IjWmv3aTmqrcvAn H9ogmnL6Q4Kq1L7Wxj1UPWKRMbF82JoScGerqrF8=
Date: Thu, 28 Nov 2019 17:05:33 -0800
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/4def64-fb1bb0@github.com>
Subject: [quicwg/base-drafts] fb1bb0: Script updating issues at 2019-11-29T01:05:26Z. [c...
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/jCMc37bF4ZwCyyH3aJSM1JciFqA>
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: Fri, 29 Nov 2019 01:05:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: fb1bb08a986f9fdf7d70bcaf3a7327cd7c6a5136
      https://github.com/quicwg/base-drafts/commit/fb1bb08a986f9fdf7d70bcaf3a7327cd7c6a5136
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M issues.json
    M pulls.json

  Log Message:
  -----------
  Script updating issues at 2019-11-29T01:05:26Z. [ci skip]



From nobody Thu Nov 28 17:07:25 2019
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 76E32120801 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:07:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 E9nJ1m7x4QQe for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:07:22 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 339E112013B for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:07:22 -0800 (PST)
Date: Thu, 28 Nov 2019 17:07:21 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574989641; bh=9gjjwPPcfsTwOb+vHCiDLlgk1T1OhcZgZMNQgQMXkwo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0QCwOohpQGbhkgM6Uf0Vs08Cyl55f4yRYBEmp0NzIbIueLwFz+2DgKciFWysemhvS Yah6LQ+VphBArRnIl5MiUefHyYj83XGp0/40crC6n5XSMWHH+MLNxsFNMbAFn/QJ3X d1c0Q4RLXKexZR7P3svBj5bGbuKe+QYChVkBiz88=
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/push/4333992885@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de06f497052b_2a373faa3f6cd968789743"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YB8VIQT1DPYIa9VuIUi2cnsLFt4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:07:23 -0000

----==_mimepart_5de06f497052b_2a373faa3f6cd968789743
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

745f4674876f25f212f9b4ddfcc1013242f88e24  Merge branch 'master' into handle-reordered-ncid-frames


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202/files/30e554ae61fd41635c374647a07c2e2c5d85650a..745f4674876f25f212f9b4ddfcc1013242f88e24

----==_mimepart_5de06f497052b_2a373faa3f6cd968789743
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/745f4674876f25f212f9b4ddfcc1013242f88e24">745f467</a>  Merge branch &#39;master&#39; into handle-reordered-ncid-frames</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3202/files/30e554ae61fd41635c374647a07c2e2c5d85650a..745f4674876f25f212f9b4ddfcc1013242f88e24?email_source=notifications&amp;email_token=AFTOJK3LUV7IN3ZXRX4NW5DQWBTMTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGMZTGOJZGI4DQNI">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4JCKBQHUG7NLR55OLQWBTMTANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24L4LFLU3E5B5S7EDQWBTMTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGMZTGOJZGI4DQNI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202/files/30e554ae61fd41635c374647a07c2e2c5d85650a..745f4674876f25f212f9b4ddfcc1013242f88e24?email_source=notifications\u0026email_token=AFTOJK3LUV7IN3ZXRX4NW5DQWBTMTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGMZTGOJZGI4DQNI",
"url": "https://github.com/quicwg/base-drafts/pull/3202/files/30e554ae61fd41635c374647a07c2e2c5d85650a..745f4674876f25f212f9b4ddfcc1013242f88e24?email_source=notifications\u0026email_token=AFTOJK3LUV7IN3ZXRX4NW5DQWBTMTA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGMZTOOBSGIZDONCQOVZWQIZUGMZTGOJZGI4DQNI",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5de06f497052b_2a373faa3f6cd968789743--


From nobody Thu Nov 28 17:45:38 2019
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 B84F01208E5 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:45:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 l0biK2H1is-M for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:45:35 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5664A120024 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:45:35 -0800 (PST)
Date: Thu, 28 Nov 2019 17:45:34 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574991934; bh=w0vvdJXOqptBJ/bFsEp1TKlk6hLa+o1k/rFA0Oz8rwI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QKM5hI89Dyfisok6WT3pzErAr0983C4OpRErU81CTmpPLUGzjfhpeKUM1uYmaQ6Th Zt952eap1j/trONOmiWqjN8QTkELUw5KIW7eRQGGdFF7GGGaOi4j0XQ4lW8KPP5JMV msGgmA0zmAdZ/firNHgjZ98jGEDFA5Fjs64erXFU=
From: Mark Nottingham <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BN52QT4BFO2YFEQ535WVL5EVBNHHB6RXLXM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3265/559632825@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3265@github.com>
References: <quicwg/base-drafts/issues/3265@github.com>
Subject: Re: [quicwg/base-drafts] Add capability for sending HTTP metadata (trailer fields) in mid-stream (#3265)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de0783e52279_6c283f86fb6cd95c12158e1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mnot
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-N-Ef5kiErrmKE9_ZPIAydaF7nY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:45:37 -0000

----==_mimepart_5de0783e52279_6c283f86fb6cd95c12158e1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Parking until discussion in HTTPWG concludes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3265#issuecomment-559632825
----==_mimepart_5de0783e52279_6c283f86fb6cd95c12158e1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Parking until discussion in HTTPWG concludes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications&amp;email_token=AFTOJKYIV4Y5VQIPTPBY5RDQWBX35A5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNVDOI#issuecomment-559632825">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK667OJQ2ENQ5MHTYX3QWBX35ANCNFSM4JO5B63A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2DOQ5CXB5FJJ5RIIDQWBX35A5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNVDOI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications\u0026email_token=AFTOJKYIV4Y5VQIPTPBY5RDQWBX35A5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNVDOI#issuecomment-559632825",
"url": "https://github.com/quicwg/base-drafts/issues/3265?email_source=notifications\u0026email_token=AFTOJKYIV4Y5VQIPTPBY5RDQWBX35A5CNFSM4JO5B63KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFNVDOI#issuecomment-559632825",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de0783e52279_6c283f86fb6cd95c12158e1--


From nobody Thu Nov 28 17:54:41 2019
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 A33271208E6 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:40 -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 Te-G5C1-TEIL for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:39 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36460120024 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:54:38 -0800 (PST)
Date: Thu, 28 Nov 2019 17:54:37 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574992477; bh=0b+Fgqk/Zs0KqwqywO2x6ZQE9VaIIkEMkf1a6XjoMB4=; h=Date:From:To:Subject:From; b=UzbrPWzsL1DXpogWu+jUdHQ7MFKK9g4/JY7BzEiAtFysDEKfuM33Tuc6B8brF5yWl jET0EquaxDsWt+ULqfPBMl+SmMTMnf0lM80Dxpv670JyjPBz5VIK8IxkLrcsxClxtt 8V375mJsNA4MKjGvNb+HSERvlA93XNmxKWt4k0Ys=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/12cc91-373dfc@github.com>
Subject: [quicwg/base-drafts] 50b9b3: handle reordered NEW_CONNECTION_ID frames
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/yIB-RKtbVf7p3jVzggk32FEu11o>
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: Fri, 29 Nov 2019 01:54:41 -0000

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

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

  Log Message:
  -----------
  handle reordered NEW_CONNECTION_ID frames


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

  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: 66992a654573597a569668be47b35fbf9384d08c
      https://github.com/quicwg/base-drafts/commit/66992a654573597a569668be47b35fbf9384d08c
  Author: Marten Seemann <martenseemann@gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

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

  Log Message:
  -----------
  Ian's and Eric's suggestion


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

  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: 745f4674876f25f212f9b4ddfcc1013242f88e24
      https://github.com/quicwg/base-drafts/commit/745f4674876f25f212f9b4ddfcc1013242f88e24
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge branch 'master' into handle-reordered-ncid-frames


  Commit: 373dfc1561634e48a45c1541ac1d17caee4cc776
      https://github.com/quicwg/base-drafts/commit/373dfc1561634e48a45c1541ac1d17caee4cc776
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

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

  Log Message:
  -----------
  Merge pull request #3202 from marten-seemann/handle-reordered-ncid-frames

handle reordered NEW_CONNECTION_ID frames


Compare: https://github.com/quicwg/base-drafts/compare/12cc91a5d71d...373dfc156163


From nobody Thu Nov 28 17:54:49 2019
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 855031208E7 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 iZNRPc9t_RIn for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:47 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C4D1120024 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:54:47 -0800 (PST)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 6E4BC2C123F for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:54:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574992486; bh=KpSGWMFwsMQdhtXE5Uo1bnjbDP1590If6diy7WWNAqY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=mcNCs9vEN/eKDFCPM8ZVG2mPrON4QmMGDT84jiaRmt57A4vGzW415ipHThSokY7fn lALUwH3y8AhZa0niroLnTAr8yuPX6fmTeEvYvLDVBkG/VH8KOIwDquog3H46ILp6YB FJ16EA0JOtZ97RkTdoTj+Wz5pYiOH9PfvlsqZsqw=
Date: Thu, 28 Nov 2019 17:54:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2CBVYNLB5BJNLBAB535WWONEVBNHHB5ZPCDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/3194/issue_event/2840138161@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3194@github.com>
References: <quicwg/base-drafts/issues/3194@github.com>
Subject: Re: [quicwg/base-drafts] reordered NEW_CONNECTION_ID frames with retired sequence numbers shouldn't be used (#3194)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de07a665f229_15a23ffcb2ccd96010220fb"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/gOOn8LfST8Ma6N2ngei3H8wqvBQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:54:48 -0000

----==_mimepart_5de07a665f229_15a23ffcb2ccd96010220fb
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #3194 via #3202.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3194#event-2840138161
----==_mimepart_5de07a665f229_15a23ffcb2ccd96010220fb
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518382107" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3194" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/3194/hovercard" href="https://github.com/quicwg/base-drafts/issues/3194">#3194</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518999605" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3202" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3202/hovercard" href="https://github.com/quicwg/base-drafts/pull/3202">#3202</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications&amp;email_token=AFTOJK4BOVOJEQRPF47CF4TQWBY6NA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDMI#event-2840138161">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5XXC565R672F3MHSTQWBY6NANCNFSM4JJS4DSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2LW4RR4VRKUOUSQU3QWBY6NA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDMI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJK4BOVOJEQRPF47CF4TQWBY6NA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDMI#event-2840138161",
"url": "https://github.com/quicwg/base-drafts/issues/3194?email_source=notifications\u0026email_token=AFTOJK4BOVOJEQRPF47CF4TQWBY6NA5CNFSM4JJS4DSKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDMI#event-2840138161",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de07a665f229_15a23ffcb2ccd96010220fb--


From nobody Thu Nov 28 17:54:57 2019
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 2530C1208F4 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:50 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 NEd3UrkIkXq3 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:54:47 -0800 (PST)
Received: from out-17.smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 85D151208E6 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:54:47 -0800 (PST)
Received: from github-lowworker-f62aa54.va3-iad.github.net (github-lowworker-f62aa54.va3-iad.github.net [10.48.17.68]) by smtp.github.com (Postfix) with ESMTP id E0C936E049C for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:54:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574992486; bh=+qt6XC0Xor4SKW6Dndx90XiFIFcgx7CSQHrv3wFh4M8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=K8wSKNz1zKQcWGvUP0bzm+g9JHVK8eBBuwzMSkdqJri7tcVM+Ge/zzK8GtNhsJKXn lWd11ht3o+fFW4X1ktJBZSuc6An+CBE3Q7wK1IZlZGXNP27Hbsaeq1QUKeT/uXOxHT ONbkegqZDomcVDoC4T8PePX8WRVW8APfao0iufNs=
Date: Thu, 28 Nov 2019 17:54:46 -0800
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK44ITTXIOJVHM3MHSN35WWONEVBNHHB532OGU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3202/issue_event/2840138158@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3202@github.com>
References: <quicwg/base-drafts/pull/3202@github.com>
Subject: Re: [quicwg/base-drafts] handle reordered NEW_CONNECTION_ID frames (#3202)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de07a66d2103_34db3ff6d5acd9681241257"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tuaftQr09c6EGf24liGbQEilCVg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 01:54:50 -0000

----==_mimepart_5de07a66d2103_34db3ff6d5acd9681241257
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #3202 into master.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3202#event-2840138158
----==_mimepart_5de07a66d2103_34db3ff6d5acd9681241257
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518999605" data-permission-text="Issue title is private" data-url="https://github.com/quicwg/base-drafts/issues/3202" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/3202/hovercard" href="https://github.com/quicwg/base-drafts/pull/3202">#3202</a> into master.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications&amp;email_token=AFTOJK7DFQIMOHYSSLDYQNLQWBY6NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDLQ#event-2840138158">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK42Z3FKOMX433UDCG3QWBY6NANCNFSM4JKAORVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK637O6QEMI5NOPA7XDQWBY6NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDLQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK7DFQIMOHYSSLDYQNLQWBY6NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDLQ#event-2840138158",
"url": "https://github.com/quicwg/base-drafts/pull/3202?email_source=notifications\u0026email_token=AFTOJK7DFQIMOHYSSLDYQNLQWBY6NA5CNFSM4JKAORVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFERDLQ#event-2840138158",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de07a66d2103_34db3ff6d5acd9681241257--


From nobody Thu Nov 28 17:55:43 2019
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 849CE1208E6 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:55:41 -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 9qfTyM8nz0hq for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 17:55:39 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 14108120024 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 17:55:39 -0800 (PST)
Date: Thu, 28 Nov 2019 17:55:38 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1574992538; bh=3GcWpIlE3aALY2Sp/4bnkPM0OP4QWDgf263NX/4tdHs=; h=Date:From:To:Subject:From; b=Yul4bTLhPpOZIcJR9+lPBLzsR0snyXnHg8T3zIshe1128lCpZf8RbPEp31pa8FGqg UOntFUqGCSpyjSr2mC2+Uk0GL9P3zCbaHORM5mOm8mZzJUuW1gG47fwgsonlvWLSqW N83cY3vRZ4ftGK7+bFzQYVgd+dL0+Xv60gy2YchE=
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/fb1bb0-a375e6@github.com>
Subject: [quicwg/base-drafts] a375e6: Script updating gh-pages from 373dfc15. [ci skip]
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/E7LFdW3DEyeR1843OWsAJ3_qm1Y>
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: Fri, 29 Nov 2019 01:55:41 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: a375e632c35ca58fb992ffcde2caf42c366a12ca
      https://github.com/quicwg/base-drafts/commit/a375e632c35ca58fb992ffcde2caf42c366a12ca
  Author: ID Bot <idbot@example.com>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 373dfc15. [ci skip]



From nobody Thu Nov 28 23:54:52 2019
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 D5BDB1200E5 for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 23:54:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 ll3a0wmv1UiO for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 23:54:50 -0800 (PST)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B6FA1200DB for <quic-issues@ietf.org>; Thu, 28 Nov 2019 23:54:50 -0800 (PST)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 426462C1EF2 for <quic-issues@ietf.org>; Thu, 28 Nov 2019 23:54:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575014089; bh=DHO635KNUG3HA8NAqkK4ChHkhlK36BAXz7eVTNkA3v8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fo2l7StPAqC5MvWqMfhr5ayiS+V4U+wGP88OuGWxN/v9sndcAwclGmRyS508cJlr1 sNewJXSqxYKUsemVlgiritlAviGOKxoxQru6AdTdCpGDACYCc0/QO4VzU64FZ/ztNr 5cG38Ckoz+/x1R1wUeRlHqD4gTjXipypGQMH1A2M=
Date: Thu, 28 Nov 2019 23:54:49 -0800
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/push/4334788270@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de0cec932f2f_25133fdfe24cd96413747e5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1hmsyq-BuRLqQA7QjfXQJQkOjgs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 07:54:52 -0000

----==_mimepart_5de0cec932f2f_25133fdfe24cd96413747e5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@goelvidhi pushed 1 commit.

c8a59b2fb1e716bb7dba6075567c538bfcce861a  remove the burst mention


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232/files/78c27a726e47eefc2dd89a903448b93f1d28c241..c8a59b2fb1e716bb7dba6075567c538bfcce861a

----==_mimepart_5de0cec932f2f_25133fdfe24cd96413747e5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/goelvidhi" class="user-mention">@goelvidhi</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c8a59b2fb1e716bb7dba6075567c538bfcce861a">c8a59b2</a>  remove the burst mention</li>
</ul>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br /><a href="https://github.com/quicwg/base-drafts/pull/3232/files/78c27a726e47eefc2dd89a903448b93f1d28c241..c8a59b2fb1e716bb7dba6075567c538bfcce861a?email_source=notifications&amp;email_token=AFTOJK2TRJF2PKR4D7GGERDQWDDETA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZTINZYHAZDOMA">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QPK2MTNDHO7HP6XDQWDDETANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZSMHYAU7HWYPE7D33QWDDETA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZTINZYHAZDOMA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232/files/78c27a726e47eefc2dd89a903448b93f1d28c241..c8a59b2fb1e716bb7dba6075567c538bfcce861a?email_source=notifications\u0026email_token=AFTOJK2TRJF2PKR4D7GGERDQWDDETA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZTINZYHAZDOMA",
"url": "https://github.com/quicwg/base-drafts/pull/3232/files/78c27a726e47eefc2dd89a903448b93f1d28c241..c8a59b2fb1e716bb7dba6075567c538bfcce861a?email_source=notifications\u0026email_token=AFTOJK2TRJF2PKR4D7GGERDQWDDETA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGM2DAMJTGI2DKNSQOVZWQIZUGMZTINZYHAZDOMA",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_5de0cec932f2f_25133fdfe24cd96413747e5--


From nobody Thu Nov 28 23:55:04 2019
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 EB45012020A for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 23:55:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.382
X-Spam-Level: 
X-Spam-Status: No, score=-6.382 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, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 MXkbDWG-Pxtf for <quic-issues@ietfa.amsl.com>; Thu, 28 Nov 2019 23:55:02 -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 5720F1200DB for <quic-issues@ietf.org>; Thu, 28 Nov 2019 23:55:02 -0800 (PST)
Date: Thu, 28 Nov 2019 23:55:01 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575014101; bh=ky9VAdtaZ8fbX2Pp7yC4OVqdbAG6pthNwSoKmS+rffA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=N0nY7RRp3j5NDGESBDqmU0IUOh8gBC9ka9/J62yV4Wx73w1JMoGu5C91DtVM80ObH IlxPo9nflmfcd+wZTF7jgo2vwt/oRh91vbB3+/v3gi6MpUrJbkyTTR0olFtK8PB80l g43H0N2z4h4YfEzBnTLwxjEIEjI3lSpGwQJuQ8t4=
From: Vidhi Goel <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7VRLQPM5XXXDEJD6F35YAVLEVBNHHB6GTRAA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3232/review/324563220@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3232@github.com>
References: <quicwg/base-drafts/pull/3232@github.com>
Subject: Re: [quicwg/base-drafts] Limit CWND increase in slow start (#3232)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de0ced56b2be_7b383fe99c0cd9682805da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: goelvidhi
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ql2T7YAA_6F6ewlzn5f0_bKrqEs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 07:55:04 -0000

----==_mimepart_5de0ced56b2be_7b383fe99c0cd9682805da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

goelvidhi commented on this pull request.



> @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to

sounds good to me. Updated it

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3232#discussion_r352013129
----==_mimepart_5de0ced56b2be_7b383fe99c0cd9682805da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@goelvidhi</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3232#discussion_r352013129">draft-ietf-quic-recovery.md</a>:</p>
<pre style='color:#555'>&gt; @@ -769,7 +769,10 @@ Implementations MUST either use pacing or limit such bursts to the initial
 congestion window, which is recommended to be the minimum of
 10 * max_datagram_size and max(2* max_datagram_size, 14720)), where
 max_datagram_size is the current maximum size of a datagram for the connection,
-not including UDP or IP overhead.
+not including UDP or IP overhead. An implementation that does not use pacing
+SHOULD limit the congestion window increase during slow start to
</pre>
<p>sounds good to me. Updated it</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications&amp;email_token=AFTOJK3BUFIPXWAOTUZRMMLQWDDFLA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNMHCFA#discussion_r352013129">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK37GPZXSATNACSHP3DQWDDFLANCNFSM4JMJUHAQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2KO2RCBUAMXSBO5WTQWDDFLA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNMHCFA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3BUFIPXWAOTUZRMMLQWDDFLA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNMHCFA#discussion_r352013129",
"url": "https://github.com/quicwg/base-drafts/pull/3232?email_source=notifications\u0026email_token=AFTOJK3BUFIPXWAOTUZRMMLQWDDFLA5CNFSM4JMJUHA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNMHCFA#discussion_r352013129",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de0ced56b2be_7b383fe99c0cd9682805da--


From nobody Fri Nov 29 00:24:01 2019
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 0258412006B for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 00:23:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.454
X-Spam-Level: 
X-Spam-Status: No, score=-6.454 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, HTML_IMAGE_ONLY_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 vh-jugQOlkNn for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 00:23:57 -0800 (PST)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98A88120020 for <quic-issues@ietf.org>; Fri, 29 Nov 2019 00:23:57 -0800 (PST)
Date: Fri, 29 Nov 2019 00:23:56 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575015836; bh=H+0UZY58YTkWm6sHdSzNUJqNyUe/vYpynV7CaDmCI8A=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=AWGXTjTGMq8ycFgREHbR5VhBt2d+GvScTuYIhnevEzzhvgYGitNsQdl2sqFZiN5yX Pk0Y05vew3d6Ifcb/9ORWxroXCM561a+ows3A/rLFsDstlYB3nlEOC2DU1hkoTHIuz UlzkTlbRl9VUvnqfaumhprRAlqphNwZ8XZRHOlZc=
From: Gorry Fairhurst <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2RK63WVFX22K6WI6V35YEBZEVBNHHB6D3C4A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3216/559702821@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3216@github.com>
References: <quicwg/base-drafts/issues/3216@github.com>
Subject: Re: [quicwg/base-drafts] Flow Control Tuning (#3216)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de0d59cd6abd_39193ffbda2cd95c17107bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: gorryfair
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LXX7cqS0SgN4-RJqJST1nVoi0QM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 08:23:59 -0000

----==_mimepart_5de0d59cd6abd_39193ffbda2cd95c17107bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Thanks for starting this issue. I will speak to my team and see if we can come up with some more context and plots that show the key issues and send a link to what we have.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/issues/3216#issuecomment-559702821
----==_mimepart_5de0d59cd6abd_39193ffbda2cd95c17107bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Thanks for starting this issue. I will speak to my team and see if we can come up with some more context and plots that show the key issues and send a link to what we have.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications&amp;email_token=AFTOJK6DUC6TKIHMBJC754DQWDGRZA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFOGGJI#issuecomment-559702821">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ5FU4GDHN2SHJAINTQWDGRZANCNFSM4JLYZPIA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYP72QFI6KPKGJ2TDLQWDGRZA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFOGGJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK6DUC6TKIHMBJC754DQWDGRZA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFOGGJI#issuecomment-559702821",
"url": "https://github.com/quicwg/base-drafts/issues/3216?email_source=notifications\u0026email_token=AFTOJK6DUC6TKIHMBJC754DQWDGRZA5CNFSM4JLYZPIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFOGGJI#issuecomment-559702821",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de0d59cd6abd_39193ffbda2cd95c17107bf--


From nobody Fri Nov 29 13:26:46 2019
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 B530B120058 for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 13:26:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.999
X-Spam-Level: 
X-Spam-Status: No, score=-7.999 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, HTML_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 R3fay5c9c8No for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 13:26:42 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E64E120048 for <quic-issues@ietf.org>; Fri, 29 Nov 2019 13:26:42 -0800 (PST)
Received: from github-lowworker-5fb2734.va3-iad.github.net (github-lowworker-5fb2734.va3-iad.github.net [10.48.19.27]) by smtp.github.com (Postfix) with ESMTP id 9C8959605E3 for <quic-issues@ietf.org>; Fri, 29 Nov 2019 13:26:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575062801; bh=3XF86VznHWbtTUDXQoUookuXbI7hhW1g+KRLDFzWjGM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0IvVRS+QhifiXyNZjjElyDXuYZ73DDki/KMb/biM/LN2vGpaYX/4FYcmRt0cf71S/ RvX3OC/kQwthUOJF77ZWUiLeOeC3FkGz4lMq03GlM7HVNDx5WrzNZ3Ta28AIgnOmuP hP2R/uavYu+P5/2YYo3iCC0W1+v0Rc3rZgzflZhE=
Date: Fri, 29 Nov 2019 13:26:41 -0800
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2WI5SHL2HTXOMXU253527ZDEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/324856882@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de18d118e9c4_79ef3f96766cd9686052ba"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/_4ZdW7wNfynWPZ7let2KnQBlHfY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Fri, 29 Nov 2019 21:26:44 -0000

----==_mimepart_5de18d118e9c4_79ef3f96766cd9686052ba
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

huitema commented on this pull request.



> @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer's limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer's limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.

@marten-seemann The examples that you quote are cases where there is no reasonable way to continue the connection. I don't think that excess number of NEW CONNECTION ID is in the same class -- the receiving peer could also just drop them without retiring them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/quicwg/base-drafts/pull/3201#discussion_r352246398
----==_mimepart_5de18d118e9c4_79ef3f96766cd9686052ba
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><b>@huitema</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3201#discussion_r352246398">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considered active; any active connection ID can be used.
 An endpoint SHOULD ensure that its peer has a sufficient number of available and
 unused connection IDs.  Endpoints store received connection IDs for future use
 and advertise the number of connection IDs they are willing to store with the
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT provide
-more connection IDs than the peer&#39;s limit.
+active_connection_id_limit transport parameter.  An endpoint MUST NOT provide
+more connection IDs than the peer&#39;s limit.  An endpoint that receives more
+connection IDs than its advertised active_connection_id_limit MUST close the
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/marten-seemann/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marten-seemann">@marten-seemann</a> The examples that you quote are cases where there is no reasonable way to continue the connection. I don't think that excess number of NEW CONNECTION ID is in the same class -- the receiving peer could also just drop them without retiring them.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications&amp;email_token=AFTOJK6GALCH4W5HRNFS6BLQWGCJDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNOOYMQ#discussion_r352246398">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZINYSQ3UOCHOZ3U33QWGCJDANCNFSM4JKANHMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5YWA66JONNIDGN7XDQWGCJDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNOOYMQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6GALCH4W5HRNFS6BLQWGCJDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNOOYMQ#discussion_r352246398",
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=notifications\u0026email_token=AFTOJK6GALCH4W5HRNFS6BLQWGCJDA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNOOYMQ#discussion_r352246398",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5de18d118e9c4_79ef3f96766cd9686052ba--


From nobody Fri Nov 29 18:24:10 2019
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 273FC120108 for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 18:24:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 LJHmDmFHzTRu for <quic-issues@ietfa.amsl.com>; Fri, 29 Nov 2019 18:24:07 -0800 (PST)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49FB512002F for <quic-issues@ietf.org>; Fri, 29 Nov 2019 18:24:07 -0800 (PST)
Date: Fri, 29 Nov 2019 18:24:06 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575080646; bh=WcsYzClE8YtLfm+L5H9RKWA2Rl+++tBDAvt4krgB5wQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DcULotpc7rpg5PPmnKE8jbsVUy085krjVI4qsZcPGvCjYAe3RjO09SJgQpyoZ99b/ nKsyH7LT5b8xMfnJNBMDBa7HySejrWZAyWdxOmVk7r0Mpm8xHj7dp2KDlWAzOYi4D/ 8S+NBb5G5EPHWlApNi3H5R1RdriOwOhVZmEH/KfE=
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6HVLLI72N6T4EC6PN354CUNEVBNHHB532IFY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3201/review/324874038@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3201@github.com>
References: <quicwg/base-drafts/pull/3201@github.com>
Subject: Re: [quicwg/base-drafts] enforce the active_connection_id_limit (#3201)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de1d2c668c00_19873fa2470cd964831853"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BO2FzbUQjK4v6QwsV8emU4iUDhE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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: Sat, 30 Nov 2019 02:24:09 -0000

----==_mimepart_5de1d2c668c00_19873fa2470cd964831853
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

marten-seemann commented on this pull request.=0D
=0D
=0D
=0D
> @@ -999,8 +999,10 @@ retired are considered active; any active connecti=
on ID can be used.=0D
 An endpoint SHOULD ensure that its peer has a sufficient number of avail=
able and=0D
 unused connection IDs.  Endpoints store received connection IDs for futu=
re use=0D
 and advertise the number of connection IDs they are willing to store wit=
h the=0D
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT =
provide=0D
-more connection IDs than the peer's limit.=0D
+active_connection_id_limit transport parameter.  An endpoint MUST NOT pr=
ovide=0D
+more connection IDs than the peer's limit.  An endpoint that receives mo=
re=0D
+connection IDs than its advertised active_connection_id_limit MUST close=
 the=0D
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.=0D
=0D
@huitema That doesn=E2=80=99t work well with Retire Prior To, since you s=
till MUST retire that connection ID. So you need to track at least the se=
quence number of the CID.=0D
It seems like you=E2=80=99re trying to build a way for a peer to (silentl=
y) revoke the limit it announced in its transport parameters. Building su=
ch a mechanism is possible (we=E2=80=99d need something like a MAX_CID fr=
ame), but we decided to not do this, mostly because we assumed that the n=
umber of requested connection IDs will be small (O(10)). If that argument=
 still holds, I don=E2=80=99t think it=E2=80=99s too much to ask for to k=
eep track of O(10) CID sequence numbers.=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3201#discussion_r352262691=

----==_mimepart_5de1d2c668c00_19873fa2470cd964831853
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p><b>@marten-seemann</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/3201#discussi=
on_r352262691">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -999,8 +999,10 @@ retired are considere=
d active; any active connection ID can be used.=0D
 An endpoint SHOULD ensure that its peer has a sufficient number of avail=
able and=0D
 unused connection IDs.  Endpoints store received connection IDs for futu=
re use=0D
 and advertise the number of connection IDs they are willing to store wit=
h the=0D
-active_connection_id_limit transport parameter.  An endpoint SHOULD NOT =
provide=0D
-more connection IDs than the peer&#39;s limit.=0D
+active_connection_id_limit transport parameter.  An endpoint MUST NOT pr=
ovide=0D
+more connection IDs than the peer&#39;s limit.  An endpoint that receive=
s more=0D
+connection IDs than its advertised active_connection_id_limit MUST close=
 the=0D
+connection with an error of type CONNECTION_ID_LIMIT_ERROR.=0D
</pre>=0D
<p><a class=3D"user-mention" data-hovercard-type=3D"user" data-hovercard-=
url=3D"/users/huitema/hovercard" data-octo-click=3D"hovercard-link-click"=
 data-octo-dimensions=3D"link_type:self" href=3D"https://github.com/huite=
ma">@huitema</a> That doesn=E2=80=99t work well with Retire Prior To, sin=
ce you still MUST retire that connection ID. So you need to track at leas=
t the sequence number of the CID.<br>=0D
It seems like you=E2=80=99re trying to build a way for a peer to (silentl=
y) revoke the limit it announced in its transport parameters. Building su=
ch a mechanism is possible (we=E2=80=99d need something like a MAX_CID fr=
ame), but we decided to not do this, mostly because we assumed that the n=
umber of requested connection IDs will be small (O(10)). If that argument=
 still holds, I don=E2=80=99t think it=E2=80=99s too much to ask for to k=
eep track of O(10) CID sequence numbers.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3201?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK6I5PICZSO7EVKSPT3QWHFENA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJ=
SXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNOS6NQ#discussion_r352262691">view=
 it on GitHub</a>, or <a href=3D"https://github.com/notifications/unsubsc=
ribe-auth/AFTOJK5AV2Z4ALYKOMSTDL3QWHFENANCNFSM4JKANHMA">unsubscribe</a>.<=
img src=3D"https://github.com/notifications/beacon/AFTOJK5KPZQL5PXPWHBIVA=
3QWHFENA5CNFSM4JKANHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKT=
DN5WW2ZLOORPWSZGOCNOS6NQ.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D=

<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3201?email_source=3D=
notifications\u0026email_token=3DAFTOJK6I5PICZSO7EVKSPT3QWHFENA5CNFSM4JKA=
NHMKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC=
NOS6NQ#discussion_r352262691",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3201?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK6I5PICZSO7EVKSPT3QWHFENA5CNFSM4JKANH=
MKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNO=
S6NQ#discussion_r352262691",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5de1d2c668c00_19873fa2470cd964831853--


From nobody Sat Nov 30 18:39:42 2019
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 26762120048 for <quic-issues@ietfa.amsl.com>; Sat, 30 Nov 2019 18:39:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level: 
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 3_YQlRNwdANc for <quic-issues@ietfa.amsl.com>; Sat, 30 Nov 2019 18:39:37 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 543AF120024 for <quic-issues@ietf.org>; Sat, 30 Nov 2019 18:39:37 -0800 (PST)
Date: Sat, 30 Nov 2019 18:39:35 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1575167975; bh=sYNfTW51UwWuotakSg3beJdEv8j6Lc3U2W8QEB3Y2b4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=KK85lbqXmEet93ByoXYQp69ShuljuNu0xeQ6QjGwBKab03WB4/ZyqPAgY+xiroGbm 1ywdYShiIQY5fKtUAQ/1aYqVltuXWcw5L5gwvC7XB+GCiH/sR/a0UcQ2B/yMvtkG3s YI4hXJyIo12tTuhGwu1OEHPELdNwtbgdrsyirdu0=
From: Christian Huitema <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQVLOR6GNMU7FDZ3F36BNGPEVBNHHB4UZE54@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3120/c560043120@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3120@github.com>
References: <quicwg/base-drafts/pull/3120@github.com>
Subject: Re: [quicwg/base-drafts] Add retry integrity tag (#3120)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5de327e7aec9f_79b33fe92eecd964189392"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: huitema
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MHiXDjjAuuqWJpKhm5teWxTkBNA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 01 Dec 2019 02:39:40 -0000

----==_mimepart_5de327e7aec9f_79b33fe92eecd964189392
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

In Singapore, we were debating whether to just do checksum, versus encryp=
t and use an initial vector based on the CID. I wanted to compare the two=
 variants using a benchmark designed for Picotls, but I ran into a little=
 bit of trouble because of the structure of the picotls encryption API, w=
hich looks like:=0D
=0D
1) Initialize an encryption context with the key context, the IV, and the=
 authenticated data=0D
2) Encrypt the message=0D
3) Compute the AEAD checksum=0D
=0D
With that API, there is no option to not use an IV,. Using a constant IV =
would have exactly the same cost as using a variable IV. I went on to com=
pare the time to encrypt 64 bytes versus the time to just authenticate 64=
 bytes. Results are below for two implementations of AES128 GCM, one from=
 OpenSSL crypto library and another from Windows Bcrypt library -- both m=
easured using 64 bit code on my Windows laptop:=0D
=0D
=0D
=C2=A0  | encrypt | decrypt | authenticate | verify=0D
--  | -- | -- | -- | --=0D
bcrypt  | 0.35751 | 0.22602 | 0.24687 | 0.20189=0D
openssl 1.1.1c | 0.30211 | 0.23956 | 0.24296 | 0.23926=0D
=0D
The times are measured here in microseconds -- these are the average on 1=
00,000 operations. We see that the times are fractions of microseconds in=
 both cases. The encryption operation is more expensive than a simple aut=
hentication, 45% more with brcrypt, 24% more with openssl. The decrypt op=
eration is 12% more expensive than the simple authenticate with brcypt, a=
lmost the same with openssl.=0D
=0D
=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/pull/3120#issuecomment-560043120=

----==_mimepart_5de327e7aec9f_79b33fe92eecd964189392
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>In Singapore, we were debating whether to just do checksum, versus enc=
rypt and use an initial vector based on the CID. I wanted to compare the =
two variants using a benchmark designed for Picotls, but I ran into a lit=
tle bit of trouble because of the structure of the picotls encryption API=
, which looks like:</p>=0D
<ol>=0D
<li>Initialize an encryption context with the key context, the IV, and th=
e authenticated data</li>=0D
<li>Encrypt the message</li>=0D
<li>Compute the AEAD checksum</li>=0D
</ol>=0D
<p>With that API, there is no option to not use an IV,. Using a constant =
IV would have exactly the same cost as using a variable IV. I went on to =
compare the time to encrypt 64 bytes versus the time to just authenticate=
 64 bytes. Results are below for two implementations of AES128 GCM, one f=
rom OpenSSL crypto library and another from Windows Bcrypt library -- bot=
h measured using 64 bit code on my Windows laptop:</p>=0D
<table>=0D
<thead>=0D
<tr>=0D
<th>=C2=A0</th>=0D
<th>encrypt</th>=0D
<th>decrypt</th>=0D
<th>authenticate</th>=0D
<th>verify</th>=0D
</tr>=0D
</thead>=0D
<tbody>=0D
<tr>=0D
<td>bcrypt</td>=0D
<td>0.35751</td>=0D
<td>0.22602</td>=0D
<td>0.24687</td>=0D
<td>0.20189</td>=0D
</tr>=0D
<tr>=0D
<td>openssl 1.1.1c</td>=0D
<td>0.30211</td>=0D
<td>0.23956</td>=0D
<td>0.24296</td>=0D
<td>0.23926</td>=0D
</tr>=0D
</tbody>=0D
</table>=0D
<p>The times are measured here in microseconds -- these are the average o=
n 100,000 operations. We see that the times are fractions of microseconds=
 in both cases. The encryption operation is more expensive than a simple =
authentication, 45% more with brcrypt, 24% more with openssl. The decrypt=
 operation is 12% more expensive than the simple authenticate with brcypt=
, almost the same with openssl.</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/3120?email_source=3Dnotifications&amp;email_token=3DA=
FTOJK7TLEKL3QFQHG6BMZ3QWMPWPA5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMV=
BW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFQZI4A#issuecomment-560043120">view it on =
GitHub</a>, or <a href=3D"https://github.com/notifications/unsubscribe-au=
th/AFTOJKYDBKWVBJG46ZZ5EW3QWMPWPANCNFSM4JCAOODA">unsubscribe</a>.<img src=
=3D"https://github.com/notifications/beacon/AFTOJK4LB7DY6ZE2C4YTCSTQWMPWP=
A5CNFSM4JCAOODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZ=
GOEFQZI4A.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3D=
notifications\u0026email_token=3DAFTOJK7TLEKL3QFQHG6BMZ3QWMPWPA5CNFSM4JCA=
OODKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFQZI4A#i=
ssuecomment-560043120",=0D
"url": "https://github.com/quicwg/base-drafts/pull/3120?email_source=3Dno=
tifications\u0026email_token=3DAFTOJK7TLEKL3QFQHG6BMZ3QWMPWPA5CNFSM4JCAOO=
DKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFQZI4A#iss=
uecomment-560043120",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_5de327e7aec9f_79b33fe92eecd964189392--

